@charset "UTF-8";
/*
Theme Name:NEW_kakeizu
Theme URI: http://xeory.jp/extension
Description: kakeizu
Author: バズ部
Author URI: http://bazubu.com/
Version: 0.2.1
*/
/* all display
-------------------------------------------------- */
.wrap {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  *zoom: 1;
    letter-spacing: 0.4pt;
}
.wrap:before {
  display: inline-table;
}
.wrap:after {
  content: "";
  display: block;
  clear: both;
}

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

.main-inner {
}

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

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

.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: 1080px;
}
.one-column #content .wrap #main {
  width: 100%;
  float: none;
}
.one-column #content .wrap #main .main-inner {
  width: 100%;
  margin: 0;
}
.one-column #content .wrap #side {
  display: none;
}

/* ----------------------------------------
* レスポンシブ
* ~ / 1200px / 991px / 767px 
* desctop / laptop / tablet / phone
---------------------------------------- */
@media screen and (max-width: 1200px) {
  /* laptop */
  .wrap,
  .one-column #content .wrap {
    margin-left: 36px;
    margin-right: 36px;
    width: auto;
  }
 #content .single #main {
    width: 64% !important;
    float: left !important;
  margin-right: 3% !important;}
  
  .main-inner {
    box-sizing: border-box;
  }

  /* laptop end */
}

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

  /* phone end */
}
/* ----------------------------------------
* フォント設定
---------------------------------------- */
/* ----------------------------------------
* all
---------------------------------------- */
body {
  color: #241913;
  background: url("https://kakeizu.official.jp/wp-content/uploads/2017/11/bg.jpg");
}

a {
  text-decoration: none;
  color: #47B39D;
}
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 !important;
    border-bottom: solid 1px #4D648D;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
   
}

#header #logo {
padding: 10px;
text-align: center;
margin: 0 auto;
width:15%;
}
#header a {
  color: #4E4E4E;
}

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

.breadcrumb {
  margin: 0;
  overflow: hidden;
  font-size: 13px;
  padding: 0;
}
.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 {
  background: #47B39D;
  margin: 0 0 0 auto;
  text-align: center;
}
#gnav .sub-menu {
  z-index: 10;
}
#gnav ul li {
  display: inline-block;
  font-size: 12px;
  position: relative;
}
#gnav ul li:hover a {
    color: #4D648D !important;
  background: #57bca8;
}
#gnav ul li.current-menu-item a {
  background: #57bca8;
}
#gnav ul li a {
  display: block;
  padding: 5px 18px;
  font-weight: bold;
  background: #47B39D;
  text-decoration: none;
  -webkit-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;
            border-top: solid 1px #fff;
}
#gnav ul li a:hover {
  color: #4D648D !important;
  background-color: #fff !important;
  border-top: solid 1px #4D648D;
}

#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: #fafafa;
  color: #3B4552;
}
#gnav ul li .sub-menu .sub-menu {
  left: 100%;
  top: -1px;
}

#header-right {
text-align: center;
}

#header-fnav-area,
#header-gnav-area {
text-align: center;
}

#header-fnav-area {
  width: 150px;
  position: relative;
}
#header-fnav-area #header-fnav-btn a {
  display: block;
  padding: 22px 12px;
  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 {
  /* キャプション */
}
#content .wrap {
  overflow: visible;
}
#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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.home #main {
  width: 100%;
  margin: 0;
  float: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.home .main-inner {
  margin: 0;
}
body.home .wrap {
  width: 1000px;
  margin: 0 auto;
}
body.home #main_visual {
  background: #fff !important;
    text-align: center;
      height: 300px !important;
}
body.home #main_visual_img{
      background-image: URL("https://kakeizu.official.jp/wp-content/uploads/2017/11/top.jpg")!important;
    background-size: cover;
        background-position: top;
height: 100vh;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
}


body.home #main_visual .wrap{
  padding-top:70px !important;
        font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

body.home #main_visual h2 {
  font-size: 34px;
  padding-bottom: 30px;
  color: #4e4e4e;
    letter-spacing: 0.8px;
}

body.home #main_visual p {
 color:#4e4e4e;
  font-size: 15px;
  margin: 0 auto;
}
body.home .front-loop {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  overflow: hidden;
  padding: 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.64%;
  margin-left: 2.2%;
  float: left;
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 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: 0;
  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: #FF6C00;
  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: #FF6C00;
  text-decoration: underline;
}
body.home .front-loop .popular_post_box .p_category {
  background: #47B39D;
  color: #fff;
  display: inline-block;
  padding: 2px 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;
  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: #4e4e4e !important;
  width: 84px;
  height: 24px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  opacity: .8;
}
body.home .front-loop .popular_post_box .p_date span {
  display: block;
}
body.home .front-loop .popular_post_box .p_date .date-y {
  font-size: 10px;
  padding-top: 4px;
}
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-bottom:30px;
  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;
  text-align: center;
  padding: 30px 0;
  background: #fefefe;
}
body.home .front-main-cont .front-cont-header .cont-icon {
  font-size: 28px;
}
body.home .front-main-cont .front-cont-header .cont-title {
  font-size: 28px;
  margin: 0;
}
body.home .front-main-cont .front-cont-header .cont-ruby {
  font-size: 13px;
  margin: 0;
  color: #CD5153;
  letter-spacing: 2px;
  font-weight: normal;
}
body.home .front-main-cont .tri-border {
  position: absolute;
  bottom: -18px;
  width: 100%;
  z-index: 20;
}
body.home .front-main-cont .tri-border span {
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-left: 56px solid transparent;
  border-right: 56px solid transparent;
  border-top: 18px solid #3B4552;
}
body.home #front-contents .c_box {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
body.home #front-contents .c_box_inner {
  width: 54%;
  padding:30px 0;
}
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;
}
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;
  z-index: 10;
}
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: #fafafa;
}
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;
}
body.home #front-contents .c_number {
  background: #47B39D;
  color: #fff;
  display: inline-block;
  padding: 20px 12px 8px;
  margin-bottom: 12px;
  margin-top: 0;
}
body.home #front-contents h3 {
  font-size: 28px;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
letter-spacing: 0.8pt;
  margin-top: 20px;
  margin-bottom: 0;

}
body.home #front-contents .c_english {
  color: #47B39D;
  font-size: 13px;
  margin-bottom: 40px;
  margin-left: 5px;
letter-spacing: 0.8pt;
}
body.home #front-contents h4 {
  font-size: 16px;
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 10px;
  font-weight: bold;
}
body.home #front-contents .c_text p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 48px;
  font-size: 15px;
  letter-spacing: 0.8pt;
  text-align: justify;
}
body.home #front-contents .c_text .c_btn a {
  border-radius: 5px;
  background: #FF6C00;
  color: #fff;
  font-size: 14px;
  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: 12px;
  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%;
    margin-top: 95px;
    padding-top: 20px;
    margin-left: 10%;
    margin-bottom: 20px;
    float: left;
    border: solid 5px #f0f0f0;
    background-color: #f0f0f0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
body.home #front-service .front-service-inner .c_title {
  text-align: center;
}
body.home #front-service .front-service-inner h3 {
  color: #47B39D;
  font-size: 28px;
  margin-bottom: 8px;
}
body.home #front-service .front-service-inner .c_english {
  color: #47B39D;
  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: #47B39D;
  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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 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;
}
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 #47B39D;
}
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: #47B39D;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.home #front-contact .c_box_inner {
  padding: 60px 0;
  width: 100%;
  max-width: 632px;
  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 input[type=submit],
body.home #front-contact .c_box_inner button {
  width: 30%;
  display: block;
  background: #131D2A;
  border-radius: 3px;
  margin: 0 auto;
}
body.home #front-contact .c_box_inner p {
  margin-bottom: 1.4em;
  color: #fff;
}
body.home .front-main-cont .front-cont-header .cont-title {
    font-size: 20px;
    margin: 0;
       font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-weight: normal;   
      letter-spacing: 0.8pt;
}
/* ----------------------------------------
* main
---------------------------------------- */
.cat-content,
article.post,
article.page {
  background: #fff;
  border: 1px #e5e5e5 solid;
  margin-bottom: 30px;
}

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

.post-title {
  font-size: 22px;
  margin-bottom: 36px;
}
body.page .post-title {
  text-align: center;
   font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  letter-spacing: 10px;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 0px 0px 2px #555,0px 0px 1px #000;
}

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

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

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

.cat-content .post-header,
article.page .post-header {
  padding: 96px 64px 96px;
  margin-bottom: 20px;
  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: 100%;
  float: left;
}
.post-meta-area .post-meta .date {
  padding:10px 15px;
  font-weight: bold;
}
.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 10px;
}
.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: 0.5em;
	line-height:2;
}
.post-content ul {
  list-style: disc;
}
.post-content ol {
  list-style: decimal;
}
.post-content ul,
.post-content ol {
  margin-left: 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: 30px;
  clear: both;
  font-weight: normal;
}
.post-content h2 {
  margin: 80px 0 32px -74px;
  padding: 16px 16px 16px 56px;
  font-size: 28px;
  clear: both;
  font-weight: normal;
  border-left: 10px solid #131D2A;
  background: #3B4552;
  color: #fff;
}
.post-content h3 {
/*   font-size: 24px;
  padding: 20px 0;
  clear: both; */
  font-weight: normal;
/*   border-bottom: 2px solid #3B4552;
  margin: 48px 0 24px; */
}
.post-content h4 {
  font-size: 20px;
  font-weight: normal;
/*   margin: 30px 0 16px; */
  border-left: 5px solid #131D2A;
  clear: both;
  padding: 0 0 0 8px;
}
.post-content h5 {
  font-size: 16px;
  margin: 30px 0 16px;
  clear: both;
}
.post-content h6 {
  font-size: 16px;
  margin: 30px 0 16px;
  clear: both;
}
blockquote {
    position: relative;
    padding: 15px 20px 5px;
    box-sizing: border-box;
    background: #f3f3f3;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 9px;
    width: 40px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    content: "\f10d";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 18px;
    background: #7db4e6;
}

blockquote:after{
    position: absolute;
    content: '';
    top: -8px;
    left: 49px;
    border: none;
    border-bottom: solid 8px #6cacb5;
    border-right: solid 9px transparent;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
.post-content table {
  border: 1px #ddd solid;
  max-width: 100%;
}
.post-content table th,
.post-content table td {
  padding: 8px 10px;
  border: #ddd solid 1px;
}
.post-content table th {
  color: #fff;
}
.post-content table thead th {
  background: #5e6265;
}
.post-content table tbody th {
  background: #919598;
}
.post-content table.table-line table,
.post-content table.table-line th,
.post-content table.table-line td {
  border-color: #fff;
}
.post-content table.table-line th {
  background: transparent;
  color: #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 {
  margin-top: 0;
}

.post-cta {
  background: #131D2A;
  color: #fff;
}
.post-cta .post-cta-inner {
  padding: 15px 30px;
  font-weight:bold;
  text-align: justify;
  letter-spacing: 0.8pt;
}
.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: 300px;
}
.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: 15px;
  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: #FF6C00;
}

.post-share {
  padding: 45px;
}
.post-share .post-share-list1,
.post-share .post-share-list2,
.post-share .post-share-list3,
.post-share .post-share-list4 {
  overflow: hidden;
  padding: 30px 0;
  margin-left: -2.08%;
}
.post-share .post-share-list1 a,
.post-share .post-share-list2 a,
.post-share .post-share-list3 a,
.post-share .post-share-list4 a {
  text-decoration: none;
  -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-
-btn li {
  vertical-align: top;
}
.post-footer .bzb-sns-btn  li .fb_iframe_widget span{
  vertical-align: top !important;
}

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

.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 ){
.pagetop{
right: 20px !important;
bottom: 20px !important;
}
  .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;
  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 {
  margin: 0px;
}
.post-loop-wrap article p {
  margin-top: 0;
}
.post-loop-wrap .post-title {
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 16px;
}
.post-loop-wrap .post-thumbnail {
  width: 100%;
}

.post-loop-wrap .post-thumbnail img {
    height: 100%;
    object-fit: cover;
}
.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;
}

/* pager */
.pagination {
  clear: both;
  padding: 10px 0 20px 10px;
  position: relative;
  font-size: 16px;
  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
---------------------------------------- */
.side-widget-area {
  padding: 0;
}

.side-widget {
  margin-bottom: 40px;
  font-size: 14px;;
}
.side-widget .side-title {
  margin: 0 0 32px;
  font-size: 15px;
  background: #ebebeb;
  border: 1px solid #e4e4e4;
}
.side-widget a {
  color: #47B39D;
}
.side-widget a:hover {
  color: #47B39D;
  text-decoration: none;
}
.side-widget ul li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.side-widget .side-title {
  margin: 0 0 13px;
  padding: 10px 15px;
  font-size: 15px;
}
.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] {
  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;
  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;
}



/* 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: #fff;
}
#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: #fff;
}
#footer a:hover {
  color: #ccc;
}
#footer .wrap {
  padding: 15px 0;
}
#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-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #3B4552;
}

#footer-content-area {
  font-size: 14px;
}
#footer-content-area h4 {
  font-size: 16px;
}
#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: '\f0da';
  font-family: FontAwesome;
  position: absolute;
  top: 7px;
  left: 0;
}
#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;
  padding: 8px 12px 8px 0;
}
#footer-content-area #footer-cont-sns a:hover {
  text-decoration: none;
}

.footer-01 {
  background: #031731;
  padding: 48px 0;
}
.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;
}

/* ----------------------------------------
* LP
---------------------------------------- */
.plan_box.abouts.lp_abouts{
	border:none;
	margin-bottom:0;
}
.plan_box.abouts.lp_abouts h2{
	text-align: center;
    padding: 30px 0;
    background: none;
    color: #4e4e4e !important;
    margin: 0;
    border: none;
}
.plan_box.abouts.lp_abouts h2 .under{
	    background: linear-gradient(transparent 75%, #7db4e6 75%);
}
.plan_box.abouts.lp_abouts table{
	width:920px;
}
#kakeizu_lp_qa_box ul{
	margin-left:0;
	padding:0;
}
.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: #47B39D;
  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%;
  }
}
/* ----------------------------------------
* LP_NEW
---------------------------------------- */
#lp_box{
	    max-width: 1280px;
    margin: 30px auto;
}
#lp_box a img:hover {
  opacity: 0.8;
}

.lp_box_child{
	padding-top:50px;
	padding-bottom:50px;
}

.lp_box_lbtnbox{
	position:relative;
}
.lp_box_lbtn{
    position: absolute;
    bottom: 0;
    max-width: 783px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#lp_box .abouts,#lp_box #kakeizu_lp_form{
    padding: 0;
    max-width: 982px;
    margin: 0 auto;
    padding-bottom: 30px;
	background:#fff;
    -webkit-border-bottom-right-radius: 10px;  
    -webkit-border-bottom-left-radius: 10px;  
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px;  
}
#lp_box .abouts table{
	margin-top:0;
}
#lp_box #kakeizu_lp_form #kakeizu_lp_form_box{
	box-shadow:none;
	padding:20px;
}
/* ----------------------------------------
* LP_NEW(sp)
---------------------------------------- */
.lp_sp{
	margin-top:30px;
}
.lp_sp p{
	margin:0;
}
.lp_sp img{
	max-width: 100%;
    display: block;
    width: 100%;
    margin: 0 auto;
}
.lp_spbox{
    margin: 0 5.5%;
    margin-bottom: 50px !important;
    margin-top: -1px;
}

.lp_sp_form{
	    margin: 0 5.5%;
    margin-bottom: 50px !important;
    margin-top: -1px;
    box-shadow: none;
	padding:0 !important;
}
.lp_sp_form #kakeizu_lp_form_box{
	box-shadow:none;
	padding:5px !important;
}
/* ----------------------------------------
* 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;
  font-size: 36px;
  opacity: .8;
}

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
#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: 30px;
  }

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

  .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 screen and (max-width: 767px) {
  /* tablet */
  body.home .wrap,
  .wrap {
    width: auto;
    margin: 0 24px;
  }

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

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

  #header-nav-btn {
  display: block;
    width: 15%;
    position: absolute;
    right: 5%;
  top: 0;
  }
  #header-nav-btn a {
    display: block;
    text-align: center;
    display: block;
    font-size: 32px;
  }

  #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: #fff;
    display: block;
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    z-index: 100;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    top: 89px !important;
  }
  #gnav-sp .wrap {
    width: 94%;
    margin: 0 3%;
    padding: 36px 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;
        color: #4e4e4e;
  }
  #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: 18px;
    letter-spacing: 0;
  }


  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: 24px;
  }
  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;
    font-size: 14px;
  }
  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: 56px 44px;
  }

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

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

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

  .post-meta-area {
    background: #fff;

    font-size: 14px;
  }
  .post-meta-area .post-meta {
    width: 40%;
    float: left;
    text-align: left;
  }
  .post-meta-area .post-meta .date {
    background: transparent;
    text-align: left;
    font-size: 14px;
  }
  .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,#footer-twitter {
    display: none;
  }
  #footer .footer-logo{
    text-align:center;
  }

  #footer-list-area {
    width: 100%;
  }
    #footer-content-area #footer-cont-about li{
        position: relative;

    background: #999;
    color: #fff;
    border: solid 1px #fff;
    padding-left: 10px;
  }
  #footer-content-area #footer-cont-about li:before, #footer-content-area #footer-cont-content li:before {
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    top: 7px;
    left: 10px;
}
  #footer-content-area #footer-cont-about li a, #footer-content-area #footer-cont-content li a {
    padding: 8px 12px 8px 14px;
    display: block;
    color: #fff;
}
  .footer-01{
    padding-bottom:0;
  }

  .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;
  }
  body.home #main_visual .wrap {
    padding-top: 0 !important;
    margin: 0;
}
body.home #main_visual p {
    font-size: 14px;
}
body.home #main_visual h2 {
    margin-bottom: 0;
}
  .post-title {
    font-size: 21px;
    margin-bottom: 20px;
  }

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

  body.home #main_visual {
    padding-bottom: 5px;
        background-image: URL("https://kakeizu.official.jp/wp-content/uploads/2017/11/top.jpg")!important;
    height: auto !important;
    background-size: contain;
    width: 100%;
    padding: 50px 10px 10px 10px;
}


 .post-content table{
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    display: block;
    white-space: nowrap;
  }
  #content {
}

body.home #front-contents .c_number {
    padding: 12px 12px 8px;
}
body.home #front-contents h3 {
    font-size: 24px;
}

body.home #front-service .front-service-inner .c_box {
    padding-top: 10px;
}
body.home #front-service .front-service-inner h3 {
    font-size: 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;
    margin-left: 0px;
  }

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

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

  /* header */
  #header {
  padding: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
  }
  #header .wrap {
    padding: 0;
    margin: 0 5px;
  }
  #header #logo {
    width:100px;
    height:auto;
    margin:0 auto;
  }
  #header #logo img {
    vertical-align: top;
  }
  #header #header-right {
    height: auto;
  }
  #header #header-primary-nav {
    display: none;
  }

  #header-nav-btn {
    display: block;
    width: 15%;
    position: absolute;
    top: 5%;
    right: 5%;
  }
  #header-nav-btn a {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 8px 0;
    width: 100%;
  }

  .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: 80px !important;
  }
  #gnav-sp ul {
    margin-bottom: 20px;
  }
  #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-loop article.post {
    border-top: 1px solid #e5e5e5 !important;
    margin-bottom: 20px;
}

body.home .front-loop .popular_post_box .wrap-a {
    display: block;
    border: none;
}

  body.home .front-loop .popular_post_box img {
    width: 45%;
    height: auto;
    float: left;
    margin-right: 10px;
}
body.home.color02 .front-loop .popular_post_box .p_date {
  }
  body.home #front-contents .c_text .c_btn a {
    width: 100%;
  }

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

  .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;
  }

  .post-content,
  .post-footer {
  padding: 5px;
  }

  .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 */
}


/* ----------------------------------------
* カラースキーム 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);
  /*background: #0063A2;*/
  color: #000;
}
body.home.color02 .front-loop {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}
body.home.color02 .front-loop h2 {
}
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 {
}
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 {
  color: #fff;
  background: #4D648D;
  font-weight: bold;

}
body.home.color02 #front-contents h3 {
}
body.home.color02 #front-contents .c_english {
  color: #005990;
}
body.home.color02 #front-contents .c_text .c_btn a {
  color: #fff;
  background: #4D648D;
  letter-spacing: 0.8pt;
  padding: 10px;
margin: 0 auto;
border: 1px solid;
border-radius: 0;
text-shadow: none;
}
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: #4D648D;
}
body.color02 form input[type="submit"],
body.color02 form button {
  background: #36373C;
  color: #fff;
}
body.color02 #header {
  background: #005990;
}
body.color02 #header a {
}
body.color02 .breadcrumb-area {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
body.color02 #gnav {
  background: #fff;
}
body.color02 #gnav ul li:hover a {
  background: #0069aa;
}

body.color02 #gnav ul li a {
  background: #fff;
}
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.current-menu-item a {
   color: #36373C;
}

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-width: 5px 1px 0 1px;
  -moz-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 0 1 repeat;
  -webkit-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 0 1 repeat;
  -o-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 0 1 repeat;
  border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 0 1 repeat;
}
body.color02 .post-header {
  border-bottom: 1px solid #e5e5e5;
    background-position: center;
  background-size: cover;
}
body.color02 .post-header .cat-name span {
  border: 2px solid #4D648D;
  color: #4D648D;
  font-weight: bold;
}
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: #4D648D;
}
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 {
}
/* 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 table {
  border: 1px #ddd solid;
  margin: 20px auto;
}
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: #fafafa;
    color: #4e4e4e;
}
body.color02 .post-cta .cta-post-title {
  border-bottom: 1px solid #eee;
}
body.color02 .post-cta .post-cta-btn a {
  background: #CD5153;
  color: #fff;
  border-bottom: 4px solid #555;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.8pt;
}
body.color02 .post-cta .post-cta-btn a:hover {
  background: #e76b6d;
}
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;
  text-decoration: none;
}
body.color02 .post-loop-wrap .post-footer a.morelink:hover{
  background: #4D648D;
  color: #fff;
}
body.color02 .pagination span, body.color02 .pagination a {
  color: #4D648D;
  font-weight: bold;
      margin-right: 10px;
      background: none;
}
body.color02 .pagination a:hover {
  color: #7db4e6;
      background: none;
}
body.color02 .pagination .current {
 color: #7db4e6;
}
body.color02 .side-widget .side-title {
  background: #4D648D;
  border: 1px solid #e4e4e4;
  font-weight: bold !important;
  color: #fff;;
}
body.color02 .side-widget a {
  color: #4e4e4e;
}
body.color02 .side-widget a:hover {
  color: #7db4e6;
}
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: #4e4e4e;
    font-size: 14px;
}
body.color02 #footer a {
  color: #4e4e4e;
  font-size: 14px;
}
body.color02 #footer a:hover {
  color: #ccc;
}
body.color02 #footer-brand-area {
  border-bottom: 1px solid #4e4e4e;
}
body.color02 .footer-01 {
  background: #fafafa;
}
body.color02 .footer-02 {
  background: #fff;
  color: #4e4e4e;
}
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;
}


body.color04 .pagetop span {
  background: #2b2b2b;
}
body.color04.single-lp #lp-header{
  background: #fb5235;
}



/* h2 2016.12.20 */

@media screen and ( max-width: 1200px ){
  .post-content h2 {
    margin: 80px 0 32px -46px;
    padding: 16px 16px 16px 36px;
  }
}

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

/* 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;
  }
}
/* ----------------------------------------
* kakeizu.css
---------------------------------------- */
h1.post-title{
text-align: center;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    letter-spacing: 10px;
    margin-bottom: 0;
    color: #fff;
  text-shadow: 0px 0px 3px #555;
  font-size: 30px;
}
/* ----------------------------------------
* プランページ（ベース）
---------------------------------------- */
.service_top #kakeizu_lp_bodu_table{
	width:80%;
	margin-bottom:40px;
}
.plan_box{
      background-color: #fff;
      padding: 30px;
      margin-bottom: 80px;
    }


.plan_box h2{
  border-right: 10px solid #131D2A;
  margin: 100px -40px 32px -40px;
    }

.plan_box table{
 width: 100%;
     }

.plan_box table th{
text-align: center;
     }

     .plan_box table td{
text-align: center;
     }

.plan_box_right{
  width: 45%;
display: inline-block;
 vertical-align: top;
 margin-top: 30px;
}

.plan_box_left{
  width: 50%;
 display: inline-block;
 vertical-align: top;
  margin-top: 30px;
}

.plan_box_left .title{
    padding-left: 15px;
  }


.plan_box_right .title{
    padding-left: 15px;
}

.plan_box_right ul{
font-size: 14px;
margin-left:0;
}

.plan_box_left ul{
font-size: 14px;
margin-left:0;
}

/* ----------------------------------------
* プランページ(各カラー)
---------------------------------------- */
.plan_box i{
  padding-right: 3px;
}
.plan_box .copy{
  font-size: 14px;
}

.plan_box_1{
   border-top: solid 5px #9CC4B2;
      border-bottom:solid 5px #9CC4B2;
}

.plan_box_1 h2{
  border: none;
    background:#fff !important;
    margin: 0;
  color: #9CC4B2;
      font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    padding: 30px;
    }

    .plan_box_1 h2 i{
      margin-right: 10px;
      margin-left: -10px;
    }

.plan_box_1 .plan_box_left .title{
  color: #9CC4B2;
      border-left: 5px solid #9CC4B2;
}

.plan_box_1 .plan_box_right .title{
  color: #9CC4B2;
      border-left: 5px solid #9CC4B2;
}

.plan_box_1 table th{
  background: #9CC4B2 !important;
     }


.plan_box_2{
   border-top: solid 5px #7db4e6;
      border-bottom:solid 5px #7db4e6;
}

.plan_box_2 h2{
   border: none;
    background:#fff !important;
    margin: 0;
  color: #7db4e6;
      font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    padding: 30px;
    }
    
    .plan_box_2 h2 i{
      margin-right: 10px;
      margin-left: -10px;
    }

.plan_box_2 .plan_box_left .title{
  color: #7db4e6;
      border-left: 5px solid #7db4e6;
}

.plan_box_2 .plan_box_right .title{
  color: #7db4e6;
      border-left: 5px solid #7db4e6;
}

.plan_box_2 table th{
  background: #7db4e6 !important;
     }


.plan_box_3{
   border-top: solid 5px #4D648D;
      border-bottom:solid 5px #4D648D;
}

.plan_box_3 h2{
  border: none;
    background:#fff !important;
    margin: 0;
  color: #4D648D;
      font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    padding: 30px;
    }
    
    .plan_box_3 h2 i{
      margin-right: 10px;
      margin-left: -10px;
    }

.plan_box_3 .plan_box_left .title{
  color: #4D648D;
      border-left: 5px solid #4D648D;
}

.plan_box_3 .plan_box_right .title{
  color: #4D648D;
      border-left: 5px solid #4D648D;
}

.plan_box_3 table th{
  background: #4D648D !important;
     }

 .plan_box_4{
   border-top: solid 5px #b33739;
      border-bottom:solid 5px #b33739;
	 position: relative;
}

.plan_box_4 h2{
    border: none;
    background:#fff !important;
    margin: 0;
  color: #CD5153;
      font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    padding: 30px;
    }
    
    .plan_box_4 h2 i{
      margin-right: 10px;
      margin-left: -10px;
    }

.plan_box_4 .plan_box_left .title{
  color: #CD5153;
      border-left: 5px solid #CD5153;
}

.plan_box_4 .plan_box_right .title{
  color: #CD5153;
      border-left: 5px solid #CD5153;
}

.plan_box_4 table th{
  background: #CD5153 !important;
     }

#plan_box_top_title{
  text-align: center;
  margin: 0;
  background: none;
  border: none;
  color: #4E4E4E;
font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;

}
#plan_box_top_box{
  margin: 20px 0 50px 0; 
}
#plan_box_top_box li{
display: inline-block;
font-weight: bold;
width: 45%;
text-align: center;
margin: 10px;
}
#plan_box_top_box a{
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.8pt;
}

#plan_box_top_box1{
  background: #9CC4B2;
  border-bottom: 3px solid #999;
  border-radius: 5px;
}
#plan_box_top_box2{
  background: #7db4e6;
  border-bottom: 3px solid #999;
  border-radius: 5px;
}

#plan_box_top_box3{
  background: #4D648D;
  border-bottom: 3px solid #999;
  border-radius: 5px;
}
#plan_box_top_box4{
  background: #CD5153;
  border-bottom: 3px solid #999;
  border-radius: 5px;
}

.plan_box_detail{
padding: 10px;
    display: inline-block;
    margin: 0 2%;
    margin-top: 20px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none !important;
    width: 46%;
}
.plan_box_from{
padding: 10px;
    display: block;
    margin: 0px auto;
    margin-top: 25px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none !important;
    width: 96%;
    border-bottom: 3px solid #999;
}
#color1,.plan_box_detail{
  background: #9CC4B2;
  border-bottom: 3px solid #999;
}
#color2,.plan_box_detail{
  background: #7db4e6;
    border-bottom: 3px solid #999;
}
#color3,.plan_box_detail{
  background: #4D648D;
    border-bottom: 3px solid #999;
}
#color4,.plan_box_detail{
  background: #CD5153;
    border-bottom: 3px solid #999;
}
.plan_box.plan_detail_1 h3,.plan_box.plan_detail_2 h3{
  margin-bottom:10px;
  font-size:16px;
  font-weight:bold;
}
/* ----------------------------------------
* 家系図紹介ページ　セール部分
---------------------------------------- */
.plan_sale{
  padding-top:0;
}
.plan_sale h2{
  background:#deb887;
  text-align:center;
  border:none;
  font-size:16px;
  margin:0 -30px 20px -30px;
  font-weight:bold;
}
/* ----------------------------------------
* お届けまでの流れ
---------------------------------------- */
  .plan_box.flow{
   border-style: solid;
border-width: 5px 1px 5px;
-moz-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5  repeat;
-webkit-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5 repeat;
-o-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5 repeat;
border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5 repeat;
  }

  .plan_box h3{
    margin: 0;
    border-bottom: none !important;
    padding: 0;
  }


.plan_box.flow table{
  margin-bottom: 100px;
}

.plan_box.flow h2{
    letter-spacing: 3px;
  border-left: none ;
  border-right: none ;
  border-bottom: solid 1px #4D648D;
  text-align: center;
  background: #fff ;
  box-shadow: none;
  margin: 0 0 20px;
  color: #4D648D ;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.plan_box.flow h3{
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size:22px;
}

  .flow_icon{
    margin-bottom: -10px !important;
    margin-top: 30px;
  }

.flow_box{
      padding: 0.5em 1em;
    border-top: solid 2px #4D648D;
  width: 100%;
  position: relative;
      margin-top: 10px;
      margin-bottom: 10px;
      background: #e0edff;
}


.flow_box .left h4{
  border-left: none !important;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  color: #4D648D;
}

.left .span_box{
  vertical-align: middle;
  text-align: center;
  width: 25px;
  height: 25px;
  display: inline-block;
  color: #fff;
  background-color: #4D648D;
  margin-right: 10px;
  padding-top: 5px;
}

.flow_box .left{
  width: 68%;
  display: inline-block;
}

.flow_box .right{
  top: 0;
  right: 0;
  bottom: 0;
  width: 30%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}

.flow_box.blue{
    background: #e8e8e8;
    border-top: solid 2px #4E4E4E;
}
.flow_box.blue .left h4{
    color: #4E4E4E;
}

.flow_box.blue .left span{
    background-color: #4E4E4E;
}

/* ----------------------------------------
* Q&A
---------------------------------------- */
.plan_box.qa{
   border-style: solid;
border-width: 5px 1px 5px;
-moz-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5  repeat;
-webkit-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5 repeat;
-o-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5 repeat;
border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5 repeat;
}

.plan_box.qa h2{
    letter-spacing: 3px;
  border-left: none ;
  border-right: none ;
  border-bottom: solid 1px #4D648D;
  text-align: center;
  background: #fff ;
  box-shadow: none;
  margin: 0 0 20px;
  color: #4D648D ;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.plan_box.qa label span{
  vertical-align: middle;
  text-align: center;
  width: 25px;
  height: 25px;
  display: inline-block;
  color: #fff;
  background-color: #4D648D;
  margin-right: 10px;
  padding-top: 3px;
}

.plan_box.qa ul{
  list-style: none;
  margin-left: 0;
  padding: 0;
}

.plan_box.qa label {
  display: block;
    padding: 10px;
    font-weight: bold;
    background-color: #efefef;
    cursor :pointer;
}


.plan_box.qa label:hover {
    color: #4D648D ;
}
.plan_box.qa input {
    display: none;
}
.plan_box.qa .answer{
  margin-top: -15px;
  width: 90%;
  display: block;
  margin: 0 auto ;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.plan_box.qa input:checked ~ .answer {
    padding: 0 0 30px;
    height: auto;
    opacity: 1;
}

/* ----------------------------------------
* voice
---------------------------------------- */
.plan_box.voice{
  height: 650px;
  vertical-align: top;
  margin-left: 4%;
  display: inline-block;
  position: relative;
  width: 45%;
     border-style: solid;
border-width: 5px 1px 5px;
-moz-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5  repeat;
-webkit-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5 repeat;
-o-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5 repeat;
border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5 repeat;
}
.plan_box.voice .img{
  margin: -30px -30px 0 -30px;
}

.plan_box.voice .title{
  border-bottom: solid 1px;
  padding-bottom: 5px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 110%;
  margin-top: 20px;

}

.plan_box.voice .text{
  margin:15px 0 15px 0 ; 
  font-size: 90%;
}

.plan_box.voice .data{
position: absolute;
bottom:10px;
right: 30px;
    font-size: 90%;
}
/* ----------------------------------------
* case
---------------------------------------- */
.plan_box.case{
  padding-top: 0;
   border-style: solid;
border-width: 5px 1px 5px;
-moz-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5  repeat;
-webkit-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5 repeat;
-o-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5 repeat;
border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5 repeat;
}
.plan_box.case .img{
  margin: 0px -30px 0 -30px;
}

.plan_box.case .copy{
    color: #4D648D ;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    text-align: center;
    margin: 20px 20px -5px 0px;
}

.plan_box.case h2{
    letter-spacing: 3px;
  border-left: none ;
  border-right: none ;
  background: #fff ;
  margin: 0 auto;
  color: #4D648D ;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  text-align: center;
}

.plan_box.case .text{
  padding: 0 25px;
}

/* ----------------------------------------
* カテゴリー
---------------------------------------- */
h1.cat{
      margin-bottom: 0;
    text-align: center;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    letter-spacing: 10px;
}

/* ----------------------------------------
* 事務所概要
---------------------------------------- */
.plan_box.abouts{
     border-style: solid;
border-width: 5px 1px 5px;
-moz-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5  repeat;
-webkit-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5 repeat;
-o-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5 repeat;
border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5 repeat;
}

/* ----------------------------------------
* single
---------------------------------------- */
.wrap.single #main{
  margin-top: 10px;
}

.wrap.single #main .post{
border-style: solid;
border-width: 5px 1px 5px;
-moz-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5  repeat;
-webkit-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5 repeat;
-o-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5 repeat;
border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5 repeat;
}

.wrap.single #main .post h1{
margin-bottom: 0;
text-align: left;
text-shadow: none;
color: #494949;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
letter-spacing: 0;
font-weight: bold;
}


.wrap.single #main .post h2{
padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
color: #494949;/*文字色*/
background: #f4f4f4;/*背景色*/
border-left: solid 5px #7db4e6;/*左線*/
border-bottom: solid 3px #d7d7d7;/*下線*/
margin: 0 0 20px;
letter-spacing: 0.8pt;
font-size: 22px;
font-weight: bold;
}

.wrap.single #main .post h3{
  padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #494949;/*文字色*/
letter-spacing: 0.8pt;
background: transparent;/*背景透明に*/
border-left: solid 5px #7db4e6;/*左線*/
font-size: 18px;
font-weight: bold;
}

.wrap.single #main .post h4{
padding: 0;
    color: #494949;
    letter-spacing: 0.8pt;
    background: transparent;
    border-left: none;
    font-size: 17px;
    font-weight: bold;
	position: relative;
padding-left: 1.2em;/*アイコン分のスペース*/
line-height: 1.4;
}
.wrap.single #main .post h4:before{
font-family: FontAwesome;
content: "\f00c";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 0;/*アイコンの位置*/
top: 0;/*アイコンの位置*/
color: #7db4e6; /*アイコン色*/
}

/* ----------------------------------------
* form
---------------------------------------- */
.plan_box.contact{
border-style: solid;
border-width: 5px 1px 5px;
-moz-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5  repeat;
-webkit-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5 repeat;
-o-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5 repeat;
border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5 repeat;
}

.plan_box.contact input[type="submit"][disabled],#kakeizu_lp_form_box input[type='submit'][disabled]{
    background:#DCDCDC;
}
input[type='submit'][disabled]:hover{
    cursor:not-allowed;
    opacity: 1;
}
.plan_box.contact input[type="submit"], .plan_box.contact input[type="button"]{
  font-size: 18px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 0.5em 4em;
  color: #fff;
  letter-spacing: 5px;
  text-decoration: none;
  background: #4D648D;/*ボタン色*/
  border-right: none;
    border-top: none;
      border-left: none;
  border-bottom: solid 2px #919598;
  border-radius: 3px;
  font-weight: bold;
  margin-top: 30px;
}
.plan_box.contact input[type="submit"]:active, .plan_box.contact input[type="button"]:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.plan_box.contact .navi{
  text-align: center;
  margin: 50px 0 40px;
}

.plan_box.contact{
  border-style: solid;
  border-width: 5px 1px 5px;
  -moz-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5  repeat;
  -webkit-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5 repeat;
  -o-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5 repeat;
  border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 1 5 repeat;/*線を消す*/
    }



.plan_box.contact input[type="submit"]:active, .plan_box.contact input[type="button"]:active{
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;/*線を消す*/
    }

.plan_box.contact .navi{
  text-align: center;
  margin: 50px 0 40px;/*線を消す*/
    }
ol.stepBar {
  display: flex;
  max-width: 400px;
  position: relative;
  margin: 20px auto;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

.stepBar li {
  font-size: 14px;
  list-style: none;
  position: relative;
  width: 33.333%;
  font-weight: bolder;
}
.stepBar li:after {
  background: #D0E1F9;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
}
.stepBar li:first-child:after {
  display: none;
}
.stepBar li span {
  background: #D0E1F9;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.stepBar .visited:after {
  background: #4D648D;
}
.stepBar .visited span {
  background: #4D648D;
}
/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
    width: 100%;
}
/*一行ごとに上ボーダー*/
.table-res-form tr {
    border-top: 1px #DDD solid;
}
/*一番上の行だけボーダーなし*/
.table-res-form tr:first-child {
    border-top: none;
}

/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
    padding: 1.5em;
}
/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-res-form th {
    text-align: right;
    width: 30%;

}
/*「必須」部分のスタイリング*/
.table-res-form .requied {
    font-size: 0.8em;
    color: #4D648D;
    background: #fff;
    display: inline-block;
    padding: 0.3em 0.3em 0.1em;
    border-radius: 2px;
    float: left;
    border: solid 1px #4D648D;
       font-weight: bolder;
  }
/*各入力フォームスタイリング*/
.table-res-form input[type="text"], input[type="email"], textarea {
    border: 1px #89BDDE solid;
    padding: 0.5em;
    border-radius: 5px;
/*     margin-bottom: 0.5em; */
    width: 100%;
}
/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background: none;
}

@media screen and (max-width:768px) { /*600px以下(スマホ用)*/
table, tbody, tr, th, td {
display: block;
width: 100% !important; /*スマホ画面*/
}
.plan_box.contact{
  padding: 10px;
}

}

#header-contact a:hover{
  color: #fff;
  background-color: #4D648D;
}
.table-res-form th{
  font-weight: bold;
}
span.wpcf7-list-item {
    display: block !important;
    margin: 0.2em 0 0 1em !important;
    text-align: left;
}
.form_payment input[type=checkbox]{
  display: none;	
}
.form_payment input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  opacity: 1;
}
input[type=radio]{
  display: none;
}
input[type=checkbox]{
	position:absolute;
    top: 18px;
    left: 20px;
}
#form_checkbox{
    text-align: center;
	    width: 400px;
    margin: 0 auto;
}
.wpcf7-list-item-label {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox{
  font-size: 90%;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  display: inline-block;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox:hover, .wpcf7-list-item-label:hover{
  background-color: #e0edff;
}
.wpcf7-list-item-label:hover:after{
  border-color: #4D648D;
}
.wpcf7-list-item-label:after{
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.wpcf7-list-item-label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4D648D;
  content: '';
  opacity: 0;
}


input[type=radio]:checked + .wpcf7-list-item-label:before {
  opacity: 1;
}

.wpcf7-validates-as-required{
font-size: 16px;
}

/* ----------------------------------------
* footer top
---------------------------------------- */
.footer-00{
  border-top: solid 3px #f9f9f9;
  padding: 100PX 25px;
  background-color: #fefefe;
}

.footer-00 p{
  color: #4D648D;
  text-align: center;
  letter-spacing: 3px;
      font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
font-size: 22px;
}

.footer-00 a{
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  display: block;
  padding: 0.5em 4em;
  color: #fff !important;
  letter-spacing: 5px;
  text-decoration: none;
  background: #4D648D;
  border-bottom: solid 4px #444;
  border-radius: 3px;
  font-weight: bold;/*線を消す*/
    }

.footer-00 a:active{
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;/*線を消す*/
    }

.footer-00 a{
  width: 60%;
margin: 0 auto;
text-align: center;
 font-size: 18px;
  display: block;
  padding: 0.5em 4em;
  color: #fff !important;
  letter-spacing: 5px;
  text-decoration: none;
  background: #4D648D;/*ボタン色*/
  border-bottom: solid 4px #444;
  border-radius: 3px;
  font-weight: bold;
}
.footer-00 a:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
    }


/* ----------------------------------------
* footer top
---------------------------------------- */
 #header-contact a{
  color: #4D648D;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  z-index: 100;
  top: 25px;
  right: 40px;
  padding: 10px;
  text-decoration: none;
  border: solid 1px #4D648D;/*線を消す*/
    }

#header-contact a:hover{
  color: #fff;
  background-color: #4D648D;/*線を消す*/
    }

.footer-00{
  border-top: solid 3px #f9f9f9;
  padding: 100PX 25px;
  background-color: #fefefe;/*線を消す*/
    }

.footer-00 p{
  color: #4D648D;
  text-align: center;
  letter-spacing: 3px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 22px;/*線を消す*/
    }
.footer-logo.gr6 img{
  width: 30%;
}

/* ----------------------------------------
* header
---------------------------------------- */
#gnav ul li a span{
  display: block;
  color: #CD5153;
  letter-spacing: 3px;
  font-size: 50%;
}
/* ----------------------------------------
* front-case
---------------------------------------- */
#front-case .category_title.main_title.front-cont-header{
  background: none;
  border: none;
}
#front-case{
  padding-bottom: 10px;
}
.c-case{
  width: 30%;
  display: inline-block;
  margin-left:2.5%;
  margin-bottom: 20px;
}
.c-case img:hover{
  opacity: 0.8;
}

#front-case .c-case p{
  text-align: center;
margin-top: 10px;
  display: block;
    color: #4e4e4e !important;
font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 15px;
}
/* ----------------------------------------
* 投稿内のリンクボックス
---------------------------------------- */
.kakeizu_box_link{
background-color: #f5f5f5;
    padding: 0.5em;
    text-decoration: none !important;
    font-weight: bold;
    /* letter-spacing: 0.4px; */
    /* padding-left: 12%; */
    width: 85%;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    border-left: solid 2.5em #5c9ee7;
    /* left: 20%; */
}
.kakeizu_box_link:hover{
  background-color: #7db4e6;
  color: #f5f5f5;
}
.kakeizu_box_link i{
    /* display: block; */
    /* font-size: 150%; */
    /* background-color: #4D648D; */
    color: #fff;
    /* width: 11%; */
    top: 50%;
    left: -1.7em;
    padding: 0em;
    /* text-align: center; */
    /* height: 100%; */
    position: absolute;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* ----------------------------------------
* kakeizu_startページ
---------------------------------------- */
body.color02 .post-header.post-header.kakeizu_start{
padding: 170px 64px 170px;

}

h1.post-title.kakeizu_start{
text-shadow: 0px 0px 2px #000,0px 0px 2px #000;
color: #fff;
letter-spacing: 2px;
font-size: 200%;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wrap.clearfix.kakeizu_start{
margin: 0 !important;
width: 100% !important;
margin-top: -30px !important;
}
.post-content.kakeizu_start{
padding: 0 !important;
}
.section1{
background-color: #4D648D;
}
.back1{
max-width: 900px;
margin: 0 auto;
}
#kakeizu_start_title{
 vertical-align: middle;
font-size: 30px;
font-weight: bolder;
text-align: center;
color: #fff;
 width: 50%;
 text-shadow: 0px 0px 2px #4D648D,0px 0px 2px #4D648D;
 display: table-cell;
   background: url("https://kakeizu.official.jp/wp-content/uploads/2017/11/kakeizu_start_title.png") no-repeat;
   background-position: center;
   background-size: 40%;
}
#kakeizu_start_copy{
display: table-cell;
width: 50%;
font-weight: bold;
font-size: 16px;
padding: 80px;
color: #fff;
text-align: justify;
letter-spacing: 1px;
}

.back2,.back3{
margin: 0 auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 800px;
}
.back2 .kakeizu_start_back_step,.back3 .kakeizu_start_back_step{
  font-weight: bold;
  font-size: 90%;
    padding: 2px;
  background-color: #7db4e6;
  color: #fff;
  margin: 0 auto;
  margin-top: 20px;
  width: 65px;
  text-align: center;
  letter-spacing: 1px;
   border-radius: 5px;        
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.kakeizu_start_back_step.more{
  background-color: #CD5153;
}
.back2 h2{
  width: 50%;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  border: none;
  border-bottom: 3px solid #4D648D;
  background:none;
  color:  #4D648D;
}
.back2 h2 i{
  font-size: 70%;
  margin-left: -15px;
}
.back2_text{
  width: 50%;
  margin: 0 auto;
  font-weight: bold;
  margin-top: 20px;
letter-spacing: 1px;
  text-align: justify;
    color:  #4D648D;
}
.back2 a{
  margin-top: 30px;
  margin-bottom: 30px;
  width:60%;
  background-color: #e5e5e5;
}


.back3 h2{
    width: 50%;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  border: none;
  border-bottom: 3px solid #fff;
  background:none;
  color:  #fff;
}
.back3 h2 i{
    font-size: 70%;
  margin-left: -15px;
}

.back3_text{
    width: 50%;
  margin: 0 auto;
  font-weight: bold;
  margin-top: 20px;
letter-spacing: 1px;
  text-align: justify;
  color:  #fff;
}
.back3 a{
    margin-top: 30px;
  margin-bottom: 30px;
  width:60%;
  background-color: #f9f9f9;
}


/* ----------------------------------------
* アーカイブ追加css
---------------------------------------- */
.post-loop-wrap{
    width: 66%;
}
.post-loop-wrap .post-header{
  padding: 0px;
}
.post-loop-wrap .post-meta-area .post-meta .date{
  font-size: 80%;
  padding: 5px;
  margin-right: 10px;
      float: left;

}
.post-loop-wrap .post-title{
  padding: 10px;
  height: 65px;
}

.post-loop-wrap .ablock{
    display: inline-block;
margin: 0 0 20px;
  text-decoration: none;
}

.post-loop-wrap .ablock:hover{
     box-shadow: 0 5px 8px 3px rgba(0,0,0,.2); 
}
/* ----------------------------------------
* サイドバー追加css
---------------------------------------- */
.side-widget-inner{
  letter-spacing: 0.4pt;
}
.side-widget-inner .postviews{
  font-weight: bold !important;
  background: #fff;
  padding: 0px 20px!important;
}
.side-widget-inner .postviews li a{
  display: block;
}

#side_recommended{
  padding: 20px;
  background: #fff;
}
#side_recommended_top{
  background:url("https://kakeizu.official.jp/wp-content/uploads/2018/02/kakeizu_a4.jpg")no-repeat;
  background-position: center;
  background-size: contain;
height: 200px;
}
#side_recommended_text{
  text-align: center;
  font-weight: bolder;
  font-size: 20px;
  color: #7db4e6;
  margin-top: 20px;
}

#side_recommended p {
  padding: 15px 30px;
  font-weight: bold;
  text-align: justify;
}
#side_recommended .button{
  display: block;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  width: 100%;
  background:#7db4e6;
  color: #fff;
    border-bottom: solid 3px #4D648D;
  border-radius: 3px;
}
#side_recommended .button:hover{
  background: #4D648D;
}

/* ----------------------------------------
* cta追加css
---------------------------------------- */
.wrap.single #main .post h4.cta-post-title{
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.8pt;
  padding: 10px 0;
  border: none;
  background: #4D648D;
}
/* ----------------------------------------
* 投稿下人気の記事css
---------------------------------------- */
.post-share h3{
    text-align: center;
    /* font-size: 22px !important; */
    border: none !important;
    padding: 0 !important;
	margin-bottom:10px;
}
.wpp-list{
  padding: 0;
}

.wpp-list li{
  width: 23%;
  display: inline-block;
  margin: 6px;
  margin-top: 13px;
  vertical-align: top;;
}


.wpp-list .wpp-post-title{
  font-weight: bold;
display: block;
font-size: 14px;
}

/* ----------------------------------------
* plan_detail
---------------------------------------- */
.plan_detail_1 h2{
background: none;
color: #4D648d;
border: none;
margin: 0 0 20px 0;
letter-spacing: 0.8pt;
font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.plan_detail_1 h2 i{
  margin-left: -30px;
}


.plan_detail_1 .lede span{
  border-bottom: 2px solid;
  display: inline-block;
}
.plan_detail_1 .lede{
color: #4D648D;
letter-spacing: 0.4pt;
}

.plan_detail_1 ul {
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  width: 40%;
margin: 0 auto;
margin-bottom: 30px;
font-size: 14px;
font-weight: bold;
}

.plan_detail_1 ul li {
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

.plan_detail_1 ul li:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #4D648D; /*アイコン色*/
}

.plan_detail_1,.plan_detail_2{
 border-style: solid;
  border-width: 5px 0 5px;
  -moz-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 0 5 repeat;
  -webkit-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 0 5 repeat;
  -o-border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 0 5 repeat;
  border-image: url(https://kakeizu.official.jp/wp-content/uploads/2017/11/h1bg.jpg) 5 0 5 repeat;/*線を消す*/
}

.plan_detail_box{
  width: 45%;
  display: inline-block;
  margin: 5px 20px 10px 10px;
  vertical-align: top;
}
.plan_detail_box img{
  width: auto;
  height: 300px;

}
.plan_detail_box .lede{
  margin: 10px 0 0 0;
  padding: 0;
}
.plan_detail_box .copy{
  margin: 0;
  padding: 10px 30px;
  text-align: justify !important;
  font-size: 14px;
}
.plan_detail_box .click{
font-weight: bold;
font-size: 11px;
text-align: right;
color: #7db4e6;
}


.plan_detail_2 h2{
background: none;
color: #CD5153;
border: none;
margin: 0 0 20px 0;
letter-spacing: 0.8pt;
font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;

}
.plan_detail_2 h2 i{
  margin-left: -30px;
}


.plan_detail_2 .lede span{
  border-bottom: 2px solid;
  display: inline-block;
}
.plan_detail_2 .lede{
color: #CD5153;
letter-spacing: 0.4pt;
}

.plan_detail_2 ul {
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  width: 40%;
margin: 0 auto;
margin-bottom: 30px;
font-size: 14px;
font-weight: bold;

}

.plan_detail_2 ul li {
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

.plan_detail_2 ul li:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #CD5153; /*アイコン色*/
}
/* ----------------------------------------
* タグクラウド
---------------------------------------- */
.side-widget-inner .tagcloud{
    background: #fff;
    padding: 0px 20px !important;
}
.side-widget-inner .tagcloud a{
}
/* ----------------------------------------
* front cont loop
---------------------------------------- */
.category_title.main_title.front-cont-header{
  position: relative;
  text-align: center;
  padding: 30px 0;
  letter-spacing: 0.8pt;
}
.category_title.main_title.front-cont-header .cont-icon{
  font-size: 28px;
}
.category_title.main_title.front-cont-header .cont-title{
    margin: 0;
    border: none;
    padding: 0;
        font-size: 20px;
       font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-weight: normal;
}
.category_title.main_title.front-cont-header .cont-ruby{
  font-size: 13px;
    margin: 0;
    color: #CD5153;
    letter-spacing: 2px;
    font-weight: normal;
}
#recent_post_content{
  background: none;
  border: none;
}
body.home .front-loop article.post h3{
  padding:5px 10px 10px 10px; 
  font-size: 13px;
  height: 50px;
}
body.home .front-loop article.post .p_category{
  margin: 5px 0 0 0; 
  font-size: 11px;
    padding: 2px 10px;
  background: #4D648D !important;
}


/* ----------------------------------------
* kakeizumonogatari
---------------------------------------- */
.wrap.clearfix.kakeizumonogatari{
margin: 0 !important;
width: 100% !important;
margin-top: -30px !important;
}
.post-content.kakeizumonogatari{
  padding: 0 !important;
}

#kakeizumonogatari_top_box li{
  display: inline-block;
    font-weight: bold;
    width: 30%;
    text-align: center;
  margin: 10px;
  }

#kakeizumonogatari_top_box li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.8pt;
        background: #7db4e6;
    border-bottom: 3px solid #999;
    border-radius: 5px;
  width: 100%;
  }

#kakeizumonogatari_top_box li a:hover{
  background: #4D648D;
}

.wrap.clearfix.kakeizumonogatari h2{
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
font-weight: normal;
border-bottom:0;
margin-top: 20px;
font-size: 32px;
padding: 0;
}
.kakeizumonogatari_concept_box{
  background-image: URL("https://kakeizu.official.jp/wp-content/uploads/2017/11/kakeizumonogatari_top.jpg");
  height: 900px;
  background-position: bottom;
  background-size: cover;
}
.kakeizumonogatari_concept_box .lede{
margin: 50px;
text-align: center;
font-size: 24px;
font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
color: #fff;
}

.kakeizumonogatari_concept_box .back3_text{
  font-weight: normal;
  margin-bottom: 50px;
}

.kakeizumonogatari_reason_box{
width: 44%;
display: inline-block;
vertical-align: top;
margin:50px 0 20px 40px;
}

.kakeizumonogatari_reason_box h3{
    border-bottom: 0 !important;
text-align: center;
font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
color: #4D648D;
margin: 0;
}

.kakeizumonogatari_reason_box .reason_box_p{
text-align: justify;
padding: 0 10px 0 10px;
height: 400px;
}

.kakeizumonogatari_reason_box a{
  font-weight: bold;
    width: 70%;
    text-align: center;
      display: block;
    padding: 8px;
    text-decoration: none;
    color: #fff !important;
    letter-spacing: 0.8pt;
        background: #7db4e6;
    border-bottom: 3px solid #999;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 20px;

}
.kakeizumonogatari_reason_box a:hover{
    background: #4D648D;
}


#kakeizumonogatari_comparison_table{
  margin: 40px auto;
}
#kakeizumonogatari_comparison_table tbody th,#kakeizumonogatari_comparison_table tbody td{
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.8px;
  padding: 10px 20px;
}

#kakeizumonogatari_comparison_table tbody td{
    background: #fff;
}

.kakeizumonogatari_comparison_point{
  color: #fff;
  padding: 40px 0 40px 0;
}

.comparison_point_top{
  text-align: center;
  margin: 0 auto;
font-size: 13px;
letter-spacing: 0.8pt;
background: #7db4e6;
    letter-spacing: 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 200px;
    padding: 2px;
}

.kakeizumonogatari_comparison_point h3{
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  text-align: center;
  border: none !important;
  margin: 0;
}

/* ----------------------------------------
* policy
---------------------------------------- */
#policy h2{
  width: 100%;
}
#policy p,#policy_top{
  margin: 20px;
}
#policy_top{
  font-weight: bold;
  text-align: center;
}
#policy_law,#policy_about{
  background: #eee;
  padding: 5px;
  margin: 20px 40px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #ddd;
}

/* ----------------------------------------
* privacy
---------------------------------------- */
#privacy{
  background: #fff;
  padding: 50px 0
}
#privacy h2{
  width: 100%;
  text-align: left;
 margin:50px 0 10px 0; 
  padding: 0;
  font-size: 18px;
  font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

/* ----------------------------------------
* line
---------------------------------------- */
.balloon1 {
  z-index: 1;
  bottom: -52px;
  left: 30px;
  position: fixed;
  color: #555;
  background: #e0edff;
  padding: 7px 10px;
  border-radius: 15px;
}
.balloon1 #line_text{
  color: #00bb00;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
}
.balloon1 #line_icon{
  width: 140px;
  margin: 2px auto;
}

.balloon1:before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}
/* ----------------------------------------
* front-top-copy
---------------------------------------- */
#front-top-copy{
  background-color: #fff;
   height: auto;
  padding-bottom: 80px;
  letter-spacing: 0.8pt;
      font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;

}
#front-top-copy p{
  width: 80%;
  margin: 0 auto;
  padding-top:150px;
  padding-bottom: 100px; 
  text-align: center;
  font-size: 18px;
}
#front-top-copy #front-top-copy-link span{
position: absolute;
right: 10px;
}

#front-top-copy #front-top-copy-link{
  position: relative;
  display: block;
  width: 250px;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
border: 1px solid;
    text-decoration: none;
}

#front-top-copy #front-top-copy-link:hover{
background: #4D648D;
color: #fff;
}

#front-top-copy .scroll{
  position: relative;
  top: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

#front-top-copy .scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2.5s infinite;
    animation: sdb 2.5s infinite;
    box-sizing: border-box;
  }
/* ----------------------------------------
* kakeizu_lp
---------------------------------------- */
#kakeizu_lp_body_service_wrap.kakeizu_point_lp{
	padding:100px 40px 50px 40px; 
	margin-bottom:50px;
}
#kakeizu_lp h2,#kakeizu_lp h3{
  color: #4e4e4e;
  background: none;
  margin: 0;
  border: none;
}
#kakeizu_lp_op{
  margin-top: 30px;
background-image: URL("https://kakeizu.official.jp/wp-content/uploads/2017/11/top.jpg");
    background-size: cover;
        background-position: top;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
       height: 700px;
}

#kakeizu_lp_op_sub{
  display: block;
  width: 270px;
padding-top: 30px;
float: left;
padding-left: 30px;
}

#kakeizu_lp_op_head{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  text-shadow: 0 0 1px #fff,0 0 2px #fff,0 0 3px #fff,0 0 4px #fff,0 0 5px #fff,0 0 6px #fff;
}

#kakeizu_lp_op_head h1{
  font-size: 40px;
  padding-top: 300px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

#kakeizu_lp_body{
  width: 1024px;
  margin: 0 auto;

}
#kakeizu_lp_body_fix{
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-top: -50px; 
  background-color: #fff;
  padding: 40px 0 20px 0;
  text-align: center;
  font-size: 26px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;  
 box-shadow: 0 0px 20px rgba(0,0,0,0.2);
}
#kakeizu_lp_body_fix p{
  padding-bottom: 20px;
}
#kakeizu_lp_body_fix p span{
  font-size: 30px;
  color: #CD5153;


}
#kakeizu_lp_body_case{
  margin: 0 auto;
  padding: 20px 0;
}
#kakeizu_lp_body ul li{
  display: inline-block;
    width: 250px;
  margin: 0 0 30px 50px;
}
#kakeizu_lp_body_case_title{
  font-size: 28px;
  padding: 40px 0 ;
  text-align: center;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;

}
#kakeizu_lp_body_case_title .under{
background: linear-gradient(transparent 75%, #7db4e6 75%);
}
#kakeizu_lp_body_case ul li p{
  text-align: center;
 font-weight: bold;
  font-size: 18px;
  padding-top: 5px;
}
#kakeizu_lp_body_service{
  margin: 0 auto;
  padding: 20px 0;
}



#kakeizu_lp_body_service_title{
  text-align: center;
background: #e0edff;
  transform:skew(0deg, -2deg);
  margin:0 -200%;
padding:60px 200%;
}
#kakeizu_lp_body_service h2{
  transform:skew(0deg, 2deg);
}
#kakeizu_lp_body_service h2 .under{
background: linear-gradient(transparent 75%, #7db4e6 75%);
}

#kakeizu_lp_body_service_wrap{
  background: #fff;
  padding: 100px 0 50px 0;
  margin-top: -50px;
   box-shadow: 0 0px 20px rgba(0,0,0,0.2);
}
#kakeizu_lp_body_service_wrap ul {
  margin:0 auto;
  padding:0 40px;
}
#kakeizu_lp_body_service_wrap ul li{
    display: list-item;
    width: 250px;
    margin: 0;
}
#kakeizu_lp_body_service_wrap .plan_box h2{
      transform: none;
  font-size: 26px; 
     padding: 30px;
}


#kakeizu_lp_body_service_wrap ul li .kakeizu_lp_body_service_wrap_ul_text{
  width: 60%;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
#kakeizu_lp_body_service_wrap ul li .kakeizu_lp_body_service_wrap_ul_img{
  width: 35%;
  display: inline-block;
}
#kakeizu_lp_body_service_wrap ul li h3{
margin: -55px auto 30px auto;
background: #fff;
padding: 0;
font-size: 26px;
width: 30%;

}

#kakeizu_lp_body_service_wrap ul li .kakeizu_lp_body_service_price{
padding: 5px 0;
margin: 0;
font-size: 20px;
}
#kakeizu_lp_body_service_wrap ul li .kakeizu_lp_body_service_copy{
  margin: 0 0 10px 0;
  padding: 0;
}
#kakeizu_lp_body_service_wrap ul li .kakeizu_lp_body_service_text{
    font-size: 14px;
      margin: 0;
  padding: 0;
  text-align: justify;
}
#kakeizu_lp_body_service_wrap h3{
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
}

#kakeizu_lp_bodu_table{
  background: #fff;
  table-layout: fixed;
   width: 80%;
   margin: 20px auto;
   margin-top: 30px;
    box-shadow: 0 0px 20px rgba(0,0,0,0.2);
}
#kakeizu_lp_bodu_table th,#kakeizu_lp_bodu_table td{
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
#kakeizu_lp_bodu_table th{
  background: #e0edff;
  color: #4e4e4e;
}

#kakeizu_lp_body_service_wrap .sankaku{
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 50px solid #7db4e6;
  border-right: 150px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 150px solid transparent;
}

#kakeizu_lp_body_service_wrap ul li.color-1　h3{
color: #9CC4B2;
}
#kakeizu_lp_body_service_wrap ul li.color-1{
border-color: #9CC4B2;
}
#kakeizu_lp_body_service_wrap ul li.color-2　h3{
color: #7db4e6;
  
}
#kakeizu_lp_body_service_wrap ul li.color-2{
  border-color: #7db4e6;
}
#kakeizu_lp_body_service_wrap ul li.color-3　h3{
color: #4D648D;
  
}
#kakeizu_lp_body_service_wrap ul li.color-3{
  border-color: #4D648D;
}
#kakeizu_lp_body_service_wrap ul li.color-4　h3{
color: #CD5153;
  
}
#kakeizu_lp_body_service_wrap ul li.color-4{
  border-color: #CD5153;  
}
#kakeizu_lp_body_service_wrap .plan_box.plan_sale h2{
background: #deb887;
    text-align: center;
    border: none;
    font-size: 16px;
    margin: 0 -30px 20px -30px;
    font-weight: bold;
    color: #fff;
    padding: 15px;
}
#kakeizu_lp_body_service_wrap .plan_box{
    width: 95%;
    box-shadow: 0 0px 20px rgba(0,0,0,0.2);
    margin: 0 auto 50px;
}

#kakeizu_lp_body_service_wrap .plan_box_1 h2{
  color: #9CC4B2;
}
#kakeizu_lp_body_service_wrap .plan_box_2 h2{
  color:#7db4e6;
}

#kakeizu_lp_body_service_wrap .plan_box_3 h2{
  color:#4D648D;
}
#kakeizu_lp_body_service_wrap .plan_box_4 h2{
  color:#CD5153;
}
#kakeizu_lp_body_flow h2{
  transform:skew(0deg, 0deg);
  text-align: center;
  margin-top: 30px;
  margin-bottom:30px;
}
#kakeizu_lp_body_flow_img{
  display: inline-block;
  width: 30%;
  margin:50px;
  vertical-align: top;

}
#kakeizu_lp_body_flow_text{
  display: inline-block;
  width: 55%;
  
}
#kakeizu_lp_body_flow_text ul{
margin:0;
  padding: 10px 20px;
  margin-top: 40px;
  background: #eee;
}
#kakeizu_lp_body_flow_text ul li{
  border: none;
 margin:0;
  padding: 0; 
  border-bottom: 3px solid #fff;
   box-shadow: none;
      display: inline-block;
    width: 100%;
}
#kakeizu_lp_body_flow_text ul li .flow_step{
  font-size: 20px;
   margin:0;
  padding: 0; 
    margin-top: 15px;
}
#kakeizu_lp_body_flow_text ul li .flow_text{
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 20px;
}
#kakeizu_lp_body_benefit h2{
  transform:skew(0deg, 0deg);
  text-align: center;
  margin-top: 70px;
  margin-bottom:40px;
}

#kakeizu_lp_body_benefit ul{
  padding-top: 30px;
}
#kakeizu_lp_body_benefit ul li{
  width: 40%;
  display: inline-block;
  vertical-align: top;
    background: #fff;
    height: 500px;
         box-shadow: 0px 0 20px rgba(0,0,0,0.2);
         margin-bottom: 80px;
}
#kakeizu_lp_body_benefit ul li .benefit_title{
font-size: 22px;
font-weight: bold;
text-align: center;
padding-top: 10px;
color: #4D648D;
}
#kakeizu_lp_body_benefit ul li .benefit_text{
  font-weight: bold;
  padding:0 20px 20px 20px;
}

#kakeizu_lp_body_benefit .sankaku{
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 50px solid #7db4e6;
  border-right: 150px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 150px solid transparent;
}

#benefit_result{
  width: 80%;
  background: #fff;
  background-size: contain;
  margin: 0 auto;
  padding:20px;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
    border: 1px solid #7db4e6;
    margin-top: 30px;
    margin-bottom: 30px;
}
#benefit_result_img{
  margin: 20px 0 20px -50px;
}
#benefit_result_text{
  vertical-align: top;
  background: #fff;
  padding: 10px;
  margin: 20px;
  letter-spacing:0.8pt;
  background: #e0edff;
      border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}
#benefit_result_text_top{
  font-size: 28px;
  font-weight: bold;
    text-align: center;
}
#benefit_result_text_top span{
  font-size: 40px;
  color: red;
  background: linear-gradient(transparent 60%, yellow 75%);
}
#benefit_result_text_copy{
  width: 200px;
  background: #7db4e6;
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */ 
font-weight: bold;
font-size: 30px;
color: #fff;
text-align: center;
border-bottom: 4px solid #ddd;
margin: 0 auto;
margin-top: -50px;
margin-bottom:10px;
}

#kakeizu_lp_voice{
  background: #e0edff;
}

#kakeizu_lp_voice_box{
  width: 80%;
  margin: 0 auto;
  padding-top: 40px;
}
#kakeizu_lp_voice_box ul{
  margin-bottom: 0;
}
#kakeizu_lp_voice_box ul li{
  padding: 10px;
  width: 45%;
  margin: 0 15px 30px 15px; 
  display: inline-block;
  background-color: #fff;
  border: 1px solid #aaa;
   border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
    vertical-align: top;
}
#kakeizu_lp_voice_box_title{
  font-weight: bold;
  text-align: center;
	margin-top: 0.5em;
}
#kakeizu_lp_voice_box_text{
  font-size: 14px;
  padding: 0 5px 5px 5px;
}
#kakeizu_lp_voice_box_name{
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}
#kakeizu_lp_voice_box h2{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 28px;
  position: relative;
  width: 80%;
  text-align: center;
  margin: 0 auto;
padding: 20px 0;
background: #fff;
border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */ 
    margin-bottom: 40px;
}

#kakeizu_lp_voice_box h2:before{
  content: "";
  position: absolute;
  top: 100%;
  left: 25%;
  margin-left: -15px;
  border: 20px solid transparent;
  border-top: 20px solid #fff;
}

#kakeizu_lp_security{
  background: url("https://kakeizu.official.jp/wp-content/uploads/2017/10/form_top.jpg");
  background-size: cover;
  margin: 0;
  padding:80px 0;
}

#kakeizu_lp_security_box{
  width: 920px;
  margin: 0 auto;
background: #fff;
padding: 40px;
border: 1px solid;
}

#kakeizu_lp_security_box h3{
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0;
  padding-bottom: 40px;
}
#kakeizu_lp_security_box_img{
  display: inline-block;
  width: 40%;
  margin-right: 50px;
  vertical-align: top;
}
#kakeizu_lp_security_text{
  width: 50%;
  display: inline-block;
}

#kakeizu_lp_security_text_title{
  font-size: 28px;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
margin-bottom: 20px;
text-align: center;
}
#kakeizu_lp_security_text_copy{
  font-weight: bold;
}

#kakeizu_lp_security_text_title .under{
background: linear-gradient(transparent 80%, #7db4e6 80%);
}

#kakeizu_lp_comparison{
  background: #fff;
  width: 920px;
  margin: 0 auto;
          box-shadow: 0px 0 20px rgba(0,0,0,0.2);
          padding-bottom: 50px;
}
#kakeizu_lp_comparison h2{
  text-align: center;
 padding: 20px 0;
   text-align: center;
background: #4D648D;
color: #fff;

}

#kakeizu_lp_comparison .under{
background: linear-gradient(transparent 80%, #7db4e6 80%);
}
#kakeizu_lp_comparison table{
  box-shadow: none;
}

#kakeizu_lp_comparison table th,#kakeizu_lp_comparison table td{
  font-size: 16px;
}

#kakeizu_lp_comparison .color1{
  color: red;
}

#kakeizu_lp_point{
  width: 70%;
  margin: 50px auto;
  padding:20px;
  border: 5px solid #CD5153; 
  background: #fff;
  border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */ 
    letter-spacing: 0.8pt;
}
#kakeizu_lp_point_title{
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
#kakeizu_lp_point_title .under{
    font-size: 40px;
  color: red;
  background: linear-gradient(transparent 60%, yellow 75%);
}

#kakeizu_lp_point_text{
  font-weight: bold;
}
#kakeizu_lp_qa{
  background: #fff;
}
#kakeizu_lp_qa_box{
width: 920px;
margin: 0 auto;
padding: 20px;
}
#kakeizu_lp_qa h2{
  text-align: center;
  padding: 30px 0;
}

#kakeizu_lp_qa .under{
  background: linear-gradient(transparent 75%, #7db4e6 75%);
}

#kakeizu_lp_qa_box ul li{
  padding: 10px 0;
  list-style: none;
  background: #efefef;
 padding: 20px;
 margin: 15px 0; 
   border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}
#kakeizu_lp_qa_box .kakeizu_lp_qa_box_q{
  font-weight: bold;
  padding-bottom: 10px;
}
#kakeizu_lp_qa_box .kakeizu_lp_qa_box_q span{
  background: #4D648D;
  padding: 5px 10px;
  color: #fff;
  margin-right: 10px;
}
#kakeizu_lp_qa_box .kakeizu_lp_qa_box_a span{
  font-weight: bold;
  background: #CD5153; 
  padding: 5px 10px;
  color: #fff;
    margin-right: 10px;
}
#kakeizu_lp_form{
  padding: 40px 0;
}
#kakeizu_lp_form_box{
  width: 920px;
  margin: 0 auto;
  background: #fff;
  padding: 40px;
   box-shadow: 0px 0 20px rgba(0,0,0,0.2);
}
#kakeizu_lp_form .sankaku{
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 50px solid #7db4e6;
  border-right: 150px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 150px solid transparent;
}

#kakeizu_lp_form_box .navi{
  text-align: center;
  padding: 20px 0;
}
#kakeizu_lp_form_box input[type="submit"], #kakeizu_lp_form_box input[type="button"]{
  font-size: 18px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 0.5em 4em;
  color: #fff;
  letter-spacing: 5px;
  text-decoration: none;
  background: #4D648D;
  border-right: none;
  border-top: none;
  border-left: none;
  border-bottom: solid 2px #919598;
  border-radius: 3px;
  font-weight: bold;
  margin-top: 30px;/*線を消す*/
    }

#kakeizu_lp_form_box input[type="submit"]:active, #kakeizu_lp_form_box input[type="button"]:active{
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;/*線を消す*/
    }

#kakeizu_lp_form h2{
  text-align: center;
  padding: 30px 0;
  background: none;
  color: #4e4e4e !important;
  margin: 0;
  border: none;
}

#kakeizu_lp_form .under{
  background: linear-gradient(transparent 75%, #7db4e6 75%);
}

#kakeizu_lp_body_fix a{
font-size: 22px;
	width:300px;
	display: block;
  margin: 0 auto;
  padding: 5px;
  color: #fff;
  letter-spacing: 0.8pt;
  text-decoration: none;
  background: #CD5153; 
  border-bottom: solid 4px #aaa;
  border-radius: 3px;
}

#kakeizu_lp_footer1{
  background: #e0edff;
  padding: 20px 0;
}
#kakeizu_lp_footer1 img{
  width: 120px;
}
#kakeizu_lp_footer2{
  background: #e0edff;
  padding-bottom: 20px;
  text-align:center;
  font-weight: bold;
letter-spacing: 2pt;

}

.lp_reaf_link{
    font-size: 22px;
    width: 300px;
    display: block;
    margin: 0 auto;
  margin-bottom:20px;
    padding: 5px;
    color: #fff !important;
    letter-spacing: 0.8pt;
    text-decoration: none;
    background: #CD5153;
    border-bottom: solid 4px #aaa;
    border-radius: 3px;
  text-align:center;
   font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

/* SNSボタン */
.share ul {margin : 0;
    padding : 0;
    list-style : none;}
.share li a {display : block;
    padding : 10px;
    color : #fff;
    font-size : 14px;
    text-decoration : none;
    text-align : center;
width:90%;
border-radius:3px;
}
.share li a:hover {opacity :0.8;
    color : #fff;}
.share li a:visited{ color: #fff;}
.share ul:after {content : "";
    display : block;
    clear : both;}
.tweet a{background-color : #55acee;}
.facebook a{background-color : #315096;}
.googleplus a{background-color : #dd4b39;}
.hatena a{background-color : #008fde;}
.line a{background-color: #00c300;}
.pocket a{background-color :#f03e51;}
.rss a{background-color: #ff8c00;}
.feedly a{background-color: #6cc655;}
  
.share li {float : left;
  width :25%;
    margin : 0;
margin-top:15px;}
@media screen and (max-width:599px){
.share li {
  float : left;
      width: 48%;
    margin: 0 1% 3% 1%;}
.share li a {border-radius:3px;}
  .share li a{
    width:100%;
  }
}
/* ----------------------------------------
* content-none
---------------------------------------- */
.content-none h2{
padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
color: #494949;/*文字色*/
background: #f4f4f4;/*背景色*/
border-left: solid 5px #7db4e6;/*左線*/
border-bottom: solid 3px #d7d7d7;/*下線*/
margin:30px 0;
letter-spacing: 0.8pt;
font-size: 22px;
font-weight: bold;
}
/* ----------------------------------------
* 目次
---------------------------------------- */
#toc_container{
  width:100% !important;
  padding:0 !important;
    border:2px solid #4D648D !important;

}

#toc_container p.toc_title{
  background: #4D648D;
    padding: 4px !important;
    color: #FFF;
    letter-spacing: 0.05em;
      margin: -1px !important;
  font-size:18px;
}
#toc_container ul.toc_list{
  padding:10px 20px;
	line-height: initial;
}
#toc_container p.toc_title:before{
font-family: FontAwesome;
  content : "\f03a";
      font-size: inherit;
  display:inline-block;
  font-weight:normal;
}
#toc_container ul.toc_list li{
  margin:5px 0;
}
/* ----------------------------------------
* その他
---------------------------------------- */
.square_btn {
    position: relative;
    padding: 0.5em 0.5em;
    text-decoration: none;
    color: #FFF !important;
    background: #fd9535;
    border-bottom: solid 2px #d27d00;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    margin: 0 auto;
    width: 50%;
    display: block;
    text-align: center;
}

.ribbon_area {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 89px;
    height: 91px;
    overflow: hidden;
  }

.ribbon15 {
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    left: -23px;
    top: 22px;
    width: 160px;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
   background: linear-gradient(to right, #deb887 0%,#f8d2a1 100%);
    color: #fff;
    text-shadow: 0 2px 2px #deb887;
    /* letter-spacing: 0.05em; */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.ribbon15:before,.ribbon15:after{
    position: absolute;
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
}
.ribbon15:after{
    border-top: 4px solid #deb887;
}

.ribbon15:before{
    left: 14px;
}

.ribbon15:after{
   right: 18px;
}
form th{
	background: #e0edff !important;
	color:#4d4d4d !important;
	text-align:center !important;
}
.flow th{
	background: #e0edff !important;
	color:#4d4d4d !important;
} 
.pc_banner_top{
  width:100%;
  margin-bottom:15px;
}

.pc_banner_top a:last-child{
  margin-left:15px;
}
.pc_banner_top .box_ad{
  width:300px;
  height:250px;
  overflow: hidden;
}

.post-footer-list a{
  font-size:13px;
}
.post-footer-list li{
  margin-top:10px;
}
#toc_container{
  font-weight: bold;
}
.kakeizu_table th,.kakeizu_table tr,.kakeizu_table td{
  text-align: center;
  font-weight: bold;
  font-size: 90%;
}
.sp {
    display: none !important;}

.category_title.main_title.front-cont-header{
  border-bottom: 1px solid #f4f4f4;
}



.prefectures{
  display: block;
   padding-top: 60px;
    margin-bottom: -30px !important;
  font-size: 22px;
  text-align: center;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.prefectures_box{
  margin: 30px 0;
  text-align: justify;
}
.prefectures_box ul li{
display: inline-block;
}
.prefectures_box ul li a{
  font-size: 12px !important;
  padding-right: 3px;
}
ul.footer_menu{
  display:none;
}

.pc { display: block !important; }
.sp { display: none !important; }
.single_pc{
  margin-top:30px;
  margin-bottom:30px;
}
.single_sp{
  margin-top:15px;
  margin-bottom:15px;
  padding:10px;
}

#index-title{
  text-align:center;
  font-size:24px;
  padding:20px 0;
  margin:0;
  font-weight:bold;
}
#kakeizu_lp_reaf_pc{
width: 920px;
  margin: 0 auto;}

.post-title-article{
  padding: 10px;
      margin-bottom: 0px;
    font-weight: bold;
    font-size: 18px;
}
.search-form{
  display:none !important;
}

body.color02 #custom_html-3 .side-title{
  background: none;
  border: none;
  color: #4e4e4e;
  text-align: center;
}

.single #main .main-inner .post .post-content p strong{
color: #CD5153;
}
.one-column #content .single #main {
    width: 750px;
	float:left;
  margin-right: 20px;}

.one-column #content .single #side {
    display:block;
  margin-left:0;
  margin-top:10px;
}
#header-contact #top_reaf_link{
  right:240px;
      border: solid 1px #cd5153;
    color: #cd5153;
}
#header-contact #top_reaf_link:hover{
  background-color:#cd5153;
  color:#fff;
}
#footer_menu_top_single{
  width:50%;
}
/* ----------------------------------------
* sns-footer
---------------------------------------- */
#footer .row #footer-twitter{
  padding-left:5px;
}
#footer .row #footer-facebook{
  padding-right:5px;
}
/* ----------------------------------------
* レスポンシブ　追加
---------------------------------------- */

.prefectures_box {
  font-size: 13px;
}

.unit_name { width: 300px; height: 250px; margin: 0 auto;}
@media(min-width: 500px) { .unit_name { max-width: 80%; margin: 0 auto;} }
@media(min-width: 800px) { .unit_name { max-height: 100px; min-width:90%; margin: 0 auto;} }

.prefectures_box ul li {
  display: inline-block;
}
.prefectures_box ul li a {
  font-size: 12px !important;
  padding-right: 3px;
}
.prefectures_box {
  font-size: 13px;
}
#a8_rbr a img{
  width:100%;
}
/* ----------------------------------------
* レスポンシブ　追加
---------------------------------------- */
@media screen and (max-width:767px) {
	.square_btn {
	width:75%;}
#kakeizu_lp_body_service_wrap.kakeizu_point_lp {
    padding: 50px 20px 30px 20px;
    margin-bottom: 50px;
}
	#form_checkbox{
		width: 100%;
}
	#kakeizu_lp_body_service_wrap .kakeizu_point_sp h3{
		    padding: 5px 0;
		font-size:18px;
		    color: #4D648D!important;
		font-weight:normal!important;
	}
  #mg-wprm-wrap{
    -webkit-overflow-scrolling: touch;}
.kakeizu_point_sp{
border-top:solid 1px #cd5153;
  border-left:solid 1px #cd5153;
  border-right:solid 1px #cd5153;
  padding: 10px;
  }
  p.kakeizu_point_top{
    font-size:12px;
    font-weight:bold;
    color:#cd5153;
        margin-bottom:0;
	  text-align:center;
  }
  .kakeizu_point_sp h3{
  font-size: 18px;
    color:#4D648D;
        font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	  padding: 5px 0;
		font-size:18px;
	  text-align:center;
  }
  p.kakeizu_point_middle{
    font-size:14px;
        margin-bottom: 2em;
  }
.search-form {
    display: block !important;
    position: relative;
  top:-52px;
}
.search-form:before, .search-field {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0;
	    line-height: 3;
}
.search-form:before {
    z-index: 100;
    color: #4d4d4d;
    text-align: center;
}
.search-field {
    -webkit-appearance: none;
    border-radius: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: 200;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.search-field:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    width: 85%;
    cursor: text;
}
.search-form input[type="submit"] {
    display: none;
}
#header-contact{
  display: none;
}
  .kakeizu_box_link{
    width: 90%;
}
.footer-00{
  padding: 50px 25px;
}
.footer-00 p{
  font-size: 100%;
}
.footer-00 a {
  width: 100%;
  font-size: 100%;
  height: 50px;
  padding:12px;
}
body.page .post-title{
  font-size: 18px;
}

.flow_box .left{
  width: 100%;
}
.flow_box .right{
  display: none;
}

.plan_box.case h2{
  padding:10px 20px 10px;
  text-align: center;
  display: block;
}
.plan_box.case h2:before, .plan_box.case h2:after{
  display: none;
}
.post-loop-wrap article{
  width: 100%;
  margin: 0px 0 10px;
}
.plan_box.voice{
  width: 100%;
  margin-left: 0
}
.wrap.single #main .post h1{
  font-size: 18px;
  padding: 0;
}
.plan_box.voice{
  height: auto;
}
h1.post-title{
  font-size: 18px;
}
.post-loop-wrap .post-content{
  padding: 20px;
}
.wrap.single .post-content{
  padding: 15px;
}
.footer-logo.gr6 img{
  width: 40%;
}
.c-case{
  width: 46%;
margin-bottom: 10px;
}
.c-case a{
font-size: 13px;
}
.kakeizu_table tbody{
  display: table-row-group;
}
.kakeizu_table tr{
  display: table-row;
}
.kakeizu_table th,.kakeizu_table td{
  display: table-cell;
}

.wrap.single #main .post h2,.wrap.single #main .post h3{
  font-size: 18px !important;
}
body.page .post-title.kakeizu_start{
  font-size: 150%;
  font-weight: bold;
}
#kakeizu_start_title{
  margin-top: 20px;
  display: block;
  width: 100%;
  font-size: 150%;
  background-size: 20%;
  padding-bottom: 20px;
  padding-top: 20px;
}
#kakeizu_start_copy{
padding: 30px
}
.back1{
  padding-top: 5px;
}
  .back2 h2,.back3 h2{
  width: 80%;
  font-size: 120%;
}
.back2_text,.back3_text{
  width: 80%;
}
.back2 .kakeizu_box_link,.back3 .kakeizu_box_link{
  width: 80% !important;
}

.post-loop-wrap{
  width: 100%;
}
.post-loop-wrap .ablock{
  width: 100%;
  margin: 0;
}
.post-loop-wrap .ablock .post-header{
  padding: 0;
}
.post-loop-wrap .ablock .cat-name span{
  margin-left:0;  
}
.post-loop-wrap .ablock .post-title{
  font-size: 14px;
  height: 70px;
}
.wrap.single #main .post h4.cta-post-title{
  padding: 15px;
}
.post-cta .post-cta-cont .post-cta-img{
  margin: 0 auto;
  margin-bottom: 10px
}
body.color02 .post-cta .post-cta-btn a{
    font-size: 15px;
    margin-top: 15px;
}
.post-footer-list{
  margin: 0;
  padding: 10px;
}
.post-share{
  padding: 15px;
}
.wpp-list li{
  width: 100%;
  margin: 0;
  margin-bottom: 5px;
}
.wpp-list li img{
  width: 40%;
}
a:hover{
  box-shadow:  initial !important;
}
.plan_box{
  padding: 15px;
}
  .plan_sale{
  padding-top:0;
}
  .plan_sale h2{
        margin: 0 -15px 20px -15px;
  }
.plan_box_left,.plan_box_right{
  width: 100%;
}
body.color02 .post-content table tbody th,body.color02 .post-content table tbody td{
  padding: 5px;
  font-size: 16px;
}
.plan_box.case .img,.plan_box.voice .img{
  margin:-15px -15px 0 -15px;
}
.plan_box h2{
}
#plan_box_top_box li{
width: 100%;
margin: 0;
margin-bottom: 20px;
}
#plan_box_top_box{
margin: 20px 0 30px 0;
  padding: 0;
}
.plan_detail_1 ul,.plan_detail_2 ul{
  width: 100%;
}
.plan_detail_box{
  width: 100%;
  margin: 0;
}
.plan_box_detail{
  width: 100%;
  margin: 20px 0 0 0;
}
body.home .front-loop article.post .p_category{
  margin:0;
  margin-bottom: 5px;
}
#kakeizumonogatari_top_box{
      margin: 0;
      padding: 0 15px;
}
#kakeizumonogatari_top_box li{
  width: 100%;
  margin: 0;
}
#kakeizumonogatari_top_box li a{
  margin: 15px auto;
}
.wrap.clearfix.kakeizumonogatari h2{
margin-top: 0;
}
.wrap.clearfix.kakeizumonogatari .lede{
  margin:25px;
  font-size:20px; 
}
.kakeizumonogatari_reason_box{
  width: 100%;
  margin: 20px 0;
}
.kakeizumonogatari_reason_box .reason_box_p{
  padding: 0 20px 0 20px;
  height: auto;
}
#kakeizumonogatari_comparison_table {
  width: 90% !important;
}
#kakeizumonogatari_comparison_table tbody{
display:table-row-group;
}
#kakeizumonogatari_comparison_table tr{
  display: table-row;
}
#kakeizumonogatari_comparison_table td,#kakeizumonogatari_comparison_table th{
  display: table-cell;
}
.kakeizumonogatari_comparison_point{
  padding: 20px;
}
#policy_top{
  font-size: 14px;
}
#policy h2{
font-size: 20px;
}
#privacy{
  padding: 20px;
}
.plan_box_1 h2,.plan_box_2 h2,.plan_box_3 h2,.plan_box_4 h2{
  font-size: 22px;
  padding: 20px;
}
.plan_box .lede{
  font-size: 14px;
}
.kakeizumonogatari_comparison_point h3{
}
  body.home #main_visual_img{
    background-color: #fff;
    background-size: contain;
    height: 300px;
    background-position: bottom;
  }
.balloon1 {
  left: 15px !important;
}
.sp {
    display: block !important;}
#front-top-copy{
  padding-bottom: 40px;
}
#front-top-copy p{
  font-size: 13px;
  padding-top: 80px;
  padding-bottom: 30px;
}
.prefectures{
  padding-top: 30px;
    margin-bottom: -30px !important;
  font-size: 18px;
}
#kakeizu_lp_body_service_title{
  margin: 0;
  padding: 0;
}
#kakeizu_lp_op{
  background-size: contain;
  background-color: #fff;
  background-position: bottom;
  height: 350px;
  margin-top: 25px;
}
#kakeizu_lp_op_sub{
  padding-top: 15px;
  padding-left: 10px;
  width: 150px;
}
#kakeizu_lp_body,#kakeizu_lp{
  width: 100%;
}
#kakeizu_lp_op_head{
  width: 100%;
}
#kakeizu_lp_op_head h1{
  font-size: 18px;
  padding-top: 145px;
  margin-bottom: 10px;

}
#kakeizu_lp_op_head p{
     font-size: 3.5vw;
}
#kakeizu_lp_body_service_wrap .plan_box .lede{
      font-size: 14px;
  margin:0;
}
  #kakeizu_lp_body_service_wrap .plan_box tbody,#kakeizu_lp_body_service_wrap .plan_box tr,#kakeizu_lp_body_service_wrap .plan_box th,#kakeizu_lp_body_service_wrap .plan_box td,#kakeizu_lp_body_service_wrap .plan_box td{
    display:inherit;
  }
#kakeizu_lp_body_fix{
  margin-top: -20px;
  padding-top: 30px;

}
#kakeizu_lp_body_fix p{
  font-size: 18px;
}
#kakeizu_lp_body_fix p span{
  font-size: 20px;
}
#kakeizu_lp_body_case ul{
  margin: 0;
  padding:0 
}
#kakeizu_lp_body_case ul li{
  width: 40%;
  margin: 0 0 20px 20px;
  vertical-align: top;
 }
 #kakeizu_lp_body_case ul li p{
  font-size: 14px;
 }
 #kakeizu_lp_body_case_title{
  padding: 20px 0;
 }
 #kakeizu_lp_body_fix p{padding-bottom: 10px;}
 #kakeizu_lp_body_service{
  padding: 0;
   }
 #kakeizu_lp_body_service h2{
  font-size: 20px;
  padding: 20px 0; 
 }
 #kakeizu_lp_body_service_wrap{
  margin-top: -25px;
  padding-top: 50px;
 }
 #kakeizu_lp_body_service_wrap h3{
  margin: 0;
  font-size: 16px;
 }
  #kakeizu_lp_body_service_wrap .plan_box.plan_sale h2{
    margin: 0 -15px 20px -15px;
  }
 #kakeizu_lp table {
  width: 90% !important;
}
 #kakeizu_lp tbody{
display:table-row-group;
width: 100%;
}
 #kakeizu_lp tr{
  display: table-row;
}
 #kakeizu_lp td, #kakeizu_lp th{
  display: table-cell;
}
#kakeizu_lp_body_service_wrap ul{
  width: 90%;
  padding: 0;
}
#kakeizu_lp_body_service_wrap ul li h3{
  width: 95%;
}
#kakeizu_lp_body_service_wrap .plan_box h2 {
    font-size: 20px;
    padding: 20px;
}
#kakeizu_lp_body_service_wrap ul li .kakeizu_lp_body_service_wrap_ul_text,#kakeizu_lp_body_service_wrap ul li .kakeizu_lp_body_service_wrap_ul_img{
  width: 100%;
}
#kakeizu_lp_body_service_wrap ul li .kakeizu_lp_body_service_wrap_ul_img{
  margin-top: 10px;
}

#kakeizu_lp_body_flow_img{
  width: 40%;
  margin: 0 auto;
  display: block;

}
#kakeizu_lp_body_flow_text{
  width: 90%;
  margin: 0 auto;
  display: block;
}
#kakeizu_lp_body_flow_text ul{
  width: 100%;
}
#kakeizu_lp_body_flow_text ul li{
  padding:0 10px; 
}
#kakeizu_lp_body_benefit h2{
  margin: 10px 0;
}
#kakeizu_lp_body_benefit ul{
  margin:0;
  padding: 0;
}
#kakeizu_lp_body_benefit ul li{
  width: 100%;
  margin: 0;
}
#benefit_result{
  width: 90%;
}
#benefit_result_text_top{
  font-size: 20px;
}
#benefit_result_text_top span{
  font-size: 30px;
}
#benefit_result_img{
  width: 100%;
  margin: 0;
  margin-top: 20px;
}
#kakeizu_lp_voice_box{
  width: 90%;
}
#kakeizu_lp_voice_box h2{
  width: 100%;
  font-size: 20px;
  padding: 20px;
}
#kakeizu_lp_voice_box ul{
  width: 100%;
  margin: 0;
  padding: 0;
}
#kakeizu_lp_voice_box ul li{
  width: 100%;
  margin: 0;
margin-bottom: 15px;
}
#kakeizu_lp_security_box{
  width: 90%;
padding: 20px;
}
#kakeizu_lp_security_text_title{
  font-size: 20px;
}
#kakeizu_lp_security_box h3{
  padding-bottom: 20px;
  padding-top: 20px;
}
#kakeizu_lp_security_box_img{
  width: 100%;
}
#kakeizu_lp_security_text{
  width: 100%;
  padding: 10px;
}
#kakeizu_lp_point{
  width: 90%;
}
#kakeizu_lp_point_title{
  font-size: 20px;
}
#kakeizu_lp_point_title .under{
  font-size: 30px;
}
#kakeizu_lp_qa_box{
  width: 100%;
}
#kakeizu_lp_qa_box ul{
  margin: 0;
  padding: 0;
}
#kakeizu_lp_qa h2{
  padding-bottom: 10px;
}
#kakeizu_lp_form_box{
    width: 100%;
    padding: 15px;
}
  #kakeizu_lp_comparison{
    width: 90%;
  }
  #kakeizu_lp_reaf_sp{
    width: 95%;
    margin:0 auto;
  }
#kakeizu_lp_footer2{
  padding: 10px;
}
#kakeizu_lp_form h2{
  padding-top: 0;
}
#kakeizu_lp_form th{
  text-align: center;
}
#kakeizu_lp_security_box_img{
  margin: 0;
}
  body.color02 .post-header.post-header.kakeizu_start {
    padding: 50px 10px 50px;
}
  ul.footer_menu {
margin: 0 auto;
padding: 6px 0;
width: 100%;
overflow: hidden;
display: table;
}

ul.footer_menu li {
margin: 0;
padding: 0;
display: table-cell;
vertical-align:middle;
list-style-type: none;
font-size: 10px;
}

ul.footer_menu li a i{
font-size: 24px;
}

ul.footer_menu li a {
border: none;
display: block;
color: #666;
text-align: center;
text-decoration: none;
}

.footer_menu {
position: fixed;
bottom: 0;
left:0;
background: #fff;
z-index: 999;
-moz-opacity: 0.9;
opacity: 0.9;
}

.footer_menu_top{
  width:33%;
}

.footer_menu_top a{
font-size: 13px;
    background: #CD5153;
    padding: 4%;
    margin-left: 10%;
    color: #fff !important;
  border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  font-weight:bold;
}

  .one-column #content .single #main {
    width: 100% !important;
    float: none !important;
  margin-right: 0 !important;}
  
  .pc { display: none !important; }
.sp { display: block !important; }
  .post-title-article{
    font-size: 14px;
    margin:0;
    padding: 5px;
  }
  #side a.sp{
    padding:0 5%;
  }
.breadcrumb-list {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
  .breadcrumb {
    display: table;
}
  .breadcrumb li {
    float: none;
    padding: 0 5px;
    display: table-cell;
    white-space: nowrap;
}
  #wprmenu_bar {
    width: 20% !important;
    top: 10px !important;
    background: none !important;
}
  .hamburger-box{
    background-color:#fff;
  }
  body{
    padding-top: 16px;
}
  input[type=search] {
    font-size: 16px;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
  .wrap.single #main .post {
    border-width:5px 0;
}
}

/* ----------------------------------------
* sideウィジェット（category）
---------------------------------------- */
#categories-3 ul{
      font-weight: bold;
    background: #fff;
    padding: 0px 20px;
}
#categories-3 ul li a{
  display:inline-block;
}
/* ----------------------------------------
* sitemap
---------------------------------------- */
#sitemap_list{
  margin-left:0;
}
#sitemap_list .home-item,#sitemap_list .page_item,#sitemap_list .cat-item a{
  list-style:none;
padding: 0.25em 0.5em;
    color: #4D648D;
    letter-spacing: 0.8pt;
    background: transparent;
    border-left: solid 5px #7db4e6;
    font-size: 16px;
    font-weight: bold;
  margin-bottom:20px;
}
#sitemap_list .cat-item{
  list-style:none;
}
#sitemap_list .post-item a{
  border-left:none;
  color:#4d4d4d;
}
/* ----------------------------------------
* sns-top
---------------------------------------- */
.share-top ul li{
  width:50%;
  margin-top:0;
}
.share-top ul li a{
  width:100%;
  border-radius: 0px;
  font-size:15px;
  padding:10px 0;
}
@media screen and (max-width:1000px) {
  .share-top ul li{
  margin:0;
}
}

/* ----------------------------------------
* レスポンシブ(tablet)追加
---------------------------------------- */
@media screen and (min-width:768px) and ( max-width:1023px) {


  #side, .left-content #side{
    width: 30%;
    float: left;
    margin-left: -30%;
}
  #kakeizu_lp_body {
    width: 100%;
  }
  #kakeizu_lp_bodu_table {
    width: 90%!important;
}
tbody {
    display: table-row-group;
    width: 90% !important;
}
table {
    width: 90% !important;
}
tr {
    display: table-row;
}
td,th {
    display: table-cell;
}
  #kakeizu_lp_body_service_wrap ul li h3 {
    width: 50%;
}
  #kakeizu_lp_body_service_title {
    margin: 0;
    padding: 0;
}
  #kakeizu_lp_voice_box {
    width: 100%;
}
  .post-content ul, .post-content ol {
    margin-left: 0px;
}
  #kakeizu_lp_security_box_img {
    width: 100%;
}
  #kakeizu_lp_security_text {
    width: 100%;
  }
  .table-res-form th {
    text-align: center;
}
#kakeizu_lp_body_case ul li {
    display: inline-block;
    width: 30%;
    margin: 0 0 30px 1%;
}
  .kakeizumonogatari_comparison_point {
    color: #fff;
    padding: 40px;
}
  .wrap, .one-column #content .wrap {
    margin-left: 1%;
    margin-right: 1%;
    width: auto;
}
  .post-content, .post-footer {
    padding-left: 1%;
    padding-right: 1%;
}
  body.home #front-contents .c_text .c_btn a {
  
    width: 60%;
}
	#kakeizu_lp_security_box,#kakeizu_lp_qa_box,#kakeizu_lp_comparison,#kakeizu_lp_reaf_pc,#kakeizu_lp_form_box{
		width:90%!important;
	}	
	#kakeizu_lp_form{
width:90%;
		margin:0 auto;	
	}
	#header-contact a {
    top: 15px;
    right: 10px;
    padding: 5px 10px;
}
	#header-contact #top_reaf_link {
    right: 200px;
}
}
/* ----------------------------------------
* 家系図ブログ
---------------------------------------- */
.ad{
	overflow: hidden;
    margin-bottom: 30px;
}
.ad_left{
	float:left;
}
.ad_right{
	float:right;
}
#media_body{

}
header .blog-header-menu{
  border-top:solid 1px #ddd;
  margin-top:20px;
}
header .blog-header-menu #gnav{
  text-align:left;
}
header .blog-header-menu #gnav ul li{
  font-size:14px;
}
.featured-post-area {
    width: 100%;
    overflow: hidden;
    margin: auto;
}
.most-featured-post {
  width: 68%;
    height: 330px;
    position: relative;
    overflow: hidden;
    float: left;
}

.most-featured-post header{
padding:0;  
}
.featured-post-content{
  position: absolute;
    bottom: 0;
    width: 100%;
   background-color: #fff;
  padding:5px 0 10px;
}
.featured-post-content ul{
  padding:5px 10px;
  margin:0;
  font-weight:bold;
  
}
.featured-post-content h2{
  font-weight:bold;
  font-size:18px;
  padding-left:15px;
}
.most-featured-post-side {
    width: 30%;
    float: right;
}
.most-featured-post-side a {
    height: 155px;
    display: block;
}
.most-featured-post-side a:last-child {
    margin-top: 20px;
}
#top-recommends {
    background: #f8f8f8;
    margin-top: 20px;
  margin-bottom:20px;
}
.top-recommends__inner {
    width: 1000px;
    margin: auto;
    padding: 10px 0px;
    overflow: hidden;
}
.recommends__title {
    width: 130px;
    float: left;
    margin: 10px 12px 10px 0px;
}
.top-recommends__item {
    width: 280px;
    display: inline-block;
    border-left: 1px solid #e6e6e6;
    vertical-align: top;
}
.top-recommends__item a {
    display: block;
    color: #444444;
    padding: 10px 15px;
}
.top-recommends__item .post-thumbnail{
    width: 80px;
    float: left;
}
.top-recommends__item p{
    padding-left: 90px;
    font-size: 13px;
  margin:0;
}
.post-header .post-flex p{
  padding:0 10px 10px 10px;
  margin:0;
  font-size:14px;
    color:#000;

}
h1#blog-logo{
width:15%;
  padding-top:10px;
}
#blog-header-top{
  display:flex;
    padding: 10px 0;
}
#blog-header-top .site-description{
  padding-left:20px;
  margin-left:20px;
  border-left: 2px solid #e6e6e6;
  font-size:13px;
}
#blog-header-top .site-description span{
      font-size: 10px;
    color: #666;
    margin-right: 5px;
    letter-spacing: 0.1em;
}
.blog-wrap{
  margin-top:30px;
}
.blog-loop-new{
  font-weight:bold;
  padding:5px;
  font-size:20px;
  margin:10px 0;
  border-bottom: solid 1px #4D648D;
  color:#4D648D;
  
}
.featured-post-content span{
  color:#fff;
  width:100px;
  padding:2px 4px;
  margin-left:5px;
  background:#CD5153;
  font-size:90%;
}
.recommends__title{
  text-align:center;
  font-weight:bold;
  padding-left:10px;
}
.recommends__title span{
  color:#CD5153;
}
.like-box {
    width: 100%;
    background: #efefef;
    padding: 35px 0px;
    margin: 50px 0 40px 0;
}
.like-box .likebox-title {
    text-align: center;
    margin-bottom: 20px;
}
.like-box .likebox-title p {
    margin-bottom: 0px;
    font-size: 18px;
  margin:0;
}
.like-box .likebox-title p:last-child {
    font-size: 14px;
}
.like-box .fb-page {
    border: 2px solid #fff;
    margin: auto;
    display: block;
    width: 505px;
}
.likebox-title i{
  color:#4D648D;
  font-size:150%;
  font-weight:normal;
}
#footer #footer_top-nav{
  display:flex;
  margin-bottom:40px;
}
#footer_top-nav li{
margin-right:50px;
}
#footer #footer_top-nav li a{
  font-size:18px;
}
#footer #footer_top-nav li:before{
 font-family: 'FontAwesome';
    content: '\f0da';
  padding-right:5px;
    padding-bottom:3px;
}
#footer #footer_top-nav li a:hover,.footer-cont-about-nav #footer-nav li a:hover{
  color:inherit;
}
.footer-cont-about-nav h2{
  font-size:16px;
}
.footer-cont-about-nav h2:before{
 font-family: 'FontAwesome';
    content: '\f07b';
  padding-right:5px;
    padding-bottom:3px;
}
.footer-cont-about-nav #footer-tags:before{
 font-family: 'FontAwesome';
    content: '\f02b';
}
.footer-cont-about-nav #footer-nav{

}
.footer-cont-about-nav #footer-nav li{
  margin-right:20px;
  float: left;
}
#footer .footer-cont-about-nav #footer-nav li a{
  font-size:14px;
}

#footer .footer-cont-about-nav{
    margin-bottom:30px;
}
.post-loop-wrap .post-meta-area .post-meta .category {
    font-size: 80%;
    padding: 5px;
    margin-right: 10px;
    float: left;
  font-weight:bold; 
}
.post-loop-wrap .post-meta-area .post-meta .category:before{
 font-family: 'FontAwesome';
    content: '\f07b';
  padding-right:5px;
}
.post-loop-wrap .post-header{
  display:flex;
}
/* ----------------------------------------
* blog版　レスポンシブ追加
---------------------------------------- */
@media screen and (max-width:767px) {
.site-description{
  display:none;
}
h1#blog-logo {
    width: 25%;
    padding-top: 0;
    margin: auto;
}
  .most-featured-post {
    width: 100%;
    height: 270px;
    position: relative;
    /* overflow: hidden; */
    float: inherit;
}
  .featured-post-content h2 {
        padding: 5px;
    margin: 0;
    font-size:16px;
}
  .featured-post-content {
    bottom: 20px;
    padding: 5px 0;
}
  .most-featured-post-side {
    width: 100%;
    float: none;
    display: flex;
}
  .most-featured-post-side a {
    height: auto;
    display: block;
    width: 48%;
}
  .most-featured-post-side a:last-child {
    margin-left: 4%;
    margin-top:0;
}
  .top-recommends__inner {
    width: 100%;
    padding: 5px 0px;
}
  .recommends__title {
    width: 100%;
    padding-left: 0;
}
  .top-recommends__item {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #ddd;
}
  .post-header .post-flex p {
    display:none;
}
  .post-loop-wrap .post-thumbnail {
    width: 40%;
}
  .post-flex{
    width:60%;
  }
  .like-box {
    width: 100%;
    padding: 5px;
    margin: 0;
}
  .like-box .fb-page {
    width: auto;
}
  .like-box .likebox-title {
    margin-bottom: 0;
    padding:5px 0;
}
  .like-box .likebox-title p {
    font-size: 14px;
}
  .footer_blog{
    display:none;
  }
}
/* ----------------------------------------
* blog版　レスポンシブ(tablet)追加
---------------------------------------- */
@media screen and (min-width:768px) and ( max-width:1023px) {
  .top-recommends__inner {
    width: 100%;
}
  .post-header .post-flex p {
    display:none;
}
    .post-loop-wrap .post-thumbnail {
    width: 40%;
}
  .post-flex{
    width:60%;
  }
}

/* ----------------------------------------
*Amazon&rakuten
---------------------------------------- */

.js-parts {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    overflow: hidden;
    padding: 20px;
    position: relative;
	text-align:center;
}
.js-parts .az_link,.js-parts .rt_link{
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 -4px 0 rgba(0,0,0,0.1) inset;
    box-shadow: 0 -4px 0 rgba(0,0,0,0.1) inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 7px;
    text-align: center;
    background-color: #02bb80;
    display: block;
    text-decoration: none;
    width: 80%;
    margin: 0 auto;
	margin-top:5px;
	font-weight:bold;
}
.js-parts .rt_link{
  background-color:#bf0000 !important;
	margin-top:10px;
}
@media screen  and ( max-width:1023px) {
.js-parts .az_link,.js-parts .rt_link{
	width:100%;
	}}

.your_fav{
	background: #fff;
}
.your_fav h2 span{
	font-size:1.2em;
	color:#5c9ee7;
}


.your_fav h2{
	    text-align: center;
    font-size: 20px;
    padding: 15px 0;
    font-weight: bold;
}
.your_fav ul{
	padding:0;
}
.your_fav ul li{
	padding: 0 20px 20px 20px;
}

.your_fav ul li img{
	width: 40%;
}

.your_fav ul li  h3{
	    font-weight: bold;
    font-size: 18px;
}
.your_fav .fav_text{
    width: 60%;
    display: inline-block;
    padding: 0 10px;
        vertical-align: top;
}

.your_fav .fav_text p{
	margin:0;
}


@media screen and (max-width: 780px){
.your_fav ul li{
	padding: 0;
}

.your_fav ul li img{
	width: 100%;
}
.your_fav h2,.your_fav h3{
	margin:0;
}

.your_fav .fav_text{
	width: 100%;
	    margin: 0.5em 0;	
}
}
/* ----------------------------------------
*balloon h2
---------------------------------------- */
.balloon h2{
  position: relative;
  padding: 0.6em;
  background: #e0edff !important;
	border:none !important;
}

.balloon h2:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #e0edff;
width: 0;
height: 0;
}
.balloon.mother h2{
	font-size:18px !important;
	font-weight:normal !important;
	   font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;

}
.balloon.mother h2:after {
	left:initial;
	right: 30px !important;
}
.wp_rp_content{
    background: #fff;
}
.related_post_title {
    font-weight: bold;
    text-align: center;
    padding: 20px 0 10px;
font-size: 20px;
}

.related_post_title i{
	font-size:1.2em;
	color:#5c9ee7;
}

ul.related_post {
padding:0;
text-align: center;
}
ul.related_post li {
width: 23% ;
margin: 10px 3px 10px 3px ;
font-size: 13px ;
font-weight: bold;
display: inline-grid;
}

ul.related_post li a {
text-align: left;
}
ul.related_post li img {
margin-bottom: 5px;
}
a.wp_rp_title {
display: block ;
}
@media only screen and (max-width: 780px) {
ul.related_post li {
width: 45% ;
}
.related_post_title {
margin:0;}
}