@charset "UTF-8";
/*
Theme Name:     Xeory_JP
Theme URI:      http://xeory.jp/
Description:    Child theme for the XeoryBase for Bazubu
Author:         バズ部
Author URI:     http://bazubu.com/
Template:       xeory_extension
Version:        0.1.0
*/
/* ----------------------------------------
* all
---------------------------------------- */
html,
body {
  overflow-x: hidden;
}

a {
  color: #1d57a9;
}

/* ----------------------------------------
* display
---------------------------------------- */
body {
  background-image: none;
  background-color: #fafafa;
}

.one-column #content .wrap {
  width: 1152px;
}

.row.row40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row.row40 .gr1, .row.row40 .gr2, .row.row40 .gr3, .row.row40 .gr4, .row.row40 .gr5, .row.row40 .gr6, .row.row40 .gr7, .row.row40 .gr8, .row.row40 .gr9, .row.row40 .gr10, .row.row40 .gr11, .row.row40 .gr12 {
  padding-left: 20px;
  padding-right: 20px;
}

/* ----------------------------------------
* header
---------------------------------------- */
#header {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}

#header-text {
  padding: 20px;
  line-height: 45px;
  font-size: 14px;
  float: left;
  color: #888888;
}

#loginblock{
  margin-top: 24px;
  float: right;
}
#loginblock a{
  background: #efefef;
  color: #323232;
  border-radius: 3px;
  /* border-bottom: 3px solid #254f89; */
  display: block;
  padding: 8px 16px;
  font-size: 13px;
  /* border: 1px solid #1d57a9; */
}
#loginblock a:hover{
  border: none;
  color: #fff;
  background: #1d57a9;
  text-decoration: none;
}
/*
#loginblock a{
  background: #1d57a9;
  color: #fff;
  border-radius: 5px;
  border-bottom: 3px solid #254f89;
  display: block;
  padding: 8px 16px;
}
#loginblock a:hover{
  opacity: .8;
  text-decoration: none;
}
*/

/* gnav
---------------------------------------- */
#gnav {
  float: none;
  text-align: left;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}
#gnav ul {
  padding: 0;
}

#gnav ul li:hover a, #gnav ul li.current-menu-item a {
  background: transparent;
  color: #1d57a9;
}
#gnav ul li a {
  background: #fff;
  color: #241913;
  padding: 24px 12px;
}
#gnav ul li a:hover {
  background: #fff;
  color: #1d57a9;
}
#gnav ul li.menu-item-711{
display:none;
}

#gnav ul li.menu-item-18294{
display:none;
}

#gnav ul li.menu-item-18295{
display:none;
}

/* ----------------------------------------
* breadcrumb
---------------------------------------- */
.breadcrumb-area {
  background: #fafafa;
  border-bottom: 1px solid #ebebeb;
}
.breadcrumb-area a {
  color: #1d57a9;
}

/* ----------------------------------------
* content
---------------------------------------- */
.notice {
  background: #fafafa;
  padding: 32px;
  margin: 32px 0;
  border: 1px solid #eee;
}

/* ----------------------------------------
* form area
---------------------------------------- */
#formarea {
  background: #1d57a9;
  color: #fff;
}

/* ----------------------------------------
* 会員登録
---------------------------------------- */
body.page-id-698 .main-inner {
  margin-right: 0;
}
body.page-id-698 .post-content {
  padding: 54px 64px;
}
body.page-id-698 .post-content form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
body.page-id-698 .post-content form input[type=text],
body.page-id-698 .post-content form input[type=password] {
  width: 80%;
  max-width: 400px;
}
body.page-id-698 .post-content table.form-table {
  border: none;
}
body.page-id-698 .post-content table.form-table tr {
  border-bottom: 1px solid #fff;
}
body.page-id-698 .post-content table.form-table th,
body.page-id-698 .post-content table.form-table td {
  border: none;
  padding: 8px 12px;
}
body.page-id-698 .post-content table.form-table th {
  background: #303b4c;
  width: 25%;
  font-size: 14px;
}
body.page-id-698 .post-content table.form-table .required {
  background: #CC0000;
  color: #fff;
  font-size: 11px;
  border-radius: 3px;
  display: block;
  padding: 0 4px;
  float: right;
  margin-left: 8px;
}
body.page-id-698 .post-content #wp-submit {
  background: #ff6c00;
  color: #fff;
  width: 100%;
  max-width: 420px;
  border-radius: 5px;
  padding: 12px;
}

body.page-id-698 p.submit iframe{
  background: #fafafa;
  border: 1px solid #eee;
  box-shadow: inset 0px 0px 7px rgba(0,0,0,0.1);
  padding: 12px;
  margin-bottom: 20px;
}



/* ----------------------------------------
* frontpage
---------------------------------------- */
#front-sns {
  position: fixed;
  left: 0;
  top: 30%;
}
#front-sns .bzb-sns-btn {
  display: block;
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 12px;
}
#front-sns .bzb-sns-btn li {
  display: block;
  float: none;
  margin-bottom: 12px;
  width: 80px;
}
#front-sns .bzb-sns-btn ._56zz._56z-._56-1 {
  right: 0;
}

body.home #main_visual_jp {
  background: #F8F8F8;
  color: #241913;
}
body.home #main_visual_jp .wrap {
  position: relative;
  height: 550px;
}
body.home #main_visual_jp #home-mainv-01,
body.home #main_visual_jp #home-mainv-02,
body.home #main_visual_jp #home-mainv-03 {
  position: absolute;
}
body.home #main_visual_jp #home-mainv-01 {
  top: 50px;
  left: 0;
}
body.home #main_visual_jp #home-mainv-02 {
  top: 50px;
  right: 0;
  width: 60%;
}
body.home #main_visual_jp #home-mainv-03 {
  top: 280px;
  left: 0;
  width: 40%;
}

/* ホームお知らせ */
#home-news{
  border-top: 1px solid #eee;
  background: #fff;
  overflow: hidden;
  font-size: 14px;
}
#home-news p{
  margin: 0;
}
#home-news p.psot-wrap{
  overflow-x: hidden;
}
#home-news a{
  color: #241912;
  display: block;
}

#home-news a:hover{
  text-decoration: none;
  color: #ff6c00;
}

#home-news a .date{
  font-size: 12px;
  margin-right: 12px;
}
#home-news a .title{
  font-weight: bold;
}
.home-news-title,
.home-news-cont{
  width: 50%;
  float: left;
  vertical-align: top;
}
.home-news-title{
  background: #303b4c;
  color: #fff;
}
.home-news-title .inner{
  margin-right: 300px;
  width: 300px;
  float: right;
  line-height: 16px;
  padding: 12px;
  text-align: right;
  position: relative;
}
.home-news-title .inner:after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 14px solid #303b4c;
  position: absolute;
  top: 0;
  right: -28px;
}
.home-news-cont .inner{
  margin-left: -300px;
  width: 900px;
  background: #fff;
  line-height: 16px;
  padding: 12px 12px 12px 40px;
}

@media screen and ( max-width: 991px ){

.home-news-title,
.home-news-cont{
  float: none;
  width: 100%;
}
.home-news-cont{
  width: auto;
  margin: 0;
  float: none;
}
.home-news-title .inner:after{
  display: none;
}
.home-news-title .inner,
.home-news-cont .inner{
  margin: 0 12px;
  width: auto;
  float: none;
}
.home-news-title .inner{
  text-align: center;
}

.home-news-cont .inner{
  text-align: left;
  padding: 12px 0;
  line-height: 1.4;
}
#home-news a .date{
  display: block;
}

}

.home-cta-line {
  background: #303b4c;
  color: #fff;
  text-align: center;
}
.home-cta-line .wrap {
  padding: 20px 0;
}
.home-cta-line a {
  background: #ff6c00;
  padding: 20px 36px;
  display: block;
  border-radius: 3px;
  color: #fff;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}
.home-cta-line a:hover {
  background: #ff8933;
  text-decoration: none;
}

.home-content-area .wrap {
  padding: 72px 0;
}
.home-content-area h2 {
  font-size: 36px;
  margin-bottom: 24px;
  font-weight: bold;
}

#home-template {
  text-align: center;
  background: #1d57a9;
  color: #fff;
}
#home-template header {
  border-bottom: 1px solid #303b4c;
  margin-bottom: 40px;
}
#home-template .inner {
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  background: #fff;
  border-radius: 5px;
  text-align: left;
  color: #241913;
}
#home-template .home-template-img {
  text-align: center;
  height: 300px;
  overflow-y: hidden;
  padding: 20px;
  background: #f7f7f7;
  background: -webkit-linear-gradient(#ffffff, #f7f7f7);
  background: linear-gradient(#ffffff, #f7f7f7);
  border-bottom: 3px solid #303b4c;
}
#home-template .home-template-img img {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebebeb;
  box-sizing: border-box;
}
#home-template .home-template-cont {
  padding: 40px;
}
#home-template h3 {
  margin-top: 0;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
#home-template h3 span {
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  display: block;
  line-height: 1.6;
}
#home-template h3 a {
  color: #241913;
}
#home-template .row {
  margin: 0 -15px;
}
#home-template .row .gr6 {
  padding: 0 15px 20px;
}
#home-template ul {
  padding: 0;
}
#home-template .dw a,
#home-template .dm a {
  display: block;
  padding: 12px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}
#home-template .dw a:hover,
#home-template .dm a:hover {
  opacity: .8;
  text-decoration: none;
}
#home-template .dw a {
  background: #ff6c00;
}
#home-template .dm a {
  background: #1d57a9;
}
#home-template .template-link {
  display: block;
  text-align: center;
  border-radius: 3px;
  padding: 12px;
  border: 1px solid #eee;
  background: #fafafa;
  color: #241913;
}
#home-template .template-link:hover {
  background: #eee;
  text-decoration: none;
}

/* 導入事例
---------------------------------------- */
/* grid */
.row-24 {
  margin-left: -12px;
  margin-right: -12px;
}
.row-24 .gr3 {
  padding-left: 12px;
  padding-right: 12px;
}

#home-case {
  background: #fff;
  text-align: center;
}
#home-case h3 {
  font-weight: normal;
  margin: 12px 0 24px;
  font-size: 16px;
  text-align: center;
}
#home-case img {
  box-sizing: border-box;
  border: 1px solid #ebebeb;
}
#home-case small {
  color: #808080;
}
#home-case a .br {
  display: block;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding-top: 20%;
  visibility: hidden;
}
#home-case a:hover .br {
  visibility: visible;
}
#home-case .link a {
  border: 1px solid #0068b4;
  display: block;
  padding: 4px 8px;
  width: 60%;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}
#home-case .link a:hover {
  background: #0068b4;
  color: #fff;
  text-decoration: none;
}

.btn-link a {
  background: #303b4c;
  color: #fff;
  padding: 20px 36px;
  display: block;
  border-radius: 3px;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}
.btn-link a:hover {
  text-decoration: none;
  background: #44536b;
}

/* 特徴
---------------------------------------- */
.row-100 {
  margin-left: -50px;
  margin-right: -50px;
}
.row-100 .gr4 {
  padding-left: 50px;
  padding-right: 50px;
}

#home-mit {
  text-align: center;
}
#home-mit h3 {
  margin: 24px 0;
  font-size: 18px;
  text-align: center;
}
#home-mit p {
  font-size: 14px;
}
#home-mit small {
  color: #808080;
}
#home-mit .home-mit-icon {
  background: #0068b4;
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  display: block;
  margin: 0 auto;
  font-size: 42px;
  line-height: 80px;
}

/* マニュアル
---------------------------------------- */
#home-post {
  text-align: center;
}
#home-post h3 {
  margin: 24px 0;
  font-size: 18px;
  text-align: center;
}
#home-post p {
  font-size: 14px;
}
#home-post small {
  color: #808080;
}
#home-post .inner {
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 20px;
  text-align: left;
  min-height: 646px;
}
#home-post .row.row40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#home-post .row.row40 .gr1, #home-post .row.row40 .gr2, #home-post .row.row40 .gr3, #home-post .row.row40 .gr4, #home-post .row.row40 .gr5, #home-post .row.row40 .gr6, #home-post .row.row40 .gr7, #home-post .row.row40 .gr8, #home-post .row.row40 .gr9, #home-post .row.row40 .gr10, #home-post .row.row40 .gr11, #home-post .row.row40 .gr12 {
  box-sizing: border-box;
}
#home-post ul {
  font-size: 14px;
  list-style: disc;
  margin-top: 20px;
}
#home-post ul a {
  color: #1d57a9;
}
#home-post ul a:hover {
  color: #1d57a9;
}
#home-post ul i {
  font-size: 12px;
}

#home-post .update-h4{
  margin-left: -18px;
  margin-top: 17px;
  padding-bottom: 10px;
  font-weight: bold;
}

#home-post .update-li{
  font-size: 13px;
}

/* バズ部CTA
---------------------------------------- */
.bazubu-cta {
  text-align: left;
  max-width: 100%;
  box-sizing: border-box;
  width: 800px;
  margin: 0 auto 96px;
  background: #0068b4;
  color: #fff;
}
.bazubu-cta .inner {
  padding: 48px 64px;
}
.bazubu-cta h3 {
  text-align: left;
  margin: 0 0 24px 0;
}
.bazubu-cta .bazubu-cta-text {
  margin-right: 220px;
}
.bazubu-cta .btn {
  background: #40C14E;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  display: block;
  padding: 12px;
  width: 300px;
  max-width: 100%;
  box-sizing: border-box;
}
.bazubu-cta .btn:hover {
  background: #67cd72;
  text-decoration: none;
}

/* バズ部サービス
---------------------------------------- */
#home-service {
  text-align: center;
}
#home-service .home-service-box {
  background: #fff;
  border: 1px solid #ebebeb;
  margin: 0 auto;
}
#home-service .home-service-box h3 {
  color: #0068b4;
  font-weight: normal;
  font-size: 20px;
  margin-top: 24px;
  padding:0 12px;
}
#home-service .home-service-box .inner {
  padding: 16px 48px 32px;
  font-size: 14px;
}
#home-service .home-service-box .inner .btn {
  border: 1px solid #0068b4;
  background: #fff;
  color: #0068b4;
  padding: 12px 16px;
  margin-bottom: 20px;
  display: block;
}
#home-service .home-service-box .inner .btn:hover {
  background: #0068b4;
  color: #fff;
  text-decoration: none;
}

/* ----------------------------------------
* main
---------------------------------------- */
.cat-content,
article.post,
article.page,
article.news,
article.manual {
  border: 1px #ebebeb solid;
  background: #fff;
}

.post-header {
  border-bottom: 1px solid #ebebeb;
}
.post-header .cat-name span {
  border: 1px solid #1d57a9;
  color: #1d57a9;
}

.post-title {
  margin-bottom: 0;
  color: #1d57a9;
}
.post-title a {
  color: #1d57a9;
}
.post-title a:hover {
  color: #ff6c00;
}

.cat-content .post-header,
article.page .post-header,
article.news .post-header,
article.manual .post-header {
  background: #fff;
}

.post-meta-area {
  border-bottom: 1px solid #ebebeb;
}
.post-meta-area .post-meta-comment li {
  border-left: 1px solid #ebebeb;
}

.post-meta,
.post-meta-comment {
  margin: 0;
}

.post-content hr {
  border-bottom: 1px solid #ebebeb;
}
.post-content h2 {
  border-left: 10px solid #1d57a9;
  background: #ebebeb;
  color: #241913;
  padding-top: 12px;
  padding-bottom: 12px;
}
.post-content h3 {
  border-bottom: 2px solid #1d57a9;
}
.post-content h4 {
  border-left: 5px solid #1d57a9;
  padding-top: 0;
  padding-bottom: 0;
}
.post-content blockquote {
  border: 1px #ebebeb solid;
  background: #fafafa;
}
.post-content blockquote:before {
  color: #e7e7e7;
}
.post-content blockquote cite {
  color: #808080;
}
.post-content table {
  border: 1px #ddd solid;
}
.post-content table th,
.post-content table td {
  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;
}
.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 .background-one {
  background: #f3f3f3;
  border: solid 1px #dcdcdc;
  margin: 15px 0px;
  padding: 20px 40px;
}
.post-content .background-two {
  overflow: hidden;
  border: 1px dotted #e5e5e3;
  margin: 0 0 40px;
  padding: 20px 36px 22px;
}
@media screen and ( max-width: 767px ){
  .post-content .background-one,
  .post-content .background-two{
    padding: 12px 20px;
  }
}

.post-cta {
  background: #131d2a;
  color: white;
}
.post-cta .cta-post-title {
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}
.post-cta .post-cta-btn a {
  background: #f86222;
  color: white;
}
.post-cta .post-cta-btn a:hover {
  background: #fa8553;
}
.post-cta .btn {
  color: #fff;
  background: #1d57a9;
}
.post-cta .btn:hover {
  background: #ff6c00;
}

.post-share {
  padding: 30px 45px;
}
.post-share .post-share-list1 a,
.post-share .post-share-list2 a,
.post-share .post-share-list3 a,
.post-share .post-share-list4 a {
  border: 1px #eee solid;
}
.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 {
  background: #f7f7f7;
}
.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-author {
  border: 1px solid #ebebeb;
  color: #241913;
  background: white;
}
.post-author a {
  color: #1d57a9;
}
.post-author .post-author-meta {
  color: #241913;
}

/* comment
---------------------------------------- */
.archive-title {
  margin-bottom: 40px;
}

/* デザイン事例一覧
---------------------------------------- */
body.page-id-189 .img-area img {
  box-sizing: border-box;
  border: 1px solid #ebebeb;
}

/* デザイン事例一覧
---------------------------------------- */
.div01 {
  background: #fafafa;
  border: 1px solid #ebebeb;
  padding: 20px;
}

body.page-id-425 .post-content h2 {
  background: 0;
  margin: 1em 0;
  border: 0;
  font-weight: normal;
  padding: 0;
  font-size: 21px;
  color: #222931;
}
body.page-id-425 .post-content ul {
  list-style-position: inside;
  margin: 1em 0;
}
body.page-id-425 .post-content dl {
  margin-bottom: 8px;
}
body.page-id-425 .post-content dl dt {
  background: #eee;
  cursor: pointer;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  color: #222931;
}
body.page-id-425 .post-content dl dt:after {
  content: '\f107';
  font-family: FontAwesome;
  float: right;
}
body.page-id-425 .post-content dl dt.active:after {
  content: '\f106';
}
body.page-id-425 .post-content dl dd {
  padding: 20px 28px;
  margin: 0;
}
body.page-id-425 .post-content .faq-contact {
  background: #fafafa;
  border: 1px solid #eee;
  padding: 14px 28px;
  margin: 2em 0;
}
body.page-id-425 .post-content .faq-contact textarea {
  width: 100%;
}

/* xeory カスタマイズサービス
---------------------------------------- */
#custom-contact-form {
  padding: 0 64px 30px;
}

@media screen and (max-width: 1200px) {
  #custom-contact-form {
    padding: 0 36px;
  }
}

@media screen and (max-width: 991px) {
  #custom-contact-form {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  #custom-contact-form {
    padding: 0 16px;
  }
  #custom-contact-form textarea {
    width: 100%;
  }
}

/* テンプレート一覧
---------------------------------------- */
.template-loop-footer {
  padding: 40px 40px;
  margin: 0 -64px;
  border-top: 1px solid #ebebeb;
}
.template-loop-footer a {
  background: #303b4c;
  color: #fff;
  display: block;
  padding: 24px;
  width: 600px;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
}
.template-loop-footer a:hover {
  background: #44536b;
  text-decoration: none;
}

body.post-type-archive-template .template-loop-footer {
  padding-bottom: 0;
}
body.post-type-archive-template .main-inner {
  border: 1px solid #ebebeb;
  background: #fff;
  margin-right: 0;
  box-sizing: border-box;
}
body.post-type-archive-template .template-header {
  border-bottom: 1px solid #ebebeb;
  padding: 56px 64px;
}
body.post-type-archive-template .template-archive-content {
  padding: 56px 64px 30px;
}
body.post-type-archive-template .post-loop-wrap.row {
  margin-left: -15px;
  margin-right: -15px;
}
body.post-type-archive-template .gr6 {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  width: 50%;
}
body.post-type-archive-template .post-loop-wrap {
  padding: 0 64px 30px;
}
body.post-type-archive-template article .inner {
  border: 1px solid #ebebeb;
  background: #fff;
}
body.post-type-archive-template article .clearfix {
  padding: 30px;
}
body.post-type-archive-template article .clearfix.dl-link{
  padding: 16px 0 30px;
}
body.post-type-archive-template article .clearfix.dl-link a{
  display: block;
  background: #ff6c00;
  color: #fff;
  padding: 8px 12px;
  margin: 0 auto 0;
  border-radius: 3px;
  text-align: center;
  max-width: 350px;
  width: 100%;
}
body.post-type-archive-template article .clearfix.dl-link a:hover{
  opacity: .8;
  text-decoration: none;
}
body.post-type-archive-template article .clearfix h2 {
  font-size: 18px;
  float: left;
  line-height: 28px;
  margin: 0;
  padding: 0;
}
body.post-type-archive-template article .clearfix .demo-link {
  float: right;
  border: 1px solid #0068b4;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 3px;
}
body.post-type-archive-template article .clearfix .demo-link:hover {
  background: #0068b4;
  color: #fff;
  text-decoration: none;
}
body.post-type-archive-template article .post-thumbnail a {
  position: relative;
  overflow: hidden;
  display: block;
}
body.post-type-archive-template article .post-thumbnail a .brank {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: table-cell;
  text-align: center;
  box-sizing: border-box;
  padding-top: 25%;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  -webkit-transition: all ease-in-out 0.3s;
          transition: all ease-in-out 0.3s;
}
body.post-type-archive-template article .post-thumbnail a .brank i {
  font-size: 36px;
}
body.post-type-archive-template article .post-thumbnail a:hover .brank {
  top: 0;
}

body.single-template .download_count {
  background: #303b4c;
  color: #fff;
  height: 128px;
  width: 128px;
  border-radius: 64px;
  position: absolute;
  top: 64px;

  right: 64px;
  text-align: center;
}
body.single-template .download_count span {
  padding: 37px 0 5px;
  display: block;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 20px;
}
body.single-template .download_count span.d_number {
  padding: 5px 0 19px;
  font-size: 36px;
  list-style: 40px;
}
body.single-template .main-inner {
  margin-right: 0;
}
body.single-template article.type-template {
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  background: #fff;
}
body.single-template .post-footer {
  border-top: 1px solid #ebebeb;
}
body.single-template .btn-group {
  padding: 16px;
}
body.single-template .btn-group.gray {
  background: #fafafa;
}
body.single-template .btn-group .rule {
  font-size: 12px;
  text-align: center;
}
body.single-template .btn-group .rule a {
  color: #1d57a9;
  text-decoration: underline;
}
body.single-template .btn-group .rule a:hover {
  text-decoration: none;
}
body.single-template .btn-group ul {
  margin: 0 auto;
  text-align: center;
}
body.single-template .btn-group ul li {
  width: 220px;
  display: inline-block;
  margin: 0 10px;
}
body.single-template .btn-group ul li a {
  display: block;
  padding: 12px;
  color: #fff;
  border-radius: 3px;
}
body.single-template .btn-group ul li a:hover {
  text-decoration: none;
  opacity: .8;
}
body.single-template .btn-group ul .dm a {
  background: #0068b4;
}
body.single-template .btn-group ul .dw a {
  background: #ff6c00;
}
body.single-template .post-content {
  padding-bottom: 54px;
  position: relative;
}
body.single-template .tabs ul.ui-tabs-nav {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-left: 1px solid #ebebeb;
}
body.single-template .tabs ul.ui-tabs-nav li {
  float: left;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  width: 30%;
  max-width: 180px;
}
body.single-template .tabs ul.ui-tabs-nav li a {
  display: block;
  background: #303b4c;
  color: #fff;
  padding: 12px;
  text-align: center;
}
body.single-template .tabs ul.ui-tabs-nav li a:hover {
  text-decoration: none;
  background: #FDFDFD;
  color: #241913;
}
body.single-template .tabs ul.ui-tabs-nav li.ui-tabs-active a {
  background: #FDFDFD;
  color: #241913;
}
body.single-template .tabs h4 {
  font-size: 16px;
  border: none;
  border-bottom: 1px dotted #241913;
  padding: 16px 0;
  margin-top: 0;
}
body.single-template .tabs .tabs-content-wrap {
  border: 1px solid #ebebeb;
  margin-bottom: 40px;
  background: #FDFDFD;
}
body.single-template .tabs .tabs-content-wrap .inner {
  padding: 32px;
}
body.single-template .post-footer a {
  background: #303b4c;
  color: #fff;
  display: block;
  width: 80%;
  max-width: 476px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 24px;
  text-align: center;
  border-radius: 5px;
}
body.single-template .post-footer a:hover {
  text-decoration: none;
  background: #44536b;
}

/* loop
---------------------------------------- */
.cat-content {
  background: #fff;
}

.post-loop-wrap .more-link {
  border: 1px #1d57a9 solid;
  color: #1d57a9;
}
.post-loop-wrap .more-link:hover {
  background: #1d57a9;
  color: #fff;
}
.post-loop-wrap .post-footer {
  border-top: 1px #ebebeb solid;
}
.post-loop-wrap .post-footer a.morelink {
  background: #1d57a9;
  color: #fff;
}

/* pager */
.pagination span, .pagination a {
  color: #241913;
  background: #fff;
}

.pagination a:hover {
  color: #fff;
  background: #3279BB;
}

.pagination .current {
  color: #fff;
}

/* contact
---------------------------------------- */
#custom-case .row {
  margin-left: -14px;
  margin-right: -14px;
}
#custom-case .row .gr6 {
  padding: 0 14px;
}

#custom-contact,
#custom-case {
  text-align: center;
}

#custom-case {
  padding: 0 56px 64px;
}
#custom-case .post-case {
  margin-bottom: 60px;
}
#custom-case h3 {
  font-size: 16px;
}
#custom-case .img-area {
  position: relative;
}
#custom-case .img-area .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  margin: 0;
  padding: 12px;
  font-size: 12px;
  text-align: center;
}

#custom-contact {
  background: #0068b4;
  color: #fff;
  padding: 45px 0;
}
#custom-contact .contact-tips {
  background: #1d57a9;
  padding: 24px;
  font-size: 14px;
  margin-bottom: 40px;
}
#custom-contact .contact-tips h4 {
  font-size: 16px;
  margin-top: 0;
}
#custom-contact .wrap {
  width: 1150px;
}
#custom-contact h3 {
  font-size: 26px;
}
#custom-contact .h3_text {
  width: 850px;
  margin-right: auto;
  margin-left: auto;
}
#custom-contact .contact-form-area {
  width: 100%;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
#custom-contact .contact-form-area input,
#custom-contact .contact-form-area textarea {
  width: 100%;
  box-sizing: border-box;
}
#custom-contact .contact-form-area input[type=submit] {
  width: 165px;
  padding: 14px;
  text-align: center;
  border-radius: 5px;
}
#custom-contact .contact-form-area input[type=submit]:hover {
  opacity: .8;
}

#front-sns.sp-show {
  display: none;
}

#front-sns.sp-hide {
  display: block;
}

/* ----------------------------------------
* レスポンシブ
* ~ / 1200px / 991px / 767px
* desctop / laptop / tablet / phone
---------------------------------------- */
@media screen and (max-width: 1440px) {
  #front-sns {
    position: relative;
    margin-bottom: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #front-sns ul.bzb-sns-btn {
    margin: 0 20px;
    text-align: center;
  }
  #front-sns ul.bzb-sns-btn li {
    float: left;
    margin-bottom: 0;
  }
  #front-sns ul.bzb-sns-btn li.bzb-facebook {
    width: 120px;
  }
  #front-sns ul.bzb-sns-btn li.bzb-twitter {
    width: 120px;
  }

  #front-sns.sp-hide ul.bzb-sns-btn {
    width: 380px;
    margin: 0 auto;
  }
  #front-sns.sp-hide ul.bzb-sns-btn li {
    padding-left: 10px;
    padding-right: 10px;
  }
  #front-sns.sp-hide ul.bzb-sns-btn li.bzb-facebook, #front-sns.sp-hide ul.bzb-sns-btn li.bzb-twitter {
    width: 90px;
  }
  #front-sns.sp-hide ul.bzb-sns-btn li.bzb-googleplus {
    width: 70px;
  }
  #front-sns.sp-hide ul.bzb-sns-btn li.bzb-hatena {
    width: 100px;
  }
}
@media screen and (max-width: 1200px) {
  /* laptop */
  .one-column #custom-contact .wrap,
  .one-column #content .wrap {
    width: auto;
    margin-right: 30px;
    margin-left: 30px;
  }

  /* laptop end */
}
@media screen and (max-width: 991px) {
  /* tablet */
  .wrap {
    overflow-x: hidden;
  }

  .bx-controls-direction {
    display: none !important;
  }

  .one-column #custom-contact .wrap,
  .one-column #content .wrap {
    margin-right: 20px;
    margin-left: 20px;
  }

  body.home #main_visual_jp .wrap {
    text-align: center;
    height: auto;
    padding: 50px 0;
  }
  body.home #main_visual_jp .wrap #home-mainv-01, body.home #main_visual_jp .wrap #home-mainv-02, body.home #main_visual_jp .wrap #home-mainv-03 {
    position: relative !important;
    text-align: center !important;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 20px;
    width: 100% !important;
  }

  #header #header-text {
    display: none;
  }

  /* tablet end */
}
@media screen and (max-width: 767px) {
  /* phone */

  #header-nav-btn{
    clear: both;
  }
  #header #logo {
    float: left;
  }
  #front-sns.sp-show {
    display: block;
  }

  #front-sns.sp-hide {
    display: none;
  }
  #front-sns.sp-hide .bzb-sns-btn {
    margin: 0 0 40px;
  }

  #home-template .home-template-img {
    height: auto;
  }

  .btn-link a {
    max-width: 100%;
  }

  .one-column #custom-contact .wrap,
  .one-column #content .wrap {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }

  body.post-type-archive-template .template-header {
    padding: 20px;
  }
  body.post-type-archive-template .template-archive-content {
    padding: 20px;
  }
  body.post-type-archive-template .post-loop-wrap {
    padding: 0 20px 20px;
  }
  body.post-type-archive-template .gr6 {
    width: 100%;
  }
  body.post-type-archive-template .post-title {
    text-align: center;
    margin-bottom: 12px;
    float: none;
  }
  body.post-type-archive-template .demo-link {
    width: 100%;
    text-align: center;
  }
  body.post-type-archive-template article {
    margin-bottom: 20px;
  }
  body.post-type-archive-template article .clearfix {
    padding: 10px;
  }
  body.post-type-archive-template article .clearfix h2 {
    float: none;
    text-align: center;
  }

  #home-post .inner {
    min-height: 200px;
  }
  #home-post .row.row40 {
    display: block;
  }
  #home-post .row.row40 .gr1, #home-post .row.row40 .gr2, #home-post .row.row40 .gr3, #home-post .row.row40 .gr4, #home-post .row.row40 .gr5, #home-post .row.row40 .gr6, #home-post .row.row40 .gr7, #home-post .row.row40 .gr8, #home-post .row.row40 .gr9, #home-post .row.row40 .gr10, #home-post .row.row40 .gr11, #home-post .row.row40 .gr12 {
    box-sizing: border-box;
    width: 100% !important;
    margin-bottom: 20px;
  }

  .bazubu-cta {
    width: 100%;
  }
  .bazubu-cta .inner {
    padding: 20px;
    text-align: center;
  }
  .bazubu-cta img {
    float: none;
    margin: 0 auto 20px;
  }
  .bazubu-cta .bazubu-cta-text {
    text-align: left;
    float: none;
    margin: 0;
  }

  .template-loop-footer {
    margin-left: -20px;
    margin-right: -20px;
  }

  #custom-case .post-case {
    margin-bottom: 32px;
  }

  /* phone end */
}
/* ----------------------------------------
* side
---------------------------------------- */
.side-widget .side-title {
  background: #ebebeb;
  border: 1px solid #e4e4e4;
}
.side-widget a {
  color: #1d57a9;
}
.side-widget a:hover {
  color: #1d57a9;
}
.side-widget ul li {
  border-bottom: 1px solid #ebebeb;
}
.side-widget .post-date {
  color: #999999;
}

/* search */
.widget_search {
  background: #fff;
  border: 1px solid #ebebeb;
}
.widget_search button {
  color: #5e6265;
}

/* comment */
.recentcomments {
  color: #808080;
}
.recentcomments a {
  color: #241913;
}

/* ----------------------------------------
* footer
---------------------------------------- */
#footer {
  color: #241913;
  border-top: 3px solid #ebebeb;
}
#footer a {
  color: #241913;
}
#footer a:hover {
  color: #1d57a9;
}
#footer .row {
  margin-left: -20px;
  margin-right: -20px;
}
#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: 20px;
  padding-right: 20px;
}

#footer-brand-area {
  border-bottom: 1px solid #ebebeb;
}

.footer-01 {
  background: white;
  border-bottom: 1px solid #ebebeb;
}

.footer-02 {
  background: white;
}

/* ----------------------------------------
* LP
---------------------------------------- */
.single-lp .lp-wrap {
  border: 1px solid #ebebeb;
  background: white;
}
.single-lp .lp-thumbnail {
  border: 1px #ccc solid;
  border: 1px #ccc solid;
}
.single-lp #lp-header {
  background: white;
}
.single-lp #lp-header h1 {
  color: #1d57a9;
  border-bottom: 1px solid #ebebeb;
}
.single-lp .lp-form {
  background: #494c4e;
  color: #fff;
}
.single-lp .lp-form input[type=submit],
.single-lp .lp-form button {
  background: #f86222;
  color: white;
  border-bottom: 5px solid #e04807;
}
.single-lp .lp-form input[type=submit]:hover,
.single-lp .lp-form button:hover {
  background: #f9743b;
}

/* =========================================================
 プラグインリンク非表示
========================================================= */
/*#menu-item-42802,
.menu-item-42802,
.home-cta-line,
#home-plugin {
  display: none!important;
}*/


#custom-case .row {
  display: flex;
  flex-wrap: wrap;
}

/* contact form */


.page-template-default.page-contact #content .wrap{
  max-width:  1000px;
}

.page-template-default.page-contact .main-inner{
  margin-right:   0;
}

.page-template-default.page-contact article.page .post-header{
  padding:  44px 40px 42px;
  margin-bottom:  4px;
}

.page-template-default.page-contact .main-inner .post-content{
  padding:  30px 40px 43px;
}

.page-template-default.page-contact .main-inner .post-content p{
  font-size:  16px;
  line-height:  30px;
  color: #241913;
  margin-bottom:  15px;
}

.page-template-default.page-contact .main-inner .post-content p:last-child{
  margin-bottom:  0;
}

.page-template-default.page-contact .main-inner .post-content .note-block{
  padding:  0 40px 40px;
  border: 1px solid #ff9000;
  text-align: center;
  margin-bottom: 28px;
  position:  relative;
  margin-top:   60px;
}

.page-template-default.page-contact .main-inner .post-content .note-block:before{
  content:'\f12a';
  font-family: FontAwesome;
  color:  #fff;
  background: #3564b6;
  position:   relative;
  top:-28px;
  font-size: 30px;
  line-height:  54px;
  text-align: center;
  -webkit-border-radius:  50%;
          border-radius:  50%;
  display:  inline-block;
  width:  54px;
  
}

.page-template-default.page-contact .main-inner .post-content a{
  color: #ff9000;
}

.page-template-default.page-contact .main-inner .post-content .wpcf7{
  padding-top:  19px;
}


.page-template-default.page-contact .main-inner .post-content .wpcf7 p{
  margin-bottom: 26px;
}

.page-template-default.page-contact .main-inner .post-content .wpcf7 ul{
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.page-template-default.page-contact .main-inner .post-content .wpcf7 ul li{
  position: relative;
  padding-left: 16px;
}

.page-template-default.page-contact .main-inner .post-content .wpcf7 ul li:before{
  content:'・';
  position: absolute;
  left: 0;
  top:2px;
}

.page-template-default.page-contact .main-inner .post-content .wpcf7 p:nth-of-type(4){
  margin-bottom: 31px;
}

.page-template-default.page-contact .main-inner .post-content .wpcf7 p:nth-of-type(5){
  margin-bottom: 19px;
}

.page-template-default.page-contact .main-inner .post-content .wpcf7 p:nth-of-type(5) .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item{
  margin-right: 30px;
}
.page-template-default.page-contact .main-inner .post-content .wpcf7 p:nth-of-type(5) .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input{
  margin-right: 5px;
}

.page-template-default.page-contact .main-inner .post-content .wpcf7 p:nth-of-type(7){
  margin-bottom: 17px;
}

.page-template-default.page-contact .main-inner .post-content .wpcf7 p:nth-of-type(7) .wpcf7-form-control-wrap{
  top:-5px;
}

.page-template-default.page-contact .main-inner .post-content .wpcf7 p:nth-of-type(8){
  line-height: 25px;
  margin-bottom: 0;
}

.page-template-default.page-contact .main-inner .post-content .wpcf7 p:nth-of-type(9){
  margin-bottom: 40px;
}

.page-template-default.page-contact .main-inner .post-content .wpcf7 p b{
  font-weight: normal;
  color: #ff3131;
  padding-left: 5px;
}


.page-template-default.page-contact .main-inner .post-content .wpcf7 p.link{
  padding-left: 40px;
  margin-top: -34px;
  margin-bottom: 13px;
}

.page-template-default.page-contact .main-inner .post-content .wpcf7 p.link a{
  color: #1d57a9;
  font-size: 14px;
}

.page-template-default.page-contact .main-inner .post-content .wpcf7 p.submit input{
  max-width: 340px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  padding: 16px;
}


.page-template-default.page-contact .main-inner .post-content .wpcf7 input{
  width: 100%;
  max-width: 355px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.page-template-default.page-contact .main-inner .post-content .wpcf7 .wpcf7-form-control-wrap.agree .wpcf7-list-item{
  position: relative;
  padding-left: 24px;
}


.page-template-default.page-contact .main-inner .post-content .wpcf7 .wpcf7-form-control-wrap.agree .wpcf7-list-item input{
  position: absolute;
  left: 0;
  top:7px;
}

.page-template-default.page-contact .main-inner .post-content .wpcf7 textarea{
  max-width: 817px;
  width: 100%;
  min-height: 248px;
}


.page-template-default.page-contact .main-inner .post-content .wpcf7 input[type="checkbox"], 
.page-template-default.page-contact .main-inner .post-content .wpcf7 input[type="radio"]{
  width: auto;  
}

@media screen and ( max-width: 767px ){
  .page-template-default.page-contact article.page .post-header{
    padding: 24px;
  }

  .page-template-default.page-contact .main-inner .post-content{
    padding: 24px 12px;
  }

  .page-template-default.page-contact .main-inner .post-content .note-block{
    padding: 0 12px 12px;
  }

  .page-template-default.page-contact .main-inner .post-content .note-block:before{
    width: 45px;
    line-height: 45px;
    font-size: 25px;
  }
}

@media screen and ( max-width: 550px ){
  .page-template-default.page-contact .main-inner .post-content .note-block p {
    text-align: left;
  }
  .page-template-default.page-contact .main-inner .post-content .note-block p br{
    display: none;
  }
}

#footer-sns .header-google{
  display: none;
  visibility: hidden;
  content-visibility: hidden;
}