@charset "UTF-8";
body {
  color: #333;
}

.ebook-btn,
.nlp-lesson-btn {
  color: #fff;
  border-radius: 50px;
  padding: 0 16px;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  display: inline-block;
}

.ebook-btn {
  background-color: #00b7ef;
}

.nlp-lesson-btn {
  background-color: #f2a93e;
}

.ebook-btn:hover,
.nlp-lesson-btn:hover {
  text-decoration: none;
  opacity: .7;
}

#header {
  padding: 14px 0;
}
#header #logo {
  float: none;
}
#header #logo img{
  vertical-align: initial;
}
.text-under-logo {
  font-size: 14px;
  padding-top: 11px;
  position: relative;
  left: -6px;
  margin-bottom: 14px;
}
#header .text-under-logo {
  margin-bottom: 12px;
}
#footer .text-under-logo {
  padding-top: 17px;
}
#header .text-under-logo span,
#footer .text-under-logo span {
  color: #00b7ef;
  letter-spacing: 1.68px;
  font-size: inherit;
}

@media screen and (max-width: 1120px){
  #header .header-right-area .ebook-btn,
  #header .header-right-area .nlp-lesson-btn {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  #header {
    padding: 15px 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  #header .text-under-logo {
    padding-top: 0;
  }
}

#header .wrap {
  position: relative;
}

@media only screen and (max-width: 991px) {
  #header .wrap {
    position: static;
  }
}

#header #logo {
  display: block;
  font-family: "Noto Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#header #logo a:hover {
  text-decoration: none;
}

#header #logo img {
  /*width: 288px;*/
  width: 200px;
  margin-bottom: -8px;
}

#header #logo span {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 52.4px;
}

body:not(.home) #header #logo {
  margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  #header #logo {
    width: 150px;
  }
}

#header .operation {
  float: left;
  padding: 22px 0 22px 22px;
}

@media only screen and (max-width: 991px) {
  #header .operation {
    padding: 12px 0 12px 22px;
  }
}

@media only screen and (max-width: 767px) {
  #header .operation {
    font-size: 14px;
  }
}

@media screen and (max-width: 550px) {
  #header .operation {
    display: none;
  }
}

#header .operation-sp {
  display: none;
}

@media screen and (max-width: 550px) {
  #header .operation-sp {
    display: block;
    font-size: 10px;
    float: left;
    padding: 12px 0 12px 22px;
  }
}

@media screen and (max-width: 400px) {
  #header .operation-sp {
    padding: 12px 0 12px 6px;
  }
}

#gnav,
#footer-nav {
  border: none;
  background: #000;
  font-size: 12px;
}

@media only screen and (max-width: 991px) {
  #gnav {
    margin: 0;
    display: none;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 69px;
    left: 0;
  }
}

#gnav ul,
#footer-nav {
  font: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#gnav li,
#footer-nav li {
  flex-grow: 1;
  text-align: center;
  padding: 0;
}

#gnav li a,
#footer-nav li a {
  border: none;
  background: #000;
  color: #fff;
  padding: 6px;
  margin-top: 0;
  display: block;
  position: relative;
}

#gnav li a:hover,
#footer-nav li a:hover {
  color: #fff;
  border: none;
}

#gnav li a:hover::after,
#footer-nav li a:hover::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #00b7ef;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 991px) {
  #gnav li a,
  #footer-nav li a {
    position: relative;
  }
  #gnav li a:before,
  #footer-nav li a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media only screen and (max-width: 767px) {
  #footer-nav li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 375px) {
  #gnav li a:before {
    content: none;
  }
}

#gnav li.current-menu-item a,
#footer-nav li.current-menu-item a {
  border: none;
}

#gnav #sp-nav-ebook-btn {
  display: none;
  padding: 14px 4px;
  color: #000;
  background: #ffed24;
  margin-bottom: 16px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  #gnav #sp-nav-ebook-btn {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  #header-menu-tog {
    float: none;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    height: 69px;
    padding: 23px 17px;
  }
  #header-menu-tog a {
    color: #fff;
  }
}

#footer {
  background: #fff;
}

.footer-01 #footer-nav,
.footer-02 .wrap,
.footer-03 .wrap,
.footer-04 .wrap {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.footer-02,
.footer-03 {
  border: none;
  border-bottom: 1px solid #ebebeb;
}

.footer-01 {
  border: none;
  background: #000;
}

@media only screen and (max-width: 767px) {
  .footer-01 ul {
    text-align: center;
  }
}

@media only screen and (max-width: 550px) {
  .footer-01 ul li {
    margin-right: 0;
    display: block;
    border-bottom: 1px solid #e3e3e3;
  }
  .footer-01 ul li:nth-child(odd) {
    border-right: 1px solid #e3e3e3;
  }
}

@media only screen and (max-width: 550px) {
  .footer-03 .wrap {
    display: block;
  }
}

#footer a:hover {
  text-decoration: none;
  color: #00b7ef;
}

#footer .wrap {
  padding: 0;
}

#footer .footer-01 a {
  padding: 9px 0;
  color: #fff;
  display: block;
}

.footer-02 {
  padding: 32px 0 30px;
}

.footer-logo-area {
  float: left;
}

.footer-logo-area img {
  max-width: 200px;
  /* max-width: 202px; */
}

.footer-logo-area a:hover {
  color: #333;
}

#flogo span {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.footer02-right-area {
  position: absolute;
  top: 10px;
  right: 0;
}

.footer02-right-area a {
  display: inline-block;
  vertical-align: top;
}

.footer02-right-area a:hover {
  opacity: .7;
}

.footer-fb {
  margin-right: 56px;
}

.footer-fb .fa {
  width: 57px;
  height: 57px;
  background: #1877f2;
  border-radius: 50%;
  text-align: center;
  position: relative;
  margin-right: 24px;
}

.footer-fb .fa:before{
  font-size: 50px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
}

.footer-twitter .fa {
  text-align: center;
  margin-right: 24px;
}

.footer-twitter .fa:before{
  font-size: 58px;
  color: #1da1f2;
}

.footer-fb span,
.footer-twitter span {
  line-height: 57px;
  vertical-align: top;
  font-weight: bold;
}

.footer-fb span {
  color: #1877f2;
}

.footer-twitter span {
  color: #1da1f2;
}

.footer-03 {
  padding: 24px 0;
}

.footer-03 .wrap {
  display: flex;
  justify-content: space-between;
}

.footer-03 .wrap:after {
  content: none;
}

#footer .footer-03 a {
  color: #fff;
  border-radius: 50px;
  margin: 6px 0;
  padding: 2px 16px;
  line-height: 14px;/* 40px */
  height: auto;/* 40px */
  font-size: 14px;
  margin-right: 20px;
  width: 100%;
  max-width: 293px;
  text-align: center;
  min-height: 40px;
  /*display: inline-table;*/
    display: flex;
    align-items: center;
        justify-content: center;
}
#footer .footer-03 a:nth-child(3),
#footer .footer-03 a:nth-child(4) {
  width: 240px;
  max-width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#footer .footer-03 a:nth-child(2) {
  margin-right: 23px;
}
#footer .footer-03 a:nth-child(3) {
  margin-right: 17px;
}

/*#footer .footer-03 a:last-of-type {
  margin: 0;
  padding: 0;
}*/

.footer-03 a img {
  max-width: 293px;
  width: 100%;
}

.footer-03 a:hover {
  text-decoration: none;
  opacity: .7;
}

#footer-nav04 {
  display: flex;
  justify-content: center;
  padding: 28px 0;
}

#footer-nav04 li {
  margin: 0 13px;
}

#footer-nav04 li:before {
  content: "\f105";
  font-size: 12px;
  font-family: 'FontAwesome';
  background-color: #3c3c3c;
  color: #fff;
  border-radius: 50%;
  padding: 1px 5px;
  margin-right: 7px;
}

#footer .footer-copy {
  text-align: center;
  font-size: 10px;
  padding: 5px 0;
  margin-bottom: 22px;
}

@media only screen and (max-width: 991px) {
  .footer-logo-area {
    float: none;
  }
  #footer .footer-03 a {
    width: 240px;
    max-width: initial;
    margin-bottom: 16px;
  }
  #footer .footer-03 .wrap {
    justify-content: space-between;
  }
  #footer .footer-03 a,
  #footer .footer-03 a:nth-child(2) {
    margin-right: 0;
  }
  #footer .footer-03 .wrap {
    width: 500px;
    max-width: 100%;
    text-align: center;
  }
  #footer .footer-03 a {
    text-align: center;
  }
}


@media only screen and (max-width: 991px) {
  #flogo {
    margin: 0 auto;
    width: 175px;
  }
  .footer-01 #footer-nav {
    flex-wrap: wrap;
    max-width: 100%;
  }
  #footer-nav li {
    width: 25%;
  }
  .footer-01 .wrap {
    margin: 0;
  }
  .footer-03 .wrap {
    flex-wrap: wrap;
  }
  .footer02-right-area {
    position: static;
    text-align: center;
  }
  #footer .text-under-logo {
    text-align: center;
    margin-bottom: 35px;
  }
  #header .text-under-logo,
  #footer .text-under-logo {
    font-size: 13px;
  }
  #header #logo a {
    padding-top: 16px;
    padding-top: 0;
  }
  #footer #footer-nav04 li a{
    font-size: 12px;
  }
  #footer .footer-copy {
    font-size: 10px;
    margin: 0 auto 22px;
  }
  .footer-03 {
    padding: 40px 16px;
  }
  .footer-02 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 550px) {
  #footer-nav li {
    width: 50%;
  }
  #footer .footer-03 .wrap {
    width: 100%;
    justify-content: center;
    padding: 0;
  }
  #footer .footer-03 a {
    width: 100%;
    min-height: 48px;
  }
  #footer .footer-03 a {
    width: 343px;
    max-width: 100%;
    margin: 0 0 32px;
  }
  #footer .footer-03 a:nth-child(3), #footer .footer-03 a:nth-child(4) {
    width: auto;
    margin: 0 0 27px;
  }
  #footer .footer-03 a:nth-child(4) {
    margin: 0;
  }
  #footer-nav04 li {
    margin: 0 8px;
  }
  .footer-03 a img {
    width: 343px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  #header .text-under-logo {
    font-size: 12px;
  }
}
body.home #content {
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  body.home #content {
    padding-top: 69px !important;
  }
}

@media only screen and (max-width: 767px) {
  body.home #content .wrap {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  body.home #content .first-post .wrap {
    margin-left: 10px;
    margin-right: 10px;
  }
}

body.single #content {
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  body.single #content {
    padding-bottom: 40px;
  }
}

#content {
  background: #f7fcff;
}

@media only screen and (max-width: 991px) {
  #content {
    padding-bottom: 0;
    padding-top: 100px;
  }
}

.wrap {
  max-width: 1120px;
  width: auto;
}

#sp-nav-ebook-btn .fa {
  margin-left: 8px;
}

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

.page .main-inner {
  border: 1px solid #e3e3e3;
}

.page-id-28 .main-inner {
  border: none;
}

.error404 article.post {
  background: none;
}

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

.single .post-header,
.page .post-header {
  padding-bottom: 0px;
}

.single .post-content,
.page .post-content {
  padding-top: 5px;
}

@media only screen and (max-width: 767px) {
  .single .post-header,
  .single .post-content, .page .post-header,
  .page .post-content, article.page .post-header,
  article.page .post-content {
    font-size: 15px;
  }
}

.single .main-inner article {
  border: 1px solid #e3e3e3;
}

.single .main-inner .pc_cv_link,
.single .main-inner .sp_cv_link {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .single .main-inner .pc_cv_link,
  .single .main-inner .sp_cv_link {
    margin: 0 8px 32px;
  }
}

.single .main-inner .pc_cv_link a,
.single .main-inner .sp_cv_link a {
  display: block;
  border: 1px solid #18a5df;
  padding: 8px;
  font-size: 15px;
  background-color: #fff;
  color: #015db2;
}

@media screen and (max-width: 767px) {
  .single .main-inner .pc_cv_link a,
  .single .main-inner .sp_cv_link a {
    font-size: 13px;
  }
}

.single .main-inner .pc_cv_link a .atention,
.single .main-inner .sp_cv_link a .atention {
  background: #fc8e18;
  padding: 8px 12px;
  color: #fff;
  font-weight: 700;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .single .main-inner .pc_cv_link a .atention,
  .single .main-inner .sp_cv_link a .atention {
    font-size: 13px;
    padding: 3px 8px;
  }
}

.single .main-inner .pc_cv_link a .link_text,
.single .main-inner .sp_cv_link a .link_text {
  line-height: 1.8;
}

.single .main-inner .pc_cv_link a:hover,
.single .main-inner .sp_cv_link a:hover {
  text-decoration: none;
}

.single .main-inner .pc_cv_link a:hover .link_text,
.single .main-inner .sp_cv_link a:hover .link_text {
  text-decoration: underline;
}

.single .main-inner .pc_cv_link {
  display: block;
}

@media screen and (max-width: 767px) {
  .single .main-inner .pc_cv_link {
    display: none;
  }
}

.single .main-inner .sp_cv_link {
  display: none;
}

@media screen and (max-width: 767px) {
  .single .main-inner .sp_cv_link {
    display: block;
  }
}

article.post,
article.page {
  margin-bottom: 0;
}

/*コメント修正*/
.comments-area .comment-body {
  padding: 20px !important;
}

.comments-area .comment-meta .comment-metadata {
  left: 0;
  margin-right: 0;
}

.comments-area .comment-meta .comment-metadata a {
  position: absolute;
  left: 5.5em;
}

.comments-area .comment-meta .comment-metadata .comment-edit-link {
  display: none;
}

.comments-area .comment-content {
  margin-left: 0 !important;
}

.comments-area .comment-content p {
  line-height: 22px;
}

.comments-area .vcard, .comments-area .reply {
  margin-left: 0 !important;
}

@media only screen and (max-width: 767px) {
  div.side-widget-area a img {
    display: inline-block;
  }
}

@media screen and (max-width: 480px) and (min-width: 320px) {
  #xeory_recommend_posts-2 .side-widget-inner img {
    width: 109px;
    height: 73px;
    object-fit: cover;
  }
}

.page-id-28 #side,
.archive #side {
  margin-top: 37px;
}

#side {
  width: 300px;
  margin-left: -300px;
}

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

@media screen and (max-width: 991px) {
  #side .side-widget-inner p.bnr {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  #side {
    width: 100%;
    margin-left: 0;
  }
}

#side .fa {
  margin-right: .4em;
  font-size: 18px;
}

#side .post-thumbnail {
  float: left;
  margin: 0 10px 0 0;
  border: 5px solid #e3e3e3;
  padding: 0;
  width: 150px;
}

@media only screen and (max-width: 767px) {
  #side .post-thumbnail {
    float: none;
    border: none;
    width: 100%;
  }
}

#side aside {
  margin-bottom: 50px;
}

#side [class*=post-item-] {
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  border: none;
}

@media only screen and (max-width: 767px) {
  #side [class*=post-item-] {
    border-bottom: 1px solid black;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 480px) and (min-width: 320px) {
div.side-inner div.side-widget-area img {
    width: 70%;
    margin: 0 auto 0px;
}
}

#side [class*=post-item-]:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

#side [class*=post-item-] a {
  color: #000;
}

#side [class*=post-item-] a:hover {
  color: #0075a9;
  text-decoration: none;
}

#side .date {
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  #side a {
    padding: 0;
  }
}

.side-title {
  background: #00b7ef;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  margin-bottom: 1.2em;
}

@media only screen and (max-width: 767px) {
  .side-title {
    margin-bottom: 0 !important;
    text-align: center;
  }
}

[id^="xeory_recommend_posts"] {
  margin-top: 32px;
}

[id^="xeory_recommend_posts"] .side-widget-inner {
  text-align: left !important;
}

@media only screen and (max-width: 767px) {
  [id^="xeory_recommend_posts"] .recommend-list {
    padding: 0 10px;
    background: #fff;
  }
}

.reco-content {
  margin-left: 160px;
  text-align: left;
}

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

@media only screen and (max-width: 767px) {
  .reco-content .date {
    display: none;
  }
}

.wrap-img {
  position: relative;
  float: left;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .wrap-img {
    float: left;
    width: 107px;
    margin-right: 10px;
  }
}

.wrap-img .post-cat {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: calc(100% - 10px);
}

@media only screen and (max-width: 767px) {
  .wrap-img .post-cat {
    position: static;
    width: 100%;
    text-align: center;
    margin-top: 12px;
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .wrap-img .post-cat {
    margin-top: 0px;
    display: none;
  }
}

.side-post-title {
  font-size: 14px;
  margin-bottom: .5em;
}

@media only screen and (max-width: 767px) {
  .side-post-title {
    font-size: 14px;
    margin: 10px 0 0;
  }
}

[class*=post-item-]:after {
  display: block;
  width: 22px;
  height: 18px;
  background: #5f5f5f;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  [class*=post-item-]:after {
    margin-top: 14px;
  }
}

.post-item-1:after {
  content: "1";
  padding: 2px 0;
}

.post-item-2:after {
  content: "2";
  padding: 2px 0;
}

.post-item-3:after {
  content: "3";
  padding: 2px 0;
}

.post-item-4:after {
  content: "4";
  padding: 2px 0;
}

.post-item-5:after {
  content: "5";
  padding: 2px 0;
}

.post-item-6:after {
  content: "6";
  padding: 2px 0;
}

.post-item-7:after {
  content: "7";
  padding: 2px 0;
}

.post-item-8:after {
  content: "8";
  padding: 2px 0;
}

.post-item-9:after {
  content: "9";
  padding: 2px 0;
}

.post-item-10:after {
  content: "10";
  padding: 2px 0;
}

.side-social {
  margin: 30px -4px;
}

@media only screen and (max-width: 767px) {
  .side-social {
    margin: 30px 0px;
  }
}

.side-widget {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .side-widget ul.recommend-list li a {
    margin-bottom: 0px !important;
  }
}

.side-social-link-list {
  display: table;
  width: 100%;
}

.side-social-link-list li {
  display: table-cell;
  padding: 0 4px;
}

.side-social-link-list li a {
  display: block;
  text-align: center;
  border-radius: 5px;
}

.side-social-link-list li a:hover {
  text-decoration: none;
}

.side-social-link-list li .fa-facebook-official {
  background: #3d5b94;
}

.side-social-link-list li .fa-twitter {
  background: #53cdf3;
}

.side-social-link-list li .fa-google-plus {
  background: #cd4138;
}

.side-social-link-list li .fa-rss {
  background: #87bf31;
}

.side-social-link-list li .fa {
  color: #fff;
  padding: 12px 0;
  display: block;
  border-radius: 5px;
  font-size: 18px;
  width: 100%;
}

.single #side .date {
  text-align: left;
  margin-top: 0;
}

#side .newpost .newpost-list li:after {
  display: none;
}

.pagetop {
  bottom: 25px;
}

.btn {
  width: 284px;
  margin: 60px auto 0;
}

.btn a {
  text-align: center;
  background: #000;
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: 12px 0;
  position: relative;
}

.fa-chevron-circle-right:before {
  position: absolute;
  top: 11px;
  right: 35px;
}

.post-cta .post-cta-btn {
  margin: 0;
}

.post-cta .post-cta-btn a {
  background: #454545;
  border-bottom: 5px solid #313131;
  border-radius: 5px;
  padding: 15px;
  margin: 0 auto 40px;
  position: relative;
}

.post-cta .post-cta-btn a:hover {
  background: #454545;
  border-bottom: 5px solid #313131;
  opacity: .7;
  filter: alpha(opacity=70);
}

.post-cta .post-cta-btn a:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20%;
  background: url(../images/arrow.png) no-repeat;
  background-size: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-submit #submit {
  background: #454545;
  border-bottom: 5px solid #313131;
  border-radius: 5px;
  padding: 15px;
  line-height: 1.4em;
}

@media only screen and (max-width: 767px) {
  .form-submit #submit {
    font-size: 14px;
    width: 80%;
  }
}

.form-submit #submit:hover {
  background: #454545;
  border-bottom: 5px solid #313131;
  opacity: .7;
  filter: alpha(opacity=70);
}

.pagination {
  margin: 45px auto 18px;
  display: table;
}

.pagination .current {
  background: #0075a9;
  border-radius: 5px;
  border: 1px solid #0075a9;
  color: #fff;
  padding: 6px 14px;
}

.pagination span, .pagination a {
  margin: 0 5px;
  padding: 6px 14px;
}

.pagination a {
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  background: #fff;
}

.pagination a:hover {
  border: 1px solid #00b7ef;
  background: #00b7ef;
  color: #fff;
}

.searchform {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding-bottom: 0;
  border-radius: 2px;
}

.searchform div {
  position: relative;
  padding-right: 40px;
}

.searchform label {
  display: none;
}

.searchform input[type=text] {
  line-height: 18px;
  padding: 8px 13px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  float: left;
}

.searchform button {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: top;
  line-height: 18px;
  border: none;
  border-radius: 3px;
  width: 40px;
  padding: 8px 5px;
  transition: background .3s ease-in-out;
  background: transparent;
  font-family: 'FontAwesome';
  font-size: 21px;
  color: #808080;
}

.searchform button:hover {
  cursor: pointer;
}

#header .header-right-area {
  position: absolute;
  right: 0;
  top: 10px;
  display: flex;
}

#header .header-right-area a {
  color: #fff;
  border-radius: 50px;
  padding: 0 16px;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  margin-right: 20px;
}

#header .searchform {
  width: 278px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 4px 0 0 4px;
}

#header .searchform input[type=text] {
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
}

#header .searchform #searchsubmit {
  padding: 5px;
}

#header .searchform #searchsubmit .fa {
  font-size: 16px;
}

@media only screen and (max-width: 991px) {
  #header .searchform {
    display: none;
  }
}

#gnav .searchform {
  width: 100%;
  display: none;
}

@media only screen and (max-width: 991px) {
  #gnav .searchform {
    display: block;
    margin-bottom: 16px;
    border-radius: 0;
  }
}

.error404 .searchform {
  margin-bottom: 40px;
}


#content .first-post {
  background: url(../images/firstpost_bg.jpg);
  background-size: cover;
  padding: 60px 0;
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  #content .first-post {
    padding: 30px 0;
  }
}

#content .first-post .post {
  background: none;
  border: none;
}

.first-post-thumbnail {
  margin-bottom: 0;
  margin-left: 52px;
  width: 300px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .first-post-thumbnail {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    position: relative;
  }
}

.first-post-thumbnail:before {
  content: '';
  padding: 0px;
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0px;
  left: 0px;
  border-top: 50px solid #000;
  border-right: 50px solid transparent;
  z-index: 1;
}

.first-post-thumbnail:after {
  content: 'NEW';
  color: #fff;
  font-size: 11px;
  position: absolute;
  font-weight: bold;
  top: 7%;
  left: 6px;
  z-index: 1;
  transform: rotate(-44deg);
  /* Safari */
  -webkit-transform: rotate(-44deg);
  /* Firefox */
  -moz-transform: rotate(-44deg);
  /* IE */
  -ms-transform: rotate(-44deg);
  /* Opera */
  -o-transform: rotate(-44deg);
}

@media only screen and (max-width: 767px) {
  .first-post-thumbnail:after {
    top: 3%;
    left: 4px;
  }
}

@media screen and (max-width: 550px) {
  .first-post-thumbnail:after {
    top: 4%;
    left: 5px;
  }
}

@media screen and (max-width: 375px) {
  .first-post-thumbnail:after {
    top: 5%;
    left: 7px;
  }
}

@media screen and (max-width: 991px) {
  .post-thumbnail {
    margin-left: 20px;
    margin-bottom: 20px;
    float: right;
  }
}

.first-post .post-tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .first-post .post-tit {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.first-post .post-tit a {
  color: #2b2b2b;
}

.first-post .post-tit a:hover {
  color: #00b7ef;
  text-decoration: none;
}

.first-post p {
  margin-bottom: 1.5em;
  color: #565656;
  line-height: 24px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .first-post p {
    display: none;
  }
}

.first-post .post-cat {
  color: #fff;
  line-height: 14px;
}

.first-post .date {
  text-align: right;
  margin-top: -42px;
}

@media only screen and (max-width: 767px) {
  .first-post .date {
    text-align: left;
    margin-top: -1em;
  }
}

@media only screen and (max-width: 767px) {
  .first-post .date {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .first-post .post-detail .post-cat {
    display: none;
  }
}

.first-post .sp-cat {
  display: none;
}

@media only screen and (max-width: 767px) {
  .first-post .sp-cat {
    position: static;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 12px;
    padding: 4px 6px;
    font-size: 12px;
    line-height: 100%;
  }
}

.post-cat {
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  background: #0075a9;
  font-size: 12px;
  opacity: .8;
  filter: alpha(opacity=80);
}

a.post-cat:hover {
  background: #00b7ef;
  text-decoration: none;
}

.sp-cat {
  display: none;
}

@media only screen and (max-width: 991px) {
  .sp-cat {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.date {
  font-size: 13px;
  display: block;
  font-weight: bold;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .date {
    color: #777;
    font-size: 12px;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .post-loop-wrap article .post-thumbnail .date {
    padding-top: 14px;
  }
}

.alpha:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}

.home #main .firstpost {
  display: none;
}

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

.post-loop-wrap {
  background: #fff;
  border: solid 1px #e3e3e3;
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .post-loop-wrap {
    padding: 10px 5px;
    background-color: #e6e6e6;
  }
}

.post-loop-wrap article {
  margin-bottom: 27px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e3e3e3;
}

@media only screen and (max-width: 767px) {
  .post-loop-wrap article {
    margin-bottom: 2px;
    padding: 20px 12px 0px 12px;
    border-bottom: 0;
  }
}

.post-loop-wrap article:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

@media only screen and (max-width: 767px) {
  .post-loop-wrap article:last-child {
    margin-bottom: 12px;
    padding: 20px 12px 0px 12px;
    border-bottom: 0;
  }
}

.post-loop-wrap article .post-content {
  padding: 0 !important;
}

.post-loop-wrap article .post-content p {
  margin-bottom: 6px;
  font-size: 13.5px;
  line-height: 21px;
  color: #777;
}

@media only screen and (max-width: 767px) {
  .post-loop-wrap article .post-content p {
    display: none;
  }
}

.post-loop-wrap article .post-content a {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .post-loop-wrap article .post-content a {
    margin-top: 10px;
    display: block;
  }
}

.post-loop-wrap article .post-content .date {
  color: #999;
}

@media only screen and (max-width: 767px) {
  .post-loop-wrap article .post-content .time_pc {
    display: none;
  }
}

@media only screen and (min-width: 767px) {
  .post-loop-wrap article .post-header .time_sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .post-loop-wrap article .post-content .date {
    color: #999;
    padding-top: 14px;
    font-size: 12px;
    text-align: left;
  }
}

.post-loop-wrap article .post-cat {
  position: absolute;
  top: 12px;
  left: -10px;
}

@media only screen and (max-width: 767px) {
  .post-loop-wrap article .post-cat {
    position: static;
    display: block;
    margin-top: 12px;
    text-align: center;
    width: 45%;
    padding: 4px 6px;
    font-size: 12px;
    float: left;
    margin-right: 11px;
  }
}

.post-loop-wrap .post-thumbnail {
  width: 264px;
  height: auto;
  float: left;
  margin: 0;
  border: 1px solid #e3e3e3;
  padding: 1px;
  box-sizing: content-box;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .post-loop-wrap .post-thumbnail {
    width: 100%;
    position: relative;
    margin-right: 10px;
    float: none;
    border: none;
  }
  .post-loop-wrap .post-thumbnail img {
    width: 100%;
  }
}

.post-header {
  padding: 0;
  position: relative;
}

.post-content {
  padding: 0;
}

.post-content h2 {
  border: none;
  font-weight: bold !important;
  line-height: 30px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .post-content h2 {
    line-height: 25px;
  }
}

.post-content h2:first-child {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .post-content h2:first-child {
    margin-top: 15px;
  }
}

.post-content h2 a {
  color: #2b2b2b;
}

.post-content h2 a:hover {
  color: #00b7ef;
}

.home .post-content h2,
.archive .post-content h2,
.page-id-28 .post-content h2,
.search .post-content h2 {
  border: none;
  padding: 0;
  font-size: 18px;
  margin-top: -5px;
  line-height: 30px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .home .post-content h2,
  .archive .post-content h2,
  .page-id-28 .post-content h2,
  .search .post-content h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.page .post-title,
.single .post-title {
  font-size: 32px;
  margin: .6em 0 .8em;
}

@media only screen and (max-width: 767px) {
  .page .post-title,
  .single .post-title {
    font-size: 20px;
    margin-top: 1em;
  }
}

.page-id-28 .post-header,
.page-id-28 .post-content {
  padding: 0 !important;
}

.page-id-28 .date {
  text-align: left;
  margin-top: 0;
}

.single .date {
  text-align: right;
  margin-top: -20px;
}

@media screen and (max-width: 400px) {
  .single .date {
    font-size: 10.5px;
    margin-top: -18px;
  }
}

@media only screen and (max-width: 991px) {
  .single .post-header {
    padding: 20px;
  }
}

@media screen and (max-width: 400px) {
  .single .post-header .post-cat {
    padding: 5px;
    font-size: 10px;
  }
}

.single .post-content .post-thumbnail {
  margin-left: 0;
  float: none;
  margin: 0 -30px;
  margin-bottom: 3em;
  width: auto;
}

@media screen and (max-width: 991px) {
  .single .post-content .post-thumbnail {
    margin: 0 -10px;
  }
}

@media screen and (max-width: 991px) {
  .single .post-content .post-thumbnail {
    margin-bottom: 30px;
  }
}

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

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

.post-footer .bzb-sns-btn {
  margin-bottom: 50px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .post-footer .bzb-sns-btn {
    margin-bottom: 30px;
  }
}

.post-footer-list {
  margin-bottom: 20px;
}

.post-cta {
  background: none;
  margin: 0 30px 60px;
  border: 1px solid #e3e3e3;
  border-top: 4px solid #0075a9;
}

@media only screen and (max-width: 991px) {
  .post-cta {
    margin: 0 20px 60px;
    padding: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .post-cta {
    margin: 0 10px 30px;
    font-size: 14px;
  }
}

.post-cta .cta-post-title {
  font-size: 32px;
  padding: 24px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .post-cta .cta-post-title {
    font-size: 20px;
    padding: 20px;
  }
}

.post-cta .post-cta-inner {
  padding: 40px 30px 0;
  background: #fbfbfb;
}

.post-cta .post-cta-img {
  text-align: center;
}

#main .post-cta .cta-post-title {
  padding-top: 20px !important;
}

.post-share, .related-article, .post-author {
  margin: 0 30px 60px;
  border: none;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .post-share, .related-article, .post-author {
    margin: 0 20px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .post-share, .related-article, .post-author {
    margin: 0 10px 30px;
  }
}

.post-share .post-share-title, .related-article .post-share-title, .post-author .post-share-title, .post-share .related-article h4, .related-article .post-share h4, .related-article h4 {
  font-size: 20px;
  background: none;
  border-bottom: 3px double #e3e3e3;
  text-align: left;
  color: #000;
  background: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 991px) {
  #main .post-share-title, #main .related-article h4, .related-article #main h4 {
    margin-bottom: 20px !important;
  }
}

.social-wrap {
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .social-wrap {
    margin: 0 -20px;
  }
}

.social-wrap .fb-area,
.social-wrap .tw-area {
  width: 49%;
}

@media only screen and (max-width: 767px) {
  .social-wrap .fb-area,
  .social-wrap .tw-area {
    width: 100%;
    float: none;
  }
}

.social-wrap .fb-area {
  float: left;
}

.social-wrap .tw-area {
  float: right;
}

@media only screen and (max-width: 767px) {
  .social-wrap .tw-area {
    margin-top: 30px;
  }
}

.post-social {
  margin: 35px -5px;
}

@media only screen and (max-width: 991px) {
  .post-social {
    margin: 20px -25px 35px;
  }
}

@media only screen and (max-width: 767px) {
  .post-social {
    margin-bottom: 0;
  }
}

.post-social-link-list {
  display: table;
  width: 100%;
}

.post-social-link-list li {
  display: table-cell;
  padding: 0 5px;
  width: 25%;
  margin: 10px 0;
}

@media only screen and (max-width: 767px) {
  .post-social-link-list li {
    width: 50%;
    display: block;
    float: left;
    margin: 5px 0;
  }
}

.post-social-link-list li a {
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: 16px 0;
  display: block;
  font-size: 18px;
  width: 100%;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .post-social-link-list li a {
    font-size: 16px;
  }
}

.post-social-link-list li a:hover {
  text-decoration: none;
}

.post-social-link-list li .fa {
  color: #fff;
}

.post-social-link-list .fb-ico a {
  background: #3d5b94;
}

.post-social-link-list .tw-ico a {
  background: #53cdf3;
}

.post-social-link-list .g-ico a {
  background: #cd4138;
}

.post-social-link-list .feed-ico a {
  background: #87bf31;
}

.related-article h4 {
  padding: 10px 0;
}

.related-article .row {
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .related-article .row {
    margin: 0 -5px;
  }
}

.related-article .gr3 {
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .related-article .gr3 {
    margin-bottom: 20px;
    width: 50%;
    padding: 0 5px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

.related-article .gr3 a {
  color: #000;
}

.related-article .gr3 a:hover {
  text-decoration: none;
  color: #356ebf;
}

.related-article .gr3 a img:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}

.related-article .gr3 a .title {
  font-size: 12px;
  display: inline-block;
  margin-top: 1em;
}

@media only screen and (max-width: 767px) {
  .related-article .gr3 a .title {
    font-size: 14px;
  }
}

.related-article .cat {
  display: none;
}

.post-author {
  border: 1px solid #e3e3e3;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 0px;
}

.post-author .post-author-img {
  width: 110px;
}

@media only screen and (max-width: 767px) {
  .post-author .post-author-img {
    margin-left: auto;
    margin-right: auto;
  }
}

.post-author .post-author-meta {
  margin-left: 140px;
}

.post-author .post-author-meta h4 {
  color: #333;
}

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

#comments {
  padding: 0 30px 40px;
}

@media only screen and (max-width: 767px) {
  #comments {
    padding: 20px 10px !important;
  }
}

#comments .comment-content,
#comments .reply {
  margin-left: 10px;
}

.comments-title {
  font-size: 20px;
  background: none;
  border-bottom: 3px double #e3e3e3;
  text-align: left;
  color: #000;
  background: none;
  margin: 0 0 30px;
  padding: 10px 0;
}

.cat-content {
  background: none;
  padding: 0;
}

.comment-list > .comment {
  border: none;
}

.comment-list > .comment > .comment-body {
  padding: 0;
}

.comment-author img {
  margin-right: 15px;
}

.comment-metadata {
  padding-top: 20px;
  position: relative;
  left: -9em;
  margin-right: -9em;
}

.comment-metadata a {
  color: #868686;
}

.comment-list .children {
  margin-left: 0;
}

.comment-list .children .comment-body {
  padding: 20px;
  background: #fdfdfd;
  border: 1px solid #e3e3e3;
}

@media only screen and (max-width: 767px) {
  .comment-list .children .comment-body {
    padding: 15px 10px 10px;
  }
}

.post-content .post-thumbnail {
  width: 264px;
  margin-left: 30px;
  margin-bottom: 3.0em;
}

@media only screen and (max-width: 767px) {
  .post-content .post-thumbnail {
    margin-left: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}

.post-content .bzb_right {
  width: 264px;
  margin-left: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .post-content .bzb_right {
    margin-left: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}

.post-content .bzb_center {
  width: 100%;
}

.post-content .bzb_center img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .post-content .bzb_center {
    padding-left: 0;
    width: 100%;
  }
}

.post-content .bzb_left {
  float: left;
  margin: 0 30px 0 0;
  margin-bottom: 3.2em;
}

@media only screen and (max-width: 767px) {
  .post-content .bzb_left {
    margin-left: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}

.post-content h2 {
  font-size: 26px;
  font-weight: bold;
  border: 1px solid #dedede;
  border-left: 4px solid #4277ba;
  padding: 1em;
  margin: 3.6em 0 30px;
}

@media only screen and (max-width: 767px) {
  .post-content h2 {
    font-size: 18px;
    margin-top: 4.0em;
  }
}

.post-content h3 {
  font-size: 22px;
  border: none;
  border-bottom: 3px double #dedede;
  margin-top: 3.0em;
  padding: 0 0 .7em;
}

@media only screen and (max-width: 767px) {
  .post-content h3 {
    font-size: 17px;
    margin-top: 4.0em;
  }
}

.post-content h4 {
  color: #333;
  margin-top: 66px;
}

@media screen and (max-width: 767px) {
  .post-content h4 {
    margin-top: 68px;
  }
}

.post-content .mb08 {
  margin-bottom: 0.8em;
}

.post-content .mb32 {
  margin-bottom: 3.2em;
}

.post-content .mb48 {
  margin-bottom: 4.8em;
}

.post-content ul {
  list-style: none;
}

.post-content ul li {
  color: #00b7ef;
  font-weight: bold;
}

.post-content ul li:before {
  content: '●';
  font-size: 10px;
  vertical-align: 3px;
}

.post-content li {
  color: #00b7ef;
  font-weight: bold;
}

.post-content li:before {
  content: '●';
  font-size: 10px;
  vertical-align: 3px;
}

.post-content ol li {
  color: #00b7ef;
  font-weight: bold;
}

.post-content ol li:before {
  display: none;
}

.post-content dt {
  border: 1px solid #ededed;
  padding: 1em 2em;
  display: inline-block;
  font-weight: normal;
}

.post-content dl dd {
  margin: 1.5em 0 1.5em 3em;
  border: none;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .post-content dl dd {
    margin-left: 0;
  }
}

.post-content .tu {
  text-decoration: underline;
}

.post-content table {
  width: 100%;
  border: none;
  margin-bottom: 48px;
  overflow: visible;
  white-space: normal;
}

@media only screen and (max-width: 767px) {
  .post-content table {
    margin-bottom: 2em;
  }
}

.post-content table ul li {
  color: #000;
  font-weight: normal;
}

.post-content table ol li {
  color: #000;
  font-weight: normal;
}

.post-content table tbody tr:nth-child(2n-1) {
  background: #f5f5f5;
}

.post-content table tbody th {
  background: #0069ba;
  padding: 8px 10px;
  color: #fff;
  text-align: left;
}

.post-content table tbody th ul li {
  color: #fff;
}

.post-content table tbody th ol li {
  color: #fff;
}

.post-content table tbody td {
  border: none;
  padding: 8px 10px;
}

.post-content blockquote {
  margin: 0 0 28px;
  padding: 30px 20px 35px 55px;
  border: 1px #eee solid;
  background: #fafafa;
}

.post-content blockquote p {
  margin-bottom: 1em;
}

.post-content blockquote p a {
  display: block;
  text-align: right;
}

.post-content .attention {
  margin-bottom: 1.2em;
}

.post-content .attention ul {
  padding: 0;
  margin: 0;
}

.post-content .attention ul li {
  color: #000;
  font-weight: normal;
}

.post-content .a-1 {
  border: 2px solid #c5d3dd;
  background: #f5f9fe;
  padding: 18px;
}

@media only screen and (max-width: 767px) {
  .post-content .a-1 {
    padding: 8px;
  }
}

.post-content .a-2 {
  border: 2px solid #dadada;
  background: #f7f7f7;
  padding: 18px;
}

@media only screen and (max-width: 767px) {
  .post-content .a-2 {
    padding: 8px;
  }
}

.post-content .a-3 {
  border: 3px solid #dadada;
  background: #fff5cc;
  padding: 17px;
}

@media only screen and (max-width: 767px) {
  .post-content .a-3 {
    padding: 7px;
  }
}

.post-content img.alignleft {
  margin-right: 25px;
}

.post-content img.alignright {
  margin-left: 25px;
}

@media only screen and (max-width: 767px) {
  .post-content ul {
    padding-left: 0;
  }
}

.post-content a {
  text-decoration: underline;
}

.post-content #toc_container {
  padding: 20px;
  background: #fdfdfd;
  border: 1px solid #dcdcdc;

}

@media only screen and (max-width: 767px) {
  .post-content #toc_container {
    padding: 10px;
  }
}

.post-content #toc_container .toc_list li {
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .post-content #toc_container .toc_list {
    margin-left: 0.5em;
  }
}

.post-content #toc_container .toc_list > li {
  margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  .post-content #toc_container .toc_list > li {
    margin-bottom: 25px;
  }
}

.post-content #toc_container .toc_list > li:last-child {
  margin-bottom: 0;
}

.post-content #toc_container .toc_list li ul {
  margin-left: 1.5em;
}

@media only screen and (max-width: 767px) {
  .post-content #toc_container .toc_list li ul {
    margin-left: 0.5em;
  }
}

.post-content #toc_container .toc_list li ul li {
  font-weight: normal;
}

.post-content #toc_container .toc_list li ul li:first-child {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .post-content #toc_container .toc_list li ul li:first-child {
    margin-top: 7px;
  }
}

.post-content #toc_container ul li:before {
  display: none;
}

p.btn .fa {
  display: contents;
}


#side #tag_cloud-2 {

}

#side #tag_cloud-2 .tagcloud {
  text-align: left;
  margin: 8px 0 32px;
}

#side #tag_cloud-2 .tagcloud a {
    font-size: 14px!important;
    color: #2581c4;
    background-color: white;
    padding: 4px 10px 4px;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 4px 2px 4px;
    border-radius: 3px;
   text-decoration: none;
}
#side #tag_cloud-2 .tagcloud a:hover {
    color: white;
    background-color: #2581c4;
}

#side #tag_cloud-2 .tagcloud a:before {
   content: "\f02b";
    font-family: FontAwesome;
    color: #2581c4;
    padding: 0 5px 0 0;
    font-size: 14px;
}
#side #tag_cloud-2 .tagcloud a:hover:before {
    color: white;
}
#single-tagcloud h3 {
    font-size: 20px;
    background: none;
    border-bottom: 3px double #e3e3e3;
    text-align: left;
    color: #000;
    background: none;
    margin: 0 0 20px;
}

#single-tagcloud .single-tag a {
    font-size: 14px!important;
    color: #2581c4;
    background-color: white;
    padding: 4px 10px 4px;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 4px 2px 4px;
    border-radius: 3px;
   text-decoration: none;
}

#single-tagcloud .single-tag a:hover {
    color: white;
    background-color: #2581c4;
}

#single-tagcloud .single-tag a:before {
   content: "\f02b";
    font-family: FontAwesome;
    color: #2581c4;
    padding: 0 5px 0 0;
    font-size: 14px;
}
#single-tagcloud .single-tag a:hover:before {
    color: white;
}

#single-tagcloud {
    margin: 0 30px 60px;
    border: none;
    padding: 0;
}

@media only screen and (max-width: 767px) {
#single-tagcloud {
    margin: 0 10px 30px;
}
#single-tagcloud h3 {
    font-size: 18px;
    margin-bottom: 5px;
}
}

/* add CTA communication cat
------------------------------*/

.post-cta-14612 .post-cta-img {
    max-width: 167px;
}

.post-cta-14612 .bullet-area{
  padding: 0;
  text-align:center;
  margin: 0;
  height: auto;
}
.post-cta-14612 .bullet-area br,
.post-cta-14612 form br {
  display: none;
}
.post-cta-14612 .bullet-area ul{
  margin: 0;
}

.post-cta-14612 .bullet-area ul li{
  margin: 20px 0;
  text-decoration: underline;
  text-indent: -0.5em;
  padding: 0 0 0 1em;
  font-size:16px;
  font-weight: normal;
  color: #000;
  text-align: left;
}
.post-cta-14612 .bullet-area ul li:before {
    content: none;
}

.post-cta-14612 .post-cta-inner  .ebook-contents-area p {
  font-size: 16px;
}

.post-cta-14612 .cta-btn-wrap {
  background: #cb0003;
  border-radius: 4px;
  border-bottom: 5px solid #b40704;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
}

.post-cta-14612 .cta-btn-wrap:hover {
  background: #cb0003;
  opacity: 0.8;
  cursor: pointer;
}

.post-cta-14612 .cta-btn-wrap:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 48%;
  right: 5%;
  background: url(../images/arrow.png) no-repeat;
  background-size: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-cta-14612 .post-cta-cont {
  margin: 0;
}

.post-cta-14612 .post-cta-btn {
    padding: 20px 0;
    background: #cb0003;
    display: block;
    width: 100%;
    text-align: center;
}

.post-cta-14612 form {
  max-width: 617px;
  margin: 0 auto;
}

.post-cta-14612 .icon {
  width: 26px;
  height: 18px;
  background-image: url(../images/cta-communication-icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 auto 10px;
}

.post-cta-14612 .icon + br {
  display: none;
}

.post-cta-14612 label {
  display: block;
  font-weight: 700;
}

.post-cta-14612 label:before {
  content: "*";
  color: #EA5D5F;
  padding-right: 4px;
}

.post-cta-14612 input[type=text] {
  /*width: 456px;*/
  width: 100%;
  margin-bottom: 13px;
  background: #ffffff;
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
.post-cta-14612 input[type=text]:placeholder-shown {
  font-weight: 700;
  color: #AFAFAF; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
.post-cta-14612 input[type=text]::-webkit-input-placeholder {
  font-weight: 700;
  color: #AFAFAF; }

/* Firefox 18- */
.post-cta-14612 input[type=text]:-moz-placeholder {
  font-weight: 700;
  color: #AFAFAF; }

/* Firefox 19+ */
.post-cta-14612 input[type=text]::-moz-placeholder {
  font-weight: 700;
  color: #AFAFAF; }

/* IE 10+ */
.post-cta-14612 input[type=text]:-ms-input-placeholder {
  font-weight: 700;
  color: #AFAFAF; }


.post-cta-14612 .post-cta-cont + p {
  font-size: 16px;
  margin: 0 10px 1em;
}

@media screen and (max-width: 1178px) {

  .post-cta-14612 .bullet-area {
      padding: 1px 0 0;
      margin: 0;
      text-align: center;
  }

  .post-cta-14612 .bullet-area ul{
    margin: 0;
  }

  .post-cta-14612 .bullet-area ul li{
    margin: 20px 0;
    text-decoration: underline;
    text-indent: -0.5em;
    font-size:16px;
    font-weight: normal;
    color: #000;
    text-align: left;
  }

}

.post-cta-14612 .cta-headline{font-size:18px;font-weight:bold;}
.post-cta-14612 .post-cta-cont {margin-top: 20px;}
.post-cta-14612 .red{color:#cc0000;}
.post-cta-14612 .blue {color:#00b7ef;}
.post-cta-14612 .mb32 {margin-bottom: 3.2em;}
.post-cta-14612 .tu{text-decoration:underline;}
.post-cta-14612 .post-cta-btn a{background: #cb0003;border-bottom: 5px solid #b40704;width: 100%;padding-right: 30px;}
.post-cta-14612 .post-cta-btn a:hover{background: #cb0003;border-bottom: 5px solid #b40704;opacity: .7;filter: alpha(opacity=70);}
.post-cta-14612 .cta-post-title{border-left:#999 1px solid;border-bottom:#999 1px solid!important;border-right:#999 1px solid;margin: 0 -1px 0 -1px;}
.post-cta-14612 .post-cta-btn a:after{right: 5%;}
@media only screen and (max-width: 767px){.post-cta-14612 .cta-headline{padding-top:20px;}}

@media screen and (max-width: 767px) {

  .post-cta-14612 .ebook-contents-area {
    font-size: 14px;
  }

  .post-cta-14612 .bullet-area ul li {
    font-size: 14px;
  }
  .post-cta-14612 .post-cta-cont + p {
    font-size: 14px;
  }

  .post-cta-14612 label {
    font-size: 14px;
  }

}

@media screen and (max-width: 550px) {

  .post-cta-14612 .bullet-area {
    margin-bottom: 60px;
  }

  .post-cta-14612 .post-cta-btn {
    font-size: 14px;
  }

  .post-cta-14612 .cta-btn-wrap:after {
    top: 49%;
  }

  .post-cta-14612 .post-cta-img {
    margin: 0 auto;
  }

}

@media screen and (max-width: 375px) {

  .post-cta-14612 .post-cta-btn{
    font-size: 12px;
  }

}

/*--------------------------------------

  20190405 著者一覧追加 - nagata
  add page author list

----------------------------------------*/

.page-author-list .post-author {
  display: block;
  border: 0;
  border-bottom: #e3e3e3 1px solid;
  margin: 0 0 24px;
  padding: 0 0 24px;
}
.page-author-list .post-author:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.page-author-list .post-header {
  display: none;
}
.page-author-list .post-content .clearfix {
  display: flex;
}

.page-author-list .post-author-img {
  flex-shrink: 0;
  width: 26.83%;
}
.page-author-list .post-author-img .inner {
  width: 100%;
  height: 0;
  padding-top: 110.52%;
  background-size: cover;
  background-position: center;
}
.page-author-list .post-author .post-author-meta {
  margin-left: 24px;
}
.page-author-list .post-author .post-author-meta h2 {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  line-height: 38px;
  border: 0;
  border-bottom: #00b7ef 2px solid;
  margin: 0 0 14px;
  padding: 0;
}
/*.page-author-list .lineh > br:first-child*/
.page-author-list .lineh > br {
  display: none;
  height: 0;
}
.page-author-list .author-post-list-btn {
  border-radius: 6px;
  background-color: #00b7ef;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  padding: 16px 24px;
  text-decoration: none;
  display: inline-block;
  float: right;
}
.page-author-list .author-post-list-btn:hover {
  opacity: 0.8;
}
.page-author-list .author-post-list-btn:after {
  content: '\f138';
  font-family: FontAwesome;
  font-size: 15px;
  padding-left: 4px;
  position: relative;
  bottom: 0;
}
.page-author-list div.post-author-meta div.lineh p {
  font-size: 16px;
  line-height: 27px!important;
  margin-bottom: 20px;
}
.page-author-list div.post-author-meta div.lineh p + br {
  display: none;
}
.page-author-list div.post-author-meta div.lineh p:first-of-type {
  font-size: 14px;
  line-height: 27px;
}
.page-author-list div.post-author-meta div.lineh p.default-font {
  font-size: 16px;
}
.page-author-list div.post-author-meta div.lineh p.remove-br br:nth-child(even) {
  display: none;
}

@media screen and (max-width: 767px) {
  .page-author-list .post-content .clearfix {
    display: block;
    clear: none;
    overflow: hidden;
  }
  .page-author-list #main .post-author .post-author-img {
    float: left;
    margin-right: 10px;
    min-width: 100px;
  }
  .page-author-list #main .post-author .post-author-meta {
    margin: 0;
  }
  .page-author-list .post-author .post-author-meta h2 {
    font-size: 15px;
    line-height: 30px;
    clear: none;
    display: block;
    float: right;
    width: calc( 100% - 26.83% - 10px);
    margin-bottom: 8px;
  }
  .page-author-list .author-description {
    clear: right;
  }
  .page-author-list .author-post-list-btn {
    float: none;
    display: block;
    max-width: 339px;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 550px) {
  .page-author-list #main .post-author .post-author-img {
    width: 100px;
  }
  .page-author-list .post-author .post-author-meta h2 {
    width: calc( 100% - 110px);
  }
  .page-author-list div.post-author-meta div.lineh p:first-of-type {
    line-height: 26px!important;
  }
}

@media screen and (max-width: 375px) {
  .page-author-list #main .post-author {
    padding: 0 0 24px!important;
  }
}

.archive.author h1 {
  margin: 24px 0 64px;
  background-color: #ffffff;
  padding: 4px 10px;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .archive.author h1 {
    font-size: 22px;
    margin: 24px 0;
  }
}

/* 20190807 記事下 著者一覧へのリンク追加 */
.single .post-author .btn-area {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 16px;
}
.single .post-author .author-post-list-btn {
  border-radius: 6px;
  color: #ffffff;
  background-color: #00b7ef;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  padding: 16px 32px 16px 16px;
  text-decoration: none;
  width: 48%;
  position: relative;
  text-align: center;
}
.single .post-author .author-post-list-btn:hover {
  opacity: 0.8;
}
.single .post-author .author-post-list-btn:after {
  content: '\f138';
  font-family: FontAwesome;
  font-size: 15px;
  padding-left: 4px;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 18px;
}
.single .post-author .author-post-list-btn + .author-post-list-btn {
  background-color: #87bf31;
}
@media screen and (max-width: 550px) {
  .single .post-author .btn-area {
    display: block;
  }
  .single .post-author .author-post-list-btn {
    width: 100%;
    display: block;
    margin-bottom: 16px;
  }
  .single .post-author .author-post-list-btn {
    width: 100%;
  }
}

/* 20191202 pardot form*/
#pardotChild {
	  min-height: 500px;
}
@media screen and (max-width: 750px) {
	#pardotChild {
		  min-height: 560px;
	}
}
@media screen and (max-width: 350px) {
	#pardotChild {
		  min-height: 600px;
	}
}
@media screen and (max-width: 330px) {
	#pardotChild {
		  min-height: 640px;
	}
}

/* 20200204: accordion style */
.su-accordion .su-spoiler-style-default>.su-spoiler-title {
  background-color: #00b7ef;
  color: #ffffff;
  text-align: center;
  padding: 12px 18px;
  font-size: 15px;
}
.su-accordion .su-spoiler-icon {
  position: static;
  display: inline;
  padding-right: 8px;
}
.hentry .su-accordion .su-spoiler {
  margin-bottom: 0;
}
.su-accordion .su-spoiler-style-default>.su-spoiler-content {
  padding: 25px 0 24px;
}
.su-u-trim>:last-child {
    margin-bottom: 0!important;
}


/* 20191202 pardot form*/
.post-cta-14612 #pardotChild{
    min-height: 248px;
    max-width: 100%;
}
@media screen and (max-width: 330px) {
  .post-cta-14612 {
    overflow: hidden;
  }
}
.com_cta_ic_sp2 {
  font-size: 15px;
  margin: 8px 0 12px;
}
.page-id-13977  #pardotChild {
    min-height: 260px;
}


.home .acf-article:after,
.home .acf-article:before{
  display: none;
}
.activeNew article:nth-child(1) .post-thumbnail{
  position: relative;
}
.activeNew article:nth-child(1) .post-thumbnail:before {
  content: '';
  padding: 0px;
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0px;
  right: 0px;
  border-top: 50px solid #000;
  border-left: 50px solid transparent;
  z-index: 1;
}

.activeNew article:nth-child(1) .post-thumbnail:after {
  content: 'NEW';
  color: #fff;
  font-size: 11px;
  position: absolute;
  font-weight: bold;
  top: 7%;
  right: 6px;
  z-index: 1;
  transform: rotate(44deg);
  /* Safari */
  -webkit-transform: rotate(44deg);
  /* Firefox */
  -moz-transform: rotate(44deg);
  /* IE */
  -ms-transform: rotate(44deg);
  /* Opera */
  -o-transform: rotate(44deg);
}

@media only screen and (max-width: 767px) {
  .activeNew article:nth-child(1) .post-thumbnail:after {
    top: 3%;
    right: 4px;
  }
}

@media screen and (max-width: 550px) {
  .activeNew article:nth-child(1) .post-thumbnail:after {
    top: 4%;
    right: 5px;
  }
}

@media screen and (max-width: 375px) {
  .activeNew article:nth-child(1) .post-thumbnail:after {
    top: 5%;
    right: 7px;
  }
}


/*20200917吹き出し用*/

.balloon1 p,
.balloon2 p{
  padding:0 !important;
  margin:0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;;
  line-height: 22px !important
}

.balloon1{
  position: relative;
  padding: 0;
  margin:0px 0 30px 0px;
  width:calc(100% - 165px);
  min-height: 90px;
}

.balloon1 .icon{
  position: absolute;
  left: 0;
  top: 0;
  width:80px;
  text-align:center;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  color: #555;
}

.balloon1 .balloon-content{
  padding: 16px;
  color: #333;
  background-color: #def8ff;
  margin: 0 0 0 110px;
  position: relative;
  border-radius: 5px;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.balloon1 .balloon-content::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #def8ff;
  border-top: 0 solid transparent;
  border-bottom: 15px solid transparent;
}

.balloon2{
  position: relative;
  padding: 0;
  margin:0px 0 30px 0px;
  width: 100%;
  min-height: 90px;
}

.balloon2 .icon{
  position: absolute;
  right: 0;
  top: 0;
  width:80px;
  text-align:center;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  color: #555;
}
.balloon2 .balloon-content{
  padding: 16px;
  color: #333;
  background-color: #f4f4f4;
  margin: 0 110px 0 0 ;
  position: relative;
  border-radius: 5px;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
  float: right;
  width:calc(100% - 270px);
}
.balloon2 .balloon-content::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #f4f4f4;
  border-top: 0 solid transparent;
  border-bottom: 15px solid transparent;
}

@media screen and (max-width: 650px) {
  .balloon1{
    width: 100%;
  }
  .balloon1 .balloon-content{
    margin: 0 0 0 100px;
    line-height: 24px !important;
  }
  .balloon1 .icon{
    width:76px;
  }
  .balloon2 .icon{
    width:76px;
  }
  .balloon2 .balloon-content{
    width:calc(100% - 100px);
    margin: 0 100px 0 0 ;
    line-height: 24px !important;
  }
}
@media screen and (max-width: 400px) {
  .balloon1{
    width: 100%;
  }
  .balloon1 .balloon-content{
    margin: 0 0 0 90px;
    line-height: 24px !important;
  }
  .balloon2 .balloon-content{
    width:calc(100% - 90px);
    margin: 0 90px 0 0 ;
    line-height: 24px !important;
  }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1120px) {
   .balloon1{
    width: 100%;
  }
  .balloon1 .balloon-content{
    margin: 0 0 0 100px;
    line-height: 24px !important;
  }
  .balloon1 .icon{
    width:70px;
  }
  .balloon2 .icon{
    width:70px;
  }
  .balloon2 .balloon-content{
    width:calc(100% - 100px);
    margin: 0 100px 0 0 ;
    line-height: 24px !important;
  }
}
.balloon {
  clear: both;
}
.balloon .icon {
  line-height: 18px;
  font-size: 13px;
}
.balloon .icon img {
  box-shadow: 0 3px 5px silver;
  border-radius: 50%;
  margin-bottom: 4px;
}



/*
 * Header
**/
@media only screen and (max-width: 991px) {
  #header {
    padding: 0!important;
    height: 86px;
  }
}

@media only screen and (max-width: 991px) {
  #header #logo img {
    margin-bottom: 0;
  }
  #header #logo a {
    width: 174px;
    padding-top: 11px;
    display: inline-block;
  }
}

@media only screen and (max-width: 991px) {
  #header .header-right-area {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .text-under-logo {
    font-size: 13px;
    padding-top: 6px;
    text-align: left;
    padding-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  #header-menu-tog {
    font-size: 20px;
    width: 54px;
    height: 54px;
    padding: 10px 18px;
  }
  #header-menu-tog i {
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 1px #000;
  }
}

@media only screen and (min-width: 1161px) {
  #header .header-btn > br {
    display: none;
  } 
}

/* 2倍サイズにして縮小した画像が、retinaではきれいだけど普通のディスプレイではぼやける（Chrome）の対処  */
img {
  -webkit-backface-visibility: hidden;
}