@charset "UTF-8";
/* all display
-------------------------------------------------- */
.wrap {
  width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  *zoom: 1;
}
.wrap:before {
  display: inline-table;
}.wrap:after {
  content: "";
  display: block;
  clear: both;
}

#main {
  width: 100%;
  float: left;
}


@media screen and (min-width: 769px){
.tax-product .main-inner,.tax-maker .main-inner {
    margin-left: 358px;
    margin-right: 0;
}
.tax-product #side,.tax-maker #side {
    width: 310px;
    float: left;
    margin-left: -100%;
}
}

.main-inner {
  margin-right: 358px;
}

#side {
  width: 310px;
  float: left;
  margin-left: -310px;
}

.left-content #main {
  width: 100%;
  float: left;
}
.left-content .main-inner {
  margin-right: 358px;
  margin-left: 0;
}
.left-content #side {
  width: 310px;
  float: left;
  margin-left: -310px;
}

.right-content #main {
  width: 100%;
  float: left;
}
.right-content .main-inner {
  margin-left: 358px;
  margin-right: 0;
}
.right-content #side {
  width: 310px;
  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;
}


/************************************
** フッターナビメニュー PC
************************************/
@media screen and (min-width: 769px){
#footer-navi ul{
  text-align: center;
  margin: 0;
  padding: 35px 10px 10px 10px;
}

#footer-navi ul li {
  display: inline;
  list-style: outside none none;
  font-size: 20px;
}

#footer-navi ul li::before {
    content: "|";
    padding: 0 0.6em;
}

#footer-navi ul li:first-child::before{
  content: "";
  padding: 0;
}

#footer-navi ul .sub-menu{
  display: none;
}
}

/************************************
** フッターナビメニュー iPad
************************************/
@media (min-width: 641px) and (max-width: 768px) {
.menu-item-1253::before {
    content: "" !important;
    padding: 0 0.6em;
}
}

@media (min-width: 769px) and (max-width: 1024px) {
.menu-item-1320::before {
    content: "" !important;
    padding: 0 0.6em;
}
}


@media (min-width: 641px) and (max-width: 1024px) {
#footer-navi ul{
  text-align: center;
  margin: 0;
  padding: 35px 10px 10px 10px;
}

#footer-navi ul li {
  display: inline;
  list-style: outside none none;
  font-size: 18px;
  white-space: nowrap;
}


#footer-navi ul li::before {
    content: "|";
    padding: 0 0.6em;
}

#footer-navi ul li:first-child::before{
  content: "";
  padding: 0;
}

#footer-navi ul .sub-menu{
  display: none;
}
}



/************************************
** フッターナビメニュー Mobile
************************************/
@media screen and (max-width:640px){
#footer-navi ul{
  text-align: center;
  margin: 0;
}

#footer-navi ul li {
  list-style: outside none none;
  margin: 8px 10px;
  font-size: 16px;
  border: solid 1px #8a8a8a;
  border-radius: 5px;
}

#footer-navi ul .sub-menu{
  display: none;
}

#footer-navi ul li a {
background: #fff;
    display: block;
    border-radius: 5px;
    padding: 15px;
    margin: 5px;
    text-align: center;
    color: #001e57;
    font-weight: 700;
}

ul li#menu-item-1320 {
    background: #ff730a !important;
}
ul li#menu-item-1320 a {
    background: #ff730a !important;
    font-weight: 700;
    color: #fff;
}
}



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

  .main-inner {
    margin-right: 346px;
    box-sizing: border-box;
  }

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

  #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: 12px;
    margin-right: 12px;
  }
  #side {
    padding-top: 0;
  }
  /* phone end */
}


.top-text {
  color: #005700;
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
}

.top-text2 {
  color: #005700;
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
}
/* ----------------------------------------
* フォント設定
---------------------------------------- */
/* ----------------------------------------
* all
---------------------------------------- */
body {
  background: #fbfbfb;
  color: #241913;
}

a {
  text-decoration: none;
  color: #38652a;
}
a:hover {
  text-decoration: underline;
}

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

/* ----------------------------------------
* header
---------------------------------------- */
#header {
  background: #fff;
  padding: 0;
  overflow: visible;
  border-bottom: 1px solid #ececec;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

section#front-contents-1 {
    border-top: none;
}

#header #logo {
  float: left;
  font-size: 24px;
  padding: 20px 0;
}
#header a {
  color: #000;
}

/* ----------------------------------------
* breadcrumb
---------------------------------------- */
.breadcrumb-area {
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
}

@media (max-width: 767px) {
.breadcrumb-area {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
}

.breadcrumb-area .wrap {
}

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

/* ----------------------------------------
* gloval nav & primary nav
---------------------------------------- */
#gnav {
}
#gnav .sub-menu {
  z-index: 10;
}

@media screen and (max-width: 1024px){
#gnav ul li {
  display: inline-block;
  position: relative;
  width: 131px !important;
  text-align: center;
  font-weight: bold;
}
}

#gnav ul li {
  display: inline-block;
  position: relative;
  width: 13.9% !important;
  text-align: center;
  font-weight: bold;
}
#gnav ul li:hover a {
  background: #eee;
}
#gnav ul li.current-menu-item a {
}
#gnav ul li a {
  display: block;
  padding: 15px 0;
  line-height: 28px;
  color: #000;
  text-decoration: none;
  -webkit-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;
}
#gnav ul li a:hover {
  color: #38652a;
  background-color: #eee;
}
#gnav ul li a:hover .sub-menu {
  display: block;
}
#gnav ul li .sub-menu {
  font-size: 14px;
  text-align: left;
  display: none;
  position: absolute;
  width: 200px;
  background: #fff;
  border: 1px #e5e5e5 solid;
}
#gnav ul li .sub-menu li {
  float: none;
  margin-left: 0;
  border-bottom: 1px #e5e5e5 solid;
  display: block;
}
#gnav ul li .sub-menu li:list-child {
  border-bottom: none;
}
#gnav ul li .sub-menu li a {
  color: #3B4552;
  background: #fff;
  padding: 10px 15px;
}
#gnav ul li .sub-menu li a:hover {
  background: #eee;
  color: #3B4552;
}
#gnav ul li .sub-menu .sub-menu {
  left: 100%;
  top: -1px;
}

.sub-menu li {
  width: 100% !important;
}
#header-right {
  height: 59px;
  float: right;
  width: 100%;
}

#header-fnav-area,
#header-gnav-area {
}

#header-fnav-area {
  width: 150px;
  position: relative;
}
#header-fnav-area #header-fnav-btn a {
  display: block;
  padding: 22px 12px;
  line-height: 24px;
  font-size: 23px;
  height: auto;
  text-align: center;
  background: #57bca8;
}
#header-fnav-area #header-fnav-btn a:hover {
  text-decoration: none;
}
#header-fnav-area #header-fnav {
  z-index: 10;
  font-size: 14px;
  text-align: left;
  display: none;
  position: absolute;
  right: 0;
  width: 200px;
  background: #fff;
  border: 1px #e5e5e5 solid;
}
#header-fnav-area #header-fnav li {
  float: none;
  margin-left: 0;
  border-bottom: 1px #e5e5e5 solid;
  display: block;
}
#header-fnav-area #header-fnav li:list-child {
  border-bottom: none !important;
}
#header-fnav-area #header-fnav li a {
  color: #3B4552;
  background: #fff;
  padding: 10px 15px;
  display: block;
}
#header-fnav-area #header-fnav li a:hover {
  background: #fafafa;
  color: #3B4552;
  text-decoration: none;
}

/* ----------------------------------------
* content
---------------------------------------- */
#content {
  padding: 52px 0 0;
  /* キャプション */
}

.home #content {
  padding: 0 !important;
  /* キャプション */
}


@media (max-width: 1020px) and (min-width: 768px) {
#content {
  padding: 20px 0;
  /* キャプション */
}
}

@media (max-width: 767px) {
#content {
  padding: 10px 0;
  /* キャプション */
}
}

#content .wrap {
  overflow: visible;
  color: #000;
}
#content .wp-caption {
  max-width: 100%;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 5px;
  margin-bottom: 12px;
}
#content .wp-caption-text {
  padding: 12px 16px;
  margin-bottom: 0;
  text-align: center;
}

/* ----------------------------------------
* frontpage
---------------------------------------- */
body.home #content {
  padding-bottom: 0;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
  overflow: visible;
}
body.home #main {
  width: 100%;
  margin: 0;
  float: none;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
  overflow: visible;
}
body.home .main-inner {
  margin: 0;
}
body.home .wrap {
  width: 1200px;
  margin: 0 auto;
}
body.home #main_visual {
  background: #eee;
}
body.home .front-loop {
  border-top: 1px solid #e5e5e5;
  background: #fff;
  overflow: hidden;
  padding: 0;
  margin-left: -2.2%;
  margin-bottom: 0;
}
body.home .front-loop h2 {
  text-align: center;
  padding: 24px 0;
  margin: 0;
  font-size: 24px;
}
body.home .front-loop .popular_post_box {
  width: 17.8%;
  margin-left: 2.2%;
  float: left;
  display: inline-block;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
  position: relative;
}
body.home .front-loop .popular_post_box img,
body.home .front-loop .popular_post_box h3,
body.home .front-loop .popular_post_box .p_category,
body.home .front-loop .popular_post_box ul {
  margin-bottom: 12px;
  margin-top: 0;
}
body.home .front-loop .popular_post_box h3 {
  color: #241913;
  font-weight: normal;
  font-size: 16px;
}
body.home .front-loop .popular_post_box h3 a {
  color: #241913;
}
body.home .front-loop .popular_post_box h3 a:hover {
  color: #38652a;
  text-decoration: underline;
}
body.home .front-loop .popular_post_box img {
  max-width: 100%;
  height: auto;
}
body.home .front-loop .popular_post_box ul {
  overflow: hidden;
}
body.home .front-loop .popular_post_box ul li {
  float: left;
  width: 25%;
  text-align: left;
}
body.home .front-loop .popular_post_box ul li .fa {
  margin-right: 8px;
}
body.home .front-loop .popular_post_box ul li .share {
  display: none;
}
body.home .front-loop .popular_post_box ul a {
  color: #241913;
}
body.home .front-loop .popular_post_box ul a:hover {
  color: #38652a;
  text-decoration: underline;
}
body.home .front-loop .popular_post_box .p_category {
  background: #38652a;
  color: #fff;
  display: inline-block;
  padding: 8px 24px;
  font-size: 12px;
  color: #fff;
}
body.home .front-loop .popular_post_box .p_rank {
  position: absolute;
  top: 0;
  left: 0;
  background: #900;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  opacity: .7;
}
body.home .front-loop .popular_post_box .p_rank span {
  font-size: 16px;
}
body.home .front-loop .popular_post_box .p_date {
  position: absolute;
  top: 0;
  left: 0;
  background: #3B4552;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  opacity: .7;
}
body.home .front-loop .popular_post_box .p_date span {
  display: block;
  line-height: 18px;
}
body.home .front-loop .popular_post_box .p_date .date-y {
  font-size: 12px;
  padding-top: 6px;
}
body.home .front-loop .popular_post_box .p_date .date-mj {
  font-size: 14px;
  padding-bottom: 6px;
}
body.home .front-loop .front-loop-cont {
  padding: 0 0 21px;
  overflow: hidden;
}
body.home .front-loop article.post {
  border: none;
  margin-bottom: 20px;
}
body.home .front-loop article.post.rank-1 .p_rank {
  background: #D6B038;
}
body.home .front-loop article.post.rank-2 .p_rank {
  background: #BFC4C9;
}
body.home .front-loop article.post.rank-3 .p_rank {
  background: #B9704E;
}
body.home .front-loop article.post.rank-4 .p_rank, body.home .front-loop article.post.rank-5 .p_rank {
  background: #47442F;
}
body.home .front-main-cont .front-cont-header {
  position: relative;
  padding: 84px 0 0;
  background: transparent;
  color: #222;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
}
body.home .front-main-cont .front-cont-header .cont-icon {
  display: none;
}

body.home .front-main-cont .front-cont-header .cont-ruby {
  order: 1;
  color: #38652a;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
}

body.home .front-main-cont .front-cont-header .cont-title {
  order: 2;
  color: #222;
  font-weight: 500;
  margin: 0 0 27px;
}

@media screen and (min-width: 768px){
body.home .front-main-cont .front-cont-header .cont-title {
  font-size: 28px;
}
}

@media screen and (max-width:640px){
body.home .front-main-cont .front-cont-header .cont-title {
  font-size: 22px;
  margin: 0 10px 18px;
}
}

body.home .front-main-cont .tri-border {
  order: 3;
  position: static;
  width: auto;
}
body.home .front-main-cont .tri-border span {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 3px;
  border: none;
  background: #38652a;
}
/* 紹介ビデオ・ショールーム・お問い合わせ等のセクション上下の緑線を消す */
body.home #front-contact section#front-contents-1 {
  border-top: none;
  border-bottom: none;
}
/* 新着情報・ショールーム見学の背景を Lifestyle と同じ色に */
body.home #front-contact.lifestyle-bg {
  background: #f5f5f3;
  padding-bottom: 96px;
}
body.home #front-contents .c_box {
  position: relative;
  overflow: visible;
}
body.home #front-contents .c_box_inner {
  width: 54%;
  padding-top: 56px;
  padding-bottom: 56px;
}
body.home #front-contents .c_img_box {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #e8e8e8;
}
body.home #front-contents .c_box.c_box_left {
  background-color: #fff;
}
body.home #front-contents .c_box.c_box_left .c_box_inner {
  float: left;
}
body.home #front-contents .c_box.c_box_left .c_img_box {
  right: 0;
  background-position: center top;
}
body.home #front-contents .c_box.c_box_right {
  background-color: #f5f5f3;
}
/* クローズアップの番号(1,2,3)を非表示 */
body.home #front-contents .c_number {
  display: none !important;
}
/* クローズアップ各セクションの高さを統一 */
@media screen and (min-width: 768px){
  body.home #front-contents .c_box {
    min-height: 440px;
  }
}
body.home #front-contents .c_box.c_box_right .c_box_inner {
  float: right;
}
body.home #front-contents .c_box.c_box_right .c_img_box {
  left: 0;
  background-position: center top;
}


@media screen and (min-width: 768px){
body.home #front-contents .c_number {
  background: #38652a;
  color: #fff;
  display: inline-block;
  padding: 8px 8px 8px;
  margin-bottom: 32px;
  margin-top: -1px;
}

body.home #front-contents h3 {
  color: #38652a;
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.4;
}
body.home #front-contents .c_english {
  color: #38652a;
  font-size: 13px;
  margin-bottom: 32px;
  margin-top: 0;
}
}

@media screen and (max-width:640px){
body.home #front-contents .c_number {
  background: #38652a;
  color: #fff;
  display: inline-block;
  padding: 5px 12px;
  margin-bottom: 20px;
  margin-top: -1px;
}
body.home #front-contents h3 {
  color: #38652a;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.4;
}
body.home #front-contents .c_english {
  color: #38652a;
  font-size: 13px;
  margin-bottom: 20px;
  margin-top: 0;
}
}

body.home #front-contents h4 {
  font-size: 24px;
  margin-bottom: 28px;
  margin-top: 0;
  font-weight: normal;
}

@media screen and (min-width: 769px){
body.home #front-contents .c_text p {
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 48px;
}
}

@media screen and (max-width:640px){
body.home #front-contents .c_text p {
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 10px;
}
}

.c_text h4 {
  display: none;
}

a.morelink2 {
  margin: auto;
}
body.home #front-contents .c_text .c_btn a,
a.morelink2 {
  border-radius: 5px;
  background: #38652a;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s;
  opacity: 1;
  display: block;
  width: 30%;
  padding: 15px;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}
body.home #front-contents .c_text .c_btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
body.home #front-service {
  background: url(./lib/images/border_e5.png) repeat-y top center #fff;
  padding-bottom: 56px;
  border-bottom: 1px solid #e5e5e5;
}
body.home #front-service .front-service-inner {
  margin-left: -10%;
  overflow: hidden;
}
body.home #front-service .front-service-inner .c_box {
  width: 40%;
  padding-top: 96px;
  margin-left: 10%;
  margin-bottom: 20px;
  float: left;
}
body.home #front-service .front-service-inner .c_title {
  text-align: center;
}
body.home #front-service .front-service-inner h3 {
  color: #38652a;
  font-size: 40px;
  margin-bottom: 8px;
}
body.home #front-service .front-service-inner .c_english {
  color: #38652a;
  font-size: 13px;
  margin-bottom: 32px;
}
body.home #front-service .front-service-inner h4 {
  font-size: 24px;
  margin-bottom: 28px;
  text-align: center;
}
body.home #front-service .front-service-inner .c_text p {
  margin-bottom: 28px;
}
body.home #front-service .front-service-inner .c_text .c_btn a {
  border-radius: 5px;
  background: #38652a;
  color: #fff;
  margin: 0 auto;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s;
  opacity: 1;
  display: block;
  width: 50%;
  padding: 16px 20px;
  text-align: center;
}
body.home #front-service .front-service-inner .c_text .c_btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
body.home #front-company {
  background: #fff;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
}
body.home #front-company .c_box {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  min-height: 450px;
}
body.home #front-company .c_box_inner {
  width: 684px;
  padding: 96px 0;
}
body.home #front-company .c_img_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  z-index: 0;
}
body.home #front-company .c_img_box iframe {
  width: 100% !important;
  height: 100% !important;
}
body.home #front-company .no-company-map .c_img_box {
  display: none;
}
body.home #front-company .no-company-map .c_box_inner {
  margin-left: auto;
  margin-right: auto;
}
body.home #front-company dl {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  color: #000;
}
body.home #front-company dl dt span,
body.home #front-company dl dd span {
  padding: 20px 32px;
  display: block;
}
body.home #front-company dl dt {
  float: left;
  width: 20%;
  margin: 0;
}
body.home #front-company dl dd {
  float: left;
  width: 80%;
  margin: 0;
}
body.home #front-company dl#front-company-1 dt {
  border-top: 2px solid #38652a;
}
body.home #front-company dl#front-company-1 dt span {
  padding-top: 19px;
}
body.home #front-company dl#front-company-1 dd {
  border-top: 1px solid #e5e5e5;
}
body.home #front-contact {
  background: #fff;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
}
body.home #front-contact .c_box_inner {
  padding-top: 40px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
body.home #front-contact .c_box_inner input[type=text],
body.home #front-contact .c_box_inner input[type=tel],
body.home #front-contact .c_box_inner input[type=email],
body.home #front-contact .c_box_inner input[type=url],
body.home #front-contact .c_box_inner textarea {
  width: 95%;
}
body.home #front-contact .c_box_inner p {
  margin-bottom: 1.4em;
  color: #333;
  margin: auto;
}

/* トップのお問い合わせフォーム：ラベル・選択肢を読める色に */
body.home #front-contact .front-contact-form,
body.home #front-contact .front-contact-form p,
body.home #front-contact .front-contact-form dt,
body.home #front-contact .front-contact-form dd,
body.home #front-contact .front-contact-form .wpcf7-list-item-label {
  color: #333;
}

/* ----------------------------------------
* main
---------------------------------------- */
.cat-content,
article.post,
article.page,
article {
  margin-bottom: 60px;
  background: #fff;
  border: 1px #e5e5e5 solid;
}

@media screen and (max-width: 768px){
.cat-content,
article.post,
article.page,
article {
  margin-bottom: 20px;
  background: #fff;
  border: 1px #e5e5e5 solid;
}
}

@media (max-width: 767px) {
.cat-content,
article.post,
article.page,
article {
  margin-bottom: 20px;
  background: #fff;
  border: 1px #e5e5e5 solid;
}
}

.post-header {
  padding: 30px;
  position: relative;
  border-bottom: 5px solid #38652a;
}
.post-header .cat-name {
  margin-bottom: 20px;
}
.post-header .cat-name span {
  border: 1px solid #38652a;
  color: #38652a;
  display: inline-block;
  padding: 4px 16px;
  font-size: 13px;
}

.post-title {
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
}

h2.post-title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
}

body.page .post-title {
  margin-bottom: 0;
}

.post-content h2.post-title {
  font-weight: normal;
}

.post-title a {
  color: #3B4552;
}
.post-title a:hover {
  color: #38652a;
  text-decoration: none;
}

@media screen and ( max-width: 1021px ){
.cat-content .post-header,
article.page .post-header {
  padding: 25px 35px 25px;
  background: #fff;
}
}

@media (max-width: 1020px) and (min-width: 768px) {
.cat-content .post-header,
article.page .post-header {
  padding: 56px 64px 30px;
  background: #fff;
}
}

@media (max-width: 767px) {
.cat-content .post-header,
article.page .post-header {
  padding: 56px 64px 30px;
  margin: 0;
  background: #fff;
}
}

.post-meta-area {
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.post-meta-area ul {
  margin: 0;
}
.post-meta-area .post-meta {
  width: 50%;
  float: left;
}
.post-meta-area .post-meta .date {
  padding: 12px 40px;
}
.post-meta-area .post-meta .date .datetime {
  font-size: 1.1em;
}
.post-meta-area .post-meta-comment {
  text-align: center;
  width: auto;
  float: right;
}
.post-meta-area .post-meta-comment li {
  padding: 12px 24px;
  display: inline-block;
  border-left: 1px solid #e5e5e5;
}

.post-thumbnail img {
  width: 100%;
  height: auto;
}

.post-content {
  padding: 30px 30px 30px;
}
.post-content hr {
  border-bottom: 1px solid #eee;
  margin: 20px 0;
  clear: both;
}
.post-content p,
.post-content ul,
.post-content ol,
.post-content dl,
.post-content blockquote,
.post-content pre,
.post-content table {
  margin-bottom: 1em;
}
.post-content ul {
  list-style: disc;
}
.post-content ol {
  list-style: decimal;
  margin: 0 30px;
}
.post-content ul > ul,
.post-content ul > ol,
.post-content ol > ol,
.post-content ol > ul {
  margin-bottom: 0px;
}
.post-content dl dt {
  font-weight: bold;
}
.post-content dl dd {
  margin-left: 30px;
}
.post-content pre {
  padding: 20px;
  overflow: scroll;
  font-family: 'Courier', monospace;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  font-weight: bold;
}
.post-content h1 {
  margin: 32px 0;
  font-size: 36px;
  clear: both;
  font-weight: normal;
}










@media screen and (min-width: 769px){
.post-content h2,
.industrial-park-template-default h2 {
  margin-bottom: 30px;
  padding: 15px 0 10px;
  font-size: 26px;
  clear: both;
  font-weight: bold;
  color: #000000;
  border-bottom: solid 2px #38652a;
}
.post-content h3 {
  font-size: 24px;
  margin: 15px 0 5px;
  padding: 0px 10px 0px;
  border-left: solid 4px #38652a;
  clear: both;
  font-weight: bold;
  line-height: 1.3;
}
}

@media screen and (max-width: 768px){
.post-content h2,
.industrial-park-template-default h2 {
  margin: 0px -30px 25px -40px;
  padding: 16px 16px 16px 56px;
  font-size: 3vw;
  clear: both;
  font-weight: bold;
  color: #38652a;
  border-bottom: solid 1px #38652a;
}
.post-content h3 {
  font-size: 3vw;
  padding: 10px 0;
  clear: both;
  margin: 15px 0 5px;
  padding: 0px 10px 0px;
  border-left: solid 4px #38652a;
  font-weight: bold;
  line-height: 1.3;
}
}

@media screen and (max-width:640px){
.post-content h2,
.industrial-park-template-default h2 {
  margin: 0px -30px 25px -40px;
  padding: 16px 16px 16px 56px;
  font-size: 3vw;
  clear: both;
  font-weight: normal;
  color: #38652a;
  border-bottom: solid 1px #38652a;
}
.post-content h3 {
  font-size: 5vw;
  padding: 10px 0;
  clear: both;
  margin: 15px 0 5px;
  padding: 0px 10px 0px;
  border-left: solid 4px #38652a;
  font-weight: bold;
  line-height: 1.3;
}
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin: 10px 0;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media screen and (max-width:640px){
.post-content h2,
.industrial-park-template-default h2 {
  margin: 0px -30px 25px -40px;
  padding: 16px 16px 16px 56px;
  font-size: 6vw;
  clear: both;
  font-weight: bold;
  color: #38652a;
  border-bottom: solid 1px #38652a;
}
.post-content h3 {
  font-size: 5vw;
  padding: 10px 0;
  clear: both;
  margin: 15px 0 5px;
  padding: 0px 10px 0px;
  border-left: solid 4px #38652a;
  font-weight: bold;
  line-height: 1.3;
}
}






.post-content h4 {
  font-size: 20px;
  font-weight: normal;
  margin: 20px 0 10px;
  padding: 0 0 0 8px;
  border-left: 5px solid #131D2A;
  clear: both;
}
.post-content h5 {
  font-size: 16px;
  margin: 30px 0 16px;
  clear: both;
}
.post-content h6 {
  font-size: 16px;
  margin: 30px 0 16px;
  clear: both;
}
.post-content blockquote {
  clear: both;
  margin: 0 0 28px;
  padding: 30px 20px 35px 55px;
  position: relative;
  border: 1px #e5e5e5 solid;
  background: #fafafa;
}
.post-content blockquote:before {
  content: '';
  font-family: 'FontAwesome';
  font-size: 36px;
  color: #e7e7e7;
  position: absolute;
  top: 20px;
  left: 10px;
}
.post-content blockquote cite {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 12px;
  color: #808080;
}

.post-content tr:first-child td {
    background: #b5dd96 !important;
}

.post-content table {
  border: 1px #ddd solid;
  width: 100%;
  table-layout: fixed;
  word-wrap: break-all;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: block;
  white-space: nowrap;

}
.post-content table th,
.post-content table td {
  padding: 8px 10px;
  border: #ddd solid 1px;
}
.post-content table thead th {
  background: #5e6265;
}
.post-content table tbody th {
  background-color: #f2f2f2;
}

@media screen and (min-width: 641px){
.header-top img {
  width: 70%;
}
}

@media screen and (max-width:640px){
.post-content table tbody th {
  width: 30%;
}
.header-top img {
  width: 40%;
}
}

.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: #241913;
  font-weight: bold;
}
.post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
.post-content table.table-line tr {
  background: #eee;
}
.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,
.industrial-park-template-default h2:first-child {
  margin-top: 0;
}

.post-cta {
  background: #131D2A;
  color: #fff;
}
.post-cta .post-cta-inner {
  padding: 30px 45px;
}
.post-cta .cta-post-title {
  padding: 30px 45px;
  font-size: 36px;
  margin-bottom: 14px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.post-cta .post-cta-img {
  float: right;
  width: 230px;
  margin: 0 0 20px 20px;
}
.post-cta .post-cta-cont {
  overflow: hidden;
}
.post-cta .post-cta-btn {
  margin: 10px 0;
}
.post-cta .post-cta-btn a {
  background: #F86222;
  color: #fff;
  border-radius: 8px;
  display: block;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  width: 60%;
  margin: 0 auto 20px;
}
.post-cta .post-cta-btn a:hover {
  background: #fa8553;
}
.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: #3B4552;
}
.post-cta .btn:hover {
  text-decoration: none;
  background: #38652a;
}

.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;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  display: block;
  border: 1px #eee 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-footer {
  border-radius: 0;
  padding: 20px 64px;
  overflow: hidden;
  clear: both;
}
.post-footer ul {
  overflow: hidden;
}
.post-footer ul li a:hover {
  text-decoration: underline;
}
.post-footer .bzb-sns-btn {
  padding: 30px 0;
}

.post-footer .bzb-sns-btn li {
  vertical-align: top;
}
.post-footer .bzb-sns-btn  li .fb_iframe_widget span{
  vertical-align: top !important;
}

.post-footer-list {
}

.post-author {
  margin-bottom: 40px;
  padding: 40px 45px;
  border: 1px solid #e5e5e5;
  color: #241913;
  background: #fff;
}
.post-author .post-author-img {
  height: 100%;
  float: left;
}
.post-author .post-author-img img {
  width: 100px;
  height: auto;
  border: 1px solid #e5e5e5;
}
.post-author .post-author-img .inner {
  padding: 0;
}
.post-author .row {
  margin-right: -10px;
  margin-left: -10px;
}
.post-author .row .gr1, .post-author .row .gr2, .post-author .row .gr3, .post-author .row .gr4, .post-author .row .gr5, .post-author .row .gr6, .post-author .row .gr7, .post-author .row .gr8, .post-author .row .gr9, .post-author .row .gr10, .post-author .row .gr11, .post-author .row .gr12 {
  padding-left: 10px;
  padding-right: 10px;
}
.post-author a {
  color: #3B4552;
}
.post-author .post-author-meta {
  color: #241913;
  margin-left: 120px;
}
.post-author .post-author-meta h4 {
  margin: 0 40px 10px 0;
}
.post-author .post-author-meta p {
  margin: 0 40px 20px 0;
}

.post-header-meta {
  overflow: hidden;
  margin-bottom: 26px;
}
.post-header-meta .bzb-sns-btn {
  padding: 20px 0 10px;
  float: left;
  width: 400px;
  overflow: hidden;
}
.post-header-meta .post-header-category {
  float: right;
  width: 300px;
  text-align: right;
  padding: 20px 0 10px;
}

.bzb-sns-btn {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.bzb-sns-btn li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  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-googleplus {
  width: 65px;
}
*/
.post-autot
#comments {
  padding: 40px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.post-autot
#comments h4,
.post-autot
#comments h3 {
  margin: 0 0 24px;
  border-bottom: 5px solid #3B4552;
  font-size: 18px;
  padding: 8px 0;
}
.post-autot
#comments h4 i,
.post-autot
#comments h3 i {
  color: #3B4552;
}

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

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

.comment-list .children {
  margin-left: 45px;
}

@media screen and ( max-width: 767px ){
  .comment-list .children {
    margin-left: 0;
  }
}
.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 {
  margin-bottom: 0;
}

.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;
  margin-top: 0;
}

.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: 240px;
  margin-top: 2em;
  line-height: 24px;
  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 {
  background: #fff;
  padding: 40px;
  margin-bottom: 30px;
}

.post-loop-wrap article {
  width: 100%;
  margin: 0 0 60px;
}
.post-loop-wrap article p {
  margin-top: 0;
}
.post-loop-wrap .post-title {
  margin-bottom: 0;
}
.post-loop-wrap .post-thumbnail {
  width: 100%;
}
.post-loop-wrap .post-thumbnail img {
  max-width: 100%;
  height: auto;
}
.post-loop-wrap .more-link {
  border: 1px #3B4552 solid;
  padding: 8px 20px;
  margin-bottom: 64px;
  color: #3B4552;
}
.post-loop-wrap .more-link:hover {
  background: #3B4552;
  color: #fff;
  text-decoration: none;
}
.post-loop-wrap .post-footer {
  border-top: 1px #eee solid;
  padding: 0;
  overflow: hidden;
}
.post-loop-wrap .post-footer a.morelink {
  display: block;
  background: #3B4552;
  color: #fff;
  text-align: center;
  padding: 12px;
}

a.morelink {
    margin: 0;
    font-size: 16px;
    float: right;
    padding: 6px;
    color: #fff;
    background-color: #38652a;
    border-radius: 4px;
    border-bottom: 2px solid #bbb;
}

a.morelink:hover {
  background-color: #629964;
  text-decoration: none;
}

.top-text-box2 {
  width: 80%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}


/* pager */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}

.pagination a {
  background: #fff;
}

.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #241913;
}

.pagination a:hover {
  background: #999999;
  color: #fff;
}

.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #999999;
  color: #fff;
}

/* ----------------------------------------
* side
---------------------------------------- */
ul#npcatch {
  border: solid 1px #ccc;
}

#npcatch li {
  padding: 10px;
  background: #fff;
  height: 100px;
}

#npcatch li:hover {
  background: #ccc;
}

ul.wpp-list {
  border: solid 1px #ccc;
  background: #fff;
}

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

.side-widget {
  line-height: 1.6;
  font-size: 14px;
}


@media (max-width: 767px) {
.side-widget {
  line-height: 1.6;
  font-size: 14px;
}
}

.side-widget .side-title {
  margin: 0 0 32px;
  font-size: 15px;
  background: #ebebeb;
}
.side-widget a {
  color: #38652a;
  text-decoration: underline;
  display: block;
}
.side-widget a:hover {
  color: #38652a;
  text-decoration: none;
}

.yarpp-related-widget h3 {
    background-color: #3b4552 !important;
    color: #fff !important;
    padding: 15px !important;
}
.yarpp-related-widget {
    background: #fff;
    border: solid 1px #ccc;
}
a.yarpp-thumbnail {
    width: 100% !important;
    height: auto !important;
}
span.yarpp-thumbnail-title {
    width: 64% !important;
    padding-top: 10px;
    overflow: inherit !important;
}
img.attachment-yarpp-thumbnail.size-yarpp-thumbnail.wp-post-image {
    margin: 10px;
    width: 23%;
    height: auto;
    float: left;
}
.npcatch img {
  display: inline;
  float: left;
  margin: 0 1rem 0 0;
  border: none;
}

span.title {
    font-size: 14px;
}

div#yarpp_widget-2 {
    display: none;
}

@media screen and (min-width: 769px){
.side-widget ul li,
#npcatch li,
.yarpp-related-widget ol li {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.side-widget ul li:hover,
.yarpp-related-widget ol li:hover {
  background: #aaaaaa;
}
}

@media screen and (max-width: 1024px){
.side-widget ul li,
.yarpp-related-widget ol li {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.side-widget ul li:hover,
.yarpp-related-widget ol li:hover {
  background: #aaaaaa;
}
}

@media screen and (max-width:640px){
.side-widget ul li,
.yarpp-related-widget ol li {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
}

.widget_categories side-widget{
  border: solid 1px #ccc;
}

.side-widget .side-title {
  margin: 0 0 13px;
  padding: 8px;
  font-size: 16px;
}
.side-widget.widget_recent_comments a {
  background: none;
}
.side-widget .post-date {
  margin: 0 0 0 36px;
  font-size: 13px;
  color: #999999;
}
.side-widget .post-share-fb .pas {
  display: none;
}

/* widget_views */
.widget_views a {
  display: inline;
}

/* search */
.widget_search {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding-bottom: 0;
  border-radius: 2px;
}
.widget_search form div {
  position: relative;
  padding-right: 40px;
}
.widget_search label {
  display: none;
}
.widget_search input[type=text] {
  line-height: 18px;
  padding: 8px 13px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  float: left;
}
.widget_search button {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: top;
  line-height: 18px;
  border: none;
  border-radius: 3px;
  width: 40px;
  padding: 8px 5px;
  -webkit-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;
  background: transparent;
  font-family: 'FontAwesome';
  font-size: 21px;
  color: #5e6265;
}
.widget_search button:hover {
  cursor: pointer;
}

#searchform form input[type="text"],
#searchform form input[type="email"],
#searchform form input[type="url"],
#searchform form input[type="tel"],
#searchform form input[type="number"],
#searchform form input[type="date"],
#searchform form textarea {
  border-radius: 3px;
  padding: 12px;
  max-width: 100%;
  font-size: 16px;
}
#searchform form textarea {
  width: 80%;
}
#searchform form input[type="submit"] {
  padding: 12px 20px;
}

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

.side-widget-inner {
    margin-bottom: 10px;
}

.side-widget-inner ul{
    border: solid 1px #ccc;
    background: #fff;
}

/* 実装中止----------- */
/* 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: #fff;
  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
---------------------------------------- */
/* Facebook Like Box width: 100% */
.post-share-fb.side-widget{
  text-align: center;
}
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;
}
#footer .fbcomments,
#footer .fb_iframe_widget,
#footer .fb_iframe_widget[style],
#footer .fb_iframe_widget iframe[style],
#footer .fbcomments iframe[style] *,
#footer .fb_iframe_widget span {
  max-width: 100% !important;
}

#footer {
  color: #000;
  border-top: none;
  background: #f2f2f2;
}
#footer .fb-like-box,
#footer .fb-like-box > span,
#footer iframe {
  width: 100% !important;
  box-sizing: border-box;
}
#footer .footer-logo {
  font-size: 24px;
}
#footer a {
  color: #38652a;
}
#footer a:hover {
  color: #ccc;
}
#footer .wrap {
  padding: 0;
  text-align: center;
}
#footer .post-share {
  padding-right: 0;
  padding-left: 0;
}
#footer .row {
  margin-left: -15px;
  margin-right: -15px;
}
#footer .row .gr1,
#footer .row .gr2,
#footer .row .gr3,
#footer .row .gr4,
#footer .row .gr5,
#footer .row .gr6,
#footer .row .gr7,
#footer .row .gr8,
#footer .row .gr9,
#footer .row .gr10,
#footer .row .gr11,
#footer .row .gr12 {
  padding-left: 15px;
  padding-right: 15px;
}

#footer-brand-area {
  padding: 30px 0;
}

#footer-content-area {
  font-size: 14px;
}
#footer-content-area h4 {
  font-size: 16px;
  color: #38652a;
}
#footer-content-area i.fa {
  margin-right: 12px;
}
#footer-content-area #footer-cont-about li,
#footer-content-area #footer-cont-content li {
  position: relative;
}
#footer-content-area #footer-cont-about li:before,
#footer-content-area #footer-cont-content li:before {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  top: 7px;
  left: 0;
  color: #38652a;
}
#footer-content-area #footer-cont-about li a,
#footer-content-area #footer-cont-content li a {
  padding: 8px 12px 8px 14px;
  display: inline-block;
}
#footer-content-area #footer-cont-about li a:hover,
#footer-content-area #footer-cont-content li a:hover {
  text-decoration: none;
}
#footer-content-area #footer-cont-sns a {
  display: block;
  margin-bottom: 5px;
}
#footer-content-area #footer-cont-sns a:hover {
  text-decoration: none;
}

.footer-01 {
  background: #f2f2f2;
}
.footer-copy {
  padding-top: 30px;
}
.footer-01 .footer-address {
  text-align: right;
}

@media screen and ( max-width: 991px ){
  .footer-01 .footer-address {
    text-align: left;
  }
}

@media screen and ( max-width: 767px ){
  .footer-01 .footer-address {
    margin-top: 24px;
  }
}

.footer-02 {
  background: #010A17;
}
.footer-02 .footer-copy {
  text-align: center;
  font-size: 12px;
}

@media (min-width: 641px) and (max-width: 1024px) {
.footer-01 .footer-address {
    margin-top: 0;
}
.footer-copy {
    margin: 10px 0 !important;
}
}

@media screen and (max-width:640px){
.footer-01 .footer-address {
    margin-top: 0;
}
.footer-copy {
    margin: 10px 0 !important;
}
}



/* ----------------------------------------
* LP
---------------------------------------- */
.single-lp {
  padding: 40px 0;
}
.single-lp .lp-wrap {
  width: 1157px;
  border: 1px solid #eee;
  margin: 0 auto;
  background: #fff;
  padding: 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;
}
.single-lp #lp-header {
  background: #38652a;
  padding: 56px;
  color: #fff;
}
.single-lp #lp-header h1 {
  font-size: 32px;
  color: #fff;
  text-align: center;
}
.single-lp dt, .single-lp dd {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.single-lp #content {
  padding: 40px 56px;
}
.single-lp #main {
  width: 100%;
  float: left;
  overflow: hidden;
}
.single-lp .main-inner {
  margin-right: 350px;
}
.single-lp #side {
  width: 320px;
  float: left;
  margin-left: -320px;
}
.single-lp .post-footer {
  padding: 20px 0;
}
.single-lp .post-footer .bzb-sns-btn {
  padding: 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-size: 18px;
  margin-bottom: 12px;
  font-weight: bold;
}
.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: #F86222;
  color: #fff;
  border-bottom: 5px solid #e04807;
  -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: #f9743b;
}
.single-lp .lp-form dl {
  margin-bottom: 13px;
}/* 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;
}
@media screen and ( max-width: 1200px ){
  .single-lp.right-content #side{
    width: 100%;
    margin: 0;
    float: none;
  }
  .single-lp.right-content .main-inner{
    margin: 0 0 40px;
    width: 100%;
  }
}

/* ----------------------------------------
* pagetop
---------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  color: #fff;
}
.pagetop span {
  display: block;
  border-radius: 25px;
  background: #2b2b2b;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 36px;
  opacity: 1;
}

@media (max-width: 767px) {
.pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 15px;
  color: #fff;
}
}

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
#header-nav-btn,
#gnav-sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  /* laptop start */
  body.home .wrap {
    width: auto;
    margin: 0 36px;
  }

  .post-header,
  .post-author {
    padding: 36px;
  }

  .post-content,
  .post-footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .single-lp #gnav-sp {
    display: none;
  }
  .single-lp .lp-wrap {
    width: auto;
    margin: 0 36px;
  }
  .single-lp #main,
  .single-lp #side,
  .single-lp .main-inner {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }

  /* end start */
}

@media (max-width: 1020px) and (min-width: 768px) {
  #gnav-sp {
    display: none;
    top: 170px !important;
  }
}
@media screen and (max-width: 991px) {
  /* tablet */
  body.home .wrap,
  .wrap {
    width: auto;
    margin: 0 24px;
  }

  body.home #front-service {
    background-image: none;
  }

  /* header */
  #header {
    padding: 0;
  }
  #header .wrap {
    width: auto;
    margin: 0 24px;
  }

  #header-nav-btn {
    display: block;
    width: 110px;
    line-height: 92px;
    float: right;
    margin-top: 13px;
  }
  #header-nav-btn a {
    display: block;
    text-align: center;
    display: block;
    font-size: 32px;
    border: solid 1px #a2a2a2;
  }

  #header-fnav-area {
    display: none;
  }

  /* gnav */
  #gnav {
    display: none;
  }

  .dummy {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
  }

  #gnav-sp {
    display: none;
    background: #3B4552;
    display: block;
    color: #fff;
    font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
    z-index: 100;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
  }
  #gnav-sp .wrap {
    width: 94%;
    margin: 0 3%;
    padding: 20px 0;
  }
  #gnav-sp .wrap a {
    color: #fff;
  }
  #gnav-sp #header-cont-content h4,
  #gnav-sp #header-cont-about h4,
  #gnav-sp #header-cont-sns h4 {
    font-weight: bold;
    margin-bottom: 16px;
  }
  #gnav-sp #header-cont-content li,
  #gnav-sp #header-cont-about li,
  #gnav-sp #header-cont-sns li {
    font-size: 14px;
  }
  #gnav-sp #header-cont-content li a,
  #gnav-sp #header-cont-about li a,
  #gnav-sp #header-cont-sns li a {
    padding: 10px 12px;
  }
  #gnav-sp #header-cont-content ul {
    margin-left: -2%;
  }
  #gnav-sp #header-cont-content li {
    margin-left: 2%;
    float: left;
    width: 48%;
  }
  #gnav-sp #header-cont-content li a {
    display: block;
    position: relative;
  }
  #gnav-sp #header-cont-content li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    left: 0;
    top: 8px;
  }
  #gnav-sp #header-cont-content .children {
    display: none;
  }
  #gnav-sp #footer-nav li a {
    display: block;
    padding: 8px 12px;
    position: relative;
  }
  #gnav-sp #footer-nav li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    left: 0;
    top: 8px;
  }
  #gnav-sp #footer-nav .children {
    display: none;
  }
  #gnav-sp #header-cont-sns li a {
    display: block;
    padding: 8px 12px 8px 0;
  }

  /* front page */
  body.home #main_visual h2 {
    margin-top: 0;
    font-size: 24px;
  }

  body.home #main_visual p {
    width: 84%;
    margin-right: 8%;
    margin-left: 8%;
  }

  body.home .front-loop {
    margin-left: 0;
  }

  body.home .front-loop .popular_post_box {
    width: 32%;
    margin: 0 .5%;
  }
  body.home .front-loop .popular_post_box .wrap-a {
    display: block;
    border: 1px solid #e5e5e5;
  }
  body.home .front-loop .popular_post_box .wrap-a:hover {
    background: #fafafa;
    text-decoration: none;
  }
  body.home .front-loop .popular_post_box .wrap-a h3,
  body.home .front-loop .popular_post_box .wrap-a ul {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.home .front-loop .popular_post_box img {
    width: 100%;
    height: auto;
  }
  body.home .front-loop .popular_post_box.rank-4, body.home .front-loop .popular_post_box.rank-5, body.home .front-loop .popular_post_box.recent-4, body.home .front-loop .popular_post_box.recent-5 {
    display: none;
  }

  body.home .front-main-cont .tri-border {
    display: none;
  }

  body.home #front-contents .c_box.c_box_left .c_box_inner,
  body.home #front-contents .c_box.c_box_right .c_box_inner {
    width: 100%;
    float: none;
  }
  body.home #front-contents .c_box.c_box_left .c_title,
  body.home #front-contents .c_box.c_box_right .c_title {
    text-align: center;
  }
  body.home #front-contents .c_box.c_box_left .c_img_box,
  body.home #front-contents .c_box.c_box_right .c_img_box {
    position: relative;
    height: 300px;
    width: 100%;
    margin-bottom: 10px;
  }
  body.home #front-contents .c_box.c_box_left .c_text h4,
  body.home #front-contents .c_box.c_box_right .c_text h4 {
    text-align: center;
  }
  body.home #front-contents .c_box.c_box_left .c_btn,
  body.home #front-contents .c_box.c_box_right .c_btn {
    text-align: center;
  }
  body.home #front-contents .c_box.c_box_left .c_btn a,
  body.home #front-contents .c_box.c_box_right .c_btn a {
    margin-right: auto;
    margin-left: auto;
  }

  body.home #front-service .front-service-inner {
    margin-left: 0;
  }
  body.home #front-service .front-service-inner .c_box {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }

  body.home #front-company .c_img_box {
    height: 300px;
    position: relative;
  }
  body.home #front-company .c_img_box,
  body.home #front-company .c_box_inner {
    float: none;
    width: 100%;
  }

  .cat-content .post-header,
  article.page .post-header,
  article.post .post-header {
    padding: 20px 30px;
  }

  article.page .post-content {
    padding: 20px;
  }


@media screen and (min-width: 769px){
  .post-header {
    padding: 56px 44px 0;
  }
}

@media (max-width: 767px) {
  .post-header {
    padding: 20px;
  }
}

  .post-content {
    padding: 40px;
  }
  .post-content h2 {
    margin-left: -52px;
  }

  .post-meta-area {
    background: #fff;
    color: #241913;
  }
  .post-meta-area .post-meta {
    width: 40%;
    float: left;
    text-align: left;
  }
  .post-meta-area .post-meta .date {
    background: transparent;
    text-align: left;
  }
  .post-meta-area .bzb-sns-btn {
    height: auto;
  }
  .post-meta-area .bzb-sns-btn .sharrre {
    margin: 0 5px 0 0;
    float: left !important;
    width: 20%;
    overflow: hidden;
  }
  .post-meta-area .bzb-sns-btn .sharrre.twitter a, .post-meta-area .bzb-sns-btn .sharrre.facebook a, .post-meta-area .bzb-sns-btn .sharrre.googlePlus a, .post-meta-area .bzb-sns-btn .sharrre.hatena a {
    background: transparent;
    display: block;
    padding: 4px 24px;
    color: #241913;
  }
  .post-meta-area .bzb-sns-btn .sharrre.twitter a .share, .post-meta-area .bzb-sns-btn .sharrre.facebook a .share, .post-meta-area .bzb-sns-btn .sharrre.googlePlus a .share, .post-meta-area .bzb-sns-btn .sharrre.hatena a .share {
    display: none;
    text-align: center;
    float: left;
  }
  .post-meta-area .bzb-sns-btn .sharrre.twitter a:hover, .post-meta-area .bzb-sns-btn .sharrre.facebook a:hover, .post-meta-area .bzb-sns-btn .sharrre.googlePlus a:hover, .post-meta-area .bzb-sns-btn .sharrre.hatena a:hover {
    background: transparent;
  }
  .post-meta-area .bzb-sns-btn .s_buttons {
    font-size: 14px;
    padding-top: 20px;
  }
  .post-meta-area .loop-comment-icon {
    padding: 4px 12px;
    background: transparent !important;
    text-align: center;
    float: right;
  }

  #footer-facebook {
    display: none;
  }

  #footer-list-area {
    width: 100%;
  }

  .single-lp #gnav-sp {
    display: none;
  }
  .single-lp .lp-wrap {
    width: auto;
    margin: 0 24px;
  }
  .single-lp .lp-form .submit {
    width: 50%;
  }

  /* tablet end */
}
@media screen and (max-width: 767px) {
  /* phone */
  .wrap {
    overflow: hidden;
  }

  .post-title {
    font-size: 21px;
    margin: 0;
  }

  body.home .wrap,
  .wrap {
    margin: 0 12px;
  }

 .post-content table{
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  article.page .post-content {
    padding: 20px;
  }


  body.home #front-company dl dt,
  body.home #front-company dl dd {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
  body.home #front-company dl dt span,
  body.home #front-company dl dd span {
    padding: 0;
  }
  body.home #front-company dl dt {
    font-weight: bold;
    padding: 8px 12px 0;
  }
  body.home #front-company dl dd {
    border-top: none !important;
    padding: 4px 12px 8px;
  }

  #main {
    width: 100%;
    float: none;
  }

  #side {
    width: 100%;
    float: none;
  }

  .left-content #main {
    width: 100%;
    float: none;
  }
  .left-content #side {
    width: 100%;
    float: none;
  }

  .right-content #main {
    width: 100%;
    float: none;
  }
  .right-content #side {
    width: 100%;
    float: none;
  }

  .one-column #content .wrap {
    width: 94%;
    margin: 0 3%;
  }
  .one-column #content .wrap #main {
    width: 100%;
    float: none;
  }
  .one-column #content .wrap #side {
    width: 100%;
    float: none;
  }

  /* header */
  #header {
    padding: 0;
  }
  #header .wrap {
    padding: 0;
    margin: 12px;
  }
  #header #logo {
    float: none;
    padding: 0 !important;
  }
  #header #logo img {
    vertical-align: top;
    width: auto;
    height: auto;
    max-height: 80px;
    margin-bottom: 15px;
    max-width: 160px;
  }
  #header #header-right {
    height: auto;
    margin-top: 0;
  }
  #header #header-primary-nav {
    display: none;
  }

  #header-nav-btn {
    display: block;
    margin: 0 -12px;
    line-height: 92px;
    float: right;
    width: 80px;
    margin-top: -115px;
    margin-right: 0;
  }
  #header-nav-btn a {
    display: block;
    text-align: center;
    padding: 13px 0;
    line-height: 1.2;
    width: 100%;
    border: solid 1px #a2a2a2;
  }

  .single-lp #lp-header {
    padding: 20px;
  }
  .single-lp .lp-thumbnail {
    float: none;
    margin: 0 0 13px;
  }
  .single-lp .lp-thumbnail img {
    width: 100%;
    height: auto;
  }
  .single-lp #content {
    padding: 20px;
  }

  #gnav-sp {
    display: none;
    top: 120px !important;
  }
  #gnav-sp ul {
    margin-bottom: 0px;
  }
  #gnav-sp #header-cont-content ul {
    margin-left: 0;
  }
  #gnav-sp #header-cont-content li {
    margin-left: 0;
    float: left;
    width: 100%;
  }

  /* loop */
  body.home .front-loop .popular_post_box {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  body.home #front-contents .c_text .c_btn a,
  a.morelink2 {
    width: 100%;
  }

  /* single */
  .cat-content .post-header,
  article.page .post-header,
  article.post .post-header {
    padding: 20px;
  }

  .post-author {
    padding: 20px;
  }
  .post-author .post-author-meta {
    padding-top: 12px;
  }
  .post-author .post-author-meta p {
    margin-right: 0;
  }

  .post-meta-area .post-meta,
  .post-meta-area .post-meta-comment {
    float: none;
    width: 100%;
    padding: 0;
  }
  .post-meta-area .post-meta {
    border-bottom: 1px solid #e5e5e5;
  }
  .post-meta-area .post-meta .date {
    padding: 8px 20px;
  }
  .post-meta-area .post-meta-comment .author {
    border: none;
    padding: 8px 20px;
    text-align: left;
  }
  .post-meta-area .post-meta-comment .comments {
    padding: 8px 20px;
  }

@media screen and (min-width: 769px){
  .post-content,
  .post-footer {
    padding: 20px;
  }
}

@media screen and (max-width:640px){
  .post-content,
  .post-footer {
    padding: 20px 20px 10px;
  }
}
  .post-cta .cta-post-title {
    padding: 12px 20px;
    font-size: 18px;
  }
  .post-cta .post-cta-inner {
    padding: 0;
  }
  .post-cta .post-cta-cont {
    padding: 12px 20px;
  }
  .post-cta .post-cta-cont .post-cta-img {
    float: none;
    margin: 0 0 12px;
    width: 100%;
  }

@media screen and ( max-width: 767px ){
  .post-cta .post-cta-cont .post-cta-img {
    text-align: center;
  }
}
  .post-cta .post-cta-btn a {
    width: 100%;
  }

  .comment-form-author,
  .comment-form-email {
    float: none;
    width: 100%;
  }

  .single-lp #gnav-sp {
    display: none;
  }
  .single-lp .lp-wrap {
    width: auto;
    margin: 0 24px;
  }
  .single-lp .lp-form input {
    width: 100% !important;
  }
  .single-lp .lp-form .submit {
    width: 100%;
  }

  /* phone end */
}
/* ----------------------------------------
* カラースキーム 01
---------------------------------------- */
/* ----------------------------------------
* frontpage
---------------------------------------- */
body.home.color01 #main_visual {
  background: #1DBBDA;
  background-image: -webkit-linear-gradient(bottom right, #1dbbda, #06abc8);
  background-image: linear-gradient(to top left, #1dbbda, #06abc8);
  color: #fff;
}
body.home.color01 .front-loop {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}
body.home.color01 .front-loop h2 {
  border-bottom: 1px solid #e5e5e5;
}
body.home.color01 .front-loop .popular_post_box h3 {
  color: #2B353E;
}
body.home.color01 .front-loop .popular_post_box h3 a {
  color: #2B353E;
}
body.home.color01 .front-loop .popular_post_box h3 a:hover {
  color: #FFC600;
}
body.home.color01 .front-loop .popular_post_box ul a {
  color: #2B353E;
}
body.home.color01 .front-loop .popular_post_box ul a:hover {
  color: #FFC600;
}
body.home.color01 .front-loop .popular_post_box .p_category {
  background: #06ABC8;
  color: #fff;
  color: #fff;
}
body.home.color01 .front-loop .popular_post_box .p_rank {
  background: #900;
  color: #fff;
}
body.home.color01 .front-loop .popular_post_box .p_date {
  background: #2B353E;
  color: #fff;
}
body.home.color01 .front-main-cont .front-cont-header {
  background: #2B353E;
  color: #fff;
}
body.home.color01 .front-main-cont .tri-border span {
  border-left: 28px solid transparent;
  border-left: 56px solid transparent;
  border-right: 56px solid transparent;
  border-top: 18px solid #2B353E;
}
body.home.color01 #front-contents .c_box {
  border-bottom: 1px solid #e5e5e5;
}
body.home.color01 #front-contents .c_box.c_box_left {
  background-color: #fff;
}
body.home.color01 #front-contents .c_box.c_box_right {
  background-color: #fafafa;
}
body.home.color01 #front-contents .c_number {
  background: #06ABC8;
  color: #fff;
}
body.home.color01 #front-contents h3 {
  color: #06ABC8;
}
body.home.color01 #front-contents .c_english {
  color: #06ABC8;
}
body.home.color01 #front-contents .c_text .c_btn a {
  background: #21262c;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
body.home.color01 #front-service {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
body.home.color01 #front-service .front-service-inner h3 {
  color: #06ABC8;
}
body.home.color01 #front-service .front-service-inner .c_english {
  color: #06ABC8;
}
body.home.color01 #front-service .front-service-inner .c_text .c_btn a {
  background: #21262c;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
body.home.color01 #front-company {
  background: #fff;
}
body.home.color01 #front-company .c_box {
  border-bottom: 1px solid #e5e5e5;
}
body.home.color01 #front-company dl {
  border-bottom: 1px solid #e5e5e5;
}
body.home.color01 #front-company dl#front-company-1 dt {
  border-top: 2px solid #06ABC8;
}
body.home.color01 #front-company dl#front-company-1 dd {
  border-top: 1px solid #e5e5e5;
}
body.home.color01 #front-contact {
  background: #06ABC8;
}
body.home.color01 #front-contact .c_box_inner input[type=submit],
body.home.color01 #front-contact .c_box_inner button {
  background: #131D2A;
}

body.color01 {
  color: #2B353E;
}
body.color01 a {
  color: #06ABC8;
}
body.color01 form input[type="submit"],
body.color01 form button {
  background: #2B353E;
  color: #fff;
}
body.color01 #header {
  background: #06ABC8;
}
body.color01 #header a {
  color: #fff;
}
body.color01 .breadcrumb-area {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
body.color01 #gnav {
  background: #06ABC8;
}
body.color01 #gnav ul li:hover a {
  background: #07c0e1;
}
body.color01 #gnav ul li.current-menu-item a {
  background: #07c0e1;
}
body.color01 #gnav ul li a {
  color: #fff;
  background: #06ABC8;
}
body.color01 #gnav ul li a:hover {
  color: #fff;
  background: #07c0e1;
}
body.color01 #gnav ul li .sub-menu {
  background: #fff;
  border: 1px #e5e5e5 solid;
}
body.color01 #gnav ul li .sub-menu li {
  border-bottom: 1px #e5e5e5 solid;
}
body.color01 #gnav ul li .sub-menu li a {
  color: #2B353E;
  background: #fff;
}
body.color01 #gnav ul li .sub-menu li a:hover {
  background: #fafafa;
  color: #2B353E;
}
body.color01 #header-fnav-area #header-fnav-btn a {
  background: #07c0e1;
}
body.color01 #header-fnav-area #header-fnav {
  background: #fff;
  border: 1px #e5e5e5 solid;
}
body.color01 #header-fnav-area #header-fnav li {
  border-bottom: 1px #e5e5e5 solid;
}
body.color01 #header-fnav-area #header-fnav li a {
  color: #2B353E;
  background: #fff;
}
body.color01 #header-fnav-area #header-fnav li a:hover {
  background: #fafafa;
  color: #2B353E;
}
body.color01 .cat-content,
body.color01 article.post,
body.color01 article.page {
  background: #fff;
  border: 1px #e5e5e5 solid;
}
body.color01 .post-header {
  padding: 56px 64px 46px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and ( max-width: 767px ){
  body.color01 .post-header, body.color02 .post-header, body.color03 .post-header , body.color04 .post-header {
    padding: 20px !important;
  }
}
body.color01 .post-header .cat-name span {
  border: 1px solid #06ABC8;
  color: #06ABC8;
}
body.color01 .post-title a {
  color: #2B353E;
}
body.color01 .post-title a:hover {
  color: #FFC600;
}
body.color01 .post-title a {
  color: #2B353E;
}
body.color01 .post-title a:hover {
  color: #FFC600;
}
body.color01 .post-meta-area {
  border-bottom: 1px solid #e5e5e5;
}
body.color01 .post-meta-area .post-meta-comment li {
  border-left: 1px solid #e5e5e5;
}
body.color01 .post-content hr {
  border-bottom: 1px solid #eee;
}
body.color01 .post-content h2 {
  border-left: 10px solid #131D2A;
  background: #2B353E;
  color: #fff;
}
body.color01 .post-content h3 {
  border-bottom: 2px solid #2B353E;
}
body.color01 .post-content h4 {
  border-left: 5px solid #131D2A;
  clear: both;
}
body.color01 .post-content blockquote {
  border: 1px #e5e5e5 solid;
  background: #fafafa;
}
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 {
  color: #2B353E;
}
body.color01 .post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
body.color01 .post-content table.table-line tr {
  background: #eee;
}
body.color01 .post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
body.color01 .post-cta {
  background: #131D2A;
  color: #fff;
}
body.color01 .post-cta .cta-post-title {
  border-bottom: 1px solid #eee;
}
body.color01 .post-cta .post-cta-btn a {
  background: #F86222;
  color: #fff;
}
body.color01 .post-cta .post-cta-btn a:hover {
  background: #fa8553;
}
body.color01 .post-cta .btn {
  background: #2B353E;
}
body.color01 .post-cta .btn:hover {
  background: #FFC600;
}
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 #eee 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 {
  background: #f7f7f7;
}
body.color01 .post-author {
  border: 1px solid #e5e5e5;
  color: #2B353E;
  background: #fff;
}
body.color01 .post-author a {
  color: #2B353E;
}
body.color01 .post-author .post-author-meta {
  color: #2B353E;
}
body.color01 #comments {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 40px 45px;
}
body.color01 #comments h4 {
  border-bottom: 5px solid #2B353E;
}
body.color01 #comments h4 i {
  color: #2B353E;
}
body.color01 .comment-list > .comment {
  border-bottom: 1px #eee solid;
}
body.color01 .comment-list .children .comment-body {
  background: #f7f7f7;
}
body.color01 .cat-content {
  background: #fff;
}
body.color01 .post-loop-wrap .more-link {
  border: 1px #2B353E solid;
  color: #2B353E;
}
body.color01 .post-loop-wrap .more-link:hover {
  background: #2B353E;
  color: #fff;
}
body.color01 .post-loop-wrap .post-footer {
  border-top: 1px #eee solid;
}
body.color01 .post-loop-wrap .post-footer a.morelink {
  background: #2B353E;
  color: #fff;
}
body.color01 .pagination span, body.color01 .pagination a {
  color: #2B353E;
  background: #fff;
}
body.color01 .pagination a:hover {
  color: #fff;
  background: #3279BB;
}
body.color01 .pagination .current {
  background: #3279BB;
  color: #fff;
}
body.color01 .side-widget .side-title {
  background: #ebebeb;
}
body.color01 .side-widget a {
  color: #06ABC8;
}
body.color01 .side-widget a:hover {
  color: #06ABC8;
}
body.color01 .side-widget ul li {
  border-bottom: 1px solid #e5e5e5;
}
body.color01 .side-widget .post-date {
  color: #999999;
}
body.color01 .widget_search {
  border: 1px solid #e5e5e5;
}
body.color01 .widget_search button {
  color: #5e6265;
}
body.color01 .recentcomments {
  color: #808080;
}
body.color01 .recentcomments a {
  color: #2B353E;
}
body.color01 #side .share-list-wrap {
  background: #fff;
}
body.color01 #footer {
  color: #fff;
  border-top: 8px solid #2B353E;
}
body.color01 #footer a {
  color: #fff;
}
body.color01 #footer a:hover {
  color: #ccc;
}
body.color01 #footer-brand-area {
  border-bottom: 1px solid #fff;
}
body.color01 .footer-01 {
  background: #031731;
}
body.color01 .footer-02 {
  background: #010A17;
}
body.color01 .single-lp .lp-wrap {
  border: 1px solid #eee;
  background: #fff;
}
body.color01 .single-lp .lp-thumbnail {
  border: 1px #ccc solid;
  border: 1px #ccc solid;
}
body.color01 .single-lp #lp-header {
  background: #06ABC8;
}
body.color01 .single-lp #lp-header h1 {
  color: #2B353E;
  border-bottom: 1px solid #eee;
}
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: #F86222;
  color: #fff;
  border-bottom: 5px solid #e04807;
}
body.color01 .single-lp .lp-form input[type=submit]:hover,
body.color01 .single-lp .lp-form button:hover {
  background: #f9743b;
}
body.color01 .pagetop {
  color: #fff;
}
body.color01 .pagetop span {
  background: #2b2b2b;
}
body.color01.single-lp #lp-header{
  background: #1eabc6;
}

/* ----------------------------------------
* カラースキーム 02 青
---------------------------------------- */
/* ----------------------------------------
* frontpage
---------------------------------------- */
body.home.color02 #main_visual {
  background: #0063A2;
  background-image: -webkit-linear-gradient(bottom right, #0063a2, #005990);
  background-image: linear-gradient(to top left, #0063a2, #005990);
  color: #fff;
}
body.home.color02 .front-loop {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}
body.home.color02 .front-loop h2 {
  border-bottom: 1px solid #e5e5e5;
}
body.home.color02 .front-loop .popular_post_box h3 {
  color: #4E4E4E;
}
body.home.color02 .front-loop .popular_post_box h3 a {
  color: #4E4E4E;
}
body.home.color02 .front-loop .popular_post_box h3 a:hover {
  color: #14A0EE;
}
body.home.color02 .front-loop .popular_post_box ul a {
  color: #4E4E4E;
}
body.home.color02 .front-loop .popular_post_box ul a:hover {
  color: #14A0EE;
}
body.home.color02 .front-loop .popular_post_box .p_category {
  background: #005990;
  color: #fff;
  color: #fff;
}
body.home.color02 .front-loop .popular_post_box .p_rank {
  background: #900;
  color: #fff;
}
body.home.color02 .front-loop .popular_post_box .p_date {
  background: #36373C;
  color: #fff;
}
body.home.color02 .front-main-cont .front-cont-header {
  background: #36373C;
  color: #fff;
}
body.home.color02 .front-main-cont .tri-border span {
  border-left: 28px solid transparent;
  border-left: 56px solid transparent;
  border-right: 56px solid transparent;
  border-top: 18px solid #36373C;
}
body.home.color02 #front-contents .c_box {
  border-bottom: 1px solid #e5e5e5;
}
body.home.color02 #front-contents .c_box.c_box_left {
  background-color: #fff;
}
body.home.color02 #front-contents .c_box.c_box_right {
  background-color: #fafafa;
}
body.home.color02 #front-contents .c_number {
  background: #005990;
  color: #fff;
}
body.home.color02 #front-contents h3 {
  color: #005990;
}
body.home.color02 #front-contents .c_english {
  color: #005990;
}
body.home.color02 #front-contents .c_text .c_btn a {
  background: #14A0EE;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
body.home.color02 #front-service {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
body.home.color02 #front-service .front-service-inner h3 {
  color: #005990;
}
body.home.color02 #front-service .front-service-inner .c_english {
  color: #005990;
}
body.home.color02 #front-service .front-service-inner .c_text .c_btn a {
  background: #005990;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
body.home.color02 #front-company {
  background: #fff;
}
body.home.color02 #front-company .c_box {
  border-bottom: 1px solid #e5e5e5;
}
body.home.color02 #front-company dl {
  border-bottom: 1px solid #e5e5e5;
}
body.home.color02 #front-company dl#front-company-1 dt {
  border-top: 2px solid #005990;
}
body.home.color02 #front-company dl#front-company-1 dd {
  border-top: 1px solid #e5e5e5;
}
body.home.color02 #front-contact {
  background: #005990;
}
body.home.color02 #front-contact .c_box_inner input[type=submit],
body.home.color02 #front-contact .c_box_inner button {
  background: #131D2A;
}

body.color02 {
  color: #4E4E4E;
}
body.color02 a {
  color: #14A0EE;
}
body.color02 form input[type="submit"],
body.color02 form button {
  background: #36373C;
  color: #fff;
}
body.color02 #header {
  background: #005990;
}
body.color02 #header a {
  color: #fff;
}
body.color02 .breadcrumb-area {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
body.color02 #gnav {
  background: #005990;
}
body.color02 #gnav ul li:hover a {
  background: #0069aa;
}
body.color02 #gnav ul li.current-menu-item a {
  background: #0069aa;
}
body.color02 #gnav ul li a {
  color: #fff;
  background: #005990;
}
body.color02 #gnav ul li a:hover {
  color: #fff;
  background: #0069aa;
}
body.color02 #gnav ul li .sub-menu {
  background: #fff;
  border: 1px #e5e5e5 solid;
}
body.color02 #gnav ul li .sub-menu li {
  border-bottom: 1px #e5e5e5 solid;
}
body.color02 #gnav ul li .sub-menu li a {
  color: #36373C;
  background: #fff;
}
body.color02 #gnav ul li .sub-menu li a:hover {
  background: #fafafa;
  color: #36373C;
}
body.color02 #header-fnav-area #header-fnav-btn a {
  background: #0069aa;
}
body.color02 #header-fnav-area #header-fnav {
  background: #fff;
  border: 1px #e5e5e5 solid;
}
body.color02 #header-fnav-area #header-fnav li {
  border-bottom: 1px #e5e5e5 solid;
}
body.color02 #header-fnav-area #header-fnav li a {
  color: #36373C;
  background: #fff;
}
body.color02 #header-fnav-area #header-fnav li a:hover {
  background: #fafafa;
  color: #36373C;
}
body.color02 .cat-content,
body.color02 article.post,
body.color02 article.page {
  background: #fff;
  border: 1px #e5e5e5 solid;
}
body.color02 .post-header {
  padding: 56px 64px 46px;
  border-bottom: 1px solid #e5e5e5;
}
body.color02 .post-header .cat-name span {
  border: 1px solid #005990;
  color: #005990;
}
body.color02 .post-title a {
  color: #4E4E4E;
}
body.color02 .post-title a:hover {
  color: #14A0EE;
}
body.color02 .post-title a {
  color: #36373C;
}
body.color02 .post-title a:hover {
  color: #14A0EE;
}
body.color02 .post-meta-area {
  border-bottom: 1px solid #e5e5e5;
}
body.color02 .post-meta-area .post-meta-comment li {
  border-left: 1px solid #e5e5e5;
}
body.color02 .post-content hr {
  border-bottom: 1px solid #eee;
}
body.color02 .post-content h2 {
  border-left: 10px solid #131D2A;
  background: #36373C;
  color: #fff;
}
body.color02 .post-content h3 {
  border-bottom: 2px solid #36373C;
}
body.color02 .post-content h4 {
  border-left: 5px solid #131D2A;
  clear: both;
}
body.color02 .post-content blockquote {
  border: 1px #e5e5e5 solid;
  background: #fafafa;
}
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 {
  color: #4E4E4E;
}
body.color02 .post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
body.color02 .post-content table.table-line tr {
  background: #eee;
}
body.color02 .post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
body.color02 .post-cta {
  background: #131D2A;
  color: #fff;
}
body.color02 .post-cta .cta-post-title {
  border-bottom: 1px solid #eee;
}
body.color02 .post-cta .post-cta-btn a {
  background: #F86222;
  color: #fff;
}
body.color02 .post-cta .post-cta-btn a:hover {
  background: #fa8553;
}
body.color02 .post-cta .btn {
  background: #36373C;
}
body.color02 .post-cta .btn:hover {
  background: #14A0EE;
}
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 #eee 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 {
  background: #f7f7f7;
}
body.color02 .post-author {
  border: 1px solid #e5e5e5;
  color: #4E4E4E;
  background: #fff;
}
body.color02 .post-author a {
  color: #36373C;
}
body.color02 .post-author .post-author-meta {
  color: #4E4E4E;
}
body.color02 #comments {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 40px 45px;
}
body.color02 #comments h4 {
  border-bottom: 5px solid #36373C;
}
body.color02 #comments h4 i {
  color: #36373C;
}
body.color02 .comment-list > .comment {
  border-bottom: 1px #eee solid;
}
body.color02 .comment-list .children .comment-body {
  background: #f7f7f7;
}
body.color02 .cat-content {
  background: #fff;
}
body.color02 .post-loop-wrap .more-link {
  border: 1px #36373C solid;
  color: #36373C;
}
body.color02 .post-loop-wrap .more-link:hover {
  background: #36373C;
  color: #fff;
}
body.color02 .post-loop-wrap .post-footer {
  border-top: 1px #eee solid;
}
body.color02 .post-loop-wrap .post-footer a.morelink {
  background: #36373C;
  color: #fff;
}
body.color02 .pagination span, body.color02 .pagination a {
  color: #4E4E4E;
  background: #fff;
}
body.color02 .pagination a:hover {
  color: #fff;
  background: #3279BB;
}
body.color02 .pagination .current {
  background: #3279BB;
  color: #fff;
}
body.color02 .side-widget .side-title {
  background: #ebebeb;
}
body.color02 .side-widget a {
  color: #005990;
}
body.color02 .side-widget a:hover {
  color: #005990;
}
body.color02 .side-widget ul li {
  border-bottom: 1px solid #e5e5e5;
}
body.color02 .side-widget .post-date {
  color: #999999;
}
body.color02 .widget_search {
  border: 1px solid #e5e5e5;
}
body.color02 .widget_search button {
  color: #5e6265;
}
body.color02 .recentcomments {
  color: #808080;
}
body.color02 .recentcomments a {
  color: #4E4E4E;
}
body.color02 #side .share-list-wrap {
  background: #fff;
}
body.color02 #footer {
  color: #fff;
  border-top: 8px solid #36373C;
}
body.color02 #footer a {
  color: #fff;
}
body.color02 #footer a:hover {
  color: #ccc;
}
body.color02 #footer-brand-area {
  border-bottom: 1px solid #36373C;
}
body.color02 .footer-01 {
  background: #36373C;
}
body.color02 .footer-02 {
  background: #2E2F33;
}
body.color02 .single-lp .lp-wrap {
  border: 1px solid #eee;
  background: #fff;
}
body.color02 .single-lp .lp-thumbnail {
  border: 1px #ccc solid;
  border: 1px #ccc solid;
}
body.color02 .single-lp #lp-header {
  background: #005990;
}
body.color02 .single-lp #lp-header h1 {
  color: #36373C;
  border-bottom: 1px solid #eee;
}
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: #F86222;
  color: #fff;
  border-bottom: 5px solid #e04807;
}
body.color02 .single-lp .lp-form input[type=submit]:hover,
body.color02 .single-lp .lp-form button:hover {
  background: #f9743b;
}
body.color02 .pagetop {
  color: #fff;
}
body.color02 .pagetop span {
  background: #2b2b2b;
}
body.color02.single-lp #lp-header{
  background: #015a92;
}

/* ----------------------------------------
* カラースキーム 03 紺
---------------------------------------- */
/* ----------------------------------------
* frontpage
---------------------------------------- */
body.home.color03 #main_visual {
  background: #394B57;
  background-image: -webkit-linear-gradient(bottom right, #394b57, #28343c);
  background-image: linear-gradient(to top left, #394b57, #28343c);
  color: #fff;
}
body.home.color03 .front-loop {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}
body.home.color03 .front-loop h2 {
  border-bottom: 1px solid #e5e5e5;
}
body.home.color03 .front-loop .popular_post_box h3 {
  color: #484A4E;
}
body.home.color03 .front-loop .popular_post_box h3 a {
  color: #484A4E;
}
body.home.color03 .front-loop .popular_post_box h3 a:hover {
  color: #ca6666;
}
body.home.color03 .front-loop .popular_post_box ul a {
  color: #484A4E;
}
body.home.color03 .front-loop .popular_post_box ul a:hover {
  color: #ca6666;
}
body.home.color03 .front-loop .popular_post_box .p_category {
  background: #fff;
  border: 1px solid #ca6666;
  color: #ca6666;
}
body.home.color03 .front-loop .popular_post_box .p_rank {
  background: #900;
  color: #fff;
}
body.home.color03 .front-loop .popular_post_box .p_date {
  background: #343434;
  color: #fff;
}
body.home.color03 .front-main-cont .front-cont-header {
  background: #343434;
  color: #fff;
}
body.home.color03 .front-main-cont .tri-border span {
  border-left: 28px solid transparent;
  border-left: 56px solid transparent;
  border-right: 56px solid transparent;
  border-top: 18px solid #343434;
}
body.home.color03 #front-contents .c_box {
  border-bottom: 1px solid #e5e5e5;
}
body.home.color03 #front-contents .c_box.c_box_left {
  background-color: #fff;
}
body.home.color03 #front-contents .c_box.c_box_right {
  background-color: #fafafa;
}
body.home.color03 #front-contents .c_number {
  background: #27343c;
  color: #fff;
}
body.home.color03 #front-contents h3 {
  color: #27343c;
}
body.home.color03 #front-contents .c_english {
  color: #27343c;
}
body.home.color03 #front-contents .c_text .c_btn a {
  background: #ca6666;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
body.home.color03 #front-service {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
body.home.color03 #front-service .front-service-inner h3 {
  color: #27343c;
}
body.home.color03 #front-service .front-service-inner .c_english {
  color: #27343c;
}
body.home.color03 #front-service .front-service-inner .c_text .c_btn a {
  background: #27343c;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
body.home.color03 #front-company {
  background: #fff;
}
body.home.color03 #front-company .c_box {
  border-bottom: 1px solid #e5e5e5;
}
body.home.color03 #front-company dl {
  border-bottom: 1px solid #e5e5e5;
}
body.home.color03 #front-company dl#front-company-1 dt {
  border-top: 2px solid #27343c;
}
body.home.color03 #front-company dl#front-company-1 dd {
  border-top: 1px solid #e5e5e5;
}
body.home.color03 #front-contact {
  background: #ca6666;
}
body.home.color03 #front-contact .c_box_inner input[type=submit],
body.home.color03 #front-contact .c_box_inner button {
  background: #131D2A;
}

/* ----------------------------------------
* all
---------------------------------------- */
body.color03 {
  color: #484A4E;
}
body.color03 a {
  color: #ca6666;
}
body.color03 form input[type="submit"],
body.color03 form button {
  background: #343434;
  color: #fff;
}
body.color03 #header {
  background: #27343c;
}
body.color03 #header a {
  color: #fff;
}
body.color03 .breadcrumb-area {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
body.color03 #gnav {
  background: #27343c;
}
body.color03 #gnav ul li:hover a {
  background: #31414b;
}
body.color03 #gnav ul li.current-menu-item a {
  background: #31414b;
}
body.color03 #gnav ul li a {
  color: #fff;
  background: #27343c;
}
body.color03 #gnav ul li a:hover {
  color: #fff;
  background: #31414b;
}
body.color03 #gnav ul li .sub-menu {
  background: #fff;
  border: 1px #e5e5e5 solid;
}
body.color03 #gnav ul li .sub-menu li {
  border-bottom: 1px #e5e5e5 solid;
}
body.color03 #gnav ul li .sub-menu li a {
  color: #343434;
  background: #fff;
}
body.color03 #gnav ul li .sub-menu li a:hover {
  background: #fafafa;
  color: #343434;
}
body.color03 #header-fnav-area #header-fnav-btn a {
  background: #31414b;
}
body.color03 #header-fnav-area #header-fnav {
  background: #fff;
  border: 1px #e5e5e5 solid;
}
body.color03 #header-fnav-area #header-fnav li {
  border-bottom: 1px #e5e5e5 solid;
}
body.color03 #header-fnav-area #header-fnav li a {
  color: #343434;
  background: #fff;
}
body.color03 #header-fnav-area #header-fnav li a:hover {
  background: #fafafa;
  color: #343434;
}
body.color03 .cat-content,
body.color03 article.post,
body.color03 article.page {
  background: #fff;
  border: 1px #e5e5e5 solid;
}
body.color03 .post-header {
  padding: 56px 64px 46px;
  border-bottom: 1px solid #e5e5e5;
}
body.color03 .post-header .cat-name span {
  border: 1px solid #27343c;
  color: #27343c;
}
body.color03 .post-title a {
  color: #484A4E;
}
body.color03 .post-title a:hover {
  color: #ca6666;
}
body.color03 .post-title a {
  color: #343434;
}
body.color03 .post-title a:hover {
  color: #ca6666;
}
body.color03 .post-meta-area {
  border-bottom: 1px solid #e5e5e5;
}
body.color03 .post-meta-area .post-meta-comment li {
  border-left: 1px solid #e5e5e5;
}
body.color03 .post-content hr {
  border-bottom: 1px solid #eee;
}
body.color03 .post-content h2 {
  border-left: 10px solid #131D2A;
  background: #343434;
  color: #fff;
}
body.color03 .post-content h3 {
  border-bottom: 2px solid #343434;
}
body.color03 .post-content h4 {
  border-left: 5px solid #131D2A;
  clear: both;
}
body.color03 .post-content blockquote {
  border: 1px #e5e5e5 solid;
  background: #fafafa;
}
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 {
  color: #484A4E;
}
body.color03 .post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
body.color03 .post-content table.table-line tr {
  background: #eee;
}
body.color03 .post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
body.color03 .post-cta {
  background: #131D2A;
  color: #fff;
}
body.color03 .post-cta .cta-post-title {
  border-bottom: 1px solid #eee;
}
body.color03 .post-cta .post-cta-btn a {
  background: #F86222;
  color: #fff;
}
body.color03 .post-cta .post-cta-btn a:hover {
  background: #fa8553;
}
body.color03 .post-cta .btn {
  background: #343434;
}
body.color03 .post-cta .btn:hover {
  background: #ca6666;
}
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 #eee 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 {
  background: #f7f7f7;
}
body.color03 .post-author {
  border: 1px solid #e5e5e5;
  color: #484A4E;
  background: #fff;
}
body.color03 .post-author a {
  color: #343434;
}
body.color03 .post-author .post-author-meta {
  color: #484A4E;
}
body.color03 #comments {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 40px 45px;
}
body.color03 #comments h4 {
  border-bottom: 5px solid #343434;
}
body.color03 #comments h4 i {
  color: #343434;
}
body.color03 .comment-list > .comment {
  border-bottom: 1px #eee solid;
}
body.color03 .comment-list .children .comment-body {
  background: #f7f7f7;
}
body.color03 .cat-content {
  background: #fff;
}
body.color03 .post-loop-wrap .more-link {
  border: 1px #343434 solid;
  color: #343434;
}
body.color03 .post-loop-wrap .more-link:hover {
  background: #343434;
  color: #fff;
}
body.color03 .post-loop-wrap .post-footer {
  border-top: 1px #eee solid;
}
body.color03 .post-loop-wrap .post-footer a.morelink {
  background: #343434;
  color: #fff;
}
body.color03 .pagination span, body.color03 .pagination a {
  color: #484A4E;
  background: #fff;
}
body.color03 .pagination a:hover {
  color: #fff;
  background: #3279BB;
}
body.color03 .pagination .current {
  background: #3279BB;
  color: #fff;
}
body.color03 .side-widget .side-title {
  background: #ebebeb;
}
body.color03 .side-widget a {
  color: #27343c;
}
body.color03 .side-widget a:hover {
  color: #27343c;
}
body.color03 .side-widget ul li {
  border-bottom: 1px solid #e5e5e5;
}
body.color03 .side-widget .post-date {
  color: #999999;
}
body.color03 .widget_search {
  border: 1px solid #e5e5e5;
}
body.color03 .widget_search button {
  color: #5e6265;
}
body.color03 .recentcomments {
  color: #808080;
}
body.color03 .recentcomments a {
  color: #484A4E;
}
body.color03 #side .share-list-wrap {
  background: #fff;
}
body.color03 #footer {
  color: #fff;
  border-top: 8px solid #343434;
}
body.color03 #footer a {
  color: #fff;
}
body.color03 #footer a:hover {
  color: #ccc;
}
body.color03 #footer-brand-area {
  border-bottom: 1px solid #343434;
}
body.color03 .footer-01 {
  background: #343434;
}
body.color03 .footer-02 {
  background: #333333;
}
body.color03 .single-lp .lp-wrap {
  border: 1px solid #eee;
  background: #fff;
}
body.color03 .single-lp .lp-thumbnail {
  border: 1px #ccc solid;
  border: 1px #ccc solid;
}
body.color03 .single-lp #lp-header {
  background: #27343c;
}
body.color03 .single-lp #lp-header h1 {
  color: #343434;
  border-bottom: 1px solid #eee;
}
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: #F86222;
  color: #fff;
  border-bottom: 5px solid #e04807;
}
body.color03 .single-lp .lp-form input[type=submit]:hover,
body.color03 .single-lp .lp-form button:hover {
  background: #f9743b;
}
body.color03 .pagetop {
  color: #fff;
}
body.color03 .pagetop span {
  background: #2b2b2b;
}
body.color03.single-lp #lp-header{
  background: #ca6666;
}
/* ----------------------------------------
* カラースキーム 04
---------------------------------------- */
/* ----------------------------------------
* frontpage
---------------------------------------- */
body.home.color04 #main_visual {
  background: #FB6C4D;
  background-image: -webkit-linear-gradient(bottom right, #fb6c4d, #fb5235);
  background-image: linear-gradient(to top left, #fb6c4d, #fb5235);
  color: #fff;
}
body.home.color04 .front-loop {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}
body.home.color04 .front-loop h2 {
  border-bottom: 1px solid #e5e5e5;
}
body.home.color04 .front-loop .popular_post_box h3 {
  color: #666666;
}
body.home.color04 .front-loop .popular_post_box h3 a {
  color: #666666;
}
body.home.color04 .front-loop .popular_post_box h3 a:hover {
  color: #2B9CFB;
}
body.home.color04 .front-loop .popular_post_box ul a {
  color: #666666;
}
body.home.color04 .front-loop .popular_post_box ul a:hover {
  color: #2B9CFB;
}
body.home.color04 .front-loop .popular_post_box .p_category {
  background: #333333;
  color: #fff;
}
body.home.color04 .front-loop .popular_post_box .p_rank {
  background: #900;
  color: #fff;
}
body.home.color04 .front-loop .popular_post_box .p_date {
  background: #333333;
  color: #fff;
}
body.home.color04 .front-main-cont .front-cont-header {
  background: #333333;
  color: #fff;
}
body.home.color04 .front-main-cont .tri-border span {
  border-left: 28px solid transparent;
  border-left: 56px solid transparent;
  border-right: 56px solid transparent;
  border-top: 18px solid #333333;
}
body.home.color04 #front-contents .c_box {
  border-bottom: 1px solid #e5e5e5;
}
body.home.color04 #front-contents .c_box.c_box_left {
  background-color: #fff;
}
body.home.color04 #front-contents .c_box.c_box_right {
  background-color: #fafafa;
}
body.home.color04 #front-contents .c_number {
  background: #FB5235;
  color: #fff;
}
body.home.color04 #front-contents h3 {
  color: #FB5235;
}
body.home.color04 #front-contents .c_english {
  color: #FB5235;
}
body.home.color04 #front-contents .c_text .c_btn a {
  background: #343434;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
body.home.color04 #front-service {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
body.home.color04 #front-service .front-service-inner h3 {
  color: #FB5235;
}
body.home.color04 #front-service .front-service-inner .c_english {
  color: #FB5235;
}
body.home.color04 #front-service .front-service-inner .c_text .c_btn a {
  background: #343434;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
body.home.color04 #front-company {
  background: #fff;
}
body.home.color04 #front-company .c_box {
  border-bottom: 1px solid #e5e5e5;
}
body.home.color04 #front-company dl {
  border-bottom: 1px solid #e5e5e5;
}
body.home.color04 #front-company dl#front-company-1 dt {
  border-top: 2px solid #FB5235;
}
body.home.color04 #front-company dl#front-company-1 dd {
  border-top: 1px solid #e5e5e5;
}
body.home.color04 #front-contact {
  background: #FB5235;
}
body.home.color04 #front-contact .c_box_inner input[type=submit],
body.home.color04 #front-contact .c_box_inner button {
  background: #131D2A;
}

body.color04 {
  color: #666666;
  /* form
  ---------------------------------------- */
  /* ----------------------------------------
  * header
  ---------------------------------------- */
  /* ----------------------------------------
  * breadcrumb
  ---------------------------------------- */
  /* ----------------------------------------
  * gloval nav & primary nav
  ---------------------------------------- */
  /* ----------------------------------------
  * main
  ---------------------------------------- */
  /* comment
  ---------------------------------------- */
  /* loop
  ---------------------------------------- */
  /* pager */
  /* ----------------------------------------
  * side
  ---------------------------------------- */
  /* search */
  /* comment */
  /* follow */
  /* ----------------------------------------
  * footer
  ---------------------------------------- */
  /* ----------------------------------------
  * LP
  ---------------------------------------- */
  /* ----------------------------------------
  * pagetop
  ---------------------------------------- */
}
body.color04 a {
  color: #FB5235;
}
body.color04 form input[type="submit"],
body.color04 form button {
  background: #333333;
  color: #fff;
}
body.color04 #header {
  background: #FB5235;
}
body.color04 #header a {
  color: #fff;
}
body.color04 .breadcrumb-area {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
body.color04 #gnav {
  background: #FB5235;
}
body.color04 #gnav ul li:hover a {
  background: #fb674e;
}
body.color04 #gnav ul li.current-menu-item a {
  background: #fb674e;
}
body.color04 #gnav ul li a {
  color: #fff;
  background: #FB5235;
}
body.color04 #gnav ul li a:hover {
  color: #fff;
  background: #fb674e;
}
body.color04 #gnav ul li .sub-menu {
  background: #fff;
  border: 1px #e5e5e5 solid;
}
body.color04 #gnav ul li .sub-menu li {
  border-bottom: 1px #e5e5e5 solid;
}
body.color04 #gnav ul li .sub-menu li a {
  color: #333333;
  background: #fff;
}
body.color04 #gnav ul li .sub-menu li a:hover {
  background: #fafafa;
  color: #333333;
}
body.color04 #header-fnav-area #header-fnav-btn a {
  background: #fb674e;
}
body.color04 #header-fnav-area #header-fnav {
  background: #fff;
  border: 1px #e5e5e5 solid;
}
body.color04 #header-fnav-area #header-fnav li {
  border-bottom: 1px #e5e5e5 solid;
}
body.color04 #header-fnav-area #header-fnav li a {
  color: #333333;
  background: #fff;
}
body.color04 #header-fnav-area #header-fnav li a:hover {
  background: #fafafa;
  color: #333333;
}
body.color04 .cat-content,
body.color04 article.post,
body.color04 article.page {
  background: #fff;
  border: 1px #e5e5e5 solid;
}
body.color04 .post-header {
  padding: 56px 64px 46px;
  border-bottom: 1px solid #e5e5e5;
}
body.color04 .post-header .cat-name span {
  border: 1px solid #FB5235;
  color: #FB5235;
}
body.color04 .post-title a {
  color: #666666;
}
body.color04 .post-title a:hover {
  color: #2B9CFB;
}
body.color04 .post-title a {
  color: #333333;
}
body.color04 .post-title a:hover {
  color: #2B9CFB;
}
body.color04 .post-meta-area {
  border-bottom: 1px solid #e5e5e5;
}
body.color04 .post-meta-area .post-meta-comment li {
  border-left: 1px solid #e5e5e5;
}
body.color04 .post-content hr {
  border-bottom: 1px solid #eee;
}
body.color04 .post-content h2 {
  border-left: 10px solid #131D2A;
  background: #333333;
  color: #fff;
}
body.color04 .post-content h3 {
  border-bottom: 2px solid #333333;
}
body.color04 .post-content h4 {
  border-left: 5px solid #131D2A;
  clear: both;
}
body.color04 .post-content blockquote {
  border: 1px #e5e5e5 solid;
  background: #fafafa;
}
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 {
  color: #666666;
}
body.color04 .post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
body.color04 .post-content table.table-line tr {
  background: #eee;
}
body.color04 .post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
body.color04 .post-cta {
  background: #131D2A;
  color: #fff;
}
body.color04 .post-cta .cta-post-title {
  border-bottom: 1px solid #eee;
}
body.color04 .post-cta .post-cta-btn a {
  background: #F86222;
  color: #fff;
}
body.color04 .post-cta .post-cta-btn a:hover {
  background: #fa8553;
}
body.color04 .post-cta .btn {
  background: #333333;
}
body.color04 .post-cta .btn:hover {
  background: #2B9CFB;
}
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 #eee 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 {
  background: #f7f7f7;
}
body.color04 .post-author {
  border: 1px solid #e5e5e5;
  color: #666666;
  background: #fff;
}
body.color04 .post-author a {
  color: #333333;
}
body.color04 .post-author .post-author-meta {
  color: #666666;
}
body.color04 #comments {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 40px 45px;
}
@media screen and ( max-width: 767px ){
  body.color01 #comments, body.color02 #comments, body.color03 #comments, body.color04 #comments {
    padding: 20px;
  }
}
body.color04 #comments h4 {
  border-bottom: 5px solid #333333;
}
body.color04 #comments h4 i {
  color: #333333;
}
body.color04 .comment-list > .comment {
  border-bottom: 1px #eee solid;
}
body.color04 .comment-list .children .comment-body {
  background: #f7f7f7;
}
body.color04 .cat-content {
  background: #fff;
}
body.color04 .post-loop-wrap .more-link {
  border: 1px #333333 solid;
  color: #333333;
}
body.color04 .post-loop-wrap .more-link:hover {
  background: #333333;
  color: #fff;
}
body.color04 .post-loop-wrap .post-footer {
  border-top: 1px #eee solid;
}
body.color04 .post-loop-wrap .post-footer a.morelink {
  background: #333333;
  color: #fff;
}
body.color04 .pagination span, body.color04 .pagination a {
  color: #666666;
  background: #fff;
}
body.color04 .pagination a:hover {
  color: #fff;
  background: #3279BB;
}
body.color04 .pagination .current {
  background: #3279BB;
  color: #fff;
}
body.color04 .side-widget .side-title {
  background: #ebebeb;
}
body.color04 .side-widget a {
  color: #FB5235;
}
body.color04 .side-widget a:hover {
  color: #FB5235;
}
body.color04 .side-widget ul li {
  border-bottom: 1px solid #e5e5e5;
}
body.color04 .side-widget .post-date {
  color: #999999;
}
body.color04 .widget_search {
  border: 1px solid #e5e5e5;
}
body.color04 .widget_search button {
  color: #5e6265;
}
body.color04 .recentcomments {
  color: #808080;
}
body.color04 .recentcomments a {
  color: #666666;
}
body.color04 #side .share-list-wrap {
  background: #fff;
}
body.color04 #footer {
  color: #fff;
  border-top: 8px solid #333333;
}
body.color04 #footer a {
  color: #fff;
}
body.color04 #footer a:hover {
  color: #ccc;
}
body.color04 #footer-brand-area {
  border-bottom: 1px solid #333333;
}
body.color04 .footer-01 {
  background: #343434;
}
body.color04 .footer-02 {
  background: #282828;
}
body.color04 .single-lp .lp-wrap {
  border: 1px solid #eee;
  background: #fff;
}
body.color04 .single-lp .lp-thumbnail {
  border: 1px #ccc solid;
  border: 1px #ccc solid;
}
body.color04 .single-lp #lp-header {
  background: #FB5235;
}
body.color04 .single-lp #lp-header h1 {
  color: #333333;
  border-bottom: 1px solid #eee;
}
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: #F86222;
  color: #fff;
  border-bottom: 5px solid #e04807;
}
body.color04 .single-lp .lp-form input[type=submit]:hover,
body.color04 .single-lp .lp-form button:hover {
  background: #f9743b;
}
body.color04 .pagetop {
  color: #fff;
}
body.color04 .pagetop span {
  background: #2b2b2b;
}
body.color04.single-lp #lp-header{
  background: #fb5235;
}

/* bzb_sns_btn 2016.12.20 */

.bzb-sns-btn {
  display: table-cell;
}
.bzb-sns-btn li {
  vertical-align: top;
  font-size: auto;
}
.bzb-sns-btn li.bzb-facebook {
  width: 83px;
}
.bzb-sns-btn li.bzb-twitter {
  width: 75px;
}
.bzb-sns-btn li.bzb-googleplus {
  width: 68px;
}
.bzb-sns-btn li.bzb-pocket {
  width: 86px;
}
.fb_iframe_widget span {
  vertical-align: top !important;
}
.bzb-line a img {
  vertical-align: top !important;
}

/* h2 2016.12.20 */

@media screen and ( max-width: 1200px ){
  .post-content h2 {
    margin: 0;
    padding: 10px 0 0;
  }
}

@media (min-width: 641px) and (max-width: 1024px) {
  .post-content h2 {
    margin: 0 0 10px 0;
  }
}

@media screen and ( max-width: 767px ){
  .post-content h2 {
    margin: 15px 0 10px 0;
    padding:  0;
  }
}

/* single-lp h2 2016.12.20 */
.single-lp #main {
  overflow: visible;
}

.single-lp .post-content h2 {
  margin: 80px 0 32px -66px;
}

@media screen and ( max-width: 767px ){
  .single-lp .post-content h2 {
    margin: 80px 0 32px -30px;
    padding: 16px 16px 16px 20px;
  }
}

tbody tr{
  width: 100%;
}

tbody th{
  background: #edf0f7;
  width: 20%;
}

.box-industrial-park th{
  background: #e4e4e4;
  width: 35%;
}

.box-industrial-park-title th,
.box-industrial-park-title td {
  background: #949494 !important;
  color: #fff;
}

table.adress-tjas {
    margin-bottom: 15px;
}

tbody td{
  width: 60%;
}

.box-industrial-park td{
  width: 25% !important;
  text-align: center;
}


.footer-img{
  background-color: #000;
}
.footer-img img:hover {
    opacity: 0.9;
}


.category-img{
  max-width: 395px;
  cursor: pointer;
  overflow: hidden;
  background-color: #000;
}

.front-loop-cont img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

.front-loop-cont img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.9;
}

.front-loop-cont ul li {
    float: left;
}

.front-loop-cont ul li {
}

.sp-pc-content {
  display: none;
}
.sp-pc-post-meta {
  display: none;
}
div.sp-post-carousel-section-421 {
  padding-top: 0px !important;
}

.sp-post-carousel-section #sp-post-carousel-421.sp-post-carousel-area .slick-arrow {
    background-color: #38652a !important;
}


@media (max-width: 1020px) and (min-width: 768px) {
.front-loop-cont ul li {
  float: left;
  width: 100%;
  margin-bottom: 4px;
  text-align: center;
  width: 49.67%;
  margin-right: .333333%;
}
}

@media (max-width: 767px) { 
.front-loop-cont ul li {
  float: left;
  width: 100%;
  margin-bottom: 4px;
  text-align: center;
  margin-right: .333333%;
  height: 310px !important;
}
}

.front-loop-cont ul li .text {
    padding: 10px;
    text-align: left;
    font-size: 11px;
    font-weight: normal;
    color: #000;
}

.front-loop-cont a {
    text-decoration: none;
}
.v2_top_category_block li , .v2_item_head h3 {
    font-size: 17px !important;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
}

.v2_top_category_block li:nth-of-type(1) .v2_item_head{
  border-color: #1BBC9C;
}
.v2_top_category_block li:nth-of-type(1) .v2_item_head .title_en {
    color: #1BBC9C;
}
.v2_top_category_block li:nth-of-type(2) .v2_item_head {
    border-color: #3598DB;
}
.v2_top_category_block li:nth-of-type(2) .v2_item_head .title_en {
    color: #3598DB;
}
.v2_top_category_block li:nth-of-type(3) .v2_item_head{
  border-color: #3C66C2;
}
.v2_top_category_block li:nth-of-type(3) .v2_item_head .title_en {
    color: #3C66C2;
}
.v2_top_category_block li:nth-of-type(4) .v2_item_head{
  border-color: #9B59B6;
}
.v2_top_category_block li:nth-of-type(4) .v2_item_head .title_en {
    color: #9B59B6;
}
.v2_top_category_block li:nth-of-type(5) .v2_item_head{
  border-color: #EEB90C;
}
.v2_top_category_block li:nth-of-type(5) .v2_item_head .title_en {
    color: #EEB90C;
}
.v2_top_category_block li:nth-of-type(6) .v2_item_head{
  border-color: #E67E23;
}
.v2_top_category_block li:nth-of-type(6) .v2_item_head .title_en {
    color: #E67E23;
}
.v2_top_category_block li:nth-of-type(7) .v2_item_head{
  border-color: #f30f0c;
}
.v2_top_category_block li:nth-of-type(7) .v2_item_head .title_en {
    color: #f30f0c;
}
.v2_top_category_block li:nth-of-type(8) .v2_item_head{
  border-color: #078d4a;
}
.v2_top_category_block li:nth-of-type(8) .v2_item_head .title_en {
    color: #078d4a;
}
.v2_top_category_block li:nth-of-type(9) .v2_item_head{
  border-color: #a7a7a7;
}
.v2_top_category_block li:nth-of-type(9) .v2_item_head .title_en {
    color: #a7a7a7;
}
.v2_top_category_block li .v2_item_head {
    border-top: 5px solid #aaa;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

.side-title {
  background-color: #3b4552 !important;
  color: #fff !important;
  padding: 15px !important;
}

.textwidget ul {
  background-color: #eee;
}

.footer-logo img{
  width: 170px;
}

@media screen and (max-width: 1024px){
.footer-logo-img{
  display: none;
}
}

@media screen and (max-width:640px){
.footer-logo-img{
  display: none;
}
}

@media screen and (min-width: 641px){
.footer-logo {
  float: left;
  margin-right: 20px;
}

.footer-text1 {
  color: #38652a;
  font-weight: bold !important;
  margin-top: 30px !important;
  font-size: 16px;
  float: left !important; 
}

.footer-text2 {
  color: #000;
  font-weight: bold !important;
  float: right;
  font-size: 16px;
  text-align: right;
}

.footer-text3 {
  background-color: #38652a;
  float: right;
  font-size: 16px;
  border-radius: 25px;
  margin-top: -7px;
}

.footer-text3 a{
  color: #fff !important;
  display:block;
  padding: 10px 30px;
  text-decoration: none;
}

.footer-text3:hover {
  background-color: #676767;
}

.footer-text4 {
  color: #000;
  margin-top: 9px !important ;
  margin-right: 25px !important;
  font-size: 17px;
  float: right;
}
.footer-text4 a{
  color: #CECECE !important;
}

.footer-text5 {
  color: #000;
  font-size: 15px;
  float: right;
  font-weight: bold !important;
}

.header-text1 {
  color: #000;
  font-weight: bold !important;
  float: right;
  font-size: 16px;
  margin-top: -2px !important;
  text-align: right;
}
.header-text2 {
  background-color: #38652a;
  float: right;
  font-size: 16px;
  border-radius: 25px;
}

.header-text2 a{
  color: #fff !important;
  display:block;
  padding: 10px 30px;
  text-decoration: none;
}

.header-text4 {
  background-color: #38652a;
  font-size: 20px;
  border-radius: 25px;
  width: 250px;
  margin: auto !important;
  margin-top: 10px !important;
}

.header-text4 a{
  color: #fff !important;
  display:block;
  padding: 10px 30px;
  text-decoration: none;
}

.header-text4:hover {
  background-color: #676767;
}

.header-text2:hover {
  background-color: #676767;
}

.header-text3 {
  color: #000;
  margin-top: 35px !important;
  margin-right: 25px !important;
  margin-bottom: 5px !important;
  font-size: 17px;
  float: right;
  margin-bottom: 3em;
}
.header-text3 a{
  color: #CECECE !important;
}

.header-phrase {
  padding: 50px 0 0 20px;
  font-weight: bold !important;
  color: #38652a;
  width: 435px;
  float:  left;
}
}

@media screen and (max-width: 768px){
.header-text4 {
  background-color: #38652a;
  font-size: 20px;
  border-radius: 25px;
  width: 250px;
  margin: auto;
  margin-top: 10px !important;
}

.header-text4 a{
  color: #fff !important;
  display:block;
  padding: 10px 30px;
  text-decoration: none;
}

.header-text4:hover {
  background-color: #676767;
}
}

@media screen and (max-width:640px){
.header-text4 {
  background-color: #38652a;
  font-size: 20px;
  border-radius: 25px;
  width: 100%;
  margin: auto;
  margin-top: 10px !important;
}

.header-text4 a{
  color: #fff !important;
  display:block;
  padding: 10px 30px;
  text-decoration: none;
}

.header-text4:hover {
  background-color: #676767;
}
}

@media (min-width: 641px) and (max-width: 1024px) {
.header-text1,.header-text2,.header-text3 {
  display: none;
}
.header-phrase {
  padding: 50px 20px 0;
  font-weight: bold !important;
  color: #38652a;
  width: 475px;
  float:  left;
}
#header-nav-btn {
    width: 80px;
    margin-top: 0;
    line-height: 80px;
    margin-right: 0;
}
.top-company-logo {
    border: solid 1px #ccc;
    width: 31.9%;
    float: left;
    height: 150px;
    text-align: center;
    margin: 5px;
    padding: 10px;
    font-size: 2vw;
}
.contact-box-tel-01 {
  margin-bottom: 10px;
}
.contact-box-tel-02 {
  margin: 0 !important;
  font-weight: bold !important;
  font-size: 22px;
}

.wpcf7 .wpcf7-submit {
  display: block;
  margin: 40px auto;
  margin-bottom: 0;
  padding: 20px 135px;
  background-color: #ff7f00;
  border: none;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 4px;
  transition: 0.3s ease-out;
}

.footer-text1 {
  display: none;
}
}

@media screen and (max-width:640px){
.header-text1,.header-text2,.header-text3 {
  display: none;
}
.header-phrase {
  padding: 50px 20px 0;
  font-weight: bold !important;
  color: #38652a;
  width: 475px;
  float:  left;
}
#header-nav-btn {
    width: 60px;
    margin-top: -90px;
    line-height: 60px;
    margin-right: 0;
}
.top-company-logo {
    border: solid 1px #ccc;
    width: 31.9%;
    float: left;
    height: 150px;
    text-align: center;
    margin: 5px;
    padding: 10px;
    font-size: 2vw;
}
.contact-box-tel-01 {
  margin-bottom: 10px;
}
.contact-box-tel-02 {
  margin: 0 !important;
  font-weight: bold !important;
  font-size: 22px;
}

.wpcf7 .wpcf7-submit {
  display: block;
  margin: 40px auto;
  margin-bottom: 0;
  background-color: #ff7f00;
  border: none;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 4px;
  transition: 0.3s ease-out;
}

.footer-text1 {
  display: none;
}
}

@media (max-width: 1020px) and (min-width: 768px) {
.footer-logo {
  float: left;
  margin-right: 20px;
}

.footer-text1 {
  color: #38652a;
  font-weight: bold !important;
  margin-top: 30px !important;
  font-size: 16px;
  float: left !important; 
}

.footer-text2 {
  color: #38652a;
  font-weight: bold !important;
  float: right;
  font-size: 16px;
  text-align: right;
}

.footer-text3 {
  background-color: #38652a;
  float: right;
  font-size: 16px;
  border-radius: 25px;
  margin-top: -7px;
}

.footer-text3 a{
  color: #fff !important;
  display:block;
  padding: 10px 30px;
  text-decoration: none;
}

.footer-text3:hover {
  background-color: #676767;
}

.footer-text4 {
  color: #38652a;
  margin-top: 9px !important ;
  margin-right: 25px !important;
  font-size: 17px;
  float: right;
}
.footer-text4 a{
  color: #38652a !important;
}
}



@media (max-width: 767px) {
.footer-logo {
  float: left;
  margin-right: 20px;
}

.footer-text1 {
  color: #38652a;
  font-weight: bold !important;
  margin-top: 10px !important;
  font-size: 12px;
}

.footer-text2 {
  color: #38652a;
  font-weight: bold !important;
  font-size: 16px;
  margin-top: 15px !important;
  text-align: center;
  text-align: right;
}

.footer-text3 {
  background-color: #38652a;
  font-size: 18px;
  border-radius: 25px;
  margin-top: -25px !important;
  margin-bottom: -25px !important;
  text-align: center;
}

.footer-text3 a{
  color: #fff !important;
  display:block;
  padding: 10px 30px;
  text-decoration: none;
}

.footer-text3:hover {
  background-color: #676767;
}

.footer-text4 {
  display: none;
}
}


@media screen and (min-width: 1021px){
.top-text2 {
  color: #38652a;
  font-weight: bold !important;
  float: right;
  font-size: 18px;
}

.top-text3 {
  background-color: #38652a;
  float: right;
  font-size: 16px;
  border-radius: 25px;
  margin-top: 5px !important;
}

.top-text3 a{
  color: #fff !important;
  display:block;
  padding: 10px 30px;
  text-decoration: none;
}

.top-text3:hover {
  background-color: #676767;
}

.top-text4 {
  color: #38652a;
  margin-top: 15px !important ;
  margin-right: 20px !important;
  float: right;
}
.top-text4 a{
  color: #38652a !important;
}
}




@media (max-width: 1020px) and (min-width: 768px) {
.top-text2 {
  color: #38652a;
  font-weight: bold !important;
  float: right;
  font-size: 18px;
  margin-right: 15px !important;
}

.top-text3 {
  background-color: #38652a;
  float: right;
  font-size: 16px;
  border-radius: 25px;
  margin-top: 10px !important;
  margin-right: 15px !important;
}

.top-text3 a{
  color: #fff !important;
  display:block;
  padding: 10px 30px;
  text-decoration: none;
}

.top-text3:hover {
  background-color: #676767;
}

.top-text4 {
  color: #38652a;
  margin-top: 20px !important ;
  margin-right: 20px !important;
  float: right;
}
.top-text4 a{
  color: #38652a !important;
}
}

@media (max-width: 767px) {
.top-text2 {
  display: none;
}

.top-text3 {
  display: none;
}

.top-text4 {
  display: none;
}
.top-text2 {
  display: none;
}

.top-text3 {
  display: none;
}

.top-text4 {
  display: none;
}

.header-text1,.header-text2,.header-text3 {
  display: none;
}

}

@media (max-width: 767px) {
.slick {
  display: none;
}
}

.catalog-pdf:before {
    content: url(https://fa.senden.co.jp/img/common/icn-pdf.png);
    display: inline-block;
    margin-right: .6em;
    vertical-align: middle;
}

.contact-pdf:hover {
    background-color: #10229a;
}

.contact-pdf a {
    color: #fff;
    text-decoration: none;
    display:block;
}

.pdf-cp a {
    font-weight: bold;
    background-color: #AF3222;
    padding: 10px 55px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

@media screen and (min-width: 769px){
.contact-pdf {
    font-weight: bold;
    background-color: #38652a;
    padding: 18px 0;
    text-decoration: none;
    margin: 0;
    font-size: 13px;
    line-height: 17px;
    width: 46%;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 5px;
    float: right;
}

.map-pdf {
    font-weight: bold;
    background-color: #AF3222;
    padding: 15px 0;
    text-decoration: none;
    margin: 0;
    font-size: 13px;
    line-height: 17px;
    width: 46%;
    margin: 0 0 0 20px;
    text-align: center;
    border-radius: 5px;
    float: left;
}
.map-pdf:hover {
    font-weight: bold;
    background-color: #da1800;
    padding: 15px 0;
    text-decoration: none;
    margin: 0;
    font-size: 13px;
    line-height: 17px;
    width: 46%;
    margin: 0 0 0 20px;
    text-align: center;
    border-radius: 5px;
}
}

@media screen and (max-width: 768px){
.contact-pdf {
    font-weight: bold;
    background-color: #38652a;
    padding: 18px 0;
    text-decoration: none;
    margin: 0;
    font-size: 13px;
    line-height: 17px;
    width: 46%;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 5px;
    float: right;
}

.map-pdf {
    font-weight: bold;
    background-color: #AF3222;
    padding: 15px 0;
    text-decoration: none;
    margin: 0;
    font-size: 13px;
    line-height: 17px;
    width: 46%;
    margin: 0 0 0 20px;
    text-align: center;
    border-radius: 5px;
    float: left;
}
.map-pdf:hover {
    font-weight: bold;
    background-color: #da1800;
    padding: 15px 0;
    text-decoration: none;
    margin: 0;
    font-size: 13px;
    line-height: 17px;
    width: 46%;
    margin: 0 0 0 20px;
    text-align: center;
    border-radius: 5px;
}
}

@media screen and (max-width:640px){
.contact-pdf {
    font-weight: bold;
    background-color: #38652a;
    padding: 18px 0;
    text-decoration: none;
    margin: 0;
    font-size: 13px;
    line-height: 17px;
    width: 46%;
    margin: 0 10px 0 0;
    text-align: center;
    border-radius: 5px;
    float: right;
}
.map-pdf {
    font-weight: bold;
    background-color: #AF3222;
    padding: 15px 0;
    text-decoration: none;
    margin: 0;
    font-size: 13px;
    line-height: 17px;
    width: 46%;
    margin: 0 0 0 10px;
    text-align: center;
    border-radius: 5px;
    float: left;
}
.map-pdf:hover {
    font-weight: bold;
    background-color: #da1800;
    padding: 15px 0;
    text-decoration: none;
    margin: 0;
    font-size: 13px;
    line-height: 17px;
    width: 46%;
    margin: 0 0 0 10px;
    text-align: center;
    border-radius: 5px;
    float: left;
}
}



.map-pdf a {
    color: #fff;
    text-decoration: none;
    display:block;
}

.map-pdf-non {
  float: left;
}
.map-pdf-non p {
    font-weight: bold;
    background-color: #797979;
    padding: 15px 13px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    margin: 0;
    font-size: 13px;
    line-height: 17px;
    width: 195px;
    margin: 0 10px 0 20px;
    text-align: center;
}

@media screen and (min-width: 769px){
.product-list {
    margin-bottom: 0;
    padding: 11px;
    border: 1px solid #c8ced3;
    width: 250px;
    margin: 0 5px 10px;
    float: left;
    height: 320px;
    background-color: #f9f9f9;
}
.product-list2 {
    padding: 11px;
    border: 1px solid #c8ced3;
    width: 380px;
    margin: 0 5px;
    float: left;
    background-color: #f9f9f9;
    text-align: center;
}
.product-list2 img{
    margin-bottom: 10px;
}
}

@media screen and (max-width: 768px){
.product-list {
    margin-bottom: 0;
    padding: 11px;
    border: 1px solid #c8ced3;
    width: 31.7%;
    margin: 0 5px 10px;
    float: left;
    height: 320px;
    background-color: #f9f9f9;
}
.product-list2 {
    padding: 11px;
    border: 1px solid #c8ced3;
    width: 380px;
    margin: 0 5px;
    float: left;
    background-color: #f9f9f9;
    text-align: center;
}
.product-list2 img{
    margin-bottom: 10px;
}
}

@media screen and (max-width:640px){
.product-list {
    margin-bottom: 0;
    padding: 11px;
    border: 1px solid #c8ced3;
    width: 100%;
    margin: 10px 0;
    min-height: 365px;
    background-color: #f9f9f9;
}
.product-list img{
    width: 100%;
}
.product-list2 {
    padding: 11px;
    border: 1px solid #c8ced3;
    width: 100%;
    margin: 0 5px;
    background-color: #f9f9f9;
    text-align: center;
    margin-bottom: 10px;
}
.product-list2 img{
    margin-bottom: 10px;
}
}

.product-list img{
  margin-bottom: 5px;
}

.product-list-title{
  border-bottom: solid 1px #38652a;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 5px !important;
}

.product-list-description{
  color: #000;
  font-size: 14px;
}

.product-list:hover {
    border: solid 1px #38652a;
}


.single-product-form {
    margin-bottom: 50px;
    background: #fff;
    border: 1px #e5e5e5 solid;
}

@media screen and (min-width: 769px){
.single-product-left {
    width: 50%;
    float: left;
}
}

@media screen and (max-width: 768px){
.single-product-left {
    width: 50%;
    float: left;
}
}

@media screen and (max-width:640px){
.single-product-left {
    width: 100%;
}
}


.single-product-left-img {
    margin: 20px 0 0 20px;
    padding: 10px;
    border: 1px solid #c8ced3;
    background: #fff;
}

@media screen and (min-width: 769px){
.product-ditaile {
  min-height: 250px;
}
}

@media screen and (max-width: 768px){
.product-ditaile {
  min-height: 200px;
  margin-bottom: 10px;
}
}


.product-ditaile-h2 {
    font-size: 14px;
    padding: 10px;
}
.product-ditaile-h2 {
    margin-top: 1.245em;
    margin-bottom: 1.245em;
    padding: 0 0 .6em;
    font-weight: bold;
    border-bottom: 1px solid #c8ced3;
}

.menu-products-category-menu-container ul,.menu-maker-category-menu-container ul {
    background-color: #eee;
}

.menu-products-category-menu-container li,.menu-maker-category-menu-container li{
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 20px;
}

.btn-submit {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
.post-content p{
  margin: 0;
}
.clear-all {
  display: none;
}
}


.wpcf7 {
  font-size: 14px;
}
.wpcf7 dl {
  width: 100%;
  margin-bottom: 20px;
}
.wpcf7 dt {
  position: relative;
  margin-bottom: 5px;
  vertical-align: middle;
  box-sizing: border-box;
}
.wpcf7 dt .label {
  display: inline-block;
  padding: 1px 4px 2px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  margin-right: 10px;
  border-radius: 2px;
}
.wpcf7 dt .hissu {
  background-color: #e11619;
}
.wpcf7 dt .ninni {
  background-color: #ccc;
}
.wpcf7 dd {
  box-sizing: border-box;
}
.wpcf7 dd .wpcf7-radio .wpcf7-list-item {
  display: block;
}
.wpcf7 .wpcf7-text {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  transition: 0.3s ease-out;
}
.wpcf7 .wpcf7-text:focus {
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom: 1px solid #dddddd;
}
.wpcf7 .wpcf7-textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  transition: 0.3s ease-out;
}
.wpcf7 .wpcf7-textarea:focus {
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom: 1px solid #dddddd;
}


@media screen and (min-width: 769px){
.wpcf7 .wpcf7-submit {
  display: block;
  margin: 40px auto;
  margin-bottom: 0;
  padding: 20px 135px;
  background-color: #ff7f00;
  border: none;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 4px;
  transition: 0.3s ease-out;
}
}

@media screen and (max-width:640px){
.wpcf7 .wpcf7-submit {
  display: block;
  width: 100%;
  margin: 40px auto;
  margin-bottom: 0;
  background-color: #ff7f00;
  border: none;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 4px;
  transition: 0.3s ease-out;
}
}

/* line 373, scss/style.scss */
.wpcf7 .wpcf7-submit:hover {
  cursor: pointer;
  opacity: 0.6;
}
 
@media screen and (min-width: 768px) {
  .wpcf7 dl {
    display: table;
    width: 100%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-bottom: 0;
  }
  .wpcf7 dl:last-of-type {
    border-bottom: 1px solid #ddd;
  }
  .wpcf7 dt {
    display: table-cell;
    width: 35%;
    margin-bottom: 0;
    background-color: #eee;
    padding: 20px;
  }
  .wpcf7 dt:last-of-type {
  }
  .wpcf7 dt .label {
    position: absolute;
    right: 20px;
    margin-right: 0;
  }
  .wpcf7 dd {
    display: table-cell;
    width: 65%;
    padding: 20px;
  }
  .wpcf7 .wpcf7-text {
    padding: 10px;
  }
}

@media screen and (min-width: 769px){
.top-company-logo {
  float: left;
  border: solid 1px #ccc;
  width: 230px;
  height: 150px;
  text-align: center;
  margin: 5px;
  padding: 10px;
}
}

@media screen and (max-width:640px){
.top-company-logo {
  border: solid 1px #ccc;
  width: 100%;
  height: 150px;
  text-align: center;
  margin: 10px 0;
  padding: 10px;
}
.top-company-logo p{
  font-size: 5vw;
}
.header-phrase {
  display: none;
}
}

.wp-megamenu-main-wrapper.wpmm-orientation-vertical {
  width: 100% !important;
}

.post-content table th, .post-content table td {
  padding: 15px 25px;
}

.side-product-search {
  background: #00065a;
  text-align: center;
  padding: 14px;
  font-size: 30px;
  font-weight: bold;
}

.side-product-search a {
  width: 100%;
  color:#fff;
  text-decoration:none;
}

.side-product-search a:hover {
  color:#fff;
  text-decoration:none;
}

.side-product-search:hover {
  background: #151fa7;
}

@media screen and (min-width: 769px){
.header-top {
  height: 105px;
}
}

.contact-box-tel {
  border: 1px solid #ddd;
  padding: 25px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px; 
}

.contact-box-tel a{
  color: #000 !important;
}

.contact-box-tel p{
  color: #000 !important;
}

@media screen and (min-width: 769px){
.contact-box-tel-all {
  border: 1px solid #ddd;
  padding: 25px;
  margin: 0 30px 30px;
  text-align: center;
  margin-bottom: 20px; 
}
}

@media screen and (max-width: 768px){
.contact-box-tel-all {
  border: 1px solid #ddd;
  padding: 25px;
  margin: 0 20px;
  text-align: center;
  margin-bottom: 20px; 
}
}

@media screen and (max-width:640px){
.contact-box-tel-all {
  border: 1px solid #ddd;
  padding: 25px;
  margin: 0 20px 20px;
  text-align: center;
}
}

.contact-box-tel-all2 {
  border: 1px solid #ccc;
  padding: 25px;
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
}

@media screen and (max-width: 768px){
.contact-box-tel-all2 {
  border: 1px solid #ccc;
  padding: 25px;
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
}
}

@media screen and (max-width:640px){
.contact-box-tel-all2 {
  border: 1px solid #ccc;
  padding: 25px;
  margin: 0;
  text-align: center;
  background: #fff;
}
}



.contact-box-tel-all a{
  color: #000 !important;
}

.contact-box-tel-all p{
  color: #000 !important;
}


.contact-box-tel-all2 a{
  color: #000 !important;
  text-decoration: none;
}

.contact-box-tel-all2 p{
  color: #000 !important;
}

.contact-box-tel-01 {
  margin-bottom: 10px;
}

@media screen and (min-width: 769px){
.contact-box-tel-02 {
  margin: 0 !important;
  font-weight: bold !important;
  font-size: 22px;
}
.product-list-form {
  margin: 0;
  padding: 20px;
  text-align: center;
}
.product-list-form p{
  font-size: 20px;
  margin: 0;
  padding: 0 50px;
  letter-spacing: .05em;
  line-height: 2;
}
}

@media screen and (max-width: 768px){
.contact-box-tel-02 {
  margin: 0 !important;
  font-weight: bold !important;
  font-size: 3vw;
}
.product-list-form {
  margin: 0;
  padding: 20px;
  text-align: center;
}
.product-list-form p{
  font-size: 20px;
  margin: 0;
  padding: 0 57px;
  letter-spacing: .05em;
}
}

@media screen and (max-width:640px){
.contact-box-tel-02 {
  margin: 0 !important;
  font-weight: bold !important;
  font-size: 5vw;
}
.product-list-form {
  margin: 0;
  padding: 20px 0 !important;
  text-align: center;
}
.product-list-form p{
  font-size: 5vw;
  margin: 0;
  padding: 0;
  letter-spacing: .05em;
}
}


.product-form {
  margin: 0;
}

.product-list-ul {
  list-style: none !important;
  margin: 0 !important;
}

.single-product-h1 {
  font-size: 20px;
}

@media screen and (min-width: 769px){
.feature-table {
  margin: 20px 20px 0 0;
  float: right; width: 45%;
}
}

@media screen and (max-width: 768px){
.feature-table {
  margin: 20px 20px 0 0;
  float: right; width: 45%;
}
}

@media screen and (max-width:640px){
.feature-table {
  margin: 10px;
  width: fit-content;
}
}

.feature-table table{
  font-size: 12px;
}

.feature-table table th{
  width: 20%;
}

.feature-table table td{
  width: 80%;
}

.feature-table tbody td a{
  background-color: #38652a;
  padding: 0 6px;
  font-size: 12px;
  margin: 3px 3px;
  color: #fff;
  border-radius: 6px;
  line-height: 30px;
  display: inline-block;
}


.product-video{
  text-align: center;
}

.product-video iframe{
  border: solid 5px #ccc;
}

@media screen and (max-width:640px){
.product-video iframe{
  border: solid 5px #ccc;
  width: 100%;
  height: 50vw;
}
}

.textwidget a{
  padding: 9px 20px !important;
  text-decoration: none;
}

.maker-top{
  margin: 20px 0;
}



@media screen and (max-width: 768px){
.page-id-16 .side-inner{
  display: none;
}
.page-id-16 #side{
  padding-top: 0;
}
}

@media screen and (max-width:640px){
.page-id-16 .side-inner{
  display: none;
}
}




p.top-newslist {
    text-align: center;
    margin: 25px 0;
    padding-bottom: 10px;
}

@media screen and (max-width:640px){
p.top-newslist {
    text-align: center;
    margin-bottom: 65px;
}
}




/* button */
@media screen and (min-width: 769px){
.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  margin: 0;
  font-size: 16px;
  float: right;
  color: #fff;
  background-color: #38652a;
  border-radius: 4px;
  border-bottom: 2px solid #bbb;  
}
.button-2 {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  margin: 0;
  font-size: 16px;
  color: #fff;
  background-color: #38652a;
  border-radius: 4px;
  border-bottom: 2px solid #bbb;  
}
.top-newslist a:hover {
  background-color: #629964;
}
}

.button-center {
  text-align: center;
}

@media screen and (min-width: 768px){
.button,
.button-2 {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
}

@media screen and (max-width:640px){
.button,
.button-2 {
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
}


.button::before,
.button::after,
.button-2::before,
.button-2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after,
.button-2,
.button-2::before,
.button-2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button,
.button-2 {
  position: relative;
  z-index: 2;
  border: 2px solid #38652a;
  line-height: 50px;
  overflow: hidden;
}
.button:hover,
.button-2:hover {
  color: #fff !important;
  text-decoration: none;
}
.button::after,
.button-2::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
.button:hover::after,
.button-2:hover::after {
  top: 0;
  background-color: #38652a;
}

.header-button {
  color: #000;
  font-weight: bold !important;
  float: right;
  font-size: 16px;
  margin-top: 15px !important;
}

.header-button li{
  display: inline-block;
}

.tour-top1 {
  position: relative;
}
.tour-top2 {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
}

.tour-top3 {
    color: #38652a;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 125px;
    margin: auto;
    text-align: center;
    font-weight: bold;
}

@media screen and (min-width: 768px){
.tour-top4 {
    color: #38652a;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
}

@media screen and (max-width:640px){
.tour-top4 {
    color: #38652a;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
}

.contact-text {
    border: solid 1px #ddd;
    padding: 10px;
    margin: 20px 0;
    text-align: center;
}

.contact-text ul{
    margin-bottom: 0 !important;
}

.header-button2 {
  color: #000;
  font-weight: bold !important;
  float: right;
  font-size: 16px;
  margin-top: 15px !important;
}

.header-button2 li{
  display: inline-block;
}
ul.header-button2 {
    font-size: 10px;
}

@media screen and (min-width: 769px){
.roomplan-list ul{
    margin: 0 !important;
    text-align: center;
}

.roomplan-list li{
    display: inline-block;
    text-align: center;
    margin: 0 10px 20px;
    font-weight: bold;
}
.roomplan-list img{
    margin-bottom: 10px;
    border: solid 3px #005700;
}
}



@media screen and (max-width: 1024px){
.roomplan-list ul{
    margin: 0 !important;
    text-align: center;
}

.roomplan-list li{
    display: inline-block;
    text-align: center;
    margin: 0 10px 20px;
    font-weight: bold;
    width: 47%;
    float: left;
}
.roomplan-list img{
    margin-bottom: 10px;
    border: solid 3px #005700;
}
}

@media screen and (max-width:640px){
.roomplan-list ul{
    margin: 0 !important;
    text-align: center;
}

.roomplan-list li{
    display: inline-block;
    text-align: center;
    margin: 10px 0;
    font-weight: bold;
    width: 100%;
}
.roomplan-list img{
    margin-bottom: 10px;
    border: solid 3px #005700;
}
}


.service-list ul{
    margin: 0 !important;
    text-align: center;
}


.service-list li{
    display: inline-block;
    text-align: center;
    margin: 0;
    margin: 0 5px 10px;
}

@media (min-width: 641px) and (max-width: 1024px) {
.service-list li{
    display: inline-block;
    text-align: center;
    margin: 0;
    margin: 0 5px 10px;
    width: 31%;
}
}




@media screen and (min-width: 769px){
.post-title a {
  color: #241913;
}
.post-title a:hover {
  color: #38652a;
}

.blog-list img{
    width: 40%;
    float: left;
    margin: 10px;
}

.blog-list {
    margin: 30px;
    height: 160px;
}

.sidebyside{
  display:inline-block;
  vertical-align:top;
}
.sidebyside-text{
  width: 58%;
  float: left;
}

.sidebyside-text2{
  width: 56%;
  float: left;
}

.sidebyside-text3{
  width: 56%;
  float: left;
}

.sidebyside-box {
  border: solid 5px #38652a;
  padding: 20px;
  height: 280px;
}
.sidebyside-text-class ul {
    list-style: none;
    padding:0;
    margin:0;
    line-height: 34px;
}
.sidebyside-text-class li { 
    padding-left: 1em; 
    text-indent: -.7em;
    font-size: 18px;
    font-weight: bold;
}
.sidebyside-text-class li:before {
    content: "● ";
    color: #38652a;
}

.sidebyside-img{
  float: right;
  margin-left: 10px;
}

.showroom_box1{
  text-align: center;
  font-weight: bold;
  margin: 20px 0;
}
}

@media (min-width: 641px) and (max-width: 1024px) {
.post-title a {
  color: #241913;
}
.post-title a:hover {
  color: #38652a;
}

.blog-list img{
    width: 40%;
    float: left;
    margin: 10px;
}

.blog-list {
    margin: 30px;
    height: 160px;
}

.sidebyside{
  display:inline-block;
  vertical-align:top;
}
.sidebyside-text{
  width: 58%;
  float: left;
}

.sidebyside-text2{
  width: 54%;
  float: left;
}

.sidebyside-text3{
  width: 56%;
  float: left;
}

.sidebyside-box {
  border: solid 5px #38652a;
  padding: 20px;
  height: 280px;
}
.sidebyside-text-class ul {
    list-style: none;
    padding:0;
    margin:0;
    line-height: 34px;
}
.sidebyside-text-class li { 
    padding-left: 1em; 
    text-indent: -.7em;
    font-size: 1.8vw;
    font-weight: bold;
}
.sidebyside-text-class li:before {
    content: "● ";
    color: #38652a;
}

.sidebyside-img{
  float: right;
  margin-left: 10px;
  width: 40%;
}

.showroom_box1{
  text-align: center;
  font-weight: bold;
  margin: 20px 0;
}
}

@media screen and (max-width:640px){
.blog-list img{
  margin-bottom: 10px;
}

.blog-list {
    margin: 30px;
    height: 350px;
}

.post-title a {
  font-size: 18px;
}
.sidebyside{
  display:inline-block;
  vertical-align:top;
}
.sidebyside-text{
  width: 100%;
}

.sidebyside-text2{
}

.sidebyside-box {
  padding: 20px;
}
.sidebyside-text-class ul {
    list-style: none;
    padding:0;
    margin:0;
    line-height: 34px;
}
.sidebyside-text-class li { 
    padding-left: 1em; 
    text-indent: -.7em;
    font-size: 4vw;
    font-weight: bold;
}
.sidebyside-text-class li:before {
    content: "● ";
    color: #38652a;
}
.sidebyside-img{
  margin: 5px 0 20px 0 !important;
  width: 100%;
}

.showroom_box1{
  text-align: center;
  font-weight: bold;
  margin: 20px 0;
}
}


.sp-post-carousel-section .sp-pc-post-image{
  margin-bottom: 0 !important;
}

.sp-pc-post-title a{
  font-size: 16px!important;
}

.sp-pc-post-title a:hover{
  color: #38652a !important;
}


.news-previous-next p{
  font-size: 14px;
  text-align: left;
}


@media screen and (min-width: 769px){
.news-previous {
    float: left;
    width: 49%;
}
.news-next {
    float: right;
    text-align: right;
    width: 49%;
}
}

.news-previous img {
  margin-right: 10px;
  float: left;
}

.news-next img {
  margin-right: 10px;
  float: left;
}

.news-next a {
  float: left;
  text-align: left;
}

@media screen and (max-width:640px) {
.news-previous {
    float: left;
    width: 100%;
    padding-top: 10px;
    border-top: solid 1px #ccc;
}

.news-previous ul {
  margin-bottom: 0;
}

.news-previous img {
    float: left;
}

.news-next ul {
  margin-bottom: 0;
}

.news-next a {
  text-align: left;
}

.news-next img {
  float: left;
  margin-right: 10px;
}

.news-next {
    float: right;
    text-align: right;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
}

ul.post-footer-list {
    margin: 0;
}

.page-id-1166 span.wpcf7-list-item {
display: block!important;
}

.page-id-1166 div#header-right,.page-id-1321 div#header-right {
    display: none !important;
}
.page-id-1166 div#header-nav-btn,.page-id-1321 div#header-nav-btn {
    display: none !important;
}

.page-id-1166 .breadcrumb-area,.page-id-1321 .breadcrumb-area {
    display: none !important;
}

.page-id-1166 #header .wrap,.page-id-1321 #header .wrap {
  margin-bottom: 10px;
}

.wp-pagenavi {
  clear: both;
  text-align:center;
  margin-bottom: 10px;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #38652a;
  background-color: #FFFFFF;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: none !important;
}

.wp-pagenavi a:hover{
  color: #fff;
  background-color: #38652a;
}

.wp-pagenavi span.current{
  color: #fff;
  background-color: #38652a;
}

.c_english{
  display: none;
}

.contact-staff{
  border:solid 1px #38652a;
  text-align: center;
  font-weight: bold;
  font-size: 20px; 
  padding: 20px;
}

.table-ballet-schedule td {
  width: 33%;
}

.table-ballet-schedule th {
  text-align: center;
}



@media screen and (min-width: 769px){
.panoramic-image {
    position:relative;
    width:100%;
    height:0;
    padding-top:65%;
}

.panoramic-image iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
}


@media screen and (max-width:640px){
.panoramic-image {
    position:relative;
    width:100%;
    height:0;
    padding-top:130%;
}
.panoramic-image iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
}

.shuttle-bus table {
  display: block;
  white-space: nowrap;
  font-size: 14px;
}

.shuttle-bus table tbody tr th,
.shuttle-bus table tbody tr td {
  text-align: center;
}

.shuttle-bus table tbody tr td:first-child {
  width: 9% !important;
}

.shuttle-bus table tbody tr td {
  width: 13% !important;
}

.shuttle-bus table th,
.shuttle-bus table td {
  margin:  0 !important;
  padding: 0 10px !important;
}

.shuttle-bus tbody th {
  width: auto;
}

.app-wiaion img {
  float: left;
  clear: inherit;
  margin-bottom: 10px;
}

.shuttle-bus-point {
  border: solid 1px #38652a;
  border-radius: 5px;
  background: #fffdf6;
  padding: 15px;
  margin: 10px 0;
}

.point-title {
  color: #38652a;
  font-weight: bold;
  font-size: 20px;
  margin: 0 !important;
}

.pdfemb-poweredby {
    display: none !important;
}

@media screen and (min-width: 1001px){
.youtub-list {
    width: 1000px;
    margin: auto;
}
}

@media screen and (max-width:1200px){
.youtub-list img {
    margin: 0.5% !important;
}
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 10px 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.footer-harmoniq {
  float: left;
  margin: 10px 0;
  width: 15%;
}

.footer-tokyugroup img{
  width: 100%;
}

@media screen and (min-width:641px){
.footer-greenlife {
  float: right;
  margin: 15px 0;
  width: 28%;
}
.footer-tokyugroup {
  float: left;
  margin: 55px 0 0 10px;
  width: 240px;
}
}

@media screen and (max-width:640px){
.footer-greenlife {
  margin: 15px 10px 10px 10px;
}
.footer-tokyugroup {
  padding: 15px;
}
}


.footer-greenlife img{
  width: 100%;
}

.menu-footer-menu-pc-container {
  float: left;
  width: 55%;
}



/* LP */
.page-id-6124 p.header-text1,
.page-id-6124 p.header-text2,
.page-id-6124 p.header-text3,
.page-id-6124 div#header-right,
.page-id-6124 .breadcrumb-area,
.page-id-6124 .footer-logo.gr6,
.page-id-6124 div#header-nav-btn,
.page-id-6124 div#footer-list-area a {
    display: none !important;
}

.page-id-6143 p.header-text1,
.page-id-6143 p.header-text2,
.page-id-6143 p.header-text3,
.page-id-6143 div#header-right,
.page-id-6143 .breadcrumb-area,
.page-id-6143 .footer-logo.gr6,
.page-id-6143 div#header-nav-btn,
.page-id-6143 div#footer-list-area a {
    display: none !important;
}

.page-id-6150 p.header-text1,
.page-id-6150 p.header-text2,
.page-id-6150 p.header-text3,
.page-id-6150 div#header-right,
.page-id-6150 .breadcrumb-area,
.page-id-6150 .footer-logo.gr6,
.page-id-6150 div#header-nav-btn,
.page-id-6150 div#footer-list-area a {
    display: none !important;
}

.page-id-6155 p.header-text1,
.page-id-6155 p.header-text2,
.page-id-6155 p.header-text3,
.page-id-6155 div#header-right,
.page-id-6155 .breadcrumb-area,
.page-id-6155 .footer-logo.gr6,
.page-id-6155 div#header-nav-btn,
.page-id-6155 div#footer-list-area a {
    display: none !important;
}


.page-id-6124 .footer-01,
.page-id-6143 .footer-01,
.page-id-6150 .footer-01,
.page-id-6155 .footer-01 {
    background: #38652a !important;
    color: #fff !important;
    padding: 5px;
}

.page-id-6124 footer#footer,
.page-id-6124 header#header,
.page-id-6143 footer#footer,
.page-id-6143 header#header,
.page-id-6150 footer#footer,
.page-id-6150 header#header,
.page-id-6155 header#header {
    border: none;
}

.page-id-6124 body,
.page-id-6143 body,
.page-id-6150 body,
.page-id-6155 body {
  background: #fff !important;
}


@media screen and (min-width: 769px){
.lp-body-top {
    width: 1200px;
    margin: auto;
}

.lp-body {
    width: 1200px;
    margin: auto;
    padding: 10px;
}

.lp-body-contact {
    width: 800px;
    margin: auto;
}
.lp-band {
    background: #38652a;
    margin: 30px 0;
}
.page-id-6124 h3,
.page-id-6150 h3,
.page-id-6155 h3 {
    color: #38652a;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.4;
}
.page-id-6143 h3,
.page-id-6150 h3,
.page-id-6155 h3 {
    color: #38652a;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.4;
}
.lp-showroom-02 {
    width: 70%;
    margin: auto;
    padding: 20px;
}
}

@media screen and (max-width: 768px){
.lp-body {
  padding: 0 10px;
}

.lp-band {
    background: #38652a;
    margin: 10px 0;
}
.b-container img {
    margin-bottom: 10px;
}
.page-id-6124 h3,
.page-id-6143 h3,
.page-id-6150 h3,
.page-id-6155 h3 {
    color: #38652a;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.4;
}
.lp-showroom-02 {
    padding: 20px;
}
.lp-body-contact {
    padding: 10px;
}
}


.lp-band img {
    height: 40px;
    margin: 20px;
}

.lp-band .lp-body  {
  text-align: center;
}


/* brand list */
.b-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width:640px){
.b-container {
  margin: 5px;
}
}

@media screen and (min-width: 641px){
.b-item {
  width: 48%;
  margin: 0 1% 2%;
}
.b-item-voice {
  width: 31%;
  margin: 0 1% 2%;
}
}

@media screen and (max-width:640px){
.b-item,
.b-item-voice {
  width: 100%;
}
}

.b-item p {
  margin: 0;
  color: #000;
}

.b-item a {
  display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
}
/* brand list */


.page-id-6143,
.page-id-6150,
.page-id-6155 {
    font: 16px/1.6 "Inter", "Zen Kaku Gothic New", sans-serif !important;
}

@media screen and (min-width: 769px){
.page-id-6124 h2,
.page-id-6143 h2{
    color: #fff;
    font-size: 60px;
    padding: 10px;
    font-weight: bold;
}
}

@media screen and (max-width:640px){
.page-id-6124 h2,
.page-id-6143 h2{
    color: #fff;
    font-size: 40px;
    padding: 10px;
    font-weight: bold;
}
}

@media screen and (min-width: 769px){
.page-id-6150 h2,
.page-id-6155 h2{
    color: #fff;
    font-size: 50px;
    padding: 10px;
    font-weight: bold;
}
}

@media screen and (max-width:640px){
.page-id-6150 h2,
.page-id-6155 h2{
    color: #fff;
    font-size: 30px;
    padding: 10px;
    font-weight: bold;
}
}

.lp-body img {
    border: solid 1px #ccc;
}

.lp-body tbody th {
    background: #f2f2f2;
}
/* LP */

@media screen and (min-width: 641px){
.top-text-box2 {
  width: 80%;
  margin: auto;
  font-weight: bold;
  margin-top: 52px;
  font-size: 17px;
  margin-bottom: 52px;
  text-align: center;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
}
}

h2.sp-pc-post-title {
    text-align: center;
    padding: 24px 0 !important;
    margin: 0;
    font-size: 24px;
}

.top-key-visual-box {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
}


.top-key-visual-box-02 {
  position: absolute;
  color: white; 
  font-weight: bold;
  font-family: serif !important;
  top: 55%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

@media screen and (min-width: 641px){
.top-key-visual-box-02 {
  font-size: 1.5em;
}
}

@media screen and (max-width:640px){
.top-key-visual-box-02 {
  font-size: 1em;
  width: 100%;
  text-align: center;
}
}

.top-key-visual-promotion-box {
  position: absolute; color: white; font-weight: bold;
  font-size: 2em;
  font-family: serif !important;
  bottom: 0px;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  max-width: 366px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  left: auto;
  right: 0px;
  padding: 0;
  transform: translate(0, 0);
  font-size: 12px;
}

.promotion-box-in {
  padding: 5px;
  margin-bottom: 0;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
}

.table-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
@media screen and (min-width: 769px){
.table-2-item {
  width: 69.5%;
  text-align: center;
  color: white; 
  font-weight: bold;
  font-size: 2em;
  font-family: serif !important;  
}

.table-1-item {
  width: 30.5%;
}
}

@media screen and (max-width:768px){
.table-2-item,
.table-1-item {
  display: none;
}

}

.banner:hover img,
.swiper-slide:hover img{
  opacity: 0.8;
}

table {
    width: 100%;
}

.bloglist-container {
    margin-top: 30px;
}

.bloglist-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

@media screen and (min-width: 641px){
.b-item-left {
    width: 40%;
    margin-right: 1%;
    margin-left: 3%;
}

.b-item-right {
    width: 53%;
    margin-right: 3%;
}
}

@media screen and (max-width:640px){
.b-item-left,
.b-item-right {
    width: 100%;
    margin: 0 3%;
}
}

.box-harmoniq-festival-title tr th {
    width: 30%;
}

.problem-container,
.point-container,
.step-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.sub-01 span {
    display: block;
    font-size: 90px;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    margin-bottom: 5px;
}

.step-left {
    color: #00b900;
    font-size: 22px;
    font-weight: bold;
}

@media screen and (min-width: 641px){
.problem-img-item {
    width: 20%;
    margin: 1% 0;
}
.problem-text-item {
    width: 79%;
    margin: 1% 0;
}
.problem-item {
    width: 49%;
    margin: 1% 0;
}
.point-item {
    width: 31%;
    margin: 1% 0;
}
.step-left {
    width: 29%;
    margin: 1% 0;
}
.step-right {
    width: 69%;
    margin: 1% 0;
}
}

@media screen and (max-width:640px){
.problem-img-item {
    width: 30%;
    margin: 1% 0;
}
.problem-text-item {
    width: 69%;
    margin: 1% 0;
}
.problem-item {
    width: 100%;
    margin: 1% 0;
}
.point-item {
    width: 100%;
    margin: 1% 0;
}
}

.problem-description {
    background: #f9f6f1;
    padding: 20px;
}

.problem-description p {
    margin: 0 !important;
}

.point-description {
    font-size: 1.6em;
    text-align: center;
    color: #00b900;
    font-weight: bold;
    margin-top: 25px;
}
p.point-description {
    margin: 15px 0;
    line-height: 60px;
}

#front-contents section#front-contents-1:last-of-type {
    border-bottom: none;
}
section#front-contents-1: {}

@media screen and (max-width: 640px) {
.st::before {
    content: "\A" !important;
    white-space: pre;
}
}

.h2d {
    font-size: 2em !important;
    text-align: center;
    background: #00b900;
    color: #fff !important;
    padding: 20px !important;
}
.point-description .h3t {
    padding-bottom: 10px !important;
    border-bottom: 3px dashed #00b900;
}


.line-button:hover img,
.home-item:hover img {
    opacity: 0.8;
}

.line-button img {
    margin: 10px 0;
}

@media screen and (max-width:640px){
.line-button {
    text-align: center;
}
.line-button img {
    margin: 20px 0;
}
}

.home-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.home-container {
  text-align: center;
  padding: 20px 0;
}

.home-item a {
  color: #000;
}

.home-item p {
    padding-top: 10px !important;
    font-weight: bold;
}

@media screen and (min-width: 641px){
.home-item {
    width: 32%;
    margin: 1% 0;
}
.home-container {
    max-width: 1200px;
    margin: auto;
}
}

@media screen and (max-width:640px){
.home-item {
    margin: 3%;
}
}

.table-box img {
    border: solid 10px #e2e2e2cc !important;
    filter: drop-shadow(0px 8px 10px #aaa);
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  font-size: 20px !important;
  font-weight: bold;
}

.swiper-button-next.next1,
.swiper-button-prev.prev1 {
    color: #fff;
    background: #38652a !important;
}

.swiper-slide p {
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
}

.swiper-slide {
    text-align: center;
}


.pagination {
  margin: 40px 0 0;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-links .page-numbers {
  display: inline-block;
  margin-right: 20px;
  padding: 13px 20px;
  color: #707070;
  border-radius: 3px;
  border: #707070 solid 1px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .nav-links .page-numbers {
    margin-right: 10px;
    padding: 8px 15px;
  }
}

.nav-links .current {
  padding: 13px 20px;
  background: #707070;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .nav-links .current {
    padding: 8px 15px;
  }
}

.nav-links .prev {
  padding: 13px 20px;
  background: transparent;
  color: #707070;
}

@media screen and (max-width: 768px) {
  .nav-links .prev {
    padding: 8px 15px;
  }
}

.nav-links .next {
  padding: 13px 20px;
  background: transparent;
  color: #707070;
}

@media screen and (max-width: 768px) {
 　.nav-links .next {
    padding: 8px 15px;
  }
}

.nav-links .dots {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.sns-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  padding: 10px 0 20px;
}
@media screen and (min-width: 641px){
.sns-item {
    width: 3%;
    margin: 0 0.5%;
}
.sns-div {
  padding: 30px 0 10px;
}
.sns-item2 {
    width: 11%;
    max-width: 65px !important;
    margin: 1.2%;
}
.h2-sns {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}
}

@media screen and (max-width:640px){
.sns-item {
    width: 18%;
    margin: 0 2%;
}
.h2-sns {
    font-size: 24px !important;
    text-align: center;
    font-weight: bold;
    margin: 15px;
}
.sns-item2 {
    width: 18%;
    margin: 0 2%;
}

}

.sns-div {
  border-top: 1px solid #e5e5e5;
}


.sns-item:hover {
  opacity: 0.8;
  text-decoration: none;
}

.sns-text {
  text-align: center;
  color: #38652a;
}

.h2-sns {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}

.sns-wrap {
  background: #fff;
}

/* ----------------------------------------
* header redesign (2026)
---------------------------------------- */
@media screen and (min-width: 992px) {
  #header .header-layout {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    min-height: 88px;
  }

  #header .header-logo-area {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
  }

  #header #logo {
    float: none;
    padding: 12px 0;
  }

  #header .header-nav-area {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    margin-left: 24px;
    padding-top: 24px;
    position: relative;
  }

  #header .header-text3 {
    float: none;
    margin: 0 !important;
    padding: 0;
    font-size: 14px;
    line-height: 1.4;
    position: absolute;
    top: 16px;
    right: 0;
  }

  #header #header-right {
    float: none;
    width: 100%;
    height: auto;
    flex: 1 1 auto;
    align-self: stretch;
    display: flex;
    align-items: stretch;
  }

  #header #header-fnav-area {
    display: none;
  }

  #header #header-gnav-area {
    float: none;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    align-items: stretch;
  }

  #header #gnav {
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    align-items: stretch;
  }

  #header #gnav .gnav-container,
  #header #gnav #gnav-container {
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    align-items: stretch;
  }

  #header #gnav ul#gnav-ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
    align-content: stretch;
    margin: 0;
    padding: 0;
    gap: 30px;
  }

  #header #gnav ul#gnav-ul.clearfix:before,
  #header #gnav ul#gnav-ul.clearfix:after {
    display: none;
    content: none;
  }

  #header #gnav ul#gnav-ul > li {
    width: auto !important;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
  }

  #header #gnav ul#gnav-ul > li > a {
    display: flex;
    align-items: center;
    padding: 8px 4px;
    line-height: 1.4;
    white-space: nowrap;
    font-size: 15px;
  }

  #header #gnav ul#gnav-ul > li:hover > a {
    background: transparent;
    color: #38652a;
  }

  /* お問い合わせ（li に背景色・角丸なし・高さ約2/3） */
  #header #gnav ul#gnav-ul > li.contact {
    margin-left: 8px;
    align-self: center;
    background: #ef8200;
    border-radius: 0;
  }

  #header #gnav ul#gnav-ul > li.contact > a {
    color: #fff;
    padding: 14px 32px;
    border-radius: 0;
  }

  #header #gnav ul#gnav-ul > li.contact:hover {
    background: #d97600;
  }

  #header #gnav ul#gnav-ul > li.contact:hover > a {
    background: transparent;
    color: #fff;
  }

  /* サブメニュー（ドロップダウン）は縦並びで下に表示 */
  #header #gnav ul#gnav-ul > li .sub-menu {
    flex-direction: column;
    gap: 0;
    top: 100%;
    left: 0;
  }

  #header #gnav ul#gnav-ul > li .sub-menu li {
    width: 100% !important;
    display: block;
  }

  #header #gnav ul#gnav-ul > li .sub-menu li a {
    display: block;
    padding: 12px 16px;
    white-space: normal;
    font-size: 14px;
    text-align: left;
  }

  #header .header-top img,
  #header .header-logo-area img,
  #header #logo img {
    width: auto;
    max-height: 80px;
    margin-bottom: 15px;
  }
}

/* ----------------------------------------
* lifestyle section (2026)
---------------------------------------- */
.lifestyle-section {
  background: #f5f5f3;
  padding: 96px 0 108px;
}

.lifestyle-header {
  text-align: center;
  margin-bottom: 72px;
}

.lifestyle-en {
  color: #38652a;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
}

.lifestyle-title {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 18px;
  color: #222;
}

.lifestyle-border {
  width: 60px;
  height: 3px;
  background: #38652a;
  margin: 0 auto;
}

.lifestyle-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}

.lifestyle-card {
  flex: 1 1 0;
  min-width: 0;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}

.lifestyle-card-img {
  overflow: hidden;
}

.lifestyle-card-img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.lifestyle-card-body {
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.lifestyle-card-body h3 {
  color: #38652a;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 12px;
  text-align: center;
}

.lifestyle-card-body p {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  margin: 0 0 18px;
}

.lifestyle-card-btn {
  margin: auto 0 0 !important;
  text-align: center;
}

.lifestyle-card-btn a {
  display: block;
  background: #38652a;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  font-size: 14px;
  border-radius: 5px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  opacity: 1;
  -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s;
}

.lifestyle-card-btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .lifestyle-cards {
    gap: 16px;
  }
  .lifestyle-card {
    flex: 1 1 45%;
  }
}

@media screen and (max-width: 600px) {
  .lifestyle-section {
    padding: 40px 0 48px;
  }
  .lifestyle-title {
    font-size: 22px;
  }
  .lifestyle-card {
    flex: 1 1 100%;
  }
}

/* ----------------------------------------
* lifestyle family page (2026)
---------------------------------------- */
.lifestyle-intro {
  display: flex;
  align-items: flex-start;
  gap: 35px;
  margin: 30px 0;
  border: solid 1px #ccc;
  padding: 20px;
}

.lifestyle-intro-left {
  flex: 0 0 280px;
  max-width: 280px;
  width: 100%;
}

.lifestyle-intro-img {
  margin: 0 auto 5px;
}

.lifestyle-intro-img img {
  width: 100%;
  height: auto;
  display: block;
}

.lifestyle-intro-name {
  margin: 0 0 20px;
  color: #38652a;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.lifestyle-intro-members {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lifestyle-intro-member {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  padding: 14px 16px;
  background: #f5f5f5;
  border-radius: 6px;
}

.lifestyle-intro-member:last-child {
  margin-bottom: 0;
}

.lifestyle-intro-member-icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.lifestyle-intro-member--male .lifestyle-intro-member-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2338652a'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E");
}

.lifestyle-intro-member--female .lifestyle-intro-member-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2338652a'%3E%3Cpath d='M12 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm0 10c3.31 0 6 1.79 6 4v2H6v-2c0-2.21 2.69-4 6-4z'/%3E%3C/svg%3E");
}

.lifestyle-intro-member--child .lifestyle-intro-member-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2338652a'%3E%3Cpath d='M12 3c-1.66 0-3 1.34-3 3 0 .74.27 1.41.71 1.93C8.08 8.55 7 9.68 7 11.1V13h10v-1.9c0-1.42-1.08-2.55-2.71-3.17.44-.52.71-1.19.71-1.93 0-1.66-1.34-3-3-3zM7 15v4h2v-4H7zm8 0v4h2v-4h-2z'/%3E%3C/svg%3E");
}

.lifestyle-intro-member-label {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}

.lifestyle-intro-right {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 8px;
}

.lifestyle-intro-theme {
  width: 100%;
  margin: 0 0 25px;
  padding: 30px 0 15px;
  border-bottom: 2px solid #38652a;
  color: #38652a;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}

.lifestyle-intro-features {
  font-size: 15px;
  line-height: 2;
  color: #333;
}

.lifestyle-intro-features p {
  margin: 0 0 1em;
}

.lifestyle-intro-features p:last-child {
  margin-bottom: 0;
}

.post-content .lifestyle-intro-theme {
  width: 100%;
  margin: 0 0 25px;
  padding: 30px 0 15px;
  border-bottom: 2px solid #38652a;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #38652a;
  clear: none;
}

.post-content .lifestyle-intro-features {
  margin-bottom: 0;
}

.lifestyle-page-label {
  color: #38652a;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #38652a;
}

.lifestyle-page-theme,
.lifestyle-page-profile,
.lifestyle-page-schedule {
  margin-bottom: 48px;
}

.lifestyle-page-schedule {
  margin-bottom: 64px;
}

.lifestyle-page-schedule-heading {
  margin-bottom: 40px;
}

/* ----------------------------------------
* lifestyle weekday flow (縦並び・全幅)
---------------------------------------- */
.lifestyle-flow-list,
.post-content .lifestyle-flow-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lifestyle-flow-list > li,
.post-content .lifestyle-flow-list > li {
  list-style: none;
}

.lifestyle-flow-list > li::marker,
.post-content .lifestyle-flow-list > li::marker {
  content: none;
  display: none;
}

.lifestyle-page .lifestyle-flow-list {
  margin-left: 0;
}

.lifestyle-flow-item {
  width: 100%;
  margin: 0 0 48px;
}

.lifestyle-flow-item:last-child {
  margin-bottom: 0;
}

.lifestyle-flow-img {
  width: 100%;
  margin: 0 0 20px;
}

.lifestyle-flow-img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.lifestyle-flow-ttl {
  margin: 0 0 16px;
  padding: 0 0 0 12px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #222;
  border-left: solid 4px #38652a;
  border-bottom: none;
}

.post-content h2.lifestyle-flow-ttl,
.post-content .lifestyle-flow-ttl {
  margin: 0 0 16px;
  padding: 0 0 0 12px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #222;
  clear: none;
  border-left: solid 4px #38652a;
  border-bottom: none;
  background: none;
}

.lifestyle-flow-info {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #444;
}

.post-content .lifestyle-flow-info {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .lifestyle-flow-item {
    margin-bottom: 40px;
  }

  .lifestyle-flow-img {
    margin-bottom: 16px;
  }

  .lifestyle-flow-ttl,
  .post-content h2.lifestyle-flow-ttl {
    margin: 0 0 12px;
    padding: 0 0 0 10px;
    font-size: 18px;
  }
}

.lifestyle-oneday-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.lifestyle-oneday-list::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(40% - 0px);
  width: 2px;
  background: #c8c8c8;
  pointer-events: none;
}

.lifestyle-page .lifestyle-oneday-list {
  margin-left: 0;
}

.lifestyle-oneday-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  margin-bottom: 40px;
  position: relative;
}

.lifestyle-oneday-item:last-child {
  margin-bottom: 0;
}

.lifestyle-oneday-img {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  min-width: 0;
}

.lifestyle-oneday-img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.lifestyle-oneday-img--empty {
  min-height: 1px;
}

.lifestyle-oneday-txt {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  position: relative;
  padding-left: 5px;
}

.lifestyle-oneday-sec {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 18px;
  margin: 0 0 18px;
  position: relative;
}

/* スマホ：丸マーカー */
.lifestyle-oneday-sec::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0.80em;
  width: 10px;
  height: 10px;
  border: 2px solid #38652a;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  transform: translateX(-50%);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .lifestyle-oneday-list::after {
    display: none;
  }

  .lifestyle-oneday-item::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: -40px;
    left: calc(40% - 20px + 20px);
    width: 2px;
    background: #c8c8c8;
    pointer-events: none;
  }

  .lifestyle-oneday-item:last-child::after {
    bottom: 0;
  }

  .lifestyle-oneday-sec::before {
    display: none;
  }

  .lifestyle-oneday-txt::before {
    content: "";
    position: absolute;
    top: 0.80em;
    width: 10px;
    height: 10px;
    border: 2px solid #38652a;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
    z-index: 2;
  }

  .lifestyle-oneday-item:not(.lifestyle-oneday-item--no-img) .lifestyle-oneday-txt::before {
    left: -20px;
    right: auto;
    transform: translateX(-50%);
  }

  .lifestyle-oneday-item--no-img .lifestyle-oneday-txt::before {
    left: 40%;
    right: auto;
    transform: translateX(-50%);
  }

  .lifestyle-oneday-img {
    flex: 0 0 calc(40% - 20px);
    max-width: calc(40% - 20px);
    width: calc(40% - 20px);
  }

  .lifestyle-oneday-img--empty {
    flex: 0 0 calc(40% - 20px);
    max-width: calc(40% - 20px);
    width: calc(40% - 20px);
  }

  .lifestyle-oneday-txt {
    flex: 0 0 calc(60% - 20px);
    max-width: calc(60% - 20px);
    width: calc(60% - 20px);
  }

  .lifestyle-oneday-item--no-img .lifestyle-oneday-img--empty {
    display: none;
  }

  .lifestyle-oneday-item--no-img {
    flex-direction: row;
    justify-content: flex-start;
  }

  .lifestyle-oneday-item--no-img .lifestyle-oneday-txt {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    padding-left: calc(40% + 24px);
    padding-right: 0;
    box-sizing: border-box;
  }
}

.post-content .lifestyle-oneday-sec {
  margin-bottom: 18px;
}

.lifestyle-oneday-time {
  margin: 0;
  padding: 0;
  color: #38652a;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
}

.lifestyle-oneday-time.is-empty {
  display: none;
}

.post-content .lifestyle-oneday-sec .lifestyle-oneday-time {
  font-weight: bold;
}

.lifestyle-oneday-ttl {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #222;
}

.post-content .lifestyle-oneday-sec .lifestyle-oneday-ttl {
  margin-left: 0;
}

.lifestyle-oneday-info {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #444;
}

.post-content .lifestyle-oneday-info {
  margin-bottom: 0;
}

.lifestyle-page-schedule--event-schedule .lifestyle-oneday-txt {
  display: flex;
  flex-direction: column;
}

.lifestyle-oneday-link {
  margin: 16px 0 0;
  text-align: right;
}

.lifestyle-oneday-btn {
  display: inline-block;
  padding: 14px 28px;
  background: #38652a;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  border: none;
}

.lifestyle-oneday-btn:hover {
  background: #2d5222;
  color: #fff;
  text-decoration: none;
}

.post-content .lifestyle-oneday-link {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .lifestyle-intro {
    flex-direction: column;
    gap: 32px;
    margin: 30px 0;
  }

  .lifestyle-intro-left {
    flex: none;
    max-width: 100%;
  }

  .lifestyle-intro-theme {
    font-size: 22px;
    margin-bottom: 20px;
    padding: 24px 0 12px;
  }

  .post-content .lifestyle-intro-theme {
    font-size: 22px;
    margin-bottom: 20px;
    padding: 24px 0 12px;
  }

  .lifestyle-page-schedule-heading {
    font-size: 22px;
    margin-bottom: 28px;
  }

  .lifestyle-oneday-list::after {
    left: 8px;
  }

  .lifestyle-oneday-item {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
  }

  .lifestyle-oneday-txt {
    order: 1;
    flex: none;
    max-width: 100%;
    width: 100%;
    padding-left: 28px;
    border-left: none;
  }

  .lifestyle-oneday-img {
    order: 2;
    flex: none;
    max-width: 100%;
    width: 100%;
    padding-left: 28px;
    box-sizing: border-box;
  }

  .lifestyle-oneday-item--no-img .lifestyle-oneday-img--empty {
    display: none;
  }

  .lifestyle-oneday-item--no-img .lifestyle-oneday-txt {
    padding-left: 28px;
  }

  .lifestyle-oneday-time {
    font-size: 26px;
  }

  .lifestyle-oneday-ttl {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  #header .header-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
  }

  #header .header-logo-area {
    flex: 0 1 auto;
    min-width: 0;
  }

  #header #logo {
    float: none;
    padding: 10px 0;
  }

  #header .header-logo-area img,
  #header #logo img {
    display: block;
    width: auto;
    height: auto;
    max-height: 80px;
    margin-bottom: 15px;
    max-width: 180px;
  }

  #header .header-nav-area {
    display: none;
  }

  #header #header-nav-btn {
    float: none;
    margin-top: 0;
    flex: 0 0 auto;
  }
}

/* ----------------------------------------
* hero (2026)
---------------------------------------- */
.hero-visual {
  width: 100%;
  line-height: 0;
  text-align: center;
  overflow: hidden;
}

.hero-visual img {
  width: 100%;
  max-width: 1600px;
  height: auto;
  display: block;
  margin: 0 auto;
  vertical-align: top;
}

.hero-intro {
  text-align: center;
  padding: 40px 0;
}

.hero-catch {
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.9;
  margin: 0 0 30px;
  color: #333;
}

.hero-catch-accent {
  display: inline-block;
  padding-bottom: 18px;
  position: relative;
}

.hero-catch-accent::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #38652a;
}

.hero-text {
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #333;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .hero-catch {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.7;
    margin: 0 0 20px;
  }

  .hero-text {
    font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.04em;
    line-height: 2;
    color: #333;
    margin: 0;
  }
}

/* ----------------------------------------
* youtube player (plugin-free, 2026)
---------------------------------------- */
.hq-yt {
  max-width: 1000px;
  margin: 40px auto 0;
  padding-bottom: 90px;
  clear: both;
}

@media screen and (max-width: 767px) {
  .hq-yt {
    margin: 0 12px;
  }
}

.hq-yt-main {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
}

.hq-yt-main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.hq-yt-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.hq-yt-thumbs .hq-yt-thumb {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  line-height: 0;
  overflow: hidden;
  opacity: 0.75;
  filter: grayscale(100%);
  cursor: pointer;
  transition: opacity .2s ease, filter .2s ease;
}

.hq-yt-thumbs .hq-yt-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hq-yt-thumbs .hq-yt-thumb:hover,
.hq-yt-thumbs .hq-yt-thumb.active {
  opacity: 1;
  filter: grayscale(0%);
}

.hq-yt-thumbs .hq-yt-thumb.active {
  box-shadow: 0 0 0 2px #38652a inset;
}

@media screen and (max-width: 600px) {
  .hq-yt-thumbs .hq-yt-thumb {
    flex: 1 1 18%;
  }
}

/* ----------------------------------------
* news section (2026)
---------------------------------------- */
.news-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 48px;
}

.news-instagram {
  margin-top: 48px;
}

.news-card {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  text-decoration: none;
  color: inherit;
}

.news-card-img {
  overflow: hidden;
  background: #f0f0f0;
}

.news-card-img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  transition: opacity .3s ease;
}

.news-card:hover .news-card-img img {
  opacity: 0.85;
}

.news-card-body {
  padding: 12px 4px 0;
}

.news-card-date {
  font-size: 12px;
  color: #38652a;
  margin: 0 0 6px;
  font-weight: bold;
}

.news-card-title {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #333;
}

.news-more {
  text-align: center;
  margin: 54px 0 0;
}

.news-more a {
  display: inline-block;
  padding: 12px 48px;
  background: #38652a;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  border-radius: 4px;
  transition: background .3s ease;
}

.news-more a:hover {
  background: #2f6633;
}

@media screen and (max-width: 767px) {
  .news-cards {
    gap: 16px;
  }
  .news-card {
    flex: 1 1 45%;
  }
}

@media screen and (max-width: 480px) {
  .news-card {
    flex: 1 1 100%;
  }
}

/* ----------------------------------------
* front contact form (2026)
* 入力欄・ボタン等のデザインは /contact/ ページと同じ
* 既存の .wpcf7 スタイルをそのまま使うため、ここでは中央寄せの枠のみ
---------------------------------------- */
.front-contact-form {
  max-width: 860px;
  margin: 0 auto;
  padding: 24px 0 64px;
}

/* 入居時期などのチェックボックスを縦並びに */
.front-contact-form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0 0 6px;
}

/* PC表示でラベル列が必須/任意バッジと重ならないよう余白を確保 */
@media screen and (min-width: 768px) {
  .front-contact-form .wpcf7 dt {
    padding-right: 66px;
  }
}

/* ----------------------------------------
* fonts (2026)
* 日本語: Zen Kaku Gothic New / 英語: Inter
---------------------------------------- */
body,
input,
textarea,
select,
button {
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6,
#gnav,
#gnav-sp {
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

/* ----------------------------------------
* utility (2026)
---------------------------------------- */
.hq-accent {
  color: #38652a;
  font-weight: 700;
}