@charset "UTF-8";
/*
Theme Name: XeoryBase
Theme URI: http://xeory.jp/
Description: Xeory　ベーステーマ
Author: バズ部
Author URI: https://bazubu.com/
Version: 0.2.3
*/
/* all display
-------------------------------------------------- */

/* 幅指定 */
.w_100 {
	width:100%;
}
.w_90 {
	width:90%;
}
.w_80 {
	width:80%;
}
.w_70 {
	width:70%;
}
.w_60 {
	width:60%;
}
.w_50 {
	width:50%;
}
.w_40 {
	width:40%;
}
.w_30 {
	width:30%;
}
.w_20 {
	width:20%;
}
.w_10 {
	width:10%;
}
.pt_10 {
	padding-top:10px;
}
.pt_20 {
	padding-top:20px;
}
.pt_30 {
	padding-top:30px;
}
.pt_40 {
	padding-top:40px;
}
.mt_10 {
	margin-top:10px;
}
.mt_20 {
	margin-top:20px;
}
.mt_30 {
	margin-top:30px;
}
.mt_40 {
	margin-top:40px;
}


.wrap {
  width: 1160px;
  box-sizing: border-box;
  margin: 0 auto;
  *zoom: 1;
}
.wrap:before {
  display: inline-table;
}
.wrap:after {
  content: "";
  display: block;
  clear: both;
}

#main {
  width: calc(100% - 320px);
  float: right;
  padding:0 0;
}

.main-inner {
  /*margin-right: 330px;*/
}

#side {
	width: 260px;
	float: left;
	margin-left: 0;
	margin-right: 60px;
	padding-left: 0;
	padding-right: 0;
}

.left-content #main {
  width: 100%;
  float: left;
}
.left-content .main-inner {
  /*margin-right: 330px;*/
  margin-left: 0;
}
.left-content #side {
  width: 290px;
  float: left;
  margin-left: -290px;
}

.right-content #main {
  width: 100%;
  float: left;
}
.right-content .main-inner {
  /*margin-left: 330px;*/
  margin-right: 0;
}
.right-content #side {
  width: 290px;
  float: left;
  margin-left: -100%;
}

.one-column #content .wrap {
  width: 1000px;
}
.one-column #content .wrap #main {
  width: 100%;
  float: none;
}
.one-column #content .wrap #main .main-inner {
  width: 100%;
  margin: 0;
}
.one-column #content .wrap #side {
  display: none;
}

/* ----------------------------------------
* レスポンシブ
* ~ / 1200px / 991px / 767px
* desctop / laptop / tablet / phone
---------------------------------------- */
@media screen and (max-width: 1200px) {
  /* laptop */
  .wrap,
  .one-column #content .wrap {
    margin-left: 30px;
    margin-right: 30px;
    width: auto;
  }


  /* laptop end */
}
@media screen and (max-width: 991px) {
  /* tablet */
  .wrap,
  .one-column #content .wrap {
    margin-left: 20px;
    margin-right: 20px;
  }

  #main,
  .main-inner,
  #side {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .left-content #main,
  .right-content #main {
    float: none;
  }
  .left-content .main-inner,
  .right-content .main-inner {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .left-content #side,
  .right-content #side {
    width: 100%;
    float: none;
    margin: 0;
  }

  #side {
    padding-top: 42px;
  }

  /* tablet end */
}
@media screen and (max-width: 767px) {
  /* phone */
  .wrap,
  .one-column #content .wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  /* phone end */
}
/* ----------------------------------------
* カラースキーム
---------------------------------------- */
/* ----------------------------------------
* all
---------------------------------------- */
body {
	color: #4b4b4b;
	font-family: 'Roboto', YakuHanJP,"Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 500;
}

a {
  text-decoration: none;
  color: #4b4b4b;
}
a:hover {
  text-decoration: none;
}

/* form
---------------------------------------- */
form input[type="submit"],
form button {
  background: #e6e3de;
  color: #fff;
}
form input[type="submit"]:hover,
form button:hover {
  cursor: pointer;
}

/* ----------------------------------------
* header
---------------------------------------- */
#header {
  background-color: #ffffff;
  padding: 36px 0 32px;
  border-bottom: 1px solid #efefef;
}
#header #logo {
  float: left;
  font-size: 24px;
}
#header #logo a {
  color: #383838;
}
#header #header-sns {
  float: right;
}
#header #header-sns ul {
  padding: 0 0 10px;
}
#header #header-sns li {
  display: inline-block;
  margin-left: 30px;
  font-size: 21px;
}
#header #header-sns li a {
  color: #ccc;
}
#header #header-sns li a:hover {
  color: #57585a;
}

/* ----------------------------------------
* breadcrumb
---------------------------------------- */
.breadcrumb {
  margin: 0 0 15px;
  overflow: hidden;
  font-size: 12px;
  line-height: 22px;
  padding: 0;
}
.breadcrumb li {
  float: left;
  margin-left: 10px;
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

/* ----------------------------------------
* gloval nav
---------------------------------------- */
#gnav {
  margin-top: -1px;
  background: #fff;
  border-top: 1px #efefef solid;
  border-bottom: 1px #efefef solid;
  font-size: 14px;
}
#gnav .sub-menu {
  z-index: 10;
  font-size: 14px;
  margin: 0;
}
#gnav ul {
  margin: 0;
  padding: 0;
}
#gnav li {
  float: left;
  position: relative;
  padding: 0 24px 0 0;
}
#gnav li.current-menu-item a {
  border-top: 1px #2581c4 solid;
}
#gnav li a {
  display: block;
  border-top: 1px #efefef solid;
  margin-top: -1px;
  padding: 20px 0px;
  color: #2B2D2D;
  background: #fff;
  text-decoration: none;
  -webkit-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;
}
#gnav li a:hover {
  color: #2B2D2D;
  border-top: 1px #2581c4 solid;
}
#gnav li a:hover .sub-menu {
  display: block;
}
#gnav li .sub-menu {
  display: none;
  position: absolute;
  width: 200px;
  background: #fff;
  border: none;
  border-bottom: none;
  margin: 0;
}
#gnav li .sub-menu li {
  float: none;
  border-bottom: none;
  margin-right: 0;
  padding: 0;
}
#gnav li .sub-menu li:list-child {
  border-bottom: none;
}
#gnav li .sub-menu li a {
  color: #fff;
  background: #2b2b2b;
  font-size: 12px;
  padding: 14px 18px;
  margin-top: 0;
  border: none;
  overflow: hidden;
}
#gnav li .sub-menu li a:hover {
  background: #373B3B;
  color: #fff;
}
#gnav li .sub-menu li a:after {
  content: "\f105";
  float: right;
  font-family: 'FontAwesome';
}
#gnav li .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

/* ----------------------------------------
* content
---------------------------------------- */
#content {
  padding: 15px 0 0px;
  /* キャプション */
}
#content .wp-caption {
  max-width: 100%;
  border: 1px solid #efefef;
  text-align: center;
  padding: 5px;
}
#content .wp-caption-text {
  padding: 12px 16px;
  margin-bottom: 0;
  text-align: center;
}

body.home #content {
  padding-top: 52px;
}

/* ----------------------------------------
* main
---------------------------------------- */
.cat-header {
	text-align:center;
	padding-bottom:20px;
}

.cat-content,
article.post,
article.page,
article.wp101,
article.seo101 {
  margin-bottom: 40px;
  border: 0px #e6e3de solid;
}

.cat-content-area {
  margin-top: 16px;
}

.post-header {
  padding: 0px 0px 0;
}

.post-title a {
  color: #383838;
}
.post-title a:hover {
  color: #32c8d7;
  text-decoration: none;
}



.cat-content .post-header,
article.page .post-header {
  padding: 0 0 0;
  margin-bottom: 0;
  background: #fff;
}
.cat-content .post-title,
article.page .post-title {
  margin-bottom: 0;
}

.post-meta {
  margin-top: 0;
  margin-bottom: 42px;
  padding: 0;
  border-top: 1px #efefef solid;
}
.post-meta li {
  background: #fff;
  float: left;
  margin-top: -0.7em;
  margin-right: 20px;
  padding-right: 24px;
  font-size: 14px;
}

.post-thumbnail {
  margin-left: 20px;
  margin-bottom: 20px;
  float: right;
}
.post-thumbnail img {
  max-width: 100%;
  height: auto;
}

.post-content {
  padding: 0px 0px 0px 0px;
  /*overflow: hidden;*/
}
.post-content hr {
  border-bottom: 1px solid #efefef;
  margin: 20px 0;
  clear: both;
}
.post-content ul {
  list-style: disc;
}
.post-content ol {
  list-style: decimal;
}
.post-content dl dt {
  font-weight: bold;
  margin-bottom: 4px;
}
.post-content dl dd {
  margin: 0 0 20px;
  border-left: 4px solid #e6e3de;
  padding: 0 0 0 10px;
}
.post-content pre {
  padding: 20px;
  overflow: scroll;
  font-family: 'Courier', monospace;
}
.post-content h1 {
  clear: both;
}
.post-content h2 {
  clear: both;
}
.post-content h3 {
  clear: both;
  border-left: 5px solid #e6e3de;
  padding: 0 13px;
}
.post-content table {
  border: 1px #ddd solid;
  max-width: 100%;
}
.post-content table th,
.post-content table td {
  padding: 8px 10px;
  border: #ddd solid 1px;
}
.post-content table th {
  color: #fff;
}
.post-content table thead th {
  background: #5e6265;
}
.post-content table tbody th {
  background: #919598;
}
.post-content table.table-line table,
.post-content table.table-line th,
.post-content table.table-line td {
  border-color: #fff;
}
.post-content table.table-line th {
  background: transparent;
  color: #383838;
  font-weight: bold;
}
.post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
.post-content table.table-line tr {
  background: #e6e3de;
}
.post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
.post-content img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.post-content img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.post-content h2:first-child {
}

.post-cta {
  margin: 0;
  background: #f5f5f5;
  color: #383838;
  border-top: 3px solid #5e6265;
}
.post-cta .post-cta-inner {
  padding: 30px 45px;
}
.post-cta .cta-post-title {
  padding: 40px 45px;
  text-align: center;
  font-size: 32px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e6e3de;
}
.post-cta .post-cta-img {
  float: right;
  width: 230px;
  margin: 0 0 20px 30px;
}
.post-cta .post-cta-cont {
  overflow: hidden;
}
.post-cta .post-cta-btn {
  margin: 40px 0 10px;
}
.post-cta .post-cta-btn a {
  background: #5ace5f;
  color: #fff;
  border-radius: 3px;
  border-bottom: 5px solid #38bd3e;
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 60%;
  margin: 0 auto 20px;
}
.post-cta .post-cta-btn a:hover {
  background: #81da85;
  border-bottom: 5px solid #5ace5f;
}
.post-cta p {
  margin-bottom: 1em;
}
.post-cta .btn {
  width: 100%;
  display: block;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  padding: 14px 0;
  -webkit-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;
  background: #2581c4;
}
.post-cta .btn:hover {
  text-decoration: none;
  background: #32c8d7;
}

.post-share {
  padding: 0;
  border: 1px solid #e6e3de;
}
.post-share .post-share-fb {
  margin-bottom: 0;
  padding-top: 40px;
  text-align: center;
}
.post-share .post-share-fb > span{
  margin: 0 auto;
}
.post-share .post-share-title {
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 0;
  color: #fff;
  background-color: #57585A;
  text-align: center;
  margin-left: -45px;
  margin-right: -45px;
}
.post-share .post-share-list1,
.post-share .post-share-list2,
.post-share .post-share-list3,
.post-share .post-share-list4 {
  overflow: hidden;
  padding: 30px 0;
  margin-left: -2.08%;
}
.post-share .post-share-list1 a,
.post-share .post-share-list2 a,
.post-share .post-share-list3 a,
.post-share .post-share-list4 a {
  text-decoration: none;
  font-family: 'Didact Gothic';
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  display: block;
  border: 1px #e6e3de solid;
  border-radius: 3px;
  padding: 20px 0;
}
.post-share .post-share-list1 a:hover,
.post-share .post-share-list2 a:hover,
.post-share .post-share-list3 a:hover,
.post-share .post-share-list4 a:hover {
  text-decoration: none;
  background: #f7f7f7;
}
.post-share .post-share-list1 li,
.post-share .post-share-list2 li,
.post-share .post-share-list3 li,
.post-share .post-share-list4 li {
  text-align: center;
  float: left;
  margin-left: 2.08%;
}
.post-share .post-share-list1 i,
.post-share .post-share-list1 .big,
.post-share .post-share-list2 i,
.post-share .post-share-list2 .big,
.post-share .post-share-list3 i,
.post-share .post-share-list3 .big,
.post-share .post-share-list4 i,
.post-share .post-share-list4 .big {
  font-size: 2em;
}
.post-share .post-share-list1 li {
  width: 97.92%;
}
.post-share .post-share-list2 li {
  width: 47.92%;
}
.post-share .post-share-list3 li {
  width: 31.25%;
  font-size: .8em;
}
.post-share .post-share-list4 li {
  width: 22.92%;
}
.post-share .post-share-list4 {
  text-align: center;
}
.post-share .post-share-list4 i,
.post-share .post-share-list4 .big {
  display: block;
}
.post-share .post-share-list4 .big {
  font-size: 1.2em;
}
.post-share .post-share-facebook a:hover {
  color: #305097;
}
.post-share .post-share-twitter a:hover {
  color: #00aced;
}
.post-share .post-share-google a:hover {
  color: #db4a39;
}
.post-share .post-share-feedly a:hover {
  color: #2bb24c;
}

.post-sns {
	padding: 4px 0 0 0;
	text-align: center;
	width: 150px !important;
	margin: 0 auto;
}
.post-sns ul {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.post-sns ul li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  border-right: 1px solid #e6e3de;
  color: #929292;
  font-size: 16px;
  text-align: center;
}
.post-sns ul li.post-sns-twitter a:before {
  content: "\f099";
  font-family: FontAwesome;
  font-size: 24px;
  padding-right: 10px;
}
.post-sns ul li.post-sns-feedly a:before {
  content: "\f09e";
  font-family: FontAwesome;
  font-size: 24px;
  padding-right: 10px;
}
.post-sns ul li:last-child {
  border-right: none;
  padding: -10px 0;
}
.post-sns ul li:hover {
  background-color: #f7f7f7;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.post-sns ul li.post-sns-twitter:hover {
  color: #00ACED;
}
.post-sns ul li.post-sns-feedly:hover {
  color: #5ACF5F;
}
.post-sns ul li span {
  font-size: 20px;
}
.post-sns ul li a {
  width: 100%;
  display: block;
  color: #929292;
  text-decoration: none;
  padding: 24px 0;
}
.post-sns ul li a:hover {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.post-sns ul li.post-sns-twitter a:hover {
  background-color: #00aced;
  color: #fff;
}
.post-sns ul li.post-sns-feedly a:hover {
  background-color: #5ACF5F;
  color: #fff;
}
.addtoany_shortcode {
  float: left;
  width: 100px !important;
}
.post-footer {
  border-radius: 0 0 3px 3px;
  padding: 40px 0px 0px;
}
.post-footer ul li {
  display: inline-block;
  vertical-align: top;
}
.post-footer ul li a:hover {
  text-decoration: underline;
}
.post-footer .bzb-sns-btn {
  padding: 0 0 64px;
  font-size: 0;
}
.post-footer .bzb-sns-btn li {
  display: inline-block;
  font-size: 16px;
  width: auto;
  vertical-align: top;
}
.post-footer .bzb-sns-btn:after {
  content: '';
  display: block;
  clear: both;
  zoom: 1;
}
.post-footer:after {
  content: '';
  display: block;
  clear: both;
  zoom: 1;
}

.post-footer-list {
  margin: 0 0 40px;
  font-size:12px;
  line-height:18px;
}
.post-footer-list li {
  margin-right: 10px;
}

.post-author {
  border-radius: 3px;
  margin-bottom: 0px;
  padding: 40px 64px;
  border-top: 1px #e6e3de solid;
  border-bottom: 1px #e6e3de solid;
  color: #383838;
}
.post-author .post-author-img {
  width: 80px;
  float: left;
}
.post-author .post-author-img .inner {
  padding: 0;
}
.post-author a {
  color: #2581c4;
}
.post-author .post-author-meta {
  margin-left: 100px;
}
.post-author .post-author-meta h4 {
  margin: 0 40px 10px 0;
  font-weight: bold;
}

div.post-share-fb .fbcomments,
div.post-share-fb .fb_iframe_widget,
div.post-share-fb .fb_iframe_widget[style],
div.post-share-fb .fb_iframe_widget iframe[style],
div.post-share-fb .fbcomments iframe[style] *,
div.post-share-fb .fb_iframe_widget span {
  max-width: 100% !important;
}

/* bzb sns */
.post-header-meta {
  overflow: visible;
}
.post-header-meta:after {
  content: "";
  clear: both;
  display: block;
}

.bzb-sns-btn {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.bzb-sns-btn li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: auto;
  margin:4px;
}
/*
.bzb-sns-btn li.bzb-facebook {
  width: 98px;
}
.bzb-sns-btn li.bzb-facebook span {
  vertical-align: top !important;
}
.bzb-sns-btn li.bzb-twitter {
  width: 93px;
}
.bzb-sns-btn li.bzb-line a, .bzb-sns-btn li.bzb-line img {
  vertical-align: top;
}
*/
.bzb-sns-btn li.bzb-googleplus {
  width: 65px;
}
.bzb-sns-btn li.bzb-pocket {
  width: 86px;
}
.bzb-sns-btn li.bzb-line a img{
  vertical-align: top;
}


.bzb-facebook .fb-like > span {
  vertical-align: top !important;
}

.bzb-twitter {
  width: 92px;
}

.bzb-googleplus {
  width: 80px;
}

.post-header-category {
  float: right;
  width: 300px;
  text-align: right;
  padding: 20px 0 10px;
}

/* comment
---------------------------------------- */
#comments {
  padding: 40px 64px;
}

.comment-list > .comment {
  margin-bottom: 40px;
  border-bottom: 1px #e6e3de solid;
}

.comment-list > .comment > .comment-body {
  padding: 0 20px;
  margin-bottom: 20px;
}

.comment-list .children {
  margin-left: 45px;
}
.comment-list .children .comment-body {
  padding: 20px 30px;
  margin-bottom: 20px;
  background: #f7f7f7;
}

.comment-author {
  float: left;
  vertical-align: top;
  font-size: 12px;
  margin-left: 10px;
}
.comment-author img {
  vertical-align: top;
}

.comment-meta {
  font-size: 12px;
  margin-bottom: 12px;
}

.reply a {
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 12px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.reply a:before {
  content: ' ';
  font-family: 'FontAwesome';
}
.reply a:hover {
  text-decoration: none;
}

.comment-form-comment label {
  display: none;
}
.comment-form-comment textarea {
  width: 80%;
  margin: 20px 0;
  border-radius: 3px;
}

.form-allowed-tags {
  font-size: 12px;
  margin-bottom: 20px;
  display: none;
}

.comment-meta:after {
  content: ' ';
  display: block;
  clear: both;
}

.comments-title {
  font-size: 24px;
  padding: 20px 0;
  margin-bottom: 30px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  overflow: hidden;
  margin: 10px 0;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  width: 15%;
  float: left;
  font-size: 12px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 40%;
  float: left;
  margin-left: 5%;
  border-radius: 3px;
  padding: 5px;
}

.form-submit #submit {
  width: 300px;
  line-height: 40px;
  border: none;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.form-submit #submit:hover {
  cursor: pointer;
}

.comment-form-comment textarea {
  width: 95%;
  padding-left: 2%;
  padding-right: 2%;
}

.comment-form {
  overflow: hidden;
}

.comment-form-author,
.comment-form-email {
  width: 49%;
  margin: 0;
}
.comment-form-author label,
.comment-form-author input,
.comment-form-email label,
.comment-form-email input {
  width: 90%;
  float: none;
  margin: 0 0 10px;
}

.comment-form-author {
  float: left;
}

.comment-form-email {
  float: right;
}

/* loop
---------------------------------------- */
.cat-content {
  padding: 0px;
  margin-bottom: 30px;
}

.post-loop-wrap article {
  width: 100%;
  margin: 0 0 20px;
}
.post-loop-wrap article p {
  margin-top: 0;
}
.post-loop-wrap .post-thumbnail {
  width: 304px;
  height: 215px;
  margin-left: 20px;
  margin-bottom: 20px;
  float: right;
}
.post-loop-wrap .post-thumbnail img {
  max-width: 100%;
  height: auto;
}
.post-loop-wrap .post-content {
  width: auto;
  padding: 0 0px 10px;
  border-bottom: 1px #e6e3de solid;
}
.post-loop-wrap .post-footer {
  border-top: 1px #efefef solid;
  padding-top: 10px;
}
.post-loop-wrap .post-footer .bzb-sns-btn {
  padding: 0;
  margin-right: 50px;
  float: left;
}
.post-loop-wrap .post-footer .loop-comment-icon {
  float: right;
}
.post-loop-wrap .post-footer .loop-comment-icon .fa {
  font-size: 18px;
  margin-right: 5px;
}
.post-loop-wrap .post-footer .loop-comment-icon .share {
  display: none;
}
.post-loop-wrap .post-footer .loop-comment-icon .count {
  font-size: 14px;
}

.more-link {
  border: 1px #2581c4 solid;
  padding: 12px 24px;
  line-height: 26px;
  margin-bottom: 64px;
  box-sizing: border-box;
  clear: both;
  color: #2581c4;
  font-size: 14px;
}
.more-link:hover {
  background: #2581c4;
  color: #fff;
  text-decoration: none;
}

/* content-none */
.content-none {
  padding-top: 40px;
}

/* ----------------------------------------
* pagination
---------------------------------------- */
.pagination {
  margin: 0 0 120px 0;
  padding: 0;
}

.post-content .pagination {
  margin: 0;
}

 .pagination a, .pagination > span {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 12px 18px;
  text-decoration: none;
  width: auto;
  color: #383838;
}

.pagination > span{
  background: #e6e3de;
}

.pagination a:hover {
  background: #e6e3de;
}

.pagination .current {
  padding: 12px 18px;
  background: #e6e3de;
}

/* ----------------------------------------
* side
---------------------------------------- */
.side-widget-area {
  padding: 0;
}

.side-widget {
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 1.6;
  font-size: 14px;
}
.side-widget .side-title {
  margin: 0 0 32px;
  font-size: 15px;
}
.side-widget ul li {
  padding: 8px 0;
  border-bottom: 1px solid #e6e3de;
}
.side-widget .side-title {
  margin: 0 0 13px;
  font-size: 16px;
}
.side-widget a {
  color: #5e6265;
  text-decoration: none;
}
.side-widget a:hover {
  color: #2581c4;
}
.side-widget.widget_recent_comments a {
  background: none;
}
.side-widget .post-date {
  margin: 0 0 0 36px;
  font-size: 13px;
  color: #999999;
}

#views-2 ul li span {
  margin: 0 0 0 36px;
  font-size: 13px;
  color: #999999;
}

.widget_recent_entries a,
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_views a {
  color: #5e6265;
  text-decoration: none;
  padding-left: 36px;
  display: block;
  background: url('lib/images/icont_arw_lit.png?1418372717') left center no-repeat;
}

.widget_categories a {
  display: inline-block;
}

.widget_recent_entries a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_meta a:hover,
.widget_views a:hover {
  color: #2581c4;
  background: url('lib/images/icon_arw_gry.png?1418372717') left center no-repeat;
}

/* comment */
.recentcomments {
  color: #808080;
  font-size: 12px;
}
.recentcomments a {
  color: #383838;
  font-size: 14px;
}

/* 実装中止----------- */
/* calendar */
.widget_calendar {
  border-radius: 3px;
  font-size: 16px;
}
.widget_calendar .side-widget-inner {
  border-radius: 3px;
  padding: 0 20px 20px;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar caption {
  border-radius: 3px 3px 0 0;
  padding: 14px 20px;
  margin: 0 -20px 20px;
  font-size: 18px;
  text-align: center;
}
.widget_calendar a {
  color: #666;
}
.widget_calendar li {
  margin-bottom: 1em;
}
.widget_calendar thead,
.widget_calendar tfoot,
.widget_calendar tbody {
  margin: 0 20px;
}
.widget_calendar th,
.widget_calendar td {
  text-align: center;
}
.widget_calendar tbody a {
  display: block;
}
.widget_calendar tbody a:hover {
  text-decoration: none;
}

/* follow */
#side .share-list-wrap {
  margin: 0 -20px 20px;
  background: #f9f9f9;
  padding: 20px;
}
#side .share-list-wrap .post-share-list1,
#side .share-list-wrap .post-share-list2,
#side .share-list-wrap .post-share-list3,
#side .share-list-wrap .post-share-list4 {
  overflow: hidden;
  margin-left: -1%;
}
#side .share-list-wrap .post-share-list1 li,
#side .share-list-wrap .post-share-list2 li,
#side .share-list-wrap .post-share-list3 li,
#side .share-list-wrap .post-share-list4 li {
  float: left;
  width: 24%;
  margin-left: 1%;
}
#side .share-list-wrap .post-share-list1 li a,
#side .share-list-wrap .post-share-list2 li a,
#side .share-list-wrap .post-share-list3 li a,
#side .share-list-wrap .post-share-list4 li a {
  border-radius: 100%;
  background: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  font-size: 32px;
  color: #5e6265;
}
#side .share-list-wrap .post-share-list1 li a .follow-on,
#side .share-list-wrap .post-share-list1 li a .big,
#side .share-list-wrap .post-share-list2 li a .follow-on,
#side .share-list-wrap .post-share-list2 li a .big,
#side .share-list-wrap .post-share-list3 li a .follow-on,
#side .share-list-wrap .post-share-list3 li a .big,
#side .share-list-wrap .post-share-list4 li a .follow-on,
#side .share-list-wrap .post-share-list4 li a .big {
  display: none;
}
#side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
  color: #305097;
}
#side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
  color: #00aced;
}
#side .share-list-wrap .post-share-list1 li.post-share-google a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-google a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-google a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-google a:hover {
  color: #db4a39;
}
#side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {
  color: #2bb24c;
}

/* author */
#side-author {
  overflow: hidden;
  font-size: 12px;
}
#side-author h4 {
  padding: 12px 0;
  margin-bottom: 20px;
  font-size: 16px;
}
#side-author .side-author-img {
  float: left;
  width: 100px;
}
#side-author .side-author-meta {
  float: right;
  width: 180px;
}

/* ----------------------------------------
* footer
---------------------------------------- */
#footer {
  color: #1E252C;
}
#footer a {
  color: #1E252C;
}
#footer a:hover {
  color: #2581c4;
}
#footer .wrap {
  padding: 30px 0;
}
#footer .post-share {
  padding-right: 0;
  padding-left: 0;
}

.footer-01 {
  background: #fff;
  border-top: 1px #efefef solid;
  font-size: 13px;
}
.footer-01 ul {
  overflow: hidden;
  text-align: left;
}
.footer-01 ul li {
  display: inline-block;
  margin-right: 20px;
}

.footer-02 {
  background: #fff;
  border-top: 1px #efefef solid;
}
.footer-02 .footer-copy {
  text-align: right;
  font-size: 12px;
}

/* ----------------------------------------
* LP
---------------------------------------- */
.single-lp {
  padding: 40px 0;
}
.single-lp .lp-wrap {
  width: 1157px;
  border: 1px solid #efefef;
  margin: 0 auto;
  background: #fff;
  padding: 45px 0;
}
.single-lp .lp-thumbnail {
  border: 1px #ccc solid;
  float: right;
  margin: 0 0 13px 13px;
  border: 1px #ccc solid;
}
.single-lp .lp-thumbnail img {
  vertical-align: top;
}
.single-lp .post-content {
  padding: 0;
  overflow: hidden;
}
.single-lp #lp-header {
  background: #fff;
  padding: 0 56px;
}
.single-lp #lp-header h1 {
  font-size: 32px;
  color: #2581c4;
  padding-bottom: 35px;
  border-bottom: 1px solid #efefef;
}
.single-lp #content {
  padding: 40px 56px;
  overflow: hidden;
}
.single-lp #main {
  width: 100%;
}
.single-lp .main-inner {
  overflow: hidden;
  margin-right: 350px;
}
/* one-column */
.one-column.single-lp #main{
  float: none;
}
.one-column.single-lp .main-inner {
  margin-left: 0;
  margin-right: 0;
}
.one-column.single-lp #side{
  float: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.single-lp #side {
  width: 320px;
  margin-left: -320px;
}
.single-lp.right-content #side {
  width: 320px;
  margin-left: -100%;
}
.single-lp.right-content .main-inner{
  margin-left: 350px;
  margin-right: 0;
}
.single-lp .post-footer {
  padding: 20px 0;
}
.single-lp .lp-form {
  background: #494c4e;
  color: #fff;
  padding: 30px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.single-lp .lp-form h3{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
}
.single-lp .lp-form input[type=text],
.single-lp .lp-form input[type=email] {
  width: 90%;
  padding: 10px 5%;
  border: none;
}
.single-lp .lp-form input[type=submit],
.single-lp .lp-form button {
  width: 100%;
  padding: 10px 0;
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
  -webkit-transition: all ease-in-out 0.3s;
          transition: all ease-in-out 0.3s;
  border-radius: 3px;
}
.single-lp .lp-form input[type=submit]:hover,
.single-lp .lp-form button:hover {
  background: #6ed472;
}
.single-lp .lp-form dl {
  margin-bottom: 13px;
}

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
#header-menu-tog {
  display: none;
}

@media screen and (max-width: 1200px) {
  .single-lp .lp-wrap {
    width: auto;
    margin: 0 36px;
  }
  .single-lp .main-inner {
    margin-right: 350px;
  }
}
@media screen and (max-width: 991px) {
  /* tablet */
  .sp-hide {
    display: none !important;
  }

  .sp-show {
    display: block !important;
  }

  #main .post-sns {
    margin: 0 -20px -20px !important;
  }
  #main .post-share-title {
    margin: 0 -20px !important;
  }

  .single-lp #lp-header {
    padding-left: 24px;
    padding-right: 24px;
  }
  .single-lp #lp-header .lp-title {
    padding: 0;
    margin: 0;
    font-size: 21px;
  }
  .single-lp #content {
    padding: 20px;
  }
  .single-lp .lp-wrap {
    padding: 24px 0;
    width: auto;
    margin: 0 24px;
  }
  .single-lp .lp-wrap input[type=text] {
    width: 100%;
  }
  .single-lp .lp-wrap input[type=submit] {
    margin-top: 30px;
  }
  .single-lp .post-content {
    padding: 0 !important;
  }
  .single-lp #side {
    margin-left: 0;
    width: 100%;
  }
  .single-lp #side dl,
  .single-lp #side dt,
  .single-lp #side dd {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }
  .single-lp #side dt {
    margin-bottom: 8px;
  }

  .alignleft,
  .alignright {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  /* header */
  #header {
    padding: 36px 0 32px !important;
  }
  #header .wrap {
    padding: 0;
  }
  #header #logo img {
    vertical-align: top;
  }
  #header #header-primary-nav {
    display: none;
  }

  #header-menu-tog {
    display: block;
    float: right;
    font-size: 24px;
  }

  #gnav {
    display: none;
  }
  #gnav.active {
    display: block;
  }

  #gnav {
    margin: 20px 2%;
    border: 1px solid #cccccc;
    padding: 10px;
  }
  #gnav .wrap {
    margin: 0;
  }
  #gnav ul li {
    float: none;
    position: relative;
    margin-right: 0;
    margin-bottom: 1px;
    padding: 0;
  }
  #gnav ul li.current-menu-item a {
    border-top: none;
    background: #f7f7f7;
  }
  #gnav ul li a {
    display: block;
    border-top: none;
    padding: 12px 8px;
    color: #2B2D2D;
    background: #fff;
    text-decoration: none;
    -webkit-transition: background .3s ease-in-out;
            transition: background .3s ease-in-out;
    border-bottom: 1px #e6e3de solid;
  }
  #gnav ul li a:hover {
    color: #2B2D2D;
    border-top: none;
  }
  #gnav ul li a:hover .sub-menu {
    display: block;
  }
  #gnav ul li .sub-menu {
    display: block;
    position: relative;
    width: auto;
    margin-left: 20px;
    background: #fff;
    border: none;
    border-bottom: none;
  }
  #gnav ul li .sub-menu li {
    float: none;
    margin-right: 0;
  }
  #gnav ul li .sub-menu li:list-child {
    border-bottom: none;
  }
  #gnav ul li .sub-menu li a {
    color: #2581c4;
    background: #fff;
    padding: 10px 15px;
    border-bottom: 1px #e6e3de solid;
  }
  #gnav ul li .sub-menu li a:hover {
    background: #fafafa;
    color: #2581c4;
    box-shadow: 0;
  }
  #gnav ul li .sub-menu .sub-menu {
    left: auto;
    top: auto;
  }

  /* loop */
  .cat-content {
    padding: 20px;
  }

  .post-loop-wrap .post-thumbnail {
    height: 215px;
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .post-loop-wrap .post-thumbnail img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .post-loop-wrap .post-title {
    margin-bottom: 0;
  }
  .post-loop-wrap .post-content {
    padding: 0 40px;
  }
  .post-loop-wrap .post-footer {
    display: none;
  }

  /* comment */
  .comment-form-author,
  .comment-form-email {
    float: none;
    width: auto;
  }

  /* padding */
  .post-header {
    padding: 42px 20px 20px;
  }

  .post-content,
  .cta-post-title,
  .post-cta,
  .post-cta-inner,
  .post-share,
  .post-author,
  article.page .post-header {
    padding: 20px !important;
  }

  .post-thumbnail,
  .post-cta-img {
    margin-left: 0;
    margin-right: 0;
    float: none;
  }

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

  .more-link {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }

  /* tablet end */
}
@media screen and (max-width: 767px) {
  /* phone */
  .post-content h2 {
  }
  .post-content h3 {
  }
  .post-content h4 {
  }
 .post-content table{
    width: 100%;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin-bottom: 0;
  }
  #main .post-share .post-sns {
    margin: 0 -20px -20px;
  }
  #main .post-share .post-sns ul li {
    width: auto;
    float: none;
    border-right: none;
    border-bottom: 1px solid #e6e3de;
  }
  #main .post-share .post-sns ul li a {
    padding: 16px 0;
    font-size: 16px;
  }
  #main .post-share .post-sns ul li a span {
    font-size: 16px;
  }
  #main .post-share .post-sns ul li a:before {
    font-size: 18px;
  }
  #main #comments {
    padding: 20px;
  }
  #main .post-author {
    padding: 20px;
  }
  #main .post-author .post-author-img {
    float: none;
  }
  #main .post-author .post-author-meta {
    padding: 0;
    margin: 10px 0 0;
  }

  .post-cta .post-cta-img {
    width: 100%;
    margin: 0 auto 30px;
    float: none;
  }
  .post-cta .post-cta-btn {
    margin: 24px 0 10px;
  }
  .post-cta .post-cta-btn a {
    width: 100%;
    box-sizing: border-box;
  }

  .post-footer {
    padding: 0 20px !important;
  }

  #main .post-cta .cta-post-title {
    font-size: 24px !important;
    padding: 0 0 20px !important;
  }

  /* phone end */
}
/* ----------------------------------------
* カラースキーム 01
---------------------------------------- */
body.color01 {
}
body.color01 body {
  background: #fafafa;
  color: #494D50;
}
body.color01 a {
  color: #1ABB9A;
}
body.color01 form input[type="submit"],
body.color01 form button {
  background: #1ABB9A;
}
body.color01 #header {
  background-color: #ffffff;
  border-bottom: 1px solid #ededed;
}
body.color01 #header #logo a {
  color: #494D50;
}
body.color01 #header #header-sns li a {
  color: #ccc;
}
body.color01 #header #header-sns li a:hover {
  color: #34465C;
}
body.color01 #gnav {
  background: #fff;
  border-top: 1px #ededed solid;
  border-bottom: 1px #ededed solid;
}
body.color01 #gnav li.current-menu-item a {
  border-top: 1px #1ABB9A solid;
}
body.color01 #gnav li a {
  border-top: 1px #ededed solid;
  color: #2B2D2D;
  background: #fff;
}
body.color01 #gnav li a:hover {
  color: #2B2D2D;
  border-top: 1px #1ABB9A solid;
}
body.color01 #gnav li .sub-menu li a {
  background: #2b2b2b;
  color: #fff;
  border: none;
}
body.color01 #gnav li .sub-menu li a:hover {
  background: #373B3B;
  color: #fff;
}
body.color01 #content .wp-caption {
  border: 1px solid #ededed;
}
body.color01 .cat-content,
body.color01 article.post,
body.color01 article.page,
body.color01 article.wp101,
body.color01 article.seo101 {
  background: #fff;
  border: 1px #e6e3de solid;
}
body.color01 .post-title a {
  color: #494D50;
}
body.color01 .post-title a:hover {
  color: #1ABB9A;
}
body.color01 .post-meta {
  border-top: 1px #ededed solid;
}
body.color01 .post-meta li {
  background: #fff;
}
body.color01 .post-content hr {
  border-bottom: 1px solid #ededed;
}
body.color01 .post-content h2 {
  border-bottom: 1px solid #ededed;
}
body.color01 .post-content h3 {
  border-left: 5px solid #e6e3de;
}
body.color01 .post-content blockquote {
  border: 1px #e6e3de solid;
}
body.color01 .post-content blockquote:before {
  color: #e7e7e7;
}
body.color01 .post-content blockquote cite {
  color: #808080;
}
body.color01 .post-content table {
  border: 1px #ddd solid;
}
body.color01 .post-content table th,
body.color01 .post-content table td {
  border: #ddd solid 1px;
}
body.color01 .post-content table th {
  color: #fff;
}
body.color01 .post-content table thead th {
  background: #5e6265;
}
body.color01 .post-content table tbody th {
  background: #919598;
}
body.color01 .post-content table.table-line table,
body.color01 .post-content table.table-line th,
body.color01 .post-content table.table-line td {
  border-color: #fff;
}
body.color01 .post-content table.table-line th {
  background: transparent;
  color: #494D50;
}
body.color01 .post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
body.color01 .post-content table.table-line tr {
  background: #e6e3de;
}
body.color01 .post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
body.color01 .post-cta {
  background: #f5f5f5;
  color: #494D50;
  border-top: 3px solid #5e6265;
}
body.color01 .post-cta .cta-post-title {
  border-bottom: 1px solid #e6e3de;
}
body.color01 .post-cta .post-cta-btn a {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color01 .post-cta .post-cta-btn a:hover {
  background: #81da85;
  border-bottom: 5px solid #5ace5f;
}
body.color01 .post-cta .btn {
  color: #fff;
  background: #1ABB9A;
}
body.color01 .post-cta .btn:hover {
  background: #BB2C46;
}
body.color01 .post-share {
  border-top: 1px solid #e6e3de;
}
body.color01 .post-share .post-share-title {
  color: #fff;
  background-color: #57585A;
}
body.color01 .post-share .post-share-list1 a,
body.color01 .post-share .post-share-list2 a,
body.color01 .post-share .post-share-list3 a,
body.color01 .post-share .post-share-list4 a {
  border: 1px #e6e3de solid;
}
body.color01 .post-share .post-share-list1 a:hover,
body.color01 .post-share .post-share-list2 a:hover,
body.color01 .post-share .post-share-list3 a:hover,
body.color01 .post-share .post-share-list4 a:hover {
  text-decoration: none;
  background: #f7f7f7;
}
body.color01 .post-share .post-share-facebook a:hover {
  color: #305097;
}
body.color01 .post-share .post-share-twitter a:hover {
  color: #00aced;
}
body.color01 .post-share .post-share-google a:hover {
  color: #db4a39;
}
body.color01 .post-share .post-share-feedly a:hover {
  color: #2bb24c;
}
body.color01 .post-sns {
  border-top: 1px #e6e3de solid;
}
body.color01 .post-sns ul li {
  border-right: 1px solid #e6e3de;
  color: #929292;
}
body.color01 .post-sns ul li:hover {
  background-color: #f7f7f7;
}
body.color01 .post-sns ul li.post-sns-twitter:hover {
  color: #00ACED;
}
body.color01 .post-sns ul li.post-sns-feedly:hover {
  color: #5ACF5F;
}
body.color01 .post-sns ul li a {
  color: #929292;
}
body.color01 .post-sns ul li.post-sns-twitter a:hover {
  background-color: #00aced;
  color: #fff;
}
body.color01 .post-sns ul li.post-sns-feedly a:hover {
  background-color: #5ACF5F;
  color: #fff;
}
body.color01 .post-author {
  border-top: 1px #e6e3de solid;
  border-bottom: 1px #e6e3de solid;
  color: #494D50;
}
body.color01 .post-author a {
  color: #1ABB9A;
}
body.color01 .comment-list > .comment {
  border-bottom: 1px #e6e3de solid;
}
body.color01 .comment-list .children .comment-body {
  background: #f7f7f7;
}
body.color01 .post-loop-wrap .post-footer {
  border-top: 1px #ededed solid;
}
body.color01 .more-link {
  border: 1px #1ABB9A solid;
  color: #1ABB9A;
}
body.color01 .more-link:hover {
  background: #1ABB9A;
  color: #fff;
}
body.color01 .pagination span, body.color01 .pagination a {
  color: #494D50;
}
body.color01 .pagination a:hover {
  background: #e6e3de;
}
body.color01 .pagination .current {
  background: #e6e3de;
}
body.color01 .side-widget ul li {
  border-bottom: 1px solid #e6e3de;
}
body.color01 .side-widget a {
  color: #5e6265;
}
body.color01 .side-widget a:hover {
  color: #1ABB9A;
}
body.color01 .side-widget .post-date {
  color: #999999;
}
body.color01 #views-2 ul li span {
  color: #999999;
}
body.color01 .widget_recent_entries a,
body.color01 .widget_archive a,
body.color01 .widget_categories a,
body.color01 .widget_meta a {
  color: #5e6265;
  background: url('lib/images/icont_arw_lit.png?1418372717') left center no-repeat;
}
body.color01 .widget_recent_entries a:hover,
body.color01 .widget_archive a:hover,
body.color01 .widget_categories a:hover,
body.color01 .widget_meta a:hover {
  color: #1ABB9A;
  background: url('lib/images/icon_arw_gry.png?1418372717') left center no-repeat;
}
body.color01 .recentcomments a {
  color: #494D50;
}
body.color01 #side .share-list-wrap {
  background: #fafafa;
}
body.color01 #side .share-list-wrap .post-share-list1 li a,
body.color01 #side .share-list-wrap .post-share-list2 li a,
body.color01 #side .share-list-wrap .post-share-list3 li a,
body.color01 #side .share-list-wrap .post-share-list4 li a {
  background: #fff;
  color: #5e6265;
}
body.color01 #side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
body.color01 #side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
body.color01 #side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
body.color01 #side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
  color: #305097;
}
body.color01 #side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
body.color01 #side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
body.color01 #side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
body.color01 #side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
  color: #00aced;
}
body.color01 #side .share-list-wrap .post-share-list1 li.post-share-google a:hover,
body.color01 #side .share-list-wrap .post-share-list2 li.post-share-google a:hover,
body.color01 #side .share-list-wrap .post-share-list3 li.post-share-google a:hover,
body.color01 #side .share-list-wrap .post-share-list4 li.post-share-google a:hover {
  color: #db4a39;
}
body.color01 #side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover,
body.color01 #side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover,
body.color01 #side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover,
body.color01 #side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {
  color: #2bb24c;
}
body.color01 #footer {
  color: #1E252C;
}
body.color01 #footer a {
  color: #1E252C;
}
body.color01 #footer a:hover {
  color: #1ABB9A;
}
body.color01 .footer-01 {
  background: #fff;
  border-top: 1px #ededed solid;
}
body.color01 .footer-02 {
  background: #fff;
  border-top: 1px #ededed solid;
}
body.color01 .single-lp .lp-wrap {
  border: 1px solid #ededed;
  background: #fff;
}
body.color01 .single-lp .lp-thumbnail {
  border: 1px #ccc solid;
}
body.color01 .single-lp #lp-header {
  background: #fff;
}
body.color01 .single-lp #lp-header h1 {
  color: #1ABB9A;
  border-bottom: 1px solid #ededed;
}
body.color01 .single-lp .lp-form {
  background: #494c4e;
  color: #fff;
}
body.color01 .single-lp .lp-form input[type=submit],
body.color01 .single-lp .lp-form button {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color01 .single-lp .lp-form input[type=submit]:hover,
body.color01 .single-lp .lp-form button:hover {
  background: #6ed472;
}

/* color01 end
---------------------------------------- */
/* ----------------------------------------
* カラースキーム 02
---------------------------------------- */
body.color02 {
  /* ----------------------------------------
  * all
  ---------------------------------------- */
  /* form
  ---------------------------------------- */
  /* ----------------------------------------
  * header
  ---------------------------------------- */
  /* ----------------------------------------
  * breadcrumb
  ---------------------------------------- */
  /* ----------------------------------------
  * gloval nav
  ---------------------------------------- */
  /* ----------------------------------------
  * content
  ---------------------------------------- */
  /* ----------------------------------------
  * main
  ---------------------------------------- */
  /* comment
  ---------------------------------------- */
  /* loop
  ---------------------------------------- */
  /* ----------------------------------------
  * pagenation
  ---------------------------------------- */
  /* ----------------------------------------
  * side
  ---------------------------------------- */
  /* comment */
  /* follow */
  /* ----------------------------------------
  * footer
  ---------------------------------------- */
  /* ----------------------------------------
  * LP
  ---------------------------------------- */
}
body.color02 body {
  background: #fafafa;
  color: #656364;
}
body.color02 a {
  color: #FB4343;
}
body.color02 form input[type="submit"],
body.color02 form button {
  background: #FB4343;
}
body.color02 #header {
  background-color: #ffffff;
  border-bottom: 1px solid #ededed;
}
body.color02 #header #logo a {
  color: #656364;
}
body.color02 #header #header-sns li a {
  color: #ccc;
}
body.color02 #header #header-sns li a:hover {
  color: #4E4E4E;
}
body.color02 #gnav {
  background: #fff;
  border-top: 1px #ededed solid;
  border-bottom: 1px #ededed solid;
}
body.color02 #gnav li.current-menu-item a {
  border-top: 1px #FB4343 solid;
}
body.color02 #gnav li a {
  border-top: 1px #ededed solid;
  color: #2B2D2D;
  background: #fff;
}
body.color02 #gnav li a:hover {
  color: #2B2D2D;
  border-top: 1px #FB4343 solid;
}
body.color02 #gnav li .sub-menu li a {
  background: #2b2b2b;
  color: #fff;
  border: none;
}
body.color02 #gnav li .sub-menu li a:hover {
  background: #373B3B;
  color: #fff;
}
body.color02 #content .wp-caption {
  border: 1px solid #ededed;
}
body.color02 .cat-content,
body.color02 article.post,
body.color02 article.page,
body.color02 article.wp101,
body.color02 article.seo101 {
  background: #fff;
  border: 1px #e6e3de solid;
}
body.color02 .post-title a {
  color: #656364;
}
body.color02 .post-title a:hover {
  color: #FB4343;
}
body.color02 .post-meta {
  border-top: 1px #ededed solid;
}
body.color02 .post-meta li {
  background: #fff;
}
body.color02 .post-content hr {
  border-bottom: 1px solid #ededed;
}
body.color02 .post-content h2 {
  border-bottom: 1px solid #ededed;
}
body.color02 .post-content h3 {
  border-left: 5px solid #e6e3de;
}
body.color02 .post-content blockquote {
  border: 1px #e6e3de solid;
}
body.color02 .post-content blockquote:before {
  color: #e7e7e7;
}
body.color02 .post-content blockquote cite {
  color: #808080;
}
body.color02 .post-content table {
  border: 1px #ddd solid;
}
body.color02 .post-content table th,
body.color02 .post-content table td {
  border: #ddd solid 1px;
}
body.color02 .post-content table th {
  color: #fff;
}
body.color02 .post-content table thead th {
  background: #5e6265;
}
body.color02 .post-content table tbody th {
  background: #919598;
}
body.color02 .post-content table.table-line table,
body.color02 .post-content table.table-line th,
body.color02 .post-content table.table-line td {
  border-color: #fff;
}
body.color02 .post-content table.table-line th {
  background: transparent;
  color: #656364;
}
body.color02 .post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
body.color02 .post-content table.table-line tr {
  background: #e6e3de;
}
body.color02 .post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
body.color02 .post-cta {
  background: #f5f5f5;
  color: #656364;
  border-top: 3px solid #5e6265;
}
body.color02 .post-cta .cta-post-title {
  border-bottom: 1px solid #e6e3de;
}
body.color02 .post-cta .post-cta-btn a {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color02 .post-cta .post-cta-btn a:hover {
  background: #81da85;
  border-bottom: 5px solid #5ace5f;
}
body.color02 .post-cta .btn {
  color: #fff;
  background: #FB4343;
}
body.color02 .post-cta .btn:hover {
  background: #58DADF;
}
body.color02 .post-share {
  border-top: 1px solid #e6e3de;
}
body.color02 .post-share .post-share-title {
  color: #fff;
  background-color: #57585A;
}
body.color02 .post-share .post-share-list1 a,
body.color02 .post-share .post-share-list2 a,
body.color02 .post-share .post-share-list3 a,
body.color02 .post-share .post-share-list4 a {
  border: 1px #e6e3de solid;
}
body.color02 .post-share .post-share-list1 a:hover,
body.color02 .post-share .post-share-list2 a:hover,
body.color02 .post-share .post-share-list3 a:hover,
body.color02 .post-share .post-share-list4 a:hover {
  text-decoration: none;
  background: #f7f7f7;
}
body.color02 .post-share .post-share-facebook a:hover {
  color: #305097;
}
body.color02 .post-share .post-share-twitter a:hover {
  color: #00aced;
}
body.color02 .post-share .post-share-google a:hover {
  color: #db4a39;
}
body.color02 .post-share .post-share-feedly a:hover {
  color: #2bb24c;
}
body.color02 .post-sns {
  border-top: 1px #e6e3de solid;
}
body.color02 .post-sns ul li {
  border-right: 1px solid #e6e3de;
  color: #929292;
}
body.color02 .post-sns ul li:hover {
  background-color: #f7f7f7;
}
body.color02 .post-sns ul li.post-sns-twitter:hover {
  color: #00ACED;
}
body.color02 .post-sns ul li.post-sns-feedly:hover {
  color: #5ACF5F;
}
body.color02 .post-sns ul li a {
  color: #929292;
}
body.color02 .post-sns ul li.post-sns-twitter a:hover {
  background-color: #00aced;
  color: #fff;
}
body.color02 .post-sns ul li.post-sns-feedly a:hover {
  background-color: #5ACF5F;
  color: #fff;
}
body.color02 .post-author {
  border-top: 1px #e6e3de solid;
  border-bottom: 1px #e6e3de solid;
  color: #656364;
}
body.color02 .post-author a {
  color: #FB4343;
}
body.color02 .comment-list > .comment {
  border-bottom: 1px #e6e3de solid;
}
body.color02 .comment-list .children .comment-body {
  background: #f7f7f7;
}
body.color02 .post-loop-wrap .post-footer {
  border-top: 1px #ededed solid;
}
body.color02 .more-link {
  border: 1px #FB4343 solid;
  color: #FB4343;
}
body.color02 .more-link:hover {
  background: #FB4343;
  color: #fff;
}
body.color02 .pagination span, body.color02 .pagination a {
  color: #656364;
}
body.color02 .pagination a:hover {
  background: #e6e3de;
}
body.color02 .pagination .current {
  background: #e6e3de;
}
body.color02 .side-widget ul li {
  border-bottom: 1px solid #e6e3de;
}
body.color02 .side-widget a {
  color: #5e6265;
}
body.color02 .side-widget a:hover {
  color: #FB4343;
}
body.color02 .side-widget .post-date {
  color: #999999;
}
body.color02 #views-2 ul li span {
  color: #999999;
}
body.color02 .widget_recent_entries a,
body.color02 .widget_archive a,
body.color02 .widget_categories a,
body.color02 .widget_meta a {
  color: #5e6265;
  background: url('lib/images/icont_arw_lit.png?1418372717') left center no-repeat;
}
body.color02 .widget_recent_entries a:hover,
body.color02 .widget_archive a:hover,
body.color02 .widget_categories a:hover,
body.color02 .widget_meta a:hover {
  color: #FB4343;
  background: url('lib/images/icon_arw_gry.png?1418372717') left center no-repeat;
}
body.color02 .recentcomments a {
  color: #656364;
}
body.color02 #side .share-list-wrap {
  background: #fafafa;
}
body.color02 #side .share-list-wrap .post-share-list1 li a,
body.color02 #side .share-list-wrap .post-share-list2 li a,
body.color02 #side .share-list-wrap .post-share-list3 li a,
body.color02 #side .share-list-wrap .post-share-list4 li a {
  background: #fff;
  color: #5e6265;
}
body.color02 #side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
body.color02 #side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
body.color02 #side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
body.color02 #side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
  color: #305097;
}
body.color02 #side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
body.color02 #side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
body.color02 #side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
body.color02 #side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
  color: #00aced;
}
body.color02 #side .share-list-wrap .post-share-list1 li.post-share-google a:hover,
body.color02 #side .share-list-wrap .post-share-list2 li.post-share-google a:hover,
body.color02 #side .share-list-wrap .post-share-list3 li.post-share-google a:hover,
body.color02 #side .share-list-wrap .post-share-list4 li.post-share-google a:hover {
  color: #db4a39;
}
body.color02 #side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover,
body.color02 #side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover,
body.color02 #side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover,
body.color02 #side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {
  color: #2bb24c;
}
body.color02 #footer {
  color: #1E252C;
}
body.color02 #footer a {
  color: #1E252C;
}
body.color02 #footer a:hover {
  color: #FB4343;
}
body.color02 .footer-01 {
  background: #fff;
  border-top: 1px #ededed solid;
}
body.color02 .footer-02 {
  background: #fff;
  border-top: 1px #ededed solid;
}
body.color02 .single-lp .lp-wrap {
  border: 1px solid #ededed;
  background: #fff;
}
body.color02 .single-lp .lp-thumbnail {
  border: 1px #ccc solid;
}
body.color02 .single-lp #lp-header {
  background: #fff;
}
body.color02 .single-lp #lp-header h1 {
  color: #FB4343;
  border-bottom: 1px solid #ededed;
}
body.color02 .single-lp .lp-form {
  background: #494c4e;
  color: #fff;
}
body.color02 .single-lp .lp-form input[type=submit],
body.color02 .single-lp .lp-form button {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color02 .single-lp .lp-form input[type=submit]:hover,
body.color02 .single-lp .lp-form button:hover {
  background: #6ed472;
}

/* color02 end
---------------------------------------- */
/* ----------------------------------------
* カラースキーム 03
---------------------------------------- */
body.color03 {
  /* ----------------------------------------
  * all
  ---------------------------------------- */
  /* form
  ---------------------------------------- */
  /* ----------------------------------------
  * header
  ---------------------------------------- */
  /* ----------------------------------------
  * breadcrumb
  ---------------------------------------- */
  /* ----------------------------------------
  * gloval nav
  ---------------------------------------- */
  /* ----------------------------------------
  * content
  ---------------------------------------- */
  /* ----------------------------------------
  * main
  ---------------------------------------- */
  /* comment
  ---------------------------------------- */
  /* loop
  ---------------------------------------- */
  /* ----------------------------------------
  * pagenation
  ---------------------------------------- */
  /* ----------------------------------------
  * side
  ---------------------------------------- */
  /* comment */
  /* follow */
  /* ----------------------------------------
  * footer
  ---------------------------------------- */
  /* ----------------------------------------
  * LP
  ---------------------------------------- */
}
body.color03 body {
  background: #fafafa;
  color: #444756;
}
body.color03 a {
  color: #F37D3D;
}
body.color03 form input[type="submit"],
body.color03 form button {
  background: #F37D3D;
}
body.color03 #header {
  background-color: #ffffff;
  border-bottom: 1px solid #ededed;
}
body.color03 #header #logo a {
  color: #444756;
}
body.color03 #header #header-sns li a {
  color: #ccc;
}
body.color03 #header #header-sns li a:hover {
  color: #21262D;
}
body.color03 #gnav {
  background: #fff;
  border-top: 1px #ededed solid;
  border-bottom: 1px #ededed solid;
}
body.color03 #gnav li.current-menu-item a {
  border-top: 1px #F37D3D solid;
}
body.color03 #gnav li a {
  border-top: 1px #ededed solid;
  color: #2B2D2D;
  background: #fff;
}
body.color03 #gnav li a:hover {
  color: #2B2D2D;
  border-top: 1px #F37D3D solid;
}
body.color03 #gnav li .sub-menu li a {
  background: #2b2b2b;
  color: #fff;
  border: none;
}
body.color03 #gnav li .sub-menu li a:hover {
  background: #373B3B;
  color: #fff;
}
body.color03 #content .wp-caption {
  border: 1px solid #ededed;
}
body.color03 .cat-content,
body.color03 article.post,
body.color03 article.page,
body.color03 article.wp101,
body.color03 article.seo101 {
  background: #fff;
  border: 1px #e6e3de solid;
}
body.color03 .post-title a {
  color: #444756;
}
body.color03 .post-title a:hover {
  color: #F37D3D;
}
body.color03 .post-meta {
  border-top: 1px #ededed solid;
}
body.color03 .post-meta li {
  background: #fff;
}
body.color03 .post-content hr {
  border-bottom: 1px solid #ededed;
}
body.color03 .post-content h2 {
  border-bottom: 1px solid #ededed;
}
body.color03 .post-content h3 {
  border-left: 5px solid #e6e3de;
}
body.color03 .post-content blockquote {
  border: 1px #e6e3de solid;
}
body.color03 .post-content blockquote:before {
  color: #e7e7e7;
}
body.color03 .post-content blockquote cite {
  color: #808080;
}
body.color03 .post-content table {
  border: 1px #ddd solid;
}
body.color03 .post-content table th,
body.color03 .post-content table td {
  border: #ddd solid 1px;
}
body.color03 .post-content table th {
  color: #fff;
}
body.color03 .post-content table thead th {
  background: #5e6265;
}
body.color03 .post-content table tbody th {
  background: #919598;
}
body.color03 .post-content table.table-line table,
body.color03 .post-content table.table-line th,
body.color03 .post-content table.table-line td {
  border-color: #fff;
}
body.color03 .post-content table.table-line th {
  background: transparent;
  color: #444756;
}
body.color03 .post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
body.color03 .post-content table.table-line tr {
  background: #e6e3de;
}
body.color03 .post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
body.color03 .post-cta {
  background: #f5f5f5;
  color: #444756;
  border-top: 3px solid #5e6265;
}
body.color03 .post-cta .cta-post-title {
  border-bottom: 1px solid #e6e3de;
}
body.color03 .post-cta .post-cta-btn a {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color03 .post-cta .post-cta-btn a:hover {
  background: #81da85;
  border-bottom: 5px solid #5ace5f;
}
body.color03 .post-cta .btn {
  color: #fff;
  background: #F37D3D;
}
body.color03 .post-cta .btn:hover {
  background: #23B0F3;
}
body.color03 .post-share {
  border-top: 1px solid #e6e3de;
}
body.color03 .post-share .post-share-title {
  color: #fff;
  background-color: #57585A;
}
body.color03 .post-share .post-share-list1 a,
body.color03 .post-share .post-share-list2 a,
body.color03 .post-share .post-share-list3 a,
body.color03 .post-share .post-share-list4 a {
  border: 1px #e6e3de solid;
}
body.color03 .post-share .post-share-list1 a:hover,
body.color03 .post-share .post-share-list2 a:hover,
body.color03 .post-share .post-share-list3 a:hover,
body.color03 .post-share .post-share-list4 a:hover {
  text-decoration: none;
  background: #f7f7f7;
}
body.color03 .post-share .post-share-facebook a:hover {
  color: #305097;
}
body.color03 .post-share .post-share-twitter a:hover {
  color: #00aced;
}
body.color03 .post-share .post-share-google a:hover {
  color: #db4a39;
}
body.color03 .post-share .post-share-feedly a:hover {
  color: #2bb24c;
}
body.color03 .post-sns {
  border-top: 1px #e6e3de solid;
}
body.color03 .post-sns ul li {
  border-right: 1px solid #e6e3de;
  color: #929292;
}
body.color03 .post-sns ul li:hover {
  background-color: #f7f7f7;
}
body.color03 .post-sns ul li.post-sns-twitter:hover {
  color: #00ACED;
}
body.color03 .post-sns ul li.post-sns-feedly:hover {
  color: #5ACF5F;
}
body.color03 .post-sns ul li a {
  color: #929292;
}
body.color03 .post-sns ul li.post-sns-twitter a:hover {
  background-color: #00aced;
  color: #fff;
}
body.color03 .post-sns ul li.post-sns-feedly a:hover {
  background-color: #5ACF5F;
  color: #fff;
}
body.color03 .post-author {
  border-top: 1px #e6e3de solid;
  border-bottom: 1px #e6e3de solid;
  color: #444756;
}
body.color03 .post-author a {
  color: #F37D3D;
}
body.color03 .comment-list > .comment {
  border-bottom: 1px #e6e3de solid;
}
body.color03 .comment-list .children .comment-body {
  background: #f7f7f7;
}
body.color03 .post-loop-wrap .post-footer {
  border-top: 1px #ededed solid;
}
body.color03 .more-link {
  border: 1px #F37D3D solid;
  color: #F37D3D;
}
body.color03 .more-link:hover {
  background: #F37D3D;
  color: #fff;
}
body.color03 .pagination span, body.color03 .pagination a {
  color: #444756;
}
body.color03 .pagination a:hover {
  background: #e6e3de;
}
body.color03 .pagination .current {
  background: #e6e3de;
}
body.color03 .side-widget ul li {
  border-bottom: 1px solid #e6e3de;
}
body.color03 .side-widget a {
  color: #5e6265;
}
body.color03 .side-widget a:hover {
  color: #F37D3D;
}
body.color03 .side-widget .post-date {
  color: #999999;
}
body.color03 #views-2 ul li span {
  color: #999999;
}
body.color03 .widget_recent_entries a,
body.color03 .widget_archive a,
body.color03 .widget_categories a,
body.color03 .widget_meta a {
  color: #5e6265;
  background: url('lib/images/icont_arw_lit.png?1418372717') left center no-repeat;
}
body.color03 .widget_recent_entries a:hover,
body.color03 .widget_archive a:hover,
body.color03 .widget_categories a:hover,
body.color03 .widget_meta a:hover {
  color: #F37D3D;
  background: url('lib/images/icon_arw_gry.png?1418372717') left center no-repeat;
}
body.color03 .recentcomments a {
  color: #444756;
}
body.color03 #side .share-list-wrap {
  background: #fafafa;
}
body.color03 #side .share-list-wrap .post-share-list1 li a,
body.color03 #side .share-list-wrap .post-share-list2 li a,
body.color03 #side .share-list-wrap .post-share-list3 li a,
body.color03 #side .share-list-wrap .post-share-list4 li a {
  background: #fff;
  color: #5e6265;
}
body.color03 #side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
body.color03 #side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
body.color03 #side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
body.color03 #side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
  color: #305097;
}
body.color03 #side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
body.color03 #side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
body.color03 #side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
body.color03 #side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
  color: #00aced;
}
body.color03 #side .share-list-wrap .post-share-list1 li.post-share-google a:hover,
body.color03 #side .share-list-wrap .post-share-list2 li.post-share-google a:hover,
body.color03 #side .share-list-wrap .post-share-list3 li.post-share-google a:hover,
body.color03 #side .share-list-wrap .post-share-list4 li.post-share-google a:hover {
  color: #db4a39;
}
body.color03 #side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover,
body.color03 #side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover,
body.color03 #side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover,
body.color03 #side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {
  color: #2bb24c;
}
body.color03 #footer {
  color: #1E252C;
}
body.color03 #footer a {
  color: #1E252C;
}
body.color03 #footer a:hover {
  color: #F37D3D;
}
body.color03 .footer-01 {
  background: #fff;
  border-top: 1px #ededed solid;
}
body.color03 .footer-02 {
  background: #fff;
  border-top: 1px #ededed solid;
}
body.color03 .single-lp .lp-wrap {
  border: 1px solid #ededed;
  background: #fff;
}
body.color03 .single-lp .lp-thumbnail {
  border: 1px #ccc solid;
}
body.color03 .single-lp #lp-header {
  background: #fff;
}
body.color03 .single-lp #lp-header h1 {
  color: #F37D3D;
  border-bottom: 1px solid #ededed;
}
body.color03 .single-lp .lp-form {
  background: #494c4e;
  color: #fff;
}
body.color03 .single-lp .lp-form input[type=submit],
body.color03 .single-lp .lp-form button {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color03 .single-lp .lp-form input[type=submit]:hover,
body.color03 .single-lp .lp-form button:hover {
  background: #6ed472;
}

/* color03 end
---------------------------------------- */
/* ----------------------------------------
* カラースキーム 04
---------------------------------------- */
body.color04 {
  /* ----------------------------------------
  * all
  ---------------------------------------- */
  /* form
  ---------------------------------------- */
  /* ----------------------------------------
  * header
  ---------------------------------------- */
  /* ----------------------------------------
  * breadcrumb
  ---------------------------------------- */
  /* ----------------------------------------
  * gloval nav
  ---------------------------------------- */
  /* ----------------------------------------
  * content
  ---------------------------------------- */
  /* ----------------------------------------
  * main
  ---------------------------------------- */
  /* comment
  ---------------------------------------- */
  /* loop
  ---------------------------------------- */
  /* ----------------------------------------
  * pagenation
  ---------------------------------------- */
  /* ----------------------------------------
  * side
  ---------------------------------------- */
  /* comment */
  /* follow */
  /* ----------------------------------------
  * footer
  ---------------------------------------- */
  /* ----------------------------------------
  * LP
  ---------------------------------------- */
}
body.color04 body {
  background: #fafafa;
  color: #474747;
}
body.color04 a {
  color: #F6706F;
}
body.color04 form input[type="submit"],
body.color04 form button {
  background: #F6706F;
}
body.color04 #header {
  background-color: #ffffff;
  border-bottom: 1px solid #ededed;
}
body.color04 #header #logo a {
  color: #474747;
}
body.color04 #header #header-sns li a {
  color: #ccc;
}
body.color04 #header #header-sns li a:hover {
  color: #34465C;
}
body.color04 #gnav {
  background: #fff;
  border-top: 1px #ededed solid;
  border-bottom: 1px #ededed solid;
}
body.color04 #gnav li.current-menu-item a {
  border-top: 1px #F6706F solid;
}
body.color04 #gnav li a {
  border-top: 1px #ededed solid;
  color: #2B2D2D;
  background: #fff;
}
body.color04 #gnav li a:hover {
  color: #2B2D2D;
  border-top: 1px #F6706F solid;
}
body.color04 #gnav li .sub-menu li a {
  background: #2b2b2b;
  color: #fff;
  border: none;
}
body.color04 #gnav li .sub-menu li a:hover {
  background: #373B3B;
  color: #fff;
}
body.color04 #content .wp-caption {
  border: 1px solid #ededed;
}
body.color04 .cat-content,
body.color04 article.post,
body.color04 article.page,
body.color04 article.wp101,
body.color04 article.seo101 {
  background: #fff;
  border: 1px #e6e3de solid;
}
body.color04 .post-title a {
  color: #474747;
}
body.color04 .post-title a:hover {
  color: #F6706F;
}
body.color04 .post-meta {
  border-top: 1px #ededed solid;
}
body.color04 .post-meta li {
  background: #fff;
}
body.color04 .post-content hr {
  border-bottom: 1px solid #ededed;
}
body.color04 .post-content h2 {
  border-bottom: 1px solid #ededed;
}
body.color04 .post-content h3 {
  border-left: 5px solid #e6e3de;
}
body.color04 .post-content blockquote {
  border: 1px #e6e3de solid;
}
body.color04 .post-content blockquote:before {
  color: #e7e7e7;
}
body.color04 .post-content blockquote cite {
  color: #808080;
}
body.color04 .post-content table {
  border: 1px #ddd solid;
}
body.color04 .post-content table th,
body.color04 .post-content table td {
  border: #ddd solid 1px;
}
body.color04 .post-content table th {
  color: #fff;
}
body.color04 .post-content table thead th {
  background: #5e6265;
}
body.color04 .post-content table tbody th {
  background: #919598;
}
body.color04 .post-content table.table-line table,
body.color04 .post-content table.table-line th,
body.color04 .post-content table.table-line td {
  border-color: #fff;
}
body.color04 .post-content table.table-line th {
  background: transparent;
  color: #474747;
}
body.color04 .post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
body.color04 .post-content table.table-line tr {
  background: #e6e3de;
}
body.color04 .post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
body.color04 .post-cta {
  background: #f5f5f5;
  color: #474747;
  border-top: 3px solid #5e6265;
}
body.color04 .post-cta .cta-post-title {
  border-bottom: 1px solid #e6e3de;
}
body.color04 .post-cta .post-cta-btn a {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color04 .post-cta .post-cta-btn a:hover {
  background: #81da85;
  border-bottom: 5px solid #5ace5f;
}
body.color04 .post-cta .btn {
  color: #fff;
  background: #F6706F;
}
body.color04 .post-cta .btn:hover {
  background: #5EE1E1;
}
body.color04 .post-share {
  border-top: 1px solid #e6e3de;
}
body.color04 .post-share .post-share-title {
  color: #fff;
  background-color: #57585A;
}
body.color04 .post-share .post-share-list1 a,
body.color04 .post-share .post-share-list2 a,
body.color04 .post-share .post-share-list3 a,
body.color04 .post-share .post-share-list4 a {
  border: 1px #e6e3de solid;
}
body.color04 .post-share .post-share-list1 a:hover,
body.color04 .post-share .post-share-list2 a:hover,
body.color04 .post-share .post-share-list3 a:hover,
body.color04 .post-share .post-share-list4 a:hover {
  text-decoration: none;
  background: #f7f7f7;
}
body.color04 .post-share .post-share-facebook a:hover {
  color: #305097;
}
body.color04 .post-share .post-share-twitter a:hover {
  color: #00aced;
}
body.color04 .post-share .post-share-google a:hover {
  color: #db4a39;
}
body.color04 .post-share .post-share-feedly a:hover {
  color: #2bb24c;
}
body.color04 .post-sns {
  border-top: 1px #e6e3de solid;
}
body.color04 .post-sns ul li {
  border-right: 1px solid #e6e3de;
  color: #929292;
}
body.color04 .post-sns ul li:hover {
  background-color: #f7f7f7;
}
body.color04 .post-sns ul li.post-sns-twitter:hover {
  color: #00ACED;
}
body.color04 .post-sns ul li.post-sns-feedly:hover {
  color: #5ACF5F;
}
body.color04 .post-sns ul li a {
  color: #929292;
}
body.color04 .post-sns ul li.post-sns-twitter a:hover {
  background-color: #00aced;
  color: #fff;
}
body.color04 .post-sns ul li.post-sns-feedly a:hover {
  background-color: #5ACF5F;
  color: #fff;
}
body.color04 .post-author {
  border-top: 1px #e6e3de solid;
  border-bottom: 1px #e6e3de solid;
  color: #474747;
}
body.color04 .post-author a {
  color: #F6706F;
}
body.color04 .comment-list > .comment {
  border-bottom: 1px #e6e3de solid;
}
body.color04 .comment-list .children .comment-body {
  background: #f7f7f7;
}
body.color04 .post-loop-wrap .post-footer {
  border-top: 1px #ededed solid;
}
body.color04 .more-link {
  border: 1px #F6706F solid;
  color: #F6706F;
}
body.color04 .more-link:hover {
  background: #F6706F;
  color: #fff;
}
body.color04 .pagination span, body.color04 .pagination a {
  color: #474747;
}
body.color04 .pagination a:hover {
  background: #e6e3de;
}
body.color04 .pagination .current {
  background: #e6e3de;
}
body.color04 .side-widget ul li {
  border-bottom: 1px solid #e6e3de;
}
body.color04 .side-widget a {
  color: #5e6265;
}
body.color04 .side-widget a:hover {
  color: #F6706F;
}
body.color04 .side-widget .post-date {
  color: #999999;
}
body.color04 #views-2 ul li span {
  color: #999999;
}
body.color04 .widget_recent_entries a,
body.color04 .widget_archive a,
body.color04 .widget_categories a,
body.color04 .widget_meta a {
  color: #5e6265;
  background: url('lib/images/icont_arw_lit.png?1418372717') left center no-repeat;
}
body.color04 .widget_recent_entries a:hover,
body.color04 .widget_archive a:hover,
body.color04 .widget_categories a:hover,
body.color04 .widget_meta a:hover {
  color: #F6706F;
  background: url('lib/images/icon_arw_gry.png?1418372717') left center no-repeat;
}
body.color04 .recentcomments a {
  color: #474747;
}
body.color04 #side .share-list-wrap {
  background: #fafafa;
}
body.color04 #side .share-list-wrap .post-share-list1 li a,
body.color04 #side .share-list-wrap .post-share-list2 li a,
body.color04 #side .share-list-wrap .post-share-list3 li a,
body.color04 #side .share-list-wrap .post-share-list4 li a {
  background: #fff;
  color: #5e6265;
}
body.color04 #side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
body.color04 #side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
body.color04 #side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
body.color04 #side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
  color: #305097;
}
body.color04 #side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
body.color04 #side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
body.color04 #side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
body.color04 #side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
  color: #00aced;
}
body.color04 #side .share-list-wrap .post-share-list1 li.post-share-google a:hover,
body.color04 #side .share-list-wrap .post-share-list2 li.post-share-google a:hover,
body.color04 #side .share-list-wrap .post-share-list3 li.post-share-google a:hover,
body.color04 #side .share-list-wrap .post-share-list4 li.post-share-google a:hover {
  color: #db4a39;
}
body.color04 #side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover,
body.color04 #side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover,
body.color04 #side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover,
body.color04 #side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {
  color: #2bb24c;
}
body.color04 #footer {
  color: #1E252C;
}
body.color04 #footer a {
  color: #1E252C;
}
body.color04 #footer a:hover {
  color: #F6706F;
}
body.color04 .footer-01 {
  background: #fff;
  border-top: 1px #ededed solid;
}
body.color04 .footer-02 {
  background: #fff;
  border-top: 1px #ededed solid;
}
body.color04 .single-lp .lp-wrap {
  border: 1px solid #ededed;
  background: #fff;
}
body.color04 .single-lp .lp-thumbnail {
  border: 1px #ccc solid;
}
body.color04 .single-lp #lp-header {
  background: #fff;
}
body.color04 .single-lp #lp-header h1 {
  color: #F6706F;
  border-bottom: 1px solid #ededed;
}
body.color04 .single-lp .lp-form {
  background: #494c4e;
  color: #fff;
}
body.color04 .single-lp .lp-form input[type=submit],
body.color04 .single-lp .lp-form button {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color04 .single-lp .lp-form input[type=submit]:hover,
body.color04 .single-lp .lp-form button:hover {
  background: #6ed472;
}

/* color04 end
---------------------------------------- */


/* ----------------------------------------
* table scroll
---------------------------------------- */
table {
  width: 100%;
}

table td, table th {
  word-break: break-all;
  text-align: left;
}

.table-wrap {
  overflow-x: scroll;
  white-space: nowrap;
  margin-bottom: 48px;
}

.table-grad {
  position: relative;
  white-space: nowrap;
}

.table-grad:after {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 80%, white 100%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  table {
    width: 100%!important;
  }
}
@media screen and (max-width: 767px) {
    table img {
      max-width: initial;
    }
}



#included-files-fie-on-wp-footer {
  display: none;
}





/* カテゴリ・アーカイブ */
.cat-title {
	text-align:center;
	font-size:14px;
	display: table;
	width: 100%;
}

.cat-title img .yoko {
	width: 100%;
	height: 3px;
	object-fit: cover;
}
.yoko {
	background-image: url('img/line_yoko.png');
	background-repeat: repeat-x;
	padding: 10px;
	float: left;
	margin: 15px 0px 0px 0px;
	float:none;
	display: table-cell;
	vertical-align: top;
	text-align: left;
	background-position: center;
}
.yoko2 {
	background-image: url('img/line_yoko.png');
	background-repeat: repeat-x;
	padding: 10px;
	margin: 15px 0px 0px 0px;
	float:none;
	display: table-cell;
	vertical-align: top;
	text-align: left;
	background-position: center;
}
.yoko_space {
	display: table-cell;
	width:0.5%;
	vertical-align: top;
	text-align: left;
}
.title {
	width: 100px;
	min-width: 100px;
    white-space: nowrap;
    border-left: double 3px #969696;
    border-right: double 3px #969696;
    padding:0 10px;
    line-height:30px;
    margin:0 10px;
    float:none;
    display: table-cell;
	vertical-align: top;
	text-align: center;

}
.title2 {
	width: 100px;
	min-width: 100px;
    white-space: nowrap;
    border-left: double 3px #969696;
    border-right: double 3px #969696;
    padding:0 10px;
    line-height:30px;
    margin:0 10px;
    float:none;
    display: table-cell;
	vertical-align: top;
	text-align: center;
}





.article_post {
	border-bottom: 1px solid #e6e3de;
}
.post-thumbnail-article {
	width:150px;
	height:115px;
	margin:0 20px 20px 0;
	float:left;
}
.post-thumbnail-article img {
	width:150px;
	height:115px;
	/* No.14追加修正指示 */
	/* object-fit: cover; */
	object-fit: contain;
	background-color: #efebe8;
	/* /No.14追加修正指示 */
}
.archive_content_area {
	width:calc(100% - 170px);
	float:left;
}
.archive_post-title {
	font-size:14px;
	border-bottom: 0px solid #e6e3de !important;
	margin: 0 0 0px 0 !important;
}
.archive_post-date {
	font-size:12px;
	color:#969696;
	line-height:22px;
	display: flex;
	align-items: left;
	font-family: Roboto;
}
/* 日付の横線 */
.archive_post-date:after {
	border-top: 1px solid #e6e3de;
	content: "";
	flex-grow: 1;
	margin:10px 0 0 0;
	margin-left: 0.5rem;
}

.column_area .archive_post-date_disp_sp {
	display:none;
}

.archive_post-content {
	font-size:12px;
	line-height:22px;
}
.post-content h2 {
	font-size: 14px;
	font-weight:500;
}
.post-content p, .post-content pre {
	margin: 0 0 0 0px;
	font-size:12px;
	line-height: 22px;
}



/* 記事 */
.single_content_area {
	width:calc(100% - 170px);
	float:left;
}
.single_post-title {
	font-size:14px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e6e3de;
}
.single_post-date {
	font-size:12px;
	color:#e6e3de;
	line-height:22px;
}
.single_post-content {
	font-size:12px;
	line-height:22px;
}
.single_content_area_main {
	padding:20px 0 0px 0;
	font-size:12px;
	line-height:22px;
}
.single_content_area_main img {
	width:100%;
}
.post-sns {
	width:100%;
}


/* タグ */
.tag-cloud-link {
	font-size:12px !important;
	line-height:22px;
	border: 1px solid #e6e3de;
	white-space: nowrap;
}

/* サイドバー */
/* 月別アーカイブ */
.side-widget-inner .archives a {
	display: block;
	padding: 0 10px;
	font-size:12px;
	font-family: Roboto;
}
.side-widget-inner .archives a:after {
	content: "\f105";
	float: right;
	font-family: 'FontAwesome';
}

.side-widget-inner a.more_link {
	display: block;
	text-align:right;
	padding: 0 10px;
	font-size:11px;
	text-decoration: underline;
	text-underline-offset:5px;
	font-family: 'Roboto', YakuHanJP,"Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:500;
}
.side-widget-inner a.more_link_tag {
	display: block;
	text-align:right;
	padding: 0 10px;
	font-size:11px;
	text-decoration: underline;
	text-underline-offset:5px;
	font-family: 'Roboto', YakuHanJP,"Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:500;
}
.side-widget-inner h2 {
	padding:8px 0 8px 0;
	border-bottom: 1px solid #e6e3de;
}
/* タグ */
.side_tag_area {
	padding:8px 0;
	position: relative;
	left: -5px;
}
.side_tag_area a {
	padding:0 5px;
	margin: 3px 5px;
	display: inline-block;
	line-height: 14px;
}
/*
.side_tag_area a:first-child{
	margin:10px 5px 10px 0px;
}*/

#npcatch{
	margin:0px;
}

#npcatch li{
	font-size:12px;
	overflow:hidden;
	clear:both;
	margin:0px 0px 5px;
	vertical-align:top;
}

#npcatch img{
/*サムネイルのスタイル*/
	float:left;
	padding:0px;
}

#npcatch .title{
/*記事タイトルのスタイル*/
	width:150px;
	float:right;
	padding:0px;
}

.wp-block-search .wp-block-search__button {
	background: #4b4b4b !important;
	border: 1px solid #4b4b4b !important;
	margin-left:0px !important;
	color:#ffffff !important;
}
.wp-block-search__input {
	line-height: 150% !important;
}
/* /サイドバー */



/* 納品事例 */
.nouhin_main_area {
	position: relative;/*相対配置*/
	width:50%;
	float:left;
}
.nouhin_content_area {
	width:50%;
	padding:20px 0 0 20px;
	float:left;
	color:#4b4b4b;
}
.nouhin_no_area {
	position: absolute;/*絶対配置*/
	top: 0px;
	left:0px;
	font-family: 'Syne';
	font-size:36px;
	color:#000000;
}
.sharp {
	position: absolute;/*絶対配置*/
	top: -10px;
	font-size:30px;
}
.nouhin_no {
	position: absolute;/*絶対配置*/
	top: -4px;
	left:23px;
	font-size:36px;
}
.nouhin_main {
	width:100%;
	padding:30px 0 0 0;
}
.nouhin_main img {
	width:100%;
}
.nouhin_post-title {
	font-size:18px !important;
	padding:0 0 20px 0;
	margin:10px 0 0px 0;
	float: none;
	border-left:0px solid #e6e3de;
	height: auto;
	width: 100%;

}
.nouhin_post-tag {
	padding:0 0 20px 0;
}
.nouhin_post-tag a {
	padding:0px 5px;
	margin:0 5px 0 0;
}
/*
.nouhin_post-tag a:first-child{
	margin:5px 5px 5px 0px;
}*/
.nouhin_post-content {
	font-size:12px;
	padding:0 0 20px 0;
}
.nouhin_post {
	padding:20px;
	border-top: 1px #e6e3de solid;
	border-left: 1px #e6e3de solid;
	border-right: 1px #e6e3de solid;
}
.nouhin_post .post-content {
    border-bottom: 0px #e6e3de solid;
}


/* 2個目以降 */
.nouhin_post_ko {
	width: calc(100% / 3);
	height:320px;
	padding:20px;
	float:left;
    border-left: 1px solid #e6e3de;
	border-bottom:1px solid #e6e3de;
}
.nouhin_post_ko:nth-child(3n+1) {
    border-right: 1px solid #e6e3de;
}
.nouhin_post_ko:nth-child(2) {
    border-top: 1px solid #e6e3de;
}
.nouhin_post_ko:nth-child(3) {
    border-top: 1px solid #e6e3de;
}
.nouhin_post_ko:nth-child(4) {
    border-top: 1px solid #e6e3de;
}
.nouhin_post_ko:last-child {
    border-right: 1px solid #e6e3de;
}
.nouhin_post_ko:nth-child(5) {
    border-right: 1px solid #e6e3de;
}
.nouhin_post_ko:nth-child(6) {
    border-right: 1px solid #e6e3de;
}
.nouhin_post_ko:nth-child(8) {
    border-right: 1px solid #e6e3de;
}
.nouhin_post_ko:nth-child(9) {
    border-right: 1px solid #e6e3de;
}
.nouhin_post_ko .nouhin_main_area {
	position: relative;/*相対配置*/
	width:100%;
	float:none;
}
.nouhin_post_ko .nouhin_content_area {
	width:100%;
	padding:0 0 0 0px;
	float:none;
	color:#4b4b4b;
}
.nouhin_post_ko .nouhin_no_area {
	position: relative;/*絶対配置*/
	font-family: 'Syne';
	font-size:36px;
	color:#000000;
	height: 40px;
	width: 25%;
	float: left;
}
.nouhin_post_ko .sharp {
	position: absolute;
	font-size: 12px;
	top: 10px;
}
.nouhin_post_ko .nouhin_no {
	position: absolute;
	font-size: 24px;
	top: 5px;
	left: 10px;
}
.nouhin_post_ko .nouhin_main {
	width:100%;
	padding:0px 0 0 0;
}
.nouhin_post_ko .nouhin_main img {
	width:100%;
	/* No.14追加修正指示 */
	object-fit: contain;
	background-color: #efebe8;
	/* /No.14追加修正指示 */
}
.nouhin_post_ko .nouhin_post-title {
	font-size:14px !important;
	line-height:18px;
	padding:0 0 0 10px;
	margin:10px 0 10px 0;
	float: left;
	border-left:1px solid #e6e3de;
	height: 40px;
	width: calc( 75% - 10px);
}
.nouhin_post_ko .nouhin_post-content {
	font-size:12px !important;
	padding:0 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-height:100px;
	border-bottom:0px solid;
}
.nouhin_post_ko .post-content {
    border-bottom: 0px #e6e3de solid;
}

.delivery-example_archive .nouhin_post_ko {
    border: 1px #e6e3de solid;
}
.delivery-example_archive .nouhin_post_ko.border-next {
	margin-top: -1px;
	margin-left: -1px;
	width: calc(33.333% + 1px);
}

/* 納品事例詳細画面 */
.type-delivery-example .post-content {
	padding:0 20px;
	border-top: 1px #e6e3de solid;
	border-left: 1px #e6e3de solid;
	border-right: 1px #e6e3de solid;
	border-bottom: 1px #e6e3de solid;
}
.type-delivery-example .post-content a{
	color:#337ab7;
}
.nouhin_single_main_area {
	position: relative;/*相対配置*/
	width:100%;
	float:none;
}
.nouhin_single_content_area {
	width:100%;
	padding:20px 0 40px 0px;
	float:none;
	color:#4b4b4b;
}
.nouhin_single_no_area {
	position: absolute;/*絶対配置*/
	top: 0px;
	left:0px;
	font-family: 'Syne';
	font-size:36px;
	color:#000000;
}
.nouhin_single_sharp {
	position: absolute;/*絶対配置*/
	top: -40px;
	font-size:60px;
}
.nouhin_single_no {
	position: absolute;/*絶対配置*/
	top: -40px;
	left: 50px;
	font-size:72px;
}
.nouhin_single_main {
	width:100%;
	padding:30px 0 0 0;
}
.nouhin_single_main img {
	width:100%;
}
.nouhin_single_post-title {
	font-size:18px !important;
	padding:0 0 20px 0 !important;
	margin: 0 !important;
	font-weight: 500 !important;
}
.nouhin_single_post-tag {
	padding:0 0 20px 0;
	position: relative;
	left: -5px;
}
.nouhin_single_post-tag a {
	padding:0px 5px;
	margin:5px;
}
.side_nouhin_img {
	width:100px;
	height:75px;
	float:left;
}
.side_nouhin_img img{
	width:100px;
	height:75px;
	/* No.14追加修正指示 */
	/* object-fit: cover; */
	object-fit: contain;
	background-color: #efebe8;
	/* /No.14追加修正指示 */
}
.side_nouhin_item {
	position: relative;/*相対配置*/
	width:calc(100% - 110px);
	float:left;
	height:25px;
}
.nouhin_no_area_side {
	position: absolute;/*絶対配置*/
	top: 0px;
	left:0px;
	font-family: 'Syne';
	font-size:12px;
	color:#000000;
}
.nouhin_no_area_side_title {
	margin:20px 0 0 10px;
}
.nouhin_no_area_side .sharp {
	position: absolute;/*絶対配置*/
	top: -8px;
	font-size: 16px;
	left: 10px;
}
.nouhin_no_side {
	position: absolute;/*絶対配置*/
	top: -12px;
	left: 25px;
	font-size: 24px;
}

/*
.nouhin_single_post-tag a:first-child{
	margin:5px 5px 5px 0px;
}*/
.nouhin_single_post-content {
	font-size:12px;
	padding:0 0 20px 0;
}
.nouhin_single_post {
	padding:20px 0;
}
.nouhin_single_post .post-content {
    border-bottom: 0px #e6e3de solid;
}

.single_content_area_main h1 {
	text-align:center;
}

.single_content_area_main .center_title {
	width:auto;
	text-align:center;
	margin:0 auto;
}

/* お知らせ */
.side_news_img {
	width:100px;
	height:75px;
	float:left;
}
.side_news_img img{
	width:100px;
	height:75px;
	object-fit: cover;
}
.side_news_item {
	position: relative;/*相対配置*/
	width:calc(100% - 110px);
	float:left;
	height:25px;
}
.news_no_area_side {
	position: relative;/*絶対配置*/
	top: 0px;
	left:0px;
	font-size:12px;
	color:#969696;
	margin:0px 0 0 10px;
}
.news_no_area_side_title {
	margin:0px 0 0 10px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

    /*IE対策*/
    line-height: 1.5em;
    max-height: 4.5em;

}
.news_no_side {
	position: absolute;/*絶対配置*/
	top: -12px;
	left: 25px;
	font-size: 24px;
}

/* コーディネート実例 */
.coordinate_main_area {
	position: relative;/*相対配置*/
	width:50%;
	float:left;
}
.coordinate_content_area {
	position: relative;/*相対配置*/
	width:50%;
	padding:0px 0 0 20px;
	float:left;
	color:#4b4b4b;
}
.coordinate_no_area {
	font-family: 'Syne';
	font-size:36px;
	color:#000000;
	height:45px;
}
.coordinate_no_area .sharp {
	position: relative;
	font-size:28px;
	color:#000000;
}
.coordinate_no_area img {
	position: absolute;
	right: -15px;
	top: 13px;
}
.coordinate_no {
	position: relative;
	font-size:36px;
	color:#000000;
}
.coordinate_no_underfukidashi {
	padding:10px 0 0 0;
}
.coordinate_main {
	width:100%;
	padding:0px 0 0 0;
}
.coordinate_main img {
	width:100%;
}
.coordinate_post-title {
	font-size:18px;
	padding:0 0 0 0;
	margin:10px 0 10px 0;
	float: none;
	border-left:0px solid #e6e3de;
	height: auto;
	width: 100%;

}
.coordinate_post-tag {
	padding:0 0 20px 0;
	position: relative;
	left: -5px;
}
.coordinate_post-tag a {
	padding:0px 5px;
	margin:5px;
}
/*
.coordinate_post-tag a:first-child{
	margin:5px 5px 5px 0px;
}*/
.coordinate_post-content {
	font-size:12px;
	padding:0 0 20px 0;
}
.coordinate_post {
	padding:0 0 20px 0;
	border-top: 0px #e6e3de solid;
	border-left: 0px #e6e3de solid;
	border-right: 0px #e6e3de solid;
	overflow: auto;
}
.coordinate_post .post-content {
    border-bottom: 0px #e6e3de solid;
}


/* 2個目以降 */
.coordinate_post_ko {
	width: calc(33.333% - 4px);
	height:auto;
	display: inline-block;
	vertical-align: top;
	padding:20px 20px 20px 0;
}

.coordinate_post_ko .coordinate_main_area {
	position: relative;/*相対配置*/
	width:100%;
	float:none;
}
.coordinate_post_ko .coordinate_content_area {
	width:100%;
	padding:0 0 0 0px;
	float:none;
	color:#4b4b4b;
}
.coordinate_post_ko .coordinate_no_area {
	position: relative;/*絶対配置*/
	font-family: 'Syne';
	font-size:36px;
	color:#000000;
	height: 40px;
	width: 25%;
	float: left;
}
.coordinate_post_ko .sharp {
	position: absolute;
	font-size: 12px;
	top: 10px;
	color:#000000;
}
.coordinate_post_ko .coordinate_no {
	position: absolute;
	font-size: 24px;
	top: 5px;
	left: 10px;
	color:#000000;
}
.coordinate_post_ko .coordinate_main {
	width:100%;
	padding:0px 0 0 0;
}
.coordinate_post_ko .coordinate_main img {
	width:100%;
}
.coordinate_post_ko .coordinate_post-title {
	font-size:14px;
	line-height:18px;
	padding:0 0 0 20px;
	margin:10px 0 10px 0;
	float: left;
	border-left:0px solid #e6e3de;
	height: 40px;
	width: calc( 75% - 10px);
}
.coordinate_post_ko .coordinate_post-content {
	font-size:12px;
	padding:0 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-height:100px;
	border-bottom:0px solid;
}
.coordinate_post_ko .post-content {
    border-bottom: 0px #e6e3de solid;
}
.coordinate_post_ko .coordinate_content_area .coordinate_post-tag {
	padding:0;
	position: relative;
	left: -5px;
}

/* コーディネート実例詳細画面 */
.case_single_main_area {
	position: relative;/*相対配置*/
	width:100%;
	float:none;
}
.case_single_content_area {
	width:100%;
	padding:20px 0 40px 0px;
	float:none;
	color:#4b4b4b;
}
.case_single_no_area {
	position: absolute;/*絶対配置*/
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-family: 'Syne';
	font-size:36px;
	color:#4b4b4b;
	background-color:rgba(255,255,255,0.8);
	width:60%;
	height:200px;
}
.case_single_title {
	position: absolute;/*絶対配置*/
	top: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.case_single_sharp {
	font-size:30px;
	position: absolute;/*絶対配置*/
	top: 35px;
	left: calc(50% - 40px);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color:#000000;
}
.case_single_no {
	font-size:48px;
	position: absolute;/*絶対配置*/
	top: 55px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color:#000000;
}
.case_single_fukidashi {
	position: absolute;/*絶対配置*/
	top: 90px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.case_single_main {
	width:100%;
	padding:0 0 0 0;
}
.case_single_main img {
	width:100%;
}
.case_single_post-title_area {
	margin: 16px auto;
	text-align: center;
	display: block;
	padding: 90px 20px 0px 20px;
}
.case_single_post-title {
	font-size:18px !important;
	padding:0 0 0 0 !important;
	margin: 0px !important;
	font-weight: 500 !important;
	text-align: left;
	display: inline-block;
	font-family: 'Roboto', YakuHanJP,"Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 500;
}
.case_single_post-tag {
	padding:0 0 20px 0;
}
.case_single_post-tag a {
	padding:0px 5px;
	margin:5px;
}
.case_single_post-tag a:first-child{
	margin:5px 5px 5px 0px;
}
.case_single_post-content {
	font-size:12px;
	padding:0 0 20px 0;
}
.case_single_post {
	padding:0px;
}
.case_single_post .post-content {
    border-bottom: 0px #e6e3de solid;
}


/* 右フキダシ */
.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 20px 15px 20px 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: #FFF;
  border: solid 1px #969696;
  box-sizing: border-box;
	float:left;
}

.balloon2-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -11px;
  border: 11px solid transparent;
  border-left: 11px solid #FFF;
  z-index: 2;
}

.balloon2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #969696;
  z-index: 1;
}

.balloon2-right p {
  margin: 0;
  padding: 0;
}
.balloon2-text {
	float:right;
	width:calc(100% - 140px);
	margin: 20px 0 20px 0;
	padding: 7px 0px;
}


/* 下向きフキダシ下線のみ */
.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: #FFF;
  border-bottom: solid 1px #969696;
  box-sizing: border-box;
  font-size:18px;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -14px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -15px;
  border: 13px solid transparent;
  border-top: 13px solid #969696;
  z-index: 1;
}

.balloon2 p {
	margin: 0;
	padding: 0;
}
.single_content_area_main p {
	padding:0 0 20px 0;
}

.single_content_area_main hr {
	border-width: 1px 0 0 0; /* 太さ */
	border-style: solid; /* 種類 */
	border-color: #e6e3de; /* 色 */
	margin: 5px 0 5px 0;
}

/* 画像 */
.img_left {
	float:left;
	width:50%;
	padding:0 10px 0px 0;
}
.img_right {
	float:right;
	width:50%;
	padding:0 0 0px 10px;
}
.img_left_top {
	float:left;
	width:50%;
	padding:0 10px 20px 0;
}

/* この事例で紹介したアイテム */
.nouhin_item {
	border-top: 1px #e6e3de solid;
	border-bottom: 1px #e6e3de solid;
	padding:5px 0;
	margin:0 0 20px 0;
	font-size:12px;
}

/* 	納品事例一覧へ  */
.btn_category,
a.btn_category {
	border: 1px #969696 solid;
	background-color: #ffffff;
	border-radius: 0;
	font-size:12px;
	padding:15px 50px;
}
.btn_category:hover,
a.btn_category:hover {
	color: #fff;
	background: #32c8d7;
}


/* カスタム投稿ブロック */
.post_block {
	padding:0 0 20px 0;
	height: auto;
	overflow: hidden;
}
.news h1 {
	font-size:14px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e6e3de;
	text-align:left !important;
	font-weight:500;
}
.news h2 {
	font-size:14px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e6e3de;
	text-align:left;
	font-weight:500;
}


.news h3 {
	font-size:14px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e6e3de;
	text-align:left;
	font-weight:500;
	border-left: 0px solid #e6e3de;
}

.case h1 {

}
.case h2 {

}
.case h3 {

}


/* お知らせ */
.news_single_post {
	border-bottom: 1px solid #e6e3de;
}
.news_single_post-title {
	font-size:14px !important;
	margin: 0 0 0px 0 !important;
	padding: 0 0 10px 0 !important;
	text-align:left !important;
	font-weight:500 !important;
}
.news_single_content_area {
	font-size:12px !important;
	width:100% !important;
	padding:20px 0 40px 0px !important;
	float:none !important;
	color:#4b4b4b !important;
}
.news_single_main_area img {
	object-fit: cover;
	width: 100%;
}
.type-news .post-content a{
	color:#337ab7;
}

/* コラム */
.column_single_post {
	border-bottom: 1px solid #e6e3de;
}
.column_single_post-title {
	font-size:14px !important;
	margin: 0 0 0px 0 !important;
	padding: 0 0 10px 0 !important;
	text-align:left !important;
	font-weight:500 !important;
}
.column_single_content_area {
	font-size:12px !important;
	width:100% !important;
	padding:20px 0 40px 0px !important;
	float:none !important;
	color:#4b4b4b !important;
}

.column h1 {

}
.column h2 {

}
.column h3 {
	font-size:14px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e6e3de;
	text-align:left;
	font-weight:500;
	border-left: 0px solid #e6e3de;
}
.column_post-tag {
	padding:0 0 5px 0;
	position: relative;
	left: -5px;
}
.column_post-tag a {
	padding:0px 5px;
	margin:5px;
}

.column_post-thumbnail-article {
	width:320px;
	height:auto;
	margin:0 20px 20px 0;
	float:left;
}
.column_post-thumbnail-article img {
	width:320px;
	height:auto;
	/* No.14追加修正指示 */
	/* object-fit: cover; */
	object-fit: contain;
	background-color: #efebe8;
	/* /No.14追加修正指示 */
}
.column_archive_content_area {
	width:calc(100% - 340px);
	float:left;
}
.column_archive_post-title {
	font-size:14px;
	border-bottom: 0px solid #e6e3de !important;
	margin: 0 0 10px 0 !important;
}
.column_single_main_area img {
	object-fit: cover;
	width: 100%;
}
.column_area .archive_post-date.disp_sp {
	display: none;
}
.type-column .post-content a{
	color:#337ab7;
}

/* /コラム */

/* パンくず */
.breadcrumb {
	width: 1160px;
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	list-style: none;
	background-color: transparent;
	font-size:12px;
}
.breadcrumb > li {
	display: inline-block;
	position: relative;
	padding-left: 30px;
}
.breadcrumb > li:first-child {
	padding-left: 0px;
	margin-left: 0px;
}
.breadcrumb > li + li:before {
	padding: 0;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
	border-top: solid 1px;
	border-right: solid 1px;
	transform: rotate(45deg) translateY(-50%);
	color: inherit;

}
.breadcrumb > .active {
  color: #777;
}
.pankuzu {
	width: 100%;
	border-top: 1px solid #969696;
	border-bottom: 1px solid #969696;
	margin-bottom:20px;
	margin-top:10px;
}
.breadcrumb a {
  font-size: 12px;
  line-height: 12px;
  color: #4b4b4b;
  font-weight: 500;
}

/* footer_pagenavi */
.footer_pagenavi {
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:30px 0 0 0;
	height: 90px;
}
.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	margin: 0px;
}

.page {
	border-right: 1px solid #e6e3de;
	padding: 6px 20px;
}
.wp-pagenavi span.current {
	border-right: 1px solid #e6e3de;
	padding: 6px 20px;
}


.wp-pagenavi a:hover, .wp-pagenavi span.current {
}

.wp-pagenavi span.current {
	color:#32c8d7;
}
.previouspostslink {
	border: 1px solid #000000;
	position: relative;
	padding: 12px 24px;

}
.nextpostslink {
	border: 1px solid #000000;
	position: relative;
	padding: 12px 24px;

}

.previouspostslink::after{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 25%;
  top: calc(50% - 8px);
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(225deg) translateY(-50%);
  color: inherit;
}

.nextpostslink::after{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 55%;
  top: calc(50% - 1px);
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
}


/* お問い合わせ */
.maru {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column;
  vertical-align: top;
}
/* 円の大きさ */
.size_normal{
	width: 28px;
	height: 28px;
	margin: 5px 0 0 0;
}
/* 文字の大きさ */
.letter3 {
  font-size: 18px;
  line-height: 22px;
}
/* 円と文字の色 */
.pink1 {
  color: #656364;
  border: 1px solid #656364;
}
#contact_page {
	width: calc(100% - 320px);
	float: none !important;
	margin: 0 auto !important;
}
.contact_text_area {
	border:solid 1px #b3b3b3;
	padding:20px;
	margin-bottom:40px;
	float: none;
	font-size:12px;
}

.contact_h2 {
	font-size:14px;
	border-bottom:solid 1px #b3b3b3;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.contact_tel {
	float:left;
	font-size:22px;
	padding:0 10px 0 0;
}
.contact_kakomi {
	border: 1px solid #656364;
	padding:0 2px;
	font-size: 12px;
}
.contact_kakomi_text {
	float:left;
	font-size:12px;
	padding:7px 10px 0 0 ;
	line-height:22px;
}

.contact_h3 {
	font-size:14px !important;
	font-weight:500 !important;
	border-bottom:solid 1px #b3b3b3 !important;
	padding: 0 0 10px 0 !important;
	margin: 10px 0 10px 0 !important;
	border-left: 0px solid #e6e3de !important;
}

.contact_text {
	font-size:12px !important;
	padding:0 0 10px 0 !important;
}

.contact_form {
	background:#e6e3de;
	padding:30px;
	float: none;

}
.contact_form dl{
	display: block;
	font-size:12px;
	line-height:18px;
}
.contact_form dt{
	border-bottom: 1px solid #969696;
	margin-bottom: 15px;
	width: 100%;
	font-size:14px;
}
.contact_form dd {
	width: 100% !important;
	margin-top: 10px !important;
	margin-bottom: 30px !important;
	border-left: 0px solid #e6e3de !important;
	padding: 0 0 0 0px !important;
}

.contact_form .ec-blockBtn--action {
	margin-bottom: 16px;
	border: 0px solid #969696;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 16px;
	text-align: center;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	font-size: 14px;
	background-color: #32c8d7;
	line-height: 40px;
	padding-bottom: 0px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 0px
}
.contact_form .ec-blockBtn--action:hover {
    color: #fff;
    background-color: #2db2bf;
    border-color: #2db2bf;
    opacity: 0.8;

}
.contact_form .ec-blockBtn--action.back {
	margin-bottom: 16px;
	border: 1px solid #969696;
	color: #656364;
	font-weight: bold;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 16px;
	text-align: center;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	font-size: 14px;
	background-color: #FFFFFF;
	line-height: 40px;
	padding-bottom: 0px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 0px
}
.contact_form .ec-blockBtn--action.back:hover {
    color: #969696;
    background-color: #FFFFFF;
    border-color: #e6e3de;
    opacity: 0.8;

}

.contact_form  .sei {
	width:90%;
}
.contact_form  .mei {
	width:90%;
}

.contact_form  #mail {
	width:60%;
}
.contact_form_btn {
	width: 40%;
	margin:0 auto;
	font-size:14px;
}

.contact_form .contact_form_btn .mwform-checkbox-field-text {
	display:none;
}
.contact_form a {

}
.mw_wp_form_confirm .policy_area {
	display:none;
}

.mw_wp_form .horizontal-item {
	margin-left: 0px !important;
    margin-right: 10px !important;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0px !important;
    margin-right: 10px !important;
}


/* ワイズデイについて */
/* .slider-ysday
---------------------------------------------------------------------------*/
.slider-ysday {
	margin-bottom: 140px;
	padding: 0 0px;
	opacity: 0;
}

.slider-ysday .slick-list {
/* 	background-color: #121212; */
}

.slider-ysday .inner {
	opacity: 1;
}

.slider-ysday .inner-s {
	display: -webkit-box !important;
	display: flex !important;
	flex-wrap: wrap;
}

.slider-ysday.active .inner-s {
	transition: .8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
/* 	transform: scale(1.1); */
	opacity: 0;
}

.slider-ysday.active .inner.slick-current .inner-s {
	transition: 0s linear 0s;
	transform: scale(1);
	opacity: 1;
}

.slider-ysday.active .inner-s img {
	opacity: 0;
}

.slider-ysday.active .inner-s div:nth-of-type(1) img,
.slider-ysday.active .inner-s div:nth-of-type(2) img,
.slider-ysday.active .inner-s div:nth-of-type(3) img,
.slider-ysday.active .inner-s div:nth-of-type(4) img {
	transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) .8s;
}

.slider-ysday.active .inner-s div:nth-of-type(5) img,
.slider-ysday.active .inner-s div:nth-of-type(6) img,
.slider-ysday.active .inner-s div:nth-of-type(7) img,
.slider-ysday.active .inner-s div:nth-of-type(8) img {
	transition: 0s linear 2s;
}

.slider-ysday.active .inner.slick-current .inner-s img {
	opacity: 1;
}

.slider-ysday .inner-s div {
	width: 50%;
	z-index: 2;
}

.slider-ysday.active .inner-s div:nth-of-type(1) { opacity: 1; transition: 0s linear 7s; }
.slider-ysday.active .inner-s div:nth-of-type(2) { opacity: 1; transition: 0s linear 7s; }
.slider-ysday.active .inner-s div:nth-of-type(3) { opacity: 1; transition: 0s linear 7s; }
.slider-ysday.active .inner-s div:nth-of-type(4) { opacity: 1; transition: 0s linear 7s; }

.slider-ysday.active .slick-current .inner-s div:nth-of-type(1),
.slider-ysday.active .slick-current .inner-s div:nth-of-type(2),
.slider-ysday.active .slick-current .inner-s div:nth-of-type(3),
.slider-ysday.active .slick-current .inner-s div:nth-of-type(4) {
	opacity: 0;
}

.slider-ysday.active .slick-current .inner-s div:nth-of-type(1) { opacity: 0; transition: .8s cubic-bezier(0.215, 0.61, 0.355, 1) 4s; }
.slider-ysday.active .slick-current .inner-s div:nth-of-type(2) { opacity: 0; transition: .8s cubic-bezier(0.215, 0.61, 0.355, 1) 5s; }
.slider-ysday.active .slick-current .inner-s div:nth-of-type(3) { opacity: 0; transition: .8s cubic-bezier(0.215, 0.61, 0.355, 1) 6s; }
.slider-ysday.active .slick-current .inner-s div:nth-of-type(4) { opacity: 0; transition: .8s cubic-bezier(0.215, 0.61, 0.355, 1) 7s; }

.slider-ysday .inner-s div:nth-of-type(5),
.slider-ysday .inner-s div:nth-of-type(6),
.slider-ysday .inner-s div:nth-of-type(7),
.slider-ysday .inner-s div:nth-of-type(8) {
	position: absolute;
	z-index: 1;
}

.slider-ysday .inner-s div:nth-of-type(5) { top: 0; left: 0; }
.slider-ysday .inner-s div:nth-of-type(6) { top: 0; right: 0; }
.slider-ysday .inner-s div:nth-of-type(7) { bottom: 0; left: 0; }
.slider-ysday .inner-s div:nth-of-type(8) { bottom: 0; right: 0; }

.slider-ysday .inner-s div img {
	display: block;
	width: 100%;
	height: auto;
}
#slider_area {
	position: relative;/*相対配置*/
}
.ysday_area {
	position: absolute;/*絶対配置*/
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-family: 'Syne';
	font-size:36px;
	color:#4b4b4b;
	background-color:rgba(255,255,255,0.8);
	width:60%;
	height:400px;
}
.ysday_title {
	position: absolute;/*絶対配置*/
	top: 140px;;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	font-family: 'Roboto', YakuHanJP,"Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.ysday_post_title {
	font-size:18px !important;
	padding:240px 40px 0 40px !important;
	margin: 0px !important;
	font-weight: 500 !important;
	text-align: center;
	display: inline-block;
	font-family: 'Roboto', YakuHanJP,"Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Helvetica Neue",Helvetica,Arial,sans-serif;

}
.ysday_post_text {
	font-size:12px !important;
	line-height:22px;
	padding:0px 40px 0 40px !important;
	margin: 0px !important;
	font-weight: 500 !important;
	text-align: center;
	display: inline-block;
	font-family: 'Roboto', YakuHanJP,"Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Helvetica Neue",Helvetica,Arial,sans-serif;

}

.side_line_text {
	font-size:12px;
	color:#969696;
}
.side_line_text2 {
	font-size:12px;
	color:#4b4b4b;
}

.side_line {
	border-bottom:1px solid #e6e3de;
	width:50px;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
}

.img_3col {
	float:left;
	width:33.3333%;
	padding:0 10px 0px 0;
}
.img_3col p {

}
.post_one {
	padding-bottom:80px;
	overflow: auto;
}

.post_one #side{
	padding-top:20px;
}

.post_one iframe{
	min-height:400px;
}

.post_one  table {
  border: 0px #e6e3de solid;
  max-width: 100%;
}
.post_one  table th {
	width:30%;
	padding: 8px 10px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: #e6e3de solid 1px;
}
.post_one  table td {
	padding: 8px 10px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: #e6e3de solid 1px;
}
.post_one  table th {
  color: #4b4b4b;
}
.post_one  table thead th {
  background: transparent;
}
.post_one  table tbody th {
  background: transparent;
}
.post_one  table.table-line table,
.post_one  table.table-line th,
.post_one  table.table-line td {
  border-color: #e6e3de;
}
.post_one  table.table-line th {
  background: transparent;
  color: #4b4b4b;
  font-weight: 500;
}
.post_one  table.table-line thead th {
  background: transparent;
  color: #4b4b4b;
}
.post_one  table.table-line tr {
  background: transparent;
}
.post_one  table.table-line tr:nth-child(2n+1) {
  background: transparent;
}


.ec-headerSearch__keywordBtn i{
	color: #525263;
	padding:0 !important;
}




/* モバイル対応  */
@media (max-width: 1160px) {

	/* ----------------------------------------
	* main
	---------------------------------------- */
	.cat-header {
		text-align:center;
		padding-bottom:20px;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}

	#content {
		padding: 15px 0 0px;
	}


	/* カテゴリ一覧 */
	.category_title {
		margin: 0 0;
	}

	.wrap, .one-column #content .wrap {
	  margin-left: 0px;
	  margin-right: 0px;
	}

	/* カテゴリ・アーカイブ */
	.cat-title {
		margin: 0;
	}
	.article_post {
		border-bottom: 1px solid #e6e3de;
	}
	.post-thumbnail-article {
		width:150px;
		height:115px;
		margin:0 20px 20px 0;
		float:left;
	}
	.post-thumbnail-article img {
		width:150px;
		height:115px;
		/* object-fit: cover; */
	}
	.archive_content_area {
		width:calc(100% - 170px);
		float:left;
	}
	.archive_post-title {
		font-size:14px;
		border-bottom: 0px solid #e6e3de !important;
		margin: 0 0 0px 0 !important;
	}
	.archive_post-date {
		font-size:12px;
		color:#969696;
		line-height:22px;
		display: flex;
		align-items: left;
		font-family: Roboto;
	}
	/* 日付の横線 */
	.archive_post-date:after {
		border-top: 1px solid #e6e3de;
		content: "";
		flex-grow: 1;
		margin:10px 0 0 0;
		margin-left: 0.5rem;
	}

	.archive_post-content {
		font-size:12px;
		line-height:22px;
	}
	.post-content h2 {
		font-size: 14px;
		font-weight:500;
	}
	.post-content p, .post-content pre {
		margin: 0 0 0 0px;
		font-size:12px;
		line-height: 22px;
	}
	.post-loop-wrap article {
		margin: 0 0 10px;
	}



	/* 記事 */
	.single_content_area {
		width:calc(100% - 170px);
		float:left;
	}
	.single_post-title {
		font-size:14px;
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #e6e3de;
	}
	.single_post-date {
		font-size:12px;
		color:#e6e3de;
		line-height:22px;
	}
	.single_post-content {
		font-size:12px;
		line-height:22px;
	}
	.single_content_area_main {
		padding:20px 0 0px 0;
		font-size:12px;
		line-height:22px;
	}
	.single_content_area_main img {
		width:100%;
	}
	.post-sns {
		width:100%;
	}


	/* お知らせ */
	.news h2 a{
		line-height:20px;
	}

	.news .post-content {
		padding:10px 0 !important
	}
	.news .post-thumbnail-article {
		width: 100px;
		height: auto;
		margin: 0 20px 20px 0;
		float: left;
	}
	.news .post-thumbnail-article img {
		width: 100%;
		height: auto;
		object-fit: contain;
	}
	.news .archive_content_area {
		width: calc(100% - 120px);
		float: left;
	}

	.news_no_area_side_title {
	}

	/* コーディネート実例 */
	.coordinate_main_area {
		position: relative;/*相対配置*/
		width:100%;
		float:none;
	}
	.coordinate_content_area {
		position: relative;/*相対配置*/
		width:100%;
		float:none;
		padding:0px 0 0 0px;
		color:#4b4b4b;
	}
	.coordinate_no_area {
		font-family: 'Syne';
		font-size:36px;
		color:#4b4b4b;
		height:45px;
		float:left;
		width:100px;
	}
	.coordinate_no_area .sharp {
		position: relative;
		font-size:28px;
		top:-10px;
	}
	.coordinate_no_area img {
		position: absolute;
		right: -15px;
		top: 13px;
	}
	.coordinate_no_yokofukidashi {
		float:left;
		padding: 10px 0 0 0;
	}


	.coordinate_no {
		position: relative;
		font-size:36px;
	}
	.coordinate_main {
		width:100%;
		padding:0px 0 0 0;
	}
	.coordinate_main img {
		width:100%;
	}
	.coordinate_post-title {
		font-size:14px;
		padding:0 0 0 0;
		margin:10px 0 10px 10px;
		border-left:0px solid #e6e3de;
		height: auto;
		width: calc(100% - 120px);
		float:left;
	}
	.coordinate_post-tag {
		padding:20px 0 20px 0;
		position: relative;
		left: -5px;
	}
	.coordinate_post-tag a {
		padding:0px 5px;
		margin:10px 5px 5px 5px;
	}

	.coordinate_post-content {
		font-size:12px;
		padding:0 0 20px 0;
	}
	.coordinate_post {
		padding:0 0 20px 0;
		border-top: 0px #e6e3de solid;
		border-left: 0px #e6e3de solid;
		border-right: 0px #e6e3de solid;
		overflow: auto;
	}
	.coordinate_post .post-content {
	    border-bottom: 0px #e6e3de solid;
	    padding: 0 0 0px 0 !important;
	}


	/* 2個目以降 */
	.coordinate_post_ko {
		width: calc(50% - 13px);
		height:auto;
		display: inline-block;
		vertical-align: top;
		padding:0px 0 0 0;
		margin:0px 20px 20px 0;
	}
	.coordinate_post_ko:nth-child(2n+1) {
		padding:0px 0 0 0;
		margin:0px 20px 20px 0;
	}
	.coordinate_post_ko:nth-child(2n) {
		padding:0px 0 0 0;
		margin:0px 0px 20px 0;
	}
	.coordinate_area_search .coordinate_post_ko:nth-child(2n) {
		padding:0px 0 0 0;
		margin:0px 20px 20px 0;
	}
	.coordinate_area_search .coordinate_post_ko:nth-child(2n+1) {
		padding:0px 0 0 0;
		margin:0px 0px 20px 0;
	}
	.coordinate_post_ko .coordinate_main_area {
		position: relative;/*相対配置*/
		width:100%;
		float:none;
	}
	.coordinate_post_ko .coordinate_content_area {
		width:100%;
		padding:0 0 0 0px;
		float:none;
		color:#4b4b4b;
	}
	.coordinate_post_ko .coordinate_no_area {
		position: relative;/*絶対配置*/
		font-family: 'Syne';
		font-size:36px;
		color:#000000;
		height: 40px;
		width: 55px;
		float: none;
	}
	.coordinate_post_ko .sharp {
		position: absolute;
		font-size: 12px;
		top: 10px;
	}
	.coordinate_post_ko .coordinate_no {
		position: absolute;
		font-size: 24px;
		top: 5px;
		left: 10px;
	}

	.coordinate_post_ko .coordinate_no_underfukidashi {
		padding: 30px 0 0 0;
		left: 0;
	}

	.coordinate_post_ko .coordinate_main {
		width:100%;
		padding:0px 0 0 0;
	}
	.coordinate_post_ko .coordinate_main img {
		width:100%;
	}
	.coordinate_post_ko .coordinate_post-title {
		font-size:14px;
		line-height:18px;
		padding:0 0 0 00px;
		margin:10px 0 10px 0;
		float: none;
		border-left:0px solid #e6e3de;
		height: auto;
		width: 100%;
	}
	.coordinate_post_ko .coordinate_post-content {
		font-size:12px;
		padding:0 0 0 0;
		text-overflow: ellipsis;
		overflow: hidden;
		max-height:100px;
		border-bottom:0px solid;
	}
	.coordinate_post_ko .post-content {
	    border-bottom: 0px #e6e3de solid;
	    padding:0 !important;
	}
	.coordinate_post_ko .coordinate_content_area .coordinate_post-tag {
		padding:0;
		position: relative;
		left: -5px;
		display:none;
	}

	.coordinate_archive #notice_side {
		display:block;
	}

	.all_archive #notice_side {
		display:block;
	}



	/* コーディネート実例詳細画面 */
	.single_coordinate .post-content {
		padding:20px 0 20px 0 !important;
	}
	.case_single_main_area {
		position: relative;/*相対配置*/
		width:100vw;
		float:none;
		margin: 0 calc(50% - 50vw);
	}
	.case_single_content_area {
		width:100%;
		padding:20px 0 20px 0px;
		float:none;
		color:#4b4b4b;
	}
	.case_single_no_area {
		position: absolute;/*絶対配置*/
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
		font-family: 'Syne';
		font-size:36px;
		color:#4b4b4b;
		background-color:rgba(255,255,255,0.8);
		width:80%;
		height:60%;
	}
	.case_single_title {
		position: absolute;/*絶対配置*/
		top: 0px;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		width:60%;
	}
	.case_single_sharp {
		font-size:30px;
		position: absolute;/*絶対配置*/
		top: 35px;
		left: calc(50% - 40px);
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		color:#000000;
	}
	.case_single_no {
		font-size:36px;
		position: absolute;/*絶対配置*/
		top: 55px;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.case_single_fukidashi {
		position: absolute;/*絶対配置*/
		top: 90px;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.case_single_main {
		width:100%;
		padding:0 0 0 0;
	}
	.case_single_main img {
		width:100%;
	}
	.case_single_post-title_area {
		margin: 16px auto;
		text-align: center;
		display: block;
		padding: 60px 20px 0px 20px;
	}
	.case_single_post-title {
		font-size:14px !important;
		padding:0 0 0 0 !important;
		margin: 0px !important;
		font-weight: 500 !important;
		text-align: left;
		display: inline-block;
		font-family: 'Roboto', YakuHanJP,"Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Helvetica Neue",Helvetica,Arial,sans-serif;

	}
	.case_single_post-tag {
		padding:0 0 20px 0;
	}
	.case_single_post-tag a {
		padding:0px 5px;
		margin:5px;
	}
	.case_single_post-tag a:first-child{
		margin:5px 5px 5px 0px;
	}
	.case_single_post-content {
		font-size:12px;
		padding:0 0 0px 0;
	}
	.case_single_post {
		padding:0px;
	}
	.case_single_post .post-content {
	    border-bottom: 0px #e6e3de solid;
	}

	.post_block {
		display: grid;
	}

	.post_block_balloon {
		display: block;
	}

	/* 画像 */
	.img_left {
		float:none;
		width:100%;
		padding:0 0px 20px 0;
	}
	.img_right {
		float:none;
		width:100%;
		padding:0 0 20px 0px;
	}
	.img_left_top {
		float:none;
		width:100%;
		padding:0 0px 20px 0;
	}

	.img_left_1 {
		order: 1;
	}
	.img_left_2 {
		order: 2;
	}
	.img_right_1 {
		order: 1;
	}
	.img_right_2 {
		order: 2;
	}

	/* 納品事例 */
	.nouhin_area {
		padding-top:20px;
	}
	.nouhin_main_area {
		position: relative;/*相対配置*/
		width:50%;
		float:left;
	}
	.nouhin_content_area {
		width:50%;
		padding:0px 0 0 20px;
		float:left;
		color:#4b4b4b;
	}
	.nouhin_no_area {
		position: absolute;/*絶対配置*/
		top: 0px;
		left:0px;
		font-family: 'Syne';
		font-size:36px;
		color:#000000;
	}
	.sharp {
		position: absolute;/*絶対配置*/
		top: -25px;
		font-size: 20px;
	}
	.nouhin_no {
		position: absolute;/*絶対配置*/
		top: -28px;
		left: 15px;
		font-size: 30px;
	}

	.nouhin_main {
		padding:0px 0 0 0;
	}
	.nouhin_post-title {
		font-size:14px !important;
		padding:0 0 0px 0;
		margin:0px 0 5px 0 !important;
		float: none;
		border-left:0px solid #e6e3de;
		height: auto;
		width: 100%;

	}
	.nouhin_post-tag {
		padding:10px 0 0px 0;
	}
	.nouhin_post-tag a {
		padding:0px 5px;
		margin:0 5px 0 0;
	}
	.nouhin_post-content {
		font-size:12px;
		padding:0 0 0px 0;
	}
	.nouhin_post {
		padding:0px;
		border-top: 1px #e6e3de solid;
		border-left: 1px #e6e3de solid;
		border-right: 1px #e6e3de solid;
	}
	.nouhin_post .post-content {
	    border-bottom: 0px #e6e3de solid;
	}


	/* 2個目以降 */
	.nouhin_post_ko {
		width: 100%;
		height:auto;
		padding:0px;
		float:left;
	    border-left: 1px solid #e6e3de;
		border-bottom:1px solid #e6e3de;
		border-right: 1px solid #e6e3de;
		border-left: 1px solid #e6e3de;
	}
	.nouhin_post_ko:nth-child(1) {
		border-left: 1px solid #e6e3de;
		border-bottom:1px solid #e6e3de;
		border-right: 1px solid #e6e3de;
		border-left: 1px solid #e6e3de;
	}
	.nouhin_post_ko:nth-child(3n+1) {
	    border-right: 1px solid #e6e3de;
	    border-left: 1px solid #e6e3de;
	}
	.nouhin_post_ko:nth-child(2) {
		border-bottom: 1px solid #e6e3de;
		border-right: 1px solid #e6e3de;
		border-left: 1px solid #e6e3de;
	}
	.nouhin_post_ko:nth-child(3) {
		border-top: 0px solid #e6e3de;
		border-bottom: 1px solid #e6e3de;
		border-right: 1px solid #e6e3de;
		border-left: 1px solid #e6e3de;
	}
	.nouhin_post_ko:nth-child(4) {
		border-top: 0px solid #e6e3de;
		border-bottom: 1px solid #e6e3de;
		border-right: 1px solid #e6e3de;
		border-left: 1px solid #e6e3de;
	}
	.nouhin_post_ko:last-child {
	    border-right: 1px solid #e6e3de;
	}
	.nouhin_post_ko:nth-child(5) {
		border-top: 0px solid #e6e3de;
		border-bottom: 1px solid #e6e3de;
		border-right: 1px solid #e6e3de;
		border-left: 1px solid #e6e3de;
	}
	.nouhin_post_ko:nth-child(6) {
		border-top: 0px solid #e6e3de;
		border-bottom: 1px solid #e6e3de;
		border-right: 1px solid #e6e3de;
		border-left: 1px solid #e6e3de;
	}
	.nouhin_post_ko:nth-child(8) {
		border-top: 0px solid #e6e3de;
		border-bottom: 1px solid #e6e3de;
		border-right: 1px solid #e6e3de;
		border-left: 1px solid #e6e3de;
	}
	.nouhin_post_ko:nth-child(9) {
		border-top: 0px solid #e6e3de;
		border-bottom: 1px solid #e6e3de;
		border-right: 1px solid #e6e3de;
		border-left: 1px solid #e6e3de;
	}
	.nouhin_post_ko .nouhin_main_area {
		position: relative;/*相対配置*/
		width:40%;
		float:left;
	}
	.nouhin_post_ko .nouhin_content_area {
		width:calc(100% - 40%);
		padding:0 0 0 10px;
		float:left;
		color:#4b4b4b;
	}
	.nouhin_post_ko .nouhin_no_area {
		position: relative;/*絶対配置*/
		font-family: 'Syne';
		font-size:36px;
		color:#000000;
		height: 40px;
		width: 65px;
		float: left;
	}
	.nouhin_post_ko .sharp {
		position: absolute;
		font-size: 12px;
		top: 0px;
	}
	.nouhin_post_ko .nouhin_no {
		position: absolute;
		font-size: 24px;
		top: -5px;
		left: 10px;
	}
	.nouhin_post_ko .nouhin_main {
		width:100%;
		padding:0px 0 0 0;
	}
	.nouhin_post_ko .nouhin_main img {
		width:100%;
	}
	.nouhin_post_ko .nouhin_post-title {
		font-size:14px !important;
		line-height:18px;
		padding:0 0 0 10px;
		margin:10px 0 10px 0;
		float: left;
		border-left:1px solid #e6e3de;
		height: auto;
		width: calc( 100% - 65px);
	}
	.nouhin_post_ko .nouhin_post-content {
		font-size:12px;
		padding:0 0 0 0;
		text-overflow: ellipsis;
		overflow: hidden;
		max-height:100px;
		border-bottom:0px solid;
	}
	.nouhin_post_ko .post-content {
	    border-bottom: 0px #e6e3de solid;
	}

	.delivery-example_archive #notice_side {
		display:block;
	}
	.news_archive #notice_side {
		display:block;
	}
	.delivery-example_archive .nouhin_post_ko.border-next {
		width:100%;
	}

	/* 納品事例詳細画面 */
	.type-delivery-example .post-content {
		padding:0 20px;
		border-top: 1px #e6e3de solid;
		border-left: 1px #e6e3de solid;
		border-right: 1px #e6e3de solid;
		border-bottom: 1px #e6e3de solid;
	}
	.nouhin_single_main_area {
		position: relative;/*相対配置*/
		width:100%;
		float:none;
	}
	.nouhin_single_content_area {
		width:100%;
		padding:20px 0 0px 0px;
		float:none;
		color:#4b4b4b;
	}
	.nouhin_single_no_area {
		position: absolute;/*絶対配置*/
		top: 0px;
		left:0px;
		font-family: 'Syne';
		font-size:36px;
		color:#000000;
	}
	.nouhin_single_sharp {
		position: absolute;/*絶対配置*/
		top: -40px;
		font-size:40px;
	}
	.nouhin_single_no {
		position: absolute;/*絶対配置*/
		top: -40px;
		left: 30px;
		font-size:50px;
	}
	.nouhin_single_main {
		width:100%;
		padding:0px 0 0 0;
	}
	.nouhin_single_main img {
		width:100%;
	}
	.nouhin_single_post-title {
		font-size:14px !important;
		padding:0 0 20px 0 !important;
		margin: 0 !important;
		font-weight: 500 !important;
	}
	.post-footer {
		padding: 0 0px !important;
	}
	.post-share {
		text-align:center;
		padding:10px !important
	}
	#main .post-sns {
		margin: 0 auto !important;
		position: relative;
		display: block;
		overflow: auto;
	}
	.nouhin_item_area .ec-shelfGrid__item {
		margin-bottom: 10px !important;
	}

	.nouhin_single_post-tag {
		padding:20px 0 20px 0;
		position: relative;
		left: -5px;
	}
	.nouhin_single_post-tag a {
		padding:0px 5px;
		margin:5px;
	}
	.side_nouhin_img {
		width:100px;
		height:75px;
		float:left;
	}
	.side_nouhin_img img{
		width:100px;
		height:75px;
		/* object-fit: cover; */
	}
	.side_nouhin_item {
		position: relative;/*相対配置*/
		width:calc(100% - 110px);
		float:left;
		height:25px;
	}
	.nouhin_no_area_side {
		position: absolute;/*絶対配置*/
		top: 0px;
		left:0px;
		font-family: 'Syne';
		font-size:12px;
		color:#000000;
	}
	.nouhin_no_area_side_title {
		margin:20px 0 0 10px;
	}
	.nouhin_no_area_side .sharp {
		position: absolute;/*絶対配置*/
		top: -8px;
		font-size: 16px;
		left: 10px;
	}
	.nouhin_no_side {
		position: absolute;/*絶対配置*/
		top: -12px;
		left: 25px;
		font-size: 24px;
	}
	.nouhin_single_post-content {
		font-size:12px;
		padding:0 0 20px 0;
	}
	.nouhin_single_post {
		padding:20px 0;
	}
	.nouhin_single_post .post-content {
	    border-bottom: 0px #e6e3de solid;
	}

	.single_content_area_main h1 {
		text-align:center;
	}

	.single_content_area_main .center_title {
		width:auto;
		text-align:center;
		margin:0 auto;
	}

	/* コラムアーカイブ */
	.column_area {

	}
	.column_area .post-content {
		padding:20px 0 0 0 !important;

	}
	.column_area .post-loop-wrap article {
	  width: 100%;
	  margin: 0 0 20px;
	}
	.column_area .post-loop-wrap article p {
	  margin-top: 0;
	}
	.column_area .post-loop-wrap .post-thumbnail {
	  width: 304px;
	  height: 215px;
	  margin-left: 20px;
	  margin-bottom: 20px;
	  float: right;
	}
	.column_area .post-loop-wrap .post-thumbnail img {
	  max-width: 100%;
	  height: auto;
	}
	.column_area .post-loop-wrap .post-content {
	  width: auto;
	  padding: 0 0px 10px;
	  border-bottom: 1px #e6e3de solid;
	}
	.column_area .post-loop-wrap .post-footer {
	  border-top: 1px #efefef solid;
	  padding-top: 10px;
	}
	.column_area .archive_post-date_disp_sp {
		font-size:12px;
		color:#969696;
		line-height:22px;
		display: flex;
		align-items: left;
		font-family: Roboto;
	}
	/* 日付の横線 */
	.column_area .archive_post-date_disp_sp:after {
		border-top: 1px solid #e6e3de;
		content: "";
		flex-grow: 1;
		margin:10px 0 0 0;
		margin-left: 0.5rem;
	}

	.column_area .column_post-thumbnail-article {
		width:100%;
		height:auto;
		margin:0 0 0px 0;
		float:none;
	}
	.column_area .column_post-thumbnail-article img {
		width:100%;
		height:auto;
		object-fit: cover;
	}
	.column_area .column_archive_content_area {
		width:100%;
		float:none;
	}
	.column_area .column_archive_post-title {
		font-size:14px;
		border-bottom: 0px solid #e6e3de !important;
		margin: 10px 0 10px 0 !important;
	}

	.column_area .archive_post-date.disp_pc {
		display: none;
	}
	/* 日付の横線 */
	.column_area .archive_post-date.disp_pc:after {
		display: none;
	}

	.column_area .column_post-tag {
		padding:5px 0 15px 0;
		position: relative;
		left: -5px;
		width:100%;
	}

	/* 2件目以降 */
	.article_post_ko .post-content {
		padding:0px 0 0 0 !important;

	}
	.article_post_ko .post-loop-wrap article {
	  width: 100%;
	  margin: 0 0 20px;
	}
	.article_post_ko .post-loop-wrap article p {
	  margin-top: 0;
	}
	.article_post_ko .post-loop-wrap .post-thumbnail {
	  width: 304px;
	  height: 215px;
	  margin-left: 20px;
	  margin-bottom: 20px;
	  float: right;
	}
	.article_post_ko .post-loop-wrap .post-thumbnail img {
	  max-width: 100%;
	  height: auto;
	}
	.article_post_ko .column_post-tag {
		display: none;
	}
	.article_post_ko .post-loop-wrap .post-content {
	  width: auto;
	  padding: 0 0px 10px;
	  border-bottom: 1px #e6e3de solid;
	}
	.article_post_ko .post-loop-wrap .post-footer {
	  border-top: 1px #efefef solid;
	  padding-top: 10px;
	}
	.article_post_ko .post-loop-wrap .post-footer .bzb-sns-btn {
	  padding: 0;
	  margin-right: 50px;
	  float: left;
	}
	.article_post_ko .post-loop-wrap .post-footer .loop-comment-icon {
	  float: right;
	}
	.article_post_ko .post-loop-wrap .post-footer .loop-comment-icon .fa {
	  font-size: 18px;
	  margin-right: 5px;
	}
	.article_post_ko .post-loop-wrap .post-footer .loop-comment-icon .share {
	  display: none;
	}
	.article_post_ko .post-loop-wrap .post-footer .loop-comment-icon .count {
	  font-size: 14px;
	}
	.article_post_ko .column_post-thumbnail-article {
		width:45%;
		height:auto;
		margin:0;
		padding:0 20px 20px 0;
		float:left;
	}
	.article_post_ko .column_post-thumbnail-article img {
		width:100%;
		height:auto;
		object-fit: cover;
	}
	.article_post_ko .column_archive_content_area {
		width:calc(100% - 45%);
		float:left;
	}
	.article_post_ko .column_archive_post-title {
		font-size:14px;
		border-bottom: 0px solid #e6e3de !important;
		margin: 0 0 0px 0 !important;
	}
	.article_post_ko .column_single_main_area img {
		object-fit: cover;
		width: 100%;
	}
	.article_post_ko .archive_post-content {
		margin-bottom:10px;
	}

	/* タグ */
	.tag-cloud-link {
		font-size:12px !important;
		line-height:22px;
		border: 1px solid #e6e3de;
		white-space: none;
		display: inline-block;
	}

	/* コラム */
	.column .post-content {
		padding: 20px 0 !important;
	}
	.column_single_post {
		border-bottom: 1px solid #e6e3de;
	}
	.column_single_post-title {
		font-size:14px !important;
		margin: 0 0 0px 0 !important;
		padding: 0 0 20px 0 !important;
		text-align:left !important;
		font-weight:500 !important;
	}
	.column_single_content_area {
		font-size:12px !important;
		width:100% !important;
		padding:20px 0 40px 0px !important;
		float:none !important;
		color:#4b4b4b !important;
	}
	.column h3 {
		font-size:14px;
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #e6e3de;
		text-align:left;
		font-weight:500;
		border-left: 0px solid #e6e3de;
	}
	.column_post-tag {
		padding:0 0 5px 0;
		position: relative;
		left: -5px;
	}
	.column_post-tag a {
		padding:0px 5px;
		margin:5px;
	}

	.column_post-thumbnail-article {
		width:320px;
		height:auto;
		margin:0 20px 20px 0;
		float:left;
	}
	.column_post-thumbnail-article img {
		width:320px;
		height:auto;
		object-fit: cover;
	}
	.column_archive_content_area {
		width:calc(100% - 340px);
		float:left;
	}
	.column_archive_post-title {
		font-size:14px;
		border-bottom: 0px solid #e6e3de !important;
		margin: 0 0 10px 0 !important;
	}
	.column_single_main_area {
		/*margin: 0 calc(50% - 50vw);
		width: 100vw;*/
		width: 100%;
		content: "";
		display: block;
	}
	.column_single_main_area img {
		object-fit: cover;
		width: 100%;
	}

	.auto_columns_field {
		padding-top:20px;
	}

	.auto_columns_field  .balloon2 {
		font-size:18px;
	}

	.column_archive #notice_side {
		display:block;
	}
	/* /コラム */


	/* お知らせ詳細 */
	.single_news .post-content {
	  padding: 0px 0px 20px 0px !important;
	}


	/* お知らせ */
	.news_single_post {
		border-bottom: 1px solid #e6e3de;
	}
	.news_single_post-title {
		font-size:14px !important;
		margin: 0 0 0px 0 !important;
		padding: 0 0 10px 0 !important;
		text-align:left !important;
		font-weight:500 !important;
	}
	.news_single_content_area {
		font-size:12px !important;
		width:100% !important;
		padding:20px 0 40px 0px !important;
		float:none !important;
		color:#4b4b4b !important;
	}

	.news_single_main_area {
		margin: 0 calc(50% - 50vw);
		width: 100vw;
		content: "";
		display: block;
	}
	.news_single_main_area img {
		object-fit: auto;
		width: auto;
		/*position: absolute;*/
	}
	/* 日付の横線 */
	.news_single_post .archive_post-date:after {
		border-top: 0px solid #e6e3de;
	}


	/* ワイズデイについて */
	#slider_area {
		padding-bottom:30px;
	}
	.slider-ysday {
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 0 0px;
		opacity: 0;
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
	.ysday_area {
		position: relative;/*相対配置*/
		top: auto;
		left: auto;
		transform: none;
	    -webkit-transform: none;
	    -ms-transform: none;
		font-family: 'Syne';
		font-size:36px;
		width:100%;
		height:auto;
	}
	.ysday_title {
		position: relative;/*絶対配置*/
		top: auto;;
		left: auto;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		text-align: center;
	}
	.ysday_post_title {
		font-size:18px !important;
		padding:0 !important;
		margin: 0px !important;
		font-weight: 500 !important;
		text-align: center;
		display: inline-block;
	}
	.ysday_post_text {
		font-size:12px !important;
		line-height:22px;
		padding:0px 0 0 0px !important;
		margin: 0px !important;
		font-weight: 500 !important;
		text-align: center;
		display: inline-block;
	}

	.side_line_text {
		font-size:12px;
		color:#969696;
	}
	.side_line_text2 {
		font-size:12px;
		color:#4b4b4b;
	}

	.side_line {
		border-bottom:1px solid #e6e3de;
		width:50px;
		padding: 10px 0 0 0;
		margin: 0 0 10px 0;
	}

	.post_one {
		padding-bottom: 20px;
	}
	.post_one .post-content {
	  padding: 0px 0px 20px 0px !important;
	}
	.post_one .column h3 {
		margin: 0 0 0px 0;
	}
	.post_one .single_content_area_main {
		padding: 0px 0 0px 0;
	}

	.img_3col {
		float:none;
		width:100%;
		padding:0 0px 10px 0;
	}

	.post_one iframe{
		min-height:400px;
		padding-top:100px;
	}

	.post_one  table {
		border: 0px #e6e3de solid;
		max-width: 100%;
		table-layout: fixed;
	}

	.post_one  table th {
		width:30%;
		padding: 8px 10px;
		border-top: 0px;
		border-left: 0px;
		border-right: 0px;
		border-bottom: #e6e3de solid 1px;
	}
	.post_one  table td {
		padding: 8px 10px;
		border-top: 0px;
		border-left: 0px;
		border-right: 0px;
		border-bottom: #e6e3de solid 1px;
	}
	.post_one  table th {
	  color: #4b4b4b;
	}
	.post_one  table thead th {
	  background: transparent;
	}
	.post_one  table tbody th {
	  background: transparent;
	}
	.post_one  table.table-line table,
	.post_one  table.table-line th,
	.post_one  table.table-line td {
	  border-color: #e6e3de;
	}
	.post_one  table.table-line th {
	  background: transparent;
	  color: #4b4b4b;
	  font-weight: 500;
	}
	.post_one  table.table-line thead th {
	  background: transparent;
	  color: #4b4b4b;
	}
	.post_one  table.table-line tr {
	  background: transparent;
	}
	.post_one  table.table-line tr:nth-child(2n+1) {
	  background: transparent;
	}

	.post_one table th,
	.post_one table td{
		width:100%;
		display: block;
	}
	.post_one table th{
		border-bottom: #e6e3de solid 0px;
		padding-bottom: 0;
		padding-left: 0;
	}
	.post_one table td{
		padding-top: 0;
		padding-left: 0;
	}


	/* お問い合わせ */
	#contact_page {
		width: 100%;
	}
	#contact_page .post-content {
		padding-left:0px !important;
		padding-right:0px !important;
	}
	#contact_page .page {
		padding: 0px 0px;
	}
	.contact_text_area {
		border:solid 1px #b3b3b3;
		padding:20px;
		margin-bottom:40px;
		float: none;
		font-size:12px;
	}

	.contact_h2 {
		font-size:14px;
		border-bottom:solid 1px #b3b3b3;
		padding: 0 0 10px 0 !important;
		margin: 0 0 10px 0 !important;
	}
	.contact_tel {
		float:left;
		font-size:22px;
		padding:0 10px 0 0;
	}
	.contact_kakomi {
		border: 1px solid #656364;
		padding:0 2px;
		font-size: 12px;
	}
	.contact_kakomi_text {
		float:left;
		font-size:12px;
		padding:7px 10px 0 0 ;
		line-height:22px;
	}

	.mwform-checkbox-field {
		margin: 10px 0;
		display: block;
	}
	.policy_area {
		font-size:13px;
		text-align:left;
		min-width:225px;
		width: 60%;
		margin: 0 auto;
	}
	.policy_area .mwform-checkbox-field {
		margin: 0px 0;
		width: 20px;
		float: left;
		font-size: 11px;
	}
	.mw_wp_form .horizontal-item + .horizontal-item {
		margin-left: 0px !important;
	}
	.mwform-radio-field {
		margin: 10px 0;
		display: block;
	}
	.contact_form .sei {
		width:80%;
	}
	.contact_form .mei {
		width:80%;
	}
	.contact_form .naiyou {
		width:100%;
	}
	.contact_form #mail {
		width:100%;
	}

	.contact_h3 {
		font-size:14px !important;
		font-weight:500 !important;
		border-bottom:solid 1px #b3b3b3 !important;
		padding: 0 0 10px 0 !important;
		margin: 10px 0 10px 0 !important;
		border-left: 0px solid #e6e3de !important;
	}

	.contact_text {
		font-size:12px !important;
		padding:0 0 10px 0 !important;
	}

	.contact_form {
		background:#e6e3de;
		padding:30px;
		float: none;

	}
	.contact_form dl{
		display: block;
		font-size:12px;
		line-height:18px;
	}
	.contact_form dt{
		border-bottom: 1px solid #969696;
		margin-bottom: 15px;
		width: 100%;
		font-size:14px;
	}
	.contact_form dd {
		width: 100% !important;
		margin-top: 10px !important;
		margin-bottom: 30px !important;
		border-left: 0px solid #e6e3de !important;
		padding: 0 0 0 0px !important;
	}

	.contact_form .ec-blockBtn--action {
		border: 0px solid #969696;
		color: #ffffff;
		font-weight: bold;
		text-align: center;
		margin-top: 16px;
		margin-bottom: 16px;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
		touch-action: manipulation;
		cursor: pointer;
		background-image: none;
		white-space: nowrap;
		font-size: 14px;
		background-color: #32c8d7;
		line-height: 40px;
		padding-bottom: 0px;
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 0px;
		width: 100%;
	}
	.contact_form .ec-blockBtn--action:hover {
	    color: #fff;
	    background-color: #2db2bf;
	    border-color: #2db2bf;
	    opacity: 0.8;

	}
	.contact_form .ec-blockBtn--action.back {
		margin-bottom: 16px;
		border: 1px solid #969696;
		color: #656364;
		font-weight: bold;
		text-align: center;
		margin-top: 16px;
		margin-bottom: 16px;
		text-align: center;
		touch-action: manipulation;
		cursor: pointer;
		background-image: none;
		white-space: nowrap;
		font-size: 14px;
		background-color: #FFFFFF;
		line-height: 40px;
		padding-bottom: 0px;
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 0px
	}
	.contact_form .ec-blockBtn--action.back:hover {
	    color: #969696;
	    background-color: #FFFFFF;
	    border-color: #e6e3de;
	    opacity: 0.8;

	}

	.contact_form  .sei {
		width:90%;
	}
	.contact_form  .mei {
		width:90%;
	}

	.contact_form_btn {
		width: 100%;
		margin:0 auto;
		font-size:14px;
	}

	.contact_form .contact_form_btn .mwform-checkbox-field-text {
		display:none;
	}
	.mw_wp_form_confirm .policy_area {
		display:none;
	}

	.mw_wp_form_confirm .policy_area .mwform-checkbox-field {
		display:inline;
	}

}



/* 狭い画面モバイル対応  */
@media (max-width: 500px) {
	/* コラム フキダシ */
	.balloon2-text {
		width:calc(100% - 140px);
		margin: 20px 0 20px 0;
		padding: 7px 0px;
		line-height:14px;
	}



}



