@charset "UTF-8";

/* =========================================================
 Base style
========================================================= */
body {
  background: #fff;
  word-break: break-all;
  font-family: "Noto Sans CJ Kjp","Noto Sans JP", sans-serif;
  font-size: 15px;
  color: #333333;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 0 !important;
  }
}

a {
  color: #111111;
  transition: all ease-in-out .3s;
}

a:hover {
  color: #00479d;
}

.single .entry-content a {
  text-decoration: underline;
}

.site-title a {
  font-weight: bold;
}

/* main layout
--------------------------------------------------------- */
.site {
  position: relative;
}

.container {
  max-width: 1120px;
  width: auto;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 1199px) {
  .container {
    padding: 0 24px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding: 0 16px;
  }
}

@media screen and (max-width: 991px) {
  .site-content {
    padding: 16px 0 0;
  }
}

.content-area {
  margin-bottom: 133px;
}

@media screen and (max-width: 991px) {
  .content-area {
    margin-bottom: 0;
  }
}

.site-main {
  padding-right: 340px;
}

@media screen and (max-width: 991px) {
  .site-main {
    padding-right: 0;
  }
}

.archive .site-content, .search .site-content {
  padding: 24px 0 0;
}

/*------ TOC ------*/
#toc_container {
  margin: 0 0 18px 0;
  padding: 32px;
  width: 100% !important;
}

@media screen and (max-width: 550px) {
  #toc_container {
    padding: 16px;
  }
}

.toc_number {
  white-space: nowrap;
  margin-right: 6px;
}

.toc_list li:before {
  content: none !important;
}

/*------ header-snsボタン ------*/
#header-sns {
  display: none;
}

/*------ 記事下SNSボタン ------*/
@media screen and (max-width: 767px) {
  .xeory-social-btns > ul > li {
    width: 50% !important;
    padding: 0 !important;
  }
  .xeory-social-btns > ul > li:nth-child(1) > a {
    margin: 0 10px 10px 0;
  }
  .xeory-social-btns > ul > li:nth-child(2) > a {
    margin: 0 0 10px 0;
  }
  .xeory-social-btns > ul > li:nth-child(3) > a {
    margin: 0 10px 0 0;
  }
  .xeory-social-btns > ul > li:nth-child(4) > a {
    margin: 0;
  }
}

/*------ サイドバーSNSボタン ------*/
#secondary .sns-list {
  text-align: center;
  margin: 36px 0 0 0;
}

#secondary .sns-list li {
  border: 0;
  display: inline-block;
  font-size: 18px;
  padding: 0 7px;
}

#secondary .sns-list li a {
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  margin-left: 0;
  border-radius: 100%;
}

#secondary .sns-list li a:hover {
  background: #fff;
}

#secondary .sns-list .post-sns-facebook a {
  border: 2px solid #3b5998;
  background: #3b5998;
}

#secondary .sns-list .post-sns-facebook a:hover {
  border: 2px solid #3b5998;
  color: #3b5998;
}

#secondary .sns-list .post-sns-twitter a {
  border: 2px solid #43ccf7;
  background: #43ccf7;
}

#secondary .sns-list .post-sns-twitter a:hover {
  border: 2px solid #43ccf7;
  color: #43ccf7;
}

#secondary .sns-list .post-sns-google a {
  border: 2px solid #d23f2d;
  background: #d23f2d;
}

#secondary .sns-list .post-sns-google a:hover {
  border: 2px solid #d23f2d;
  color: #d23f2d;
}

#secondary .sns-list .post-sns-feedly a {
  border: 2px solid #87c031;
  background: #87c031;
}

#secondary .sns-list .post-sns-feedly a:hover {
  border: 2px solid #87c031;
  color: #87c031;
}

/*------ 404ページの検索フォーム ------*/
.no-results .search-form {
  margin-bottom: 40px;
}

/*------ pagetop ------*/
.pagetop {
  z-index: 100;
}

/*------ sp-navボタン ------*/
.sp-nav-btn {
  position: absolute;
  top: -18px;
  right: 14px;
  overflow: auto;
}

.sp-nav-btn:before {
  display: block;
  font-size: 32px;
  text-align: center;
}

.sp-nav-btn:after {
  content: "MENU";
  font-size: 10px;
  display: block;
  margin: -12px auto 0 auto;
  text-align: center;
}

/*------ sp-nav ------*/
.sp-nav.active {
  display: block;
  z-index: 200;
}

.archive .no-results,
.archive .not-found, .search .no-results,
.search .not-found, .error404 .no-results,
.error404 .not-found, .original-category .no-results,
.original-category .not-found {
  border: 0;
}

.archive .site-content, .search .site-content, .error404 .site-content, .original-category .site-content {
  padding: 40px 0 190px;
}

.archive .entry-content, .search .entry-content, .error404 .entry-content, .original-category .entry-content {
  padding: 0;
}

.archive .entry-content a:hover, .search .entry-content a:hover, .error404 .entry-content a:hover, .original-category .entry-content a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .archive .entry-content, .search .entry-content, .error404 .entry-content, .original-category .entry-content {
    padding: 24px 0;
    border: 0;
  }
}

.comments-area {
  background: #fff;
  padding: 5px 40px 40px;
  border: 0;
}

@media screen and (max-width: 991px) {
  .comments-area {
    padding: 0;
    margin: 0;
  }
}

.comments-area .comments-header .comments-title {
  padding: 16px 16px 12px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .comments-area .comments-header .comments-title {
    font-size: 18px;
  }
}

.comments-area .comments-header .comments-title:before {
  content: url(../../images/signle-con_05.png);
  position: absolute;
  top: -9px;
  height: 10px;
  left: 0;
  right: 0;
}

.comments-area .comments-text {
  display: none;
}

.comments-area .comment-content {
  line-height: 26px;
  margin-bottom: 7px;
  color: #646464;
}

.comments-area .comment-author {
  margin-bottom: 10px;
}

.comments-area .comment-list li {
  border-bottom: 0;
}

.comments-area .comment-body {
  margin-bottom: 40px;
}

.comments-area .children {
  background: #f9f9f9;
  margin-left: 0;
  padding: 30px 32px 28px;
}

.comments-area .children li {
  margin-bottom: 40px;
}

.comments-area .children .comment-content,
.comments-area .children .comment-body {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .comments-area .children {
    padding: 30px 12px;
  }
}

.comments-area .comment-author-image {
  margin-right: 20px;
  margin-top: 4px;
}

.comments-area .comment-author-image img {
  border-radius: 50%;
}

.comments-area .comment-author-content {
  font-size: 15px;
  font-weight: 400;
  line-height: 11px;
  color: #888888;
  margin-bottom: 0;
}

.comments-area .comment-author-content .fn {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 33.66px;
}

.comments-area .comment-author-content .comment-meta a {
  color: #888888;
}

.comments-area .reply {
  font-size: 13px;
  line-height: 28px;
  margin-bottom: 0;
}

.comments-area .reply a {
  color: #00479d;
}

.comments-area .reply a:before {
  content: '';
}

.comments-area .comment-form .submit {
  border: 0;
  background: #111111;
}

.comments-area .comment-form .submit:hover {
  background: #00479d;
}

.comments-area .comment-respond {
  margin-bottom: 0;
}

.post-cta {
  margin: 48px 0 40px;
  padding: 24px;
  background: #f6f6f6;
  border-top: 0;
}

@media screen and (max-width: 991px) {
  .post-cta {
    padding: 24px 16px;
    margin: 48px -16px 40px;
    width: calc(100% + 32px);
  }
}

.post-cta .post-cta-header {
  background: #111111;
  color: #fff;
  padding: 10px 16px 19px;
  border: 0;
  border: 2px solid #00479d;
  border-bottom: 0;
}

@media screen and (max-width: 991px) {
  .post-cta .post-cta-header {
    padding: 16px;
  }
}

.post-cta .post-cta-header .post-cta-title {
  font-size: 24px;
  line-height: 42px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .post-cta .post-cta-header .post-cta-title {
    font-size: 22px;
    line-height: 32px;
  }
}

@media screen and (max-width: 550px) {
  .post-cta .post-cta-header .post-cta-title {
    font-size: 20px;
    line-height: 32px;
  }
}

.post-cta .post-cta-body {
  border-left: 2px solid #00479d;
  border-right: 2px solid #00479d;
}

.post-cta .post-cta-body .post-cta-body-inner {
  background: #fff;
  padding: 22px 37px;
}

@media screen and (max-width: 767px) {
  .post-cta .post-cta-body .post-cta-body-inner {
    padding: 24px 12px;
  }
}

.post-cta .post-cta-body .post-cta-body-inner .post-cta-img {
  margin: 0 auto;
  margin-bottom: 32px;
  max-width: 335px;
  float: none;
}

@media screen and (max-width: 767px) {
  .post-cta .post-cta-body .post-cta-body-inner .post-cta-img {
    margin-bottom: 16px;
  }
}

.post-cta .post-cta-body .post-cta-body-inner ul:last-child, .post-cta .post-cta-body .post-cta-body-inner p:last-child {
  margin-bottom: 0;
}

.post-cta .post-cta-content ul {
  padding-left: 20px;
}

.post-cta .post-cta-content ul li {
  list-style: disc;
  line-height: 26px;
}

.post-cta .post-cta-content ul li:before {
  content: '';
}

.post-cta .post-cta-content p {
  line-height: 1.8;
}

.post-cta .post-cta-content ul, .post-cta .post-cta-content p {
  margin-bottom: 28px;
}

.post-cta .post-cta-content ul:last-child, .post-cta .post-cta-content p:last-child {
  margin-bottom: 0;
}

.post-cta .post-cta-content a {
  color: #00479d;
}

.post-cta .post-cta-content a:hover {
  color: #1c72da;
  text-decoration: underline;
}

.post-cta .post-cta-footer {
  background: #fff;
  border: 2px solid #00479d;
  border-top: 0;
  padding: 12px 37px 38px;
}

@media screen and (max-width: 767px) {
  .post-cta .post-cta-footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.post-cta .post-cta-footer .post-cta-btn a {
  box-shadow: none;
  background: #00479d;
  max-width: 274px;
  height: 64px;
  line-height: 64px;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
  border-radius: 0;
}

.post-cta .post-cta-footer .post-cta-btn a:after {
  content: "";
  background: url("../../images/chevron-right.png") no-repeat 1%;
  background-size: contain;
  width: 8px;
  height: 14px;
  position: absolute;
  margin: 25px 8px 26px 12px;
}

.post-cta .post-cta-footer .post-cta-btn a:hover {
  color: #fff;
  opacity: 0.8;
}

.entry-content p {
  margin-bottom: 32px;
  line-height: 30px;
}

.entry-content a {
  color: #00479d;
}

.entry-content a:hover {
  color: #1c72da;
  text-decoration: underline;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  color: #111;
  font-weight: 700;
}

.entry-content h2 {
  margin: 0;
  padding: 23px 24px;
  border-bottom: 0;
  background: #fff;
  font-size: 32px;
  margin-bottom: 24px;
  line-height: 36px;
  border: 2px solid #111111;
  position: relative;
}

@media screen and (max-width: 991px) {
  .entry-content h2 {
    font-size: 24px;
    line-height: 36px;
    padding: 14px 16px 13px;
    margin-bottom: 16px;
  }
}

.entry-content h2:before {
  content: '';
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #00479d;
}

.entry-content h3 {
  margin: 54px 0 24px;
  padding: 13px 16px;
  font-size: 24px;
  line-height: 33px;
  border-left: 0;
  background: #f7f7f7;
  border-bottom: 2px solid #333;
  position: relative;
}

@media screen and (max-width: 991px) {
  .entry-content h3 {
    font-size: 20px;
    line-height: 30px;
    padding: 12px 18px;
    margin-bottom: 16px;
  }
}

.entry-content h4 {
  margin: 68px 0 16px;
  font-size: 18px;
  line-height: 30px;
}

@media screen and (max-width: 991px) {
  .entry-content h4 {
    font-size: 16px;
    line-height: 28px;
    margin-top: 65px;
    margin-bottom: 9px;
  }
}

.entry-content h5 {
  margin: 0 0 12px;
  padding-left: 0;
  font-size: 17px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .entry-content h5 {
    font-size: 15px;
  }
}

.entry-content h6 {
  color: #111111;
  margin: 0 0 8px;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .entry-content h6 {
    font-size: 14px;
  }
}

.entry-content ul, .entry-content ol {
  padding-left: 16px;
  line-height: 30px;
  margin-bottom: 32px;
}

.entry-content ul li ul {
  margin-bottom: 0;
}

.entry-content ul li ul li {
  list-style: disc;
}

.entry-content dl {
  margin-bottom: 40px;
  padding-top: 6px;
}

.entry-content dl dt {
  display: inline-block;
  margin: 0 0 17px;
  padding: 8px 24px;
  border: 1px solid #111111;
  background: #f7f7f7;
}

.entry-content dl dd {
  margin: 0;
}

.entry-content #toc_container {
  border: 1px solid #e1e1e1;
  padding: 32px 32px 29px;
  margin-top: 40px;
}

.entry-content #toc_container .toc_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.entry-content #toc_container .toc_title .toc_toggle,
.entry-content #toc_container .toc_title .toc_toggle a {
  color: #00479d;
  font-weight: 700;
  font-size: 100%;
}
.entry-content #toc_container .toc_list li{
  margin-bottom: 8px;
}
.entry-content #toc_container .toc_list li:last-child {
  margin-bottom: 0;
}

.entry-content #toc_container .toc_list li a {
  color: #00479d;
  font-size: 14px;
  line-height: 1.6;
  display: flex;

}

.entry-content #toc_container .toc_list li ul {
  padding-top: 2px;
}

.entry-content #toc_container .toc_list > li {
  margin-bottom: 22px;
}

.entry-content #toc_container .toc_list > li > a {
  font-size: 16px;
  font-weight: bold;
}

.entry-content table {
  width: 100% !important;
  margin-bottom: 32px;
}

.entry-content table th {
  background: #111111;
  border: 1px solid #dddddd;
  color: #fff;
}

.entry-content table tr td {
  border: 1px solid #dddddd;
}

.entry-content blockquote {
  margin-bottom: 32px;
  padding: 30px 32px;
  background: #f7f7f7;
  position: relative;
  margin-top: 64px;
  border: 0;
  border-left: 3px solid #00479d;
}

@media screen and (max-width: 991px) {
  .entry-content blockquote {
    margin-top: 56px;
    padding: 30px 20px;
  }
}

.entry-content blockquote p {
  line-height: 28px;
  margin-bottom: 16px;
}

.entry-content blockquote:before {
  content: url(../../images/icon-block.png);
  top: -9px;
  left: 30px;
  width: 30px;
  height: 27px;
}

@media screen and (max-width: 991px) {
  .entry-content blockquote:before {
    left: 20px;
  }
}

.entry-content blockquote:after {
  content: '';
  width: 3px;
  top: 0;
  bottom: 0;
  left: 0;
  background: #00479d;
}

.entry-content blockquote .link {
  text-align: right;
}

.entry-content blockquote .link a {
  font-size: 14px;
}

.entry-content .attention {
  padding: 31px 32px;
  margin-bottom: 40px;
  border: 1px solid #bfbfbf;
  line-height: 28px;
  margin-top: 49px;
}

@media screen and (max-width: 991px) {
  .entry-content .attention {
    padding: 32px 26px;
  }
}

.entry-content .a-3 {
  border: 2px solid #00479d;
  padding: 32px 24px 36px;
  width: calc(100% - 8px);
  position: relative;
}

@media screen and (max-width: 991px) {
  .entry-content .a-3 {
    padding: 32px 16px;
  }
}

.entry-content .a-3:before, .entry-content .a-3:after {
  content: '';
  background: #f7f7f7;
  position: absolute;
}

.entry-content .a-3:before {
  right: -8px;
  width: 6px;
  top: 16px;
  bottom: -8px;
}

.entry-content .a-3:after {
  bottom: -8px;
  right: 0;
  left: 18px;
  height: 6px;
}

.entry-content .a-3 .attention-title {
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  background: #00479d;
  margin: -32px -24px 40px;
  padding: 17px 24px 20px;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .entry-content .a-3 .attention-title {
    margin: -32px -16px 40px;
    margin-bottom: 16px;
  }
}

.entry-content .attention ul, .entry-content .attention p, .entry-content .attention ol, .entry-content blockquote ul, .entry-content blockquote p, .entry-content blockquote ol {
  line-height: 28px;
}

.entry-content .attention ul:last-child, .entry-content .attention p:last-child, .entry-content .attention ol:last-child, .entry-content blockquote ul:last-child, .entry-content blockquote p:last-child, .entry-content blockquote ol:last-child {
  margin-bottom: 0;
}

.entry-content .link-button-green,
.entry-content .link-button-orange,
.entry-content .wp-block-button {
  margin-bottom: 36px !important;
  text-align: center;
  padding: 0;
  display: inline-block;
  width: 100%;
}

.entry-content .link-button-green a,
.entry-content .link-button-orange a,
.entry-content .wp-block-button a {
  display: inline-block;
  padding: 7px 38px 8px;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  border: none;
  max-width: 348px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .entry-content .link-button-green a,
  .entry-content .link-button-orange a,
  .entry-content .wp-block-button a {
    max-width: 100%;
    width: 100%;
  }
}

.entry-content .link-button-green a i,
.entry-content .link-button-orange a i {
  margin-right: 10px;
}

.entry-content .link-button-green:hover a,
.entry-content .link-button-orange:hover a,
.entry-content .wp-block-button:hover a {
  opacity: 0.8;
  text-decoration: none !important;
}

.entry-content .link-button-green {
  padding-top: 9px;
}

.entry-content .wp-block-button a{
  border-bottom: 5px solid transparent;
}

.entry-content .link-button-green a{
  background: #00479d;
  border-color: #143a69;
}

.entry-content .wp-block-button a.has-vivid-cyan-blue-background-color {
  background: #00479d !important;
  border-color: #143a69;
}

.entry-content .link-button-orange a{
  background: #4a4a4a;
  border-color: #1b1b1b;
}

.entry-content .wp-block-button a.has-black-background-color{
  background: #4a4a4a !important;
  border-color: #1b1b1b;
}

.site-footer {
  background: #111111;
}

.site-footer .expensive_to_buy {
  background: #f9f9f9;
  position: relative;
}

.site-footer .expensive_to_buy .container {
  max-width: 100%;
  position: relative;
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .site-footer .expensive_to_buy .container {
    height: 380px;
  }
}

@media screen and (max-width: 375px) {
  .site-footer .expensive_to_buy .container {
    height: 400px;
  }
}

.site-footer .expensive_to_buy .expensive_to_buy-left {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.site-footer .expensive_to_buy .expensive_to_buy-left .expensive_to_buy-left-content {
  padding-right: calc(53.4% + 45px);
}

@media screen and (max-width: 991px) {
  .site-footer .expensive_to_buy .expensive_to_buy-left .expensive_to_buy-left-content {
    padding: 16px !important;
    z-index: 99;
  }
}

@media screen and (max-width: 1080px) {
  .site-footer .expensive_to_buy .expensive_to_buy-left {
    padding-left: 20px;
    opacity: 1;
    z-index: 2;
  }
}

.site-footer .expensive_to_buy .expensive_to_buy-left h5 {
  font-size: 15px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 15px;
}

@media screen and (min-width: 551px) {
  .site-footer .expensive_to_buy .expensive_to_buy-left h5 br {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .site-footer .expensive_to_buy .expensive_to_buy-left h5 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 7px;
  }
}

.site-footer .expensive_to_buy .expensive_to_buy-left p {
  font-size: 14px;
  margin-bottom: 24px;
  line-height: 26px;
  padding-right: 30px;
}

@media screen and (max-width: 991px) {
  .site-footer .expensive_to_buy .expensive_to_buy-left p {
    margin-bottom: 26px;
  }
}

.site-footer .expensive_to_buy .expensive_to_buy-left .link {
  text-align: center;
  margin-bottom: 0;
  padding-left: 28px;
}

@media screen and (max-width: 991px) {
  .site-footer .expensive_to_buy .expensive_to_buy-left .link {
    padding-left: 0;
  }
}

.site-footer .expensive_to_buy .expensive_to_buy-left a {
  max-width: 365px;
  line-height: 52px;
  height: 52px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  background: #111111;
  display: block;
  color: #fff;
  margin: 0 auto;
}

.site-footer .expensive_to_buy .expensive_to_buy-left a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  margin-right: 8px;
  position: relative;
  font-size: 12px;
  font-weight: 900;
}

.site-footer .expensive_to_buy .expensive_to_buy-right {
  width: 53.4%;
  float: right;
  background: url("../../images/new_sby01.png");
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 992px) {
  .site-footer .expensive_to_buy .expensive_to_buy-right {
    height: 380px;
  }
}

@media screen and (max-width: 991px) {
  .site-footer .expensive_to_buy .expensive_to_buy-right {
    position: absolute;
    left: 0;
    opacity: 0.15;
    position: relative;
    height: 450px;
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .site-footer .expensive_to_buy .expensive_to_buy-right {
    height: 341px;
  }
}

.site-footer .footer-widget {
  background: transparent;
  border: 0;
}

.site-footer .footer-widget .container {
  padding: 16px 0 18px;
}

@media screen and (max-width: 767px) {
  .site-footer .widget_nav_menu .container {
    padding: 20px 0;
  }
}

.site-footer .widget_nav_menu .container ul {
  text-align: center;
}

.site-footer .widget_nav_menu .container ul li {
  margin-right: 43px;
  line-height: 32px;
}

@media screen and (max-width: 550px) {
  .site-footer .widget_nav_menu .container ul li {
    width: 100%;
    margin-right: 0;
    line-height: 28px;
  }
}

.site-footer .widget_nav_menu .container ul li:last-child {
  margin-right: 0;
}

.site-footer .widget_nav_menu .container ul li a {
  padding-right: 1em;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 550px) {
  .site-footer .widget_nav_menu .container ul li a {
    padding-right: 0;
    display: block;
  }
}

.site-footer .widget_nav_menu .container ul li a:hover {
  color: #f39800;
}

.site-footer .widget_social_widget {
  max-width: 280px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  padding: 44px 0 14px;
  margin-bottom: 14px;
}

@media screen and (max-width: 991px) {
  .site-footer .widget_social_widget {
    padding: 21px 0 14px;
  }
}

.site-footer .widget_social_widget p {
  font-size: 0;
  height: 20px;
  background: url(../../images/sns-title.png);
  background-repeat: no-repeat;
  margin-bottom: 12px;
  background-position: top center;
  display: inline-block;
  width: 100%;
}

.site-footer .widget_social_widget .widget-content .xeory-social-btns {
  padding: 0;
  display: block;
}

.site-footer .widget_social_widget .widget-content .xeory-social-btns ul {
  margin: 0;
  max-width: 214px;
  margin: 0 auto;
}

.site-footer .widget_social_widget .widget-content .xeory-social-btns ul li {
  width: calc(100% / 4);
  padding: 0;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .site-footer .widget_social_widget .widget-content .xeory-social-btns ul li {
    width: calc(100% / 4) !important;
    margin-bottom: 0 !important;
  }
}

.site-footer .widget_social_widget .widget-content .xeory-social-btns ul li a {
  padding: 0;
  background: transparent;
  width: 33px;
  height: 36px;
  margin: 0 auto;
  display: block;
  color: #fff;
  border: 0;
  line-height: 1;
}

.site-footer .widget_social_widget .widget-content .xeory-social-btns ul li a:before {
  margin-right: 0;
  font-size: 32px;
}

.site-footer .widget_social_widget .widget-content .xeory-social-btns ul li a span {
  display: none;
}

.site-footer .widget_social_widget .widget-content .xeory-social-btns ul .item-facebook a:hover {
  color: #3c5a99;
}

.site-footer .widget_social_widget .widget-content .xeory-social-btns ul .item-twitter a {
  font-size: 36px;
}

.site-footer .widget_social_widget .widget-content .xeory-social-btns ul .item-twitter a:hover {
  color: #1da1f2;
}

.site-footer .widget_social_widget .widget-content .xeory-social-btns ul .item-feedly a {
  background: url("../../images/item-feedly.png");
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}

.site-footer .widget_social_widget .widget-content .xeory-social-btns ul .item-feedly a:before {
  font-size: 0;
}

.site-footer .widget_social_widget .widget-content .xeory-social-btns ul .item-feedly a:hover {
  background: url("../../images/item-feedly-hover.png");
  background-repeat: no-repeat;
  background-position: center;
}

.site-footer .widget_social_widget .widget-content .xeory-social-btns ul .item-instagram a {
  background: url("../../images/item-instagram.png");
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}

.site-footer .widget_social_widget .widget-content .xeory-social-btns ul .item-instagram a:hover {
  background: url("../../images/item-instagram-hover.png");
  background-repeat: no-repeat;
  background-position: center;
}

.site-footer .site-info {
  background: #111111;
  text-align: center;
  border: 0;
}

.site-footer .site-info .container {
  padding: 12px 16px 10px;
}

@media screen and (max-width: 767px) {
  .site-footer .site-info .container {
    padding: 11px 5px 3px;
  }
}

.site-footer .site-info .container p {
  color: #fff;
  font-size: 12px;
}

.site-footer .site-info .container span {
  margin: 0 4px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .site-header {
    position: fixed;
    border: 0;
    z-index: 11;
  }
}

.site-header .site-branding .container {
  padding: 16px 20px 13px;
}

@media screen and (max-width: 991px) {
  .site-header .site-branding .container {
    padding: 8px 16px;
  }
}

.site-header .site-branding .container .site-title a {
  display: block;
}

.site-header .site-branding .container .site-title a img {
  width: 187px;
  height: auto;
}

@media screen and (max-width: 991px) {
  .site-header .site-branding .container .site-title a img {
    width: 131px;
  }
}

.site-header .search-wrap {
  max-width: 292px;
  width: 100%;
  position: absolute;
  bottom: 21px;
  right: 20px;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .site-header .search-wrap {
    display: none;
  }
}

.site-header .search-wrap .search-form {
  margin-bottom: 0;
}

.main-navigation {
  background: #111111;
  border: 0;
}

.main-navigation .primary-menu {
  margin: 0;
}

.main-navigation .primary-menu li {
  padding: 0;
}

.main-navigation .primary-menu li:before {
  content: none;
}

.main-navigation .primary-menu li a {
  padding: 10px 40px;
  color: #fff;
  font-size: 14px;
}

.main-navigation .primary-menu li a:hover {
  background: #00479d;
  color: #fff;
}

.main-navigation .primary-menu li .sub-menu li a {
  background: #282828;
  padding: 13px 50px;
  min-width: 243px;
}

.main-navigation .primary-menu li .sub-menu li a:before {
  content: "";
  background: url("../../images/chevron-right.png") no-repeat 1%;
  background-size: contain;
  width: 8px;
  height: 10px;
  position: absolute;
  left:36px;
  margin-top: 5px;
}

.main-navigation .primary-menu li .sub-menu li a:hover {
  background: #555555;
}

.main-navigation .primary-menu li .sub-menu .current-menu-item a {
  background: #555555;
}

.main-navigation .primary-menu .current-menu-item, .main-navigation .primary-menu .current-menu-parent {
  background: #00479d;
}

.main-navigation .primary-menu .current-menu-item a, .main-navigation .primary-menu .current-menu-parent a {
  color: #fff;
}

/* SP nav btn
---------------------------------------------------------- */
.sp-nav-btn {
  display: none;
}

.xeory-sp-nav-btn {
  display: none;
  position: absolute;
  margin: auto;
  width: 28px;
  height: 35px;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  top: 0;
  right: 16px;
  bottom: 0;
}

.xeory-sp-nav-btn:before {
  content: '';
  color: #111111;
  cursor: pointer;
  width: 28px;
  height: 35px;
  font-size: 0;
  display: block;
  background-image: url(../../images/menu-sp.png);
}

@media screen and (max-width: 991px) {
  .xeory-sp-nav-btn {
    display: block;
  }
}

/* SP nav btn-close
---------------------------------------------------------- */
.sp-nav-inner {
  position: relative;
}

.sp-nav-inner .xeory-spnav-btn-close {
  position: absolute;
  top: -5px;
  right: 0;
  width: 28px;
  height: 36px;
}

.sp-nav-inner .xeory-spnav-btn-close:after {
  content: '';
  font-size: 24px;
  width: 28px;
  height: 36px;
  cursor: pointer;
  background: #FFF;
  display: block;
  background-image: url(../../images/close.png);
}

.sp-nav-inner .widget_search {
  margin: 0 !important;
  max-width: 100%;
  padding: 48px 0 0;
}

.sp-nav-inner .widget_search .search-form {
  margin: 0;
}

/* SP nav
---------------------------------------------------------- */
.xeory-spnav-wrap {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.xeory-spnav-wrap .sp-nav-inner {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget {
  margin-bottom: 16px;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget h3 {
  background: none;
  padding: 10px 16px;
  color: #444;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 18px;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul {
  list-style: none;
  padding-top: 0;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li a {
  display: block;
  font-weight: bold;
  color: #444444;
  padding: 16px;
  font-size: 14px;
  border-bottom: 1px solid #dddddd;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li a:hover {
  background: #00479d;
  color: #fff;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li a:hover:after {
  color: #fff;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li .sub-menu li a {
  background: #282828;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 55px 13px;
  border: 0;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li .sub-menu li a:hover {
  background: #555555;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li .sub-menu .current-menu-item a,
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li .sub-menu .current-post-parent a,
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li .sub-menu .current_page_item a {
  background: #555555;
  color: #fff;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li .sub-menu .current-menu-item a:after,
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li .sub-menu .current-post-parent a:after,
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li .sub-menu .current_page_item a:after {
  color: #fff;
  right: 20px;
  position: absolute;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .menu-item-has-children > a:after {
  content: '+';
  right: 20px;
  position: absolute;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .current-menu-item a,
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .current-post-parent a,
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .current_page_item a,
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .nav-open a {
  background: #00479d;
  color: #fff;
  border: 0;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .current-menu-item a:after,
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .current-post-parent a:after,
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .current_page_item a:after,
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .nav-open a:after {
  color: #fff;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .nav-open > a:after {
  content: '_';
  margin-top: -2px;
}

body.noscroll {
  overflow: hidden;
  position: fixed !important;
}

.xeory-spnav-wrap.active {
  display: block;
  opacity: 1;
  animation: fadeIn 0.5s ease 0s 1 normal;
  z-index: 11;
  width: 100%;
  height: 100%;
  padding: 16px;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 9999999999;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .page-header {
    margin-bottom: 12px !important;
  }
}

@media screen and (max-width: 767px) {
  .page-header .page-title {
    font-size: 20px;
  }
}

.pagination {
  text-align: center;
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  .pagination {
    padding-top: 54px;
  }
}

.pagination .current {
  color: #00479d;
  background: none;
  padding: 0 12px;
  position: relative;
  white-space: nowrap;
}

.pagination .current:after {
  background-color: #00479d;
  position: absolute;
  content: '';
  width: 20px;
  height: 3px;
  background-color: #00479d;
  left: 50%;
  margin-left: -10px;
  bottom: -4px;
}

.pagination a {
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
  position: relative;
  cursor: pointer;
  background: none;
  white-space: nowrap;
}

.pagination a:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 3px;
  background-color: #fff;
  left: 50%;
  margin-left: -10px;
  bottom: -4px;
}

.pagination a:hover {
  color: #00479d;
  background: none;
}

.pagination a:hover:after {
  background-color: #00479d;
}

.pagetop {
  z-index: 10;
  width: 48px;
  height: 48px;
  right: 16px;
}

.pagetop-inner {
  border-radius: 0;
  background-image: url(../../images/page-top.png);
}

.pagetop-inner:before {
  content: none;
}

.wpcf7-submit {
  width: 60%;
  background: #111111 !important;
}

.wpcf7-submit:hover {
  background: #00479d !important;
}

@media screen and (max-width: 550px) {
  .wpcf7-submit {
    width: 100%;
  }
}

.search-form {
  margin-bottom: 40px;
  height: 29px;
  border-width: 0 0 1px;
  border-color: #dddddd;
}

.search-form input.search-field {
  padding: 0 40px 0 0 !important;
  font-weight: normal;
  font-size: 14px;
  border-radius: 0;
  font-weight: 400;
  line-height: 20px;
}

.search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #888888;
  font-size: 14px;
}

.search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #888888;
  font-size: 14px;
}

.search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #888888;
  font-size: 14px;
}

.search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #888888;
  font-size: 14px;
}

.search-form input::-webkit-input-selection {
  /* Chrome/Opera/Safari */
  color: #888888;
  font-size: 14px;
}

.search-form input::-moz-selection {
  /* Firefox 19+ */
  color: #888888;
  font-size: 14px;
}

.search-form input:-ms-input-selection {
  /* IE 10+ */
  color: #888888;
  font-size: 14px;
}

.search-form input:-moz-selection {
  /* Firefox 18- */
  color: #888888;
  font-size: 14px;
}

.search-form input:focus {
  background: #FFF;
}

.search-form input[type=submit] {
  width: 40px;
  padding: 0;
  border: 0;
  top: -9px;
  background-image: url(../../images/icon.png);
  font-size: 0;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center right;
}
.xeory-breadcrumbs {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background-color: #f9f9f9;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .xeory-breadcrumbs {
    padding: 0 16px;
  }
}

.xeory-breadcrumbs-list {
  max-width: 1080px;
  padding: 10px 0;
  margin: 0 auto 0;
}

.xeory-breadcrumbs-list .xeory-breadcrumbs-item {
  font-size: 12px;
}

.xeory-breadcrumbs-list .xeory-breadcrumbs-item a {
  color: #333333;
}

.xeory-breadcrumbs-list .xeory-breadcrumbs-item:after {
  content: '>';
}

.xeory-breadcrumbs-list .xeory-breadcrumbs-item:last-child:after {
  content: none;
}

.xeory-breadcrumbs-list .xeory-breadcrumbs-item:last-child a:hover {
  color: #333333;
}

.xeory-breadcrumbs-list .xeory-breadcrumbs-item-home:before {
  content: none;
}

.xeory-breadcrumbs-item-current:before {
  content: '';
}

.page-header {
  padding: 16px;
  font-size: 24px;
  background: #fff;
  margin: 0 0 30px;
  border: 1px solid #e5e5e5;
  font-weight: bold;
}

@media screen and (max-width: 550px) {
  .page-header {
    font-size: 20px;
    padding: 12px;
  }
}

.entry-header,
.entry-content,
.entry-summary,
.entry-footer,
.post-cta-header,
.post-cta-body-inner,
.post-cta-footer,
.post-author,
.underpost-widget {
  padding-left: 40px;
  padding-right: 40px;
}

.wpcf7-form textarea {
  width: 100% !important;
}

.xeory-social-btns > ul {
  margin: 0;
}

.xeory-social-btns > ul > li {
  width: calc((100% - 48px) / 3);
  padding: 0;
  text-align: center;
  margin: 0 auto;
  margin-right: 24px;
}

@media screen and (max-width: 767px) {
  .xeory-social-btns > ul > li {
    width: calc((100% - 48px) / 3) !important;
  }
}

@media screen and (max-width: 550px) {
  .xeory-social-btns > ul > li {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 20px !important;
  }
}

.xeory-social-btns > ul > li:last-child {
  margin-right: 0;
}

.xeory-social-btns > ul > li > a {
  padding: 0;
  font-size: 32px;
  width: 100%;
  height: 36px;
  margin: 0 auto;
  display: block;
  border-width: 1px;
  border-style: solid;
  height: 66px;
  padding: 0;
  line-height: 66px;
  display: block;
  transition: all ease-in-out .3s;
}

@media screen and (max-width: 767px) {
  .xeory-social-btns > ul > li > a {
    margin: 0 !important;
  }
}

.xeory-social-btns > ul > li > a:hover {
  opacity: 1;
}

.xeory-social-btns > ul > li > a:before {
  margin-right: 0;
  font-size: 28px !important;
}

.xeory-social-btns > ul > li > a span {
  display: none;
}

.xeory-social-btns > ul li.item-facebook a {
  border-color: #3c5a99;
  color: #3c5a99;
  background-color: transparent;
}

.xeory-social-btns > ul li.item-facebook a:hover {
  color: #fff;
  background: #3c5a99;
}

.xeory-social-btns > ul li.item-twitter a {
  color: #1da1f2;
  background-color: transparent;
  border-color: #1da1f2;
}

.xeory-social-btns > ul li.item-twitter a:before {
  font-size: 36px !important;
}

.xeory-social-btns > ul li.item-twitter a:hover {
  color: #fff;
  background: #1da1f2;
}

.xeory-social-btns > ul li.item-feedly a {
  background: url("../../images/item-feedly-hover.png");
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  border-color: #6cc655;
  background-color: transparent;
}

.xeory-social-btns > ul li.item-feedly a:before {
  font-size: 0 !important;
}

.xeory-social-btns > ul li.item-feedly a:hover {
  background: url("../../images/item-feedly.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #6cc655;
}

.site-content .site-main article,
.home .site-content .site-main article {
  overflow: hidden;
  margin-bottom: 0;
  padding: 28px 0;
  border: 0 !important;
}

@media screen and (max-width: 991px) {
  .site-content .site-main article,
  .home .site-content .site-main article {
    padding: 16px 0 !important;
    overflow: hidden;
  }
}

.site-content .site-main article .entry-header,
.home .site-content .site-main article .entry-header {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 260px;
}

@media screen and (max-width: 840px) {
  .site-content .site-main article .entry-header,
  .home .site-content .site-main article .entry-header {
    width: 120px;
  }
}

@media screen and (max-width: 320px) {
  .site-content .site-main article .entry-header,
  .home .site-content .site-main article .entry-header {
    width: 110px;
  }
}

.site-content .site-main article .entry-header .entry-thumbnail,
.home .site-content .site-main article .entry-header .entry-thumbnail {
  margin: 0 !important;
  float: none;
  width: 100%;
}

.site-content .site-main article .entry-header .entry-thumbnail a:hover,
.home .site-content .site-main article .entry-header .entry-thumbnail a:hover {
  opacity: 0.8;
}

.site-content .site-main article .entry-content,
.home .site-content .site-main article .entry-content {
  padding: 3px 0 0 22px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .site-content .site-main article .entry-content,
  .home .site-content .site-main article .entry-content {
    padding-top: 0;
  }
}

@media screen and (max-width: 840px) {
  .site-content .site-main article .entry-content,
  .home .site-content .site-main article .entry-content {
    padding-left: 12px;
  }
}

.site-content .site-main article .entry-content .entry-title,
.home .site-content .site-main article .entry-content .entry-title {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  border-bottom: 0;
  background: transparent;
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
  border: 0;
}

@media screen and (max-width: 991px) {
  .site-content .site-main article .entry-content .entry-title,
  .home .site-content .site-main article .entry-content .entry-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 840px) {
  .site-content .site-main article .entry-content .entry-title,
  .home .site-content .site-main article .entry-content .entry-title {
    font-size: 14px;
    line-height: 22px;
  }
}

.site-content .site-main article .entry-content .entry-title:before,
.home .site-content .site-main article .entry-content .entry-title:before {
  content: none;
}

@media screen and (max-width: 767px) {
  .site-content .site-main article .entry-content .entry-title,
  .home .site-content .site-main article .entry-content .entry-title {
    margin-bottom: 8px;
  }
}

.site-content .site-main article .entry-content .entry-title a,
.home .site-content .site-main article .entry-content .entry-title a {
  color: #111111;
  line-height: inherit;
  font-size: inherit;
}

.site-content .site-main article .entry-content .entry-title a:hover,
.home .site-content .site-main article .entry-content .entry-title a:hover {
  color: #00479d;
  text-decoration: none !important;
}

.site-content .site-main article .entry-content .cont-str,
.home .site-content .site-main article .entry-content .cont-str {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 24px;
  color: #888888;
}

@media screen and (max-width: 840px) {
  .site-content .site-main article .entry-content .cont-str,
  .home .site-content .site-main article .entry-content .cont-str {
    display: none;
  }
}

.site-content .site-main article .entry-content .entry-meta,
.home .site-content .site-main article .entry-content .entry-meta {
  overflow: hidden;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 13px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .site-content .site-main article .entry-content .entry-meta,
  .home .site-content .site-main article .entry-content .entry-meta {
    line-height: 20px;
  }
}

@media screen and (max-width: 320px) {
  .site-content .site-main article .entry-content .entry-meta,
  .home .site-content .site-main article .entry-content .entry-meta {
    font-size: 11px;
  }
}

.site-content .site-main article .entry-content .entry-meta:before,
.home .site-content .site-main article .entry-content .entry-meta:before {
  content: none;
}

.site-content .site-main article .entry-content .entry-meta li,
.home .site-content .site-main article .entry-content .entry-meta li {
  list-style: none;
  display: inline-block;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .site-content .site-main article .entry-content .entry-meta li,
  .home .site-content .site-main article .entry-content .entry-meta li {
    margin-bottom: 6px;
  }
}

.site-content .site-main article .entry-content .entry-meta .date,
.home .site-content .site-main article .entry-content .entry-meta .date {
  float: right;
  color: #888888;
}

.site-content .site-main article .entry-content .entry-meta .cat,
.home .site-content .site-main article .entry-content .entry-meta .cat {
  color: #f39800;
  margin-right: 12px;
}

.site-content .site-main article .entry-content .entry-meta .cat span,
.home .site-content .site-main article .entry-content .entry-meta .cat span {
  padding: 0;
  display: inline-block;
  color: #f39800;
}

#pagination-loader {
  width: 40px;
  height: 40px;
  margin: 1.5em auto;
  background: #ccc;
  border-radius: 50%;
  animation: pulse 1s infinite alternate;
  display: none;
}

@keyframes pulse {
  from {
    opacity: 1;
    width: 40px;
    height: 40px;
  }
  to {
    opacity: 0.5;
    width: 35px;
    height: 35px;
  }
}

.page .site-main article {
  border: 0 !important;
}

.page .site-main article .entry-header {
  margin-bottom: 40px;
}

.page .site-main article .entry-header .entry-thumbnail {
  width: 100%;
  margin-bottom: 24px;
}

.page .bzb-sns-btn {
  display: none;
}

@media screen and (max-width: 550px) {
  .page-company .entry-content table th, .page-company .entry-content table td {
    width: 100%;
    display: block;
    border: 0;
    padding: 16px;
  }
}

#secondary {
  width: 290px;
  margin-left: -292px;
}

@media screen and (max-width: 991px) {
  #secondary {
    width: 100%;
    margin-left: 0;
    padding-top: 90px;
  }
}

#secondary h2 {
  padding: 30px 0 13px;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  display: block;
  position: relative;
  margin-top: 28px;
  margin-bottom: 32px;
  color: #888888;
  text-align: center;
}

#secondary h2:before {
  content: '';
  background-image: url(../../images/popular.png);
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 19px;
}

#secondary h2:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -36px;
  content: '';
  width: 72px;
  height: 4px;
  background: #111111;
}

#secondary .side-widget {
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  #secondary .widget_search {
    display: none;
  }
}

#secondary .popular-posts ul {
  margin: 0;
}

#secondary .popular-posts ul li {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0;
  overflow: hidden;
  line-height: 20px;
  margin-bottom: 24px;
  position: relative;
}

#secondary .popular-posts ul li:last-child {
  margin-bottom: 0;
}

#secondary .popular-posts ul li a {
  color: #333333;
  font-weight: normal;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  z-index: 0;
}

#secondary .popular-posts ul li a .wpp-thumbnail {
  margin-right: 12px;
  width: 105px;
  height:80px;
}

#secondary .popular-posts ul li a:hover {
  color: #00479d;
  text-decoration: underline;
}

#secondary .popular-posts ul li a:last-child {
  padding-top: 4px;
  display: block;
}

#secondary .popular-posts ul li:nth-of-type(1), #secondary .popular-posts ul li:nth-of-type(2), #secondary .popular-posts ul li:nth-of-type(3) {
  position: relative;
  overflow: visible;
}

#secondary .popular-posts ul li:nth-of-type(1):before, #secondary .popular-posts ul li:nth-of-type(2):before, #secondary .popular-posts ul li:nth-of-type(3):before {
  width: 24px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: -10px;
  z-index: 2;
}

#secondary .popular-posts ul li:nth-of-type(1):before {
  content: url(../../images/icon-sidebar_01.png);
}

#secondary .popular-posts ul li:nth-of-type(2):before {
  content: url(../../images/icon-sidebar_02.png);
}

#secondary .popular-posts ul li:nth-of-type(3):before {
  content: url(../../images/icon-sidebar_03.png);
}

#secondary .widget_xeory_postviews, #secondary .widget_xeory_recentviews {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  #secondary .widget_xeory_postviews, #secondary .widget_xeory_recentviews {
    margin-bottom: 0;
  }
}

#secondary .widget_xeory_postviews .widget-content ul, #secondary .widget_xeory_recentviews .widget-content ul {
  margin-bottom: 0;
}

#secondary .widget_xeory_postviews .widget-content ul li, #secondary .widget_xeory_recentviews .widget-content ul li {
  margin-bottom: 24px;
  padding: 0;
}

#secondary .widget_xeory_postviews .widget-content ul li:last-child, #secondary .widget_xeory_recentviews .widget-content ul li:last-child {
  margin-bottom: 0;
}

#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-image, #secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-image {
  width: 105px;
  height:80px;
  margin-right: 12px;
  margin-bottom: 0;
}
#secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-image img{
  height:80px;
}

#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-content, #secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-content {
  padding-top: 4px;
}

#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-content h4, #secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-content h4 {
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 0;
}

#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-content h4 a, #secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-content h4 a {
  color: #333333;
  font-weight: normal;
  font-size: 12px;
  font-weight: 400;
}

#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-content h4 a:hover, #secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-content h4 a:hover {
  color: #00479d;
  text-decoration: underline;
}

#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-content .xeory-subloop-meta, #secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-content .xeory-subloop-meta {
  display: none;
}

#secondary .widget_xeory_recentviews h2 {
  padding-top: 26px;
}

#secondary .widget_xeory_recentviews h2:before {
  background-image: url(../../images/recent.png);
}

#secondary .widget_xeory_recentviews h2:after {
  top: 58px;
}

#secondary .widget_social_widget h2:before {
  content: "\f087";
  padding: 6px 8px;
}

#secondary .widget_social_widget .xeory-social-btns {
  padding: 0;
  text-align: center;
}

#secondary .widget_social_widget .xeory-social-btns ul {
  margin: 0;
}

#secondary .widget_social_widget .xeory-social-btns ul li {
  width: auto !important;
  padding: 0 10px !important;
  margin: 0;
}

#secondary .widget_social_widget .xeory-social-btns ul li a {
  width: 52px;
  height: 52px;
  padding: 0;
  margin: 0;
  display: inline-block;
  line-height: 52px;
  border-radius: 5px;
}

#secondary .widget_social_widget .xeory-social-btns ul li a:before {
  width: 52px;
  height: 52px;
  font-size: 22px;
  margin: 0;
}

#secondary .widget_social_widget .xeory-social-btns ul li a .xeory-social-name {
  display: none;
}

.single .site-content, .page .site-content {
  padding: 0;
}

.single .site-content .site-main article, .page .site-content .site-main article {
  padding: 28px 40px 40px;
  border-bottom: 0;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main article, .page .site-content .site-main article {
    padding: 16px 0;
    overflow: visible;
  }
}

.single .site-content .site-main article .entry-header, .page .site-content .site-main article .entry-header {
  float: none;
  margin: 0 -40px;
  width: calc(100% + 80px);
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main article .entry-header, .page .site-content .site-main article .entry-header {
    width: 100%;
    margin-left: 0;
  }
}

.single .site-content .site-main article .entry-header .entry-meta, .page .site-content .site-main article .entry-header .entry-meta {
  margin-bottom: 0;
  list-style: none;
  text-align: right;
  font-size: 13px;
}

.single .site-content .site-main article .entry-header .entry-meta:before, .page .site-content .site-main article .entry-header .entry-meta:before {
  content: none;
}

.single .site-content .site-main article .entry-header .entry-meta .cat, .page .site-content .site-main article .entry-header .entry-meta .cat {
  padding: 0;
  background: none;
  float: left;
  color: #f39700;
}

.single .site-content .site-main article .entry-header .entry-meta .cat a, .page .site-content .site-main article .entry-header .entry-meta .cat a {
  background: none !important;
  color: #f39700;
}

.single .site-content .site-main article .entry-header .entry-meta .date, .page .site-content .site-main article .entry-header .entry-meta .date {
  display: inline-block;
}

.single .site-content .site-main article .entry-header .entry-meta .modified, .page .site-content .site-main article .entry-header .entry-meta .modified {
  display: inline-block;
}

.single .site-content .site-main article .entry-header .entry-meta i, .page .site-content .site-main article .entry-header .entry-meta i {
  margin-right: 4px;
}

.single .site-content .site-main article .entry-header h1, .page .site-content .site-main article .entry-header h1 {
  margin: 26px 0 30px;
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
  color: #111;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main article .entry-header h1, .page .site-content .site-main article .entry-header h1 {
    font-size: 22px;
    line-height: 32px;
    margin: 14px 0 16px;
  }
}

.single .site-content .site-main article .bzb-sns-area, .page .site-content .site-main article .bzb-sns-area {
  display: block;
  margin-bottom: 21px;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main article .bzb-sns-area, .page .site-content .site-main article .bzb-sns-area {
    text-align: left;
    margin-bottom: 26px;
  }
}

.single .site-content .site-main article .entry-content, .page .site-content .site-main article .entry-content {
  padding: 0;
  overflow: visible;
}

.single .site-content .site-main article .entry-content a, .page .site-content .site-main article .entry-content a {
  text-decoration: none;
}

.single .site-content .site-main article .entry-content a:hover, .page .site-content .site-main article .entry-content a:hover {
  text-decoration: underline;
}

.single .site-content .site-main article .entry-content .entry-thumbnail, .page .site-content .site-main article .entry-content .entry-thumbnail {
  margin: 0 -40px 16px;
  width: calc(100% + 80px);
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main article .entry-content .entry-thumbnail, .page .site-content .site-main article .entry-content .entry-thumbnail {
    margin: 0 -16px 9px;
    width: calc(100% + 32px);
  }
}

.single .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn, .page .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn {
  padding-left: 0;
  margin-bottom: 0;
}

.single .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn li, .page .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn li {
  font-size: 12px;
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn li, .page .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn li {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.single .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn .fb_iframe_widget span, .page .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn .fb_iframe_widget span {
  vertical-align: middle !important;
}

.single .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn .bzb-pocket .pocket-btn, .page .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn .bzb-pocket .pocket-btn {
  width: 88px;
}

.single .site-content .site-main .entry-footer, .page .site-content .site-main .entry-footer {
  background: #fff;
  border: 0;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main .entry-footer, .page .site-content .site-main .entry-footer {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 93px;
  }
}

.single .site-content .site-main .entry-footer .bzb-sns-area, .page .site-content .site-main .entry-footer .bzb-sns-area {
  margin: 0 0 31px;
  text-align: center;
  padding: 0;
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main .entry-footer .bzb-sns-area .bzb-sns-btn li, .page .site-content .site-main .entry-footer .bzb-sns-area .bzb-sns-btn li {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.single .site-content .site-main .entry-footer .bzb-sns-area .bzb-sns-btn .fb_iframe_widget span, .page .site-content .site-main .entry-footer .bzb-sns-area .bzb-sns-btn .fb_iframe_widget span {
  vertical-align: middle !important;
}

.single .site-content .site-main .entry-footer .bzb-sns-area .bzb-sns-btn .bzb-pocket, .page .site-content .site-main .entry-footer .bzb-sns-area .bzb-sns-btn .bzb-pocket {
  width: 88px;
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main .entry-footer .bzb-sns-area, .page .site-content .site-main .entry-footer .bzb-sns-area {
    text-align: left;
  }
}

.single .site-content .site-main .entry-footer .post-footer-list, .page .site-content .site-main .entry-footer .post-footer-list {
  padding-bottom: 0;
}

@media screen and (max-width: 375px) {
  .single .site-content .site-main .entry-footer .post-footer-list, .page .site-content .site-main .entry-footer .post-footer-list {
    display: none;
  }
}

.single .site-content .site-main .entry-footer .post-footer-list li, .page .site-content .site-main .entry-footer .post-footer-list li {
  padding-bottom: 7px;
}

.single .site-content .site-main .entry-footer .post-footer-list li:before, .page .site-content .site-main .entry-footer .post-footer-list li:before {
  color: #00479d;
  font-size: 11px;
}

.single .site-content .site-main .entry-footer .post-footer-list li a, .page .site-content .site-main .entry-footer .post-footer-list li a {
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  color: #00479d;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ明朝体 Pro", "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.single .site-content .site-main .entry-footer .post-footer-list li a:hover, .page .site-content .site-main .entry-footer .post-footer-list li a:hover {
  text-decoration: underline;
}

.single .site-content .site-main .entry-footer .post-footer-list .cat:before, .page .site-content .site-main .entry-footer .post-footer-list .cat:before {
  content: "\f07b";
}

.single .site-content .site-main .entry-footer .post-footer-list .tag:before, .page .site-content .site-main .entry-footer .post-footer-list .tag:before {
  content: "\f02b";
  font-size: 14px !important;
}

.single .site-content .site-main .underpost-widget, .page .site-content .site-main .underpost-widget {
  padding: 40px;
  border: 0;
}

@media screen and (max-width: 767px) {
  .single .site-content .site-main .underpost-widget, .page .site-content .site-main .underpost-widget {
    padding: 24px 0;
  }
}

.single .site-content .site-main .underpost-widget h2, .page .site-content .site-main .underpost-widget h2 {
  padding: 14px 16px;
  margin-bottom: 24px;
  border: 1px solid #ddd;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  text-align: center;
}

.single .site-content .site-main .underpost-widget h2:before, .page .site-content .site-main .underpost-widget h2:before {
  content: url(../../images/signle-con_01.png);
  position: absolute;
  top: -9px;
  height: 10px;
  left: 0;
  right: 0;
}

.single .site-content .site-main .underpost-widget .widget-content ul, .page .site-content .site-main .underpost-widget .widget-content ul {
  margin: 0;
}

.single .site-content .site-main .underpost-widget .widget-content ul li, .page .site-content .site-main .underpost-widget .widget-content ul li {
  padding: 0;
  margin-bottom: 26px;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main .underpost-widget .widget-content ul li, .page .site-content .site-main .underpost-widget .widget-content ul li {
    margin-bottom: 16px;
  }
}

.single .site-content .site-main .underpost-widget .widget-content ul li:last-child, .page .site-content .site-main .underpost-widget .widget-content ul li:last-child {
  margin-bottom: 0;
}

.single .site-content .site-main .underpost-widget .widget-content ul li .xeory-subloop-image, .page .site-content .site-main .underpost-widget .widget-content ul li .xeory-subloop-image {
  max-width: 147px;
  width: 100%;
  margin-right: 24px;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main .underpost-widget .widget-content ul li .xeory-subloop-image, .page .site-content .site-main .underpost-widget .widget-content ul li .xeory-subloop-image {
    max-width: 94px;
    width: 100%;
    margin-right: 16px;
  }
}

.single .site-content .site-main .underpost-widget .widget-content ul li .xeory-subloop-content, .page .site-content .site-main .underpost-widget .widget-content ul li .xeory-subloop-content {
  padding: 0;
  margin-left: 0;
}

.single .site-content .site-main .underpost-widget .widget-content ul li .xeory-subloop-content .xeory-subloop-title, .page .site-content .site-main .underpost-widget .widget-content ul li .xeory-subloop-content .xeory-subloop-title {
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main .underpost-widget .widget-content ul li .xeory-subloop-content .xeory-subloop-title, .page .site-content .site-main .underpost-widget .widget-content ul li .xeory-subloop-content .xeory-subloop-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
}

.single .site-content .site-main .underpost-widget .widget-content ul li .xeory-subloop-content .xeory-subloop-title a, .page .site-content .site-main .underpost-widget .widget-content ul li .xeory-subloop-content .xeory-subloop-title a {
  color: #333;
  font-size: inherit;
  line-height: inherit;
}

.single .site-content .site-main .underpost-widget .widget-content ul li .xeory-subloop-content .xeory-subloop-title a:hover, .page .site-content .site-main .underpost-widget .widget-content ul li .xeory-subloop-content .xeory-subloop-title a:hover {
  color: #00479d;
}

.single .site-content .site-main .underpost-widget .widget-content ul li .xeory-subloop-content .xeory-subloop-meta, .page .site-content .site-main .underpost-widget .widget-content ul li .xeory-subloop-content .xeory-subloop-meta {
  display: none;
}

.single .site-content .site-main .widget_xeory_related_posts, .page .site-content .site-main .widget_xeory_related_posts {
  padding: 32px 40px 40px;
  border-bottom: 0;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main .widget_xeory_related_posts, .page .site-content .site-main .widget_xeory_related_posts {
    padding: 40px 0 32px;
  }
}

.single .site-content .site-main .widget_xeory_related_posts ul li a, .page .site-content .site-main .widget_xeory_related_posts ul li a {
  border: 0;
}

.single .site-content .site-main .widget_social_widget, .page .site-content .site-main .widget_social_widget {
  border-bottom: 0;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main .widget_social_widget, .page .site-content .site-main .widget_social_widget {
    padding: 40px 0 34px;
  }
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main .widget_social_widget h2, .page .site-content .site-main .widget_social_widget h2 {
    margin-bottom: 21px;
  }
}

.single .site-content .site-main .widget_social_widget h2:before, .page .site-content .site-main .widget_social_widget h2:before {
  content: url(../../images/signle-con_03.png);
}

.single .site-content .site-main .widget_social_widget .xeory-social-btns, .page .site-content .site-main .widget_social_widget .xeory-social-btns {
  padding: 0;
  display: block;
}

.single .site-content .site-main .widget_social_widget .xeory-social-twitter, .page .site-content .site-main .widget_social_widget .xeory-social-twitter {
  padding: 0 0 20px;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main .widget_social_widget .xeory-social-twitter, .page .site-content .site-main .widget_social_widget .xeory-social-twitter {
    margin-bottom: 16px;
  }
}

.single .site-content .site-main .widget_social_widget .xeory-social-twitter iframe, .page .site-content .site-main .widget_social_widget .xeory-social-twitter iframe {
  border: 1px solid #f3f3f3 !important;
}

.single .site-content .site-main .widget_social_widget .xeory-social-twitter iframe .timeline-Widget div, .page .site-content .site-main .widget_social_widget .xeory-social-twitter iframe .timeline-Widget div {
  border-bottom: 1px solid #eeeeee !important;
}

.single .site-content .site-main .widget_social_widget .xeory-social-facebook, .page .site-content .site-main .widget_social_widget .xeory-social-facebook {
  padding: 0 8px 32px;
  width: 100%;
}

.single .site-content .site-main .post-author, .page .site-content .site-main .post-author {
  background: #fff;
  padding: 47px 40px 18px;
  border: 0;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main .post-author, .page .site-content .site-main .post-author {
    padding: 73px 0 14px;
  }
}

.single .site-content .site-main .post-author .clearfix, .page .site-content .site-main .post-author .clearfix {
  padding: 60px 32px 21px;
  border: 1px solid #ddd;
  position: relative;
}

@media screen and (max-width: 767px) {
  .single .site-content .site-main .post-author .clearfix, .page .site-content .site-main .post-author .clearfix {
    padding: 60px 12px 24px;
  }
}

.single .site-content .site-main .post-author .clearfix .post-author-img, .page .site-content .site-main .post-author .clearfix .post-author-img {
  width: 96px;
  height: 96px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -48px;
  top: -48px;
  background: #F7F7F7;
}

.single .site-content .site-main .post-author .clearfix .post-author-img .inner, .page .site-content .site-main .post-author .clearfix .post-author-img .inner {
  display: inline-block;
  width: 96px;
  height: 96px;
}

.single .site-content .site-main .post-author .clearfix .post-author-img .inner img, .page .site-content .site-main .post-author .clearfix .post-author-img .inner img {
  height: 100%;
  max-width: initial;
}

.single .site-content .site-main .post-author .clearfix .post-author-meta, .page .site-content .site-main .post-author .clearfix .post-author-meta {
  font-size: 15px;
  line-height: 26px;
  margin: 0;
  font-weight: normal;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main .post-author .clearfix .post-author-meta, .page .site-content .site-main .post-author .clearfix .post-author-meta {
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
  }
}

.single .site-content .site-main .post-author .clearfix .author, .page .site-content .site-main .post-author .clearfix .author {
  color: #111111;
  text-align: center;
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main .post-author .clearfix .author, .page .site-content .site-main .post-author .clearfix .author {
    margin-bottom: 11px;
  }
}

.page .site-content .site-main article {
  border-bottom: 1px solid #E5E5E3;
}

.home .site-content {
  padding: 18px 0 0;
}

.home .site-content .content-area {
  margin-bottom: 163px;
}

.home .site-content .content-area .site-main {
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  .home .site-content .content-area {
    margin-bottom: 120px;
  }
}

.home .site-content .container-content {
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}

.home .site-content .container-content .padding-right-top {
  padding-right: 340px;
  float: left;
}

@media screen and (max-width: 991px) {
  .home .site-content .container-content .padding-right-top {
    padding-right: 0;
    float: none;
  }
}

.home .site-content > .container {
  max-width: 100% !important;
}

@media screen and (min-width: 1121px) {
  .home .site-content > .container {
    padding: 0;
  }
}

.home .site-content > .container .first-post {
  background: #f9f9f9;
  padding: 46px 0 48px;
  margin-top: -18px;
}

@media screen and (max-width: 991px) {
  .home .site-content > .container .first-post {
    padding: 16px 16px 34px;
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}

.home .site-content > .container .first-post article {
  background: transparent;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.home .site-content > .container .first-post article .entry-header {
  width: 48.25%;
  float: left;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 840px) {
  .home .site-content > .container .first-post article .entry-header {
    width: 100% !important;
    float: none !important;
    text-align: center;
  }
}

.home .site-content > .container .first-post article .entry-header .entry-thumbnail {
  width: 100%;
  margin: 0 !important;
  height: auto;
}

.home .site-content > .container .first-post article .entry-content {
  padding: 18px 0 0 22px;
  overflow: hidden;
}

@media screen and (max-width: 840px) {
  .home .site-content > .container .first-post article .entry-content {
    padding: 16px 0 0;
    overflow: visible;
  }
}

.home .site-content > .container .first-post article .entry-content .entry-meta {
  color: #111111;
  font-size: 12px;
  margin-bottom: 0;
  padding: 0;
}

.home .site-content > .container .first-post article .entry-content .entry-meta:before {
  display: none;
}

.home .site-content > .container .first-post article .entry-content .entry-meta li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .home .site-content > .container .first-post article .entry-content .entry-meta li {
    margin-bottom: 11px;
  }
}

.home .site-content > .container .first-post article .entry-content .entry-meta .date {
  color: #333333;
  padding: 1px 0;
  float: right;
}

.home .site-content > .container .first-post article .entry-content .entry-meta .cat {
  color: #fff;
  margin-right: 12px;
}

.home .site-content > .container .first-post article .entry-content .entry-meta .cat span {
  border: 1px solid #111111;
  padding: 1px 15px;
  display: inline-block;
  color: #000;
  background: #fff;
}

@media screen and (max-width: 550px) {
  .home .site-content > .container .first-post article .entry-content .entry-meta .cat span {
    padding: 6px 15px;
  }
}

.home .site-content > .container .first-post article .entry-content .entry-title {
  line-height: 38px;
  font-size: 24px;
  margin-bottom: 8px;
  border: 0;
  padding: 0;
  background: none;
  margin: 0;
}

.home .site-content > .container .first-post article .entry-content .entry-title:before {
  content: none;
}

@media screen and (max-width: 991px) {
  .home .site-content > .container .first-post article .entry-content .entry-title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 840px) {
  .home .site-content > .container .first-post article .entry-content .entry-title {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 550px) {
  .home .site-content > .container .first-post article .entry-content .entry-title {
    margin-bottom: 0;
  }
}

.home .site-content > .container .first-post article .entry-content .entry-title a {
  color: #000;
}

.home .site-content > .container .first-post article .entry-content .entry-title a:hover {
  text-decoration: none;
  color: #00479d;
}

.home .site-content > .container .first-post article .entry-content .cont-str {
  line-height: 26px;
}

@media screen and (max-width: 550px) {
  .home .site-content > .container .first-post article .entry-content .cont-str {
    display: none;
  }
}

.home .site-content > .container article {
  padding: 28px 0;
}

.home .site-content > .container article .entry-header {
  width: 260px;
  margin: 0;
  float: left;
}

@media screen and (max-width: 840px) {
  .home .site-content > .container article .entry-header {
    width: 120px;
  }
}

.home .site-content > .container article .entry-content {
  padding: 3px 0 0 22px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .home .site-content > .container article .entry-content {
    padding-top: 0;
  }
}

@media screen and (max-width: 840px) {
  .home .site-content > .container article .entry-content {
    padding-left: 12px;
  }
}

.home .site-content > .container .news_wrap {
  padding-top: 40px;
}

@media screen and (max-width: 840px) {
  .home .site-content > .container .news_wrap {
    padding-top: 34px;
  }
}

.home .site-content > .container .news_wrap section {
  border: 1px solid #dddddd;
  position: relative;
  padding: 30px 12px 28px 83px;
  line-height: 22px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .home .site-content > .container .news_wrap section {
    padding: 28px 6px 28px 16px;
    margin-bottom: 8px;
  }
}

.home .site-content > .container .news_wrap section .title-news {
  font-size: 0;
  background-image: url(../../images/news.png);
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
  left: 24px;
  top: -12px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .home .site-content > .container .news_wrap section .title-news {
    left: 16px;
  }
}

.home .site-content > .container .news_wrap section ul {
  -ms-overflow-y: scroll;
  overflow-y: scroll;
  height: 90px;
  padding-right: 40px;
}

@media screen and (max-width: 991px) {
  .home .site-content > .container .news_wrap section ul {
    height: 147px;
    padding-right: 16px;
  }
}

.home .site-content > .container .news_wrap section ul li {
  margin-bottom: 14px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .home .site-content > .container .news_wrap section ul li {
    line-height: 22px;
    font-size: 13px;
  }
}

.home .site-content > .container .news_wrap section ul li .date {
  font-weight: bold;
  padding-right: 24px;
}

@media screen and (max-width: 991px) {
  .home .site-content > .container .news_wrap section ul li .date {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .home .site-content > .container .news_wrap section ul li .date {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2px;
  }
}

.home .site-content > .container .news_wrap section ul li a {
  color: #333333;
  line-height: 22px;
}

.home .site-content > .container .news_wrap section ul li a:hover {
  color: #00479d;
}

@media screen and (max-width: 767px) {
  .home .site-content > .container .news_wrap section ul li a {
    width: 100%;
  }
}

.home .site-content > .container .news_wrap section ul li a h5 {
  font-weight: 400;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .home .site-content > .container .news_wrap section ul li a h5 {
    font-size: 13px;
  }
}

.home .site-content > .container .news_wrap section ul li span, .home .site-content > .container .news_wrap section ul li a {
  display: inline-block;
  vertical-align: top;
}

.home .site-content > .container .news_wrap section ul::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #fff;
}

.home .site-content > .container .news_wrap section ul::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

.home .site-content > .container .news_wrap section ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #969696;
}

.home .site-content > .container .bwn-pagination-nav {
  text-align: center;
  padding-top: 25px;
}

@media screen and (max-width: 991px) {
  .home .site-content > .container .bwn-pagination-nav {
    padding-top: 35px;
  }
}

.home .site-content > .container .bwn-pagination-nav ul {
  list-style: none;
}

.home .site-content > .container .bwn-pagination-nav ul li {
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  padding: 0 14px;
  position: relative;
  cursor: pointer;
  color: #000000;
}

.home .site-content > .container .bwn-pagination-nav ul li:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 3px;
  background-color: #fff;
  left: 50%;
  margin-left: -10px;
  bottom: -4px;
}

.home .site-content > .container .bwn-pagination-nav ul li:hover {
  color: #00479d;
}

.home .site-content > .container .bwn-pagination-nav ul li:hover:after {
  background-color: #00479d;
}

.home .site-content > .container .bwn-pagination-nav ul li.selected {
  color: #00479d;
}

.home .site-content > .container .bwn-pagination-nav ul li.selected:after {
  background-color: #00479d;
}

.home .site-content > .container .bwn-pagination-nav ul .first,
.home .site-content > .container .bwn-pagination-nav ul .last,
.home .site-content > .container .bwn-pagination-nav ul .previous,
.home .site-content > .container .bwn-pagination-nav ul .next {
  display: none;
}

.home #secondary {
  float: right;
}


/* 20200409 nagata 吹き出し実装 - add speech bubble
--------------------------------------------------*/
.balloon {
  clear: both;
}
.balloon p {
  padding:0 !important;
  margin:0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;;
  line-height: 22px !important
}
.balloon {
  position: relative;
  padding: 0 0 49px 0;
  margin: 0;
  min-height: 104px;
}
.balloon1{
  width:calc(100% - 165px);
}
.balloon2{
  width: 100%;
}
.balloon .icon {
  position: absolute;
  width: 68px;
  top: 0;
  text-align:center;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  color: #555;
}
.balloon1 .icon{
  left: 0;
}
.balloon2 .icon{
  right: 0;
}
.balloon .balloon-content {
  padding: 16px;
  background-color: #f6f6f6;
  border: 1px solid #333333;
  position: relative;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}
.balloon1 .balloon-content{
  margin: 0 0 0 100px;
}
.balloon2 .balloon-content{
  margin: 0 100px 0 0 ;
  float: right;
  width:calc(100% - 270px);
}
.balloon .balloon-content:before,
.balloon .balloon-content:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 20px;
}
.balloon .balloon-content:before {
  border-top: 0 solid transparent;
  border-bottom: 12px solid transparent;
}
.balloon1 .balloon-content:before {
  left: -15px;
  border-right: 15px solid #f6f6f6;
  z-index: 1;
}
.balloon2 .balloon-content::before{
  right: -15px;
  border-left: 15px solid #f6f6f6;
  z-index: 1;
}
.balloon .balloon-content:after {
  top: 19px;
  border-top: 0 solid transparent;
  border-bottom: 14px solid transparent;
}
.balloon1 .balloon-content:after {
  left: -17px;
  border-right: 17px solid #333333;
}
.balloon2 .balloon-content:after {
  right: -17px;
  border-left: 17px solid #333333;
}
@media screen and (max-width: 650px) {
  .balloon {
    min-height: 136px;
  }
  .balloon1{
    width: 100%;
  }
  .balloon .icon{
    width:64px;
  }
  .balloon .balloon-content {
    line-height: 24px !important;
  }
  .balloon1 .balloon-content{
    margin: 0 0 0 100px;
  }
  .balloon2 .balloon-content{
    width:calc(100% - 100px);
    margin: 0 100px 0 0 ;
  }
}
@media screen and (max-width: 400px) {
  .balloon1{
    width: 100%;
  }
  .balloon .balloon-content{
    line-height: 24px !important;
  }
  .balloon1 .balloon-content{
    margin: 0 0 0 90px;
  }
  .balloon2 .balloon-content{
    width:calc(100% - 90px);
    margin: 0 90px 0 0;
  }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1120px) {
  .balloon1{
    width: 100%;
  }
  .balloon .balloon-content{
    line-height: 24px !important;
  }
  .balloon1 .balloon-content{
    margin: 0 0 0 100px;
  }
  .balloon2 .balloon-content{
    width:calc(100% - 100px);
    margin: 0 100px 0 0 ;
  }
}

/*h2上バナー調整*/
.single section[class*="xeory_banner_manager"],
.page section[class*="xeory_banner_manager"]{
  padding-bottom: 0 !important;
}

.entry-content #toc_container{
  margin-top: 0;
}
.entry-content h2{
  margin-top:0;
}

.single section[class*="xeory_banner_manager"], .page section[class*="xeory_banner_manager"] {
  margin-bottom: 2px;
  padding-top:12px;
}

/*SPがたつき防止*/
@media screen and (max-width: 768px) {
  .site{
    overflow: hidden;
  }
}

/*下固定バナー調整*/
#xeory-fixed-banner .xfb-cta-wrap .fas{
  padding-left:6px;
}

/* 下固定バナーの高さ調整 */
#xeory-fixed-banner .xfb-cta-wrap {
  margin: 8px auto 0;
  min-height: 98px;
}
#xeory-fixed-banner-sp .xfb-cta-wrap {
    padding: 5px 4px!important;
}
#xeory-fixed-banner-sp .xfb-cta-wrap {
    min-height: 64.5px;
}
#xeory-fixed-banner .xfb-cta-wrap .xfb-close-cta {
	top: -37px;
}

/*fontawesome5にする*/
.post .xcd-attention-5.xcd-col1 .xcd-title:before,
.post .xcd-attention-3 .xcd-title:before,
.post .xcd-btn-1 .xcd-btn-inner .xcd-btn-title:before,
.post .xcd-attention-8.xcd-col1:before,
.post .xcd-btn-2 .xcd-btn-inner .xcd-btn-title:before,
.post .xcd-btn-6 .xcd-btn-title:after,
.post .xcd-faq-4 .xcd-question-icon:after,
.post .xcd-attention-2.xcd-col1 .xcd-title:before,
.post .xcd-attention-6.xcd-col1 .xcd-title:before,
.post .xcd-attention-7.xcd-col1:before,
.post .xcd-btn-3 a.xcd-btn-title:after,
.post .xcd-btn-4 a.xcd-btn-title:before,
.post .xcd-btn-5 a.xcd-btn-title:after,
.post-footer-list li:before,
.post .xcd-attention-2.xcd-col5 .xcd-title:before,
.post .xcd-attention-2 .xcd-title:before{
  font-family: "Font Awesome 5 free" !important;
  font-weight:900 !important;
}

/*プラグイン内全て*/
.post .xcd-attention-2 .xcd-title:before,
.page .xcd-attention-2 .xcd-title:before,
.content .xcd-attention-2 .xcd-title:before,
.mce-content-body .xcd-attention-2 .xcd-title:before,
.original-category .xcd-attention-2 .xcd-title:before,
.single #content .site-main article .entry-content .xcd-attention-2 .xcd-title:before,
.page .entry-content .xcd-attention-2 .xcd-title:before,
.post .xcd-attention-3 .xcd-title:before,
.page .xcd-attention-3 .xcd-title:before,
.content .xcd-attention-3 .xcd-title:before,
.mce-content-body .xcd-attention-3 .xcd-title:before,
.original-category .xcd-attention-3 .xcd-title:before,
.single #content .site-main article .entry-content .xcd-attention-3 .xcd-title:before,
.page .entry-content .xcd-attention-3 .xcd-title:before,
.post .xcd-attention-5 .xcd-title:before,
.page .xcd-attention-5 .xcd-title:before,
.content .xcd-attention-5 .xcd-title:before,
.mce-content-body .xcd-attention-5 .xcd-title:before,
.original-category .xcd-attention-5 .xcd-title:before,
.single #content .site-main article .entry-content .xcd-attention-5 .xcd-title:before,
.page .entry-content .xcd-attention-5 .xcd-title:before,
.post .xcd-attention-6 .xcd-title:before,
.page .xcd-attention-6 .xcd-title:before,
.content .xcd-attention-6 .xcd-title:before,
.mce-content-body .xcd-attention-6 .xcd-title:before,
.original-category .xcd-attention-6 .xcd-title:before,
.single #content .site-main article .entry-content .xcd-attention-6 .xcd-title:before,
.page .entry-content .xcd-attention-6 .xcd-title:before,
.post .xcd-attention-7:before,
.page .xcd-attention-7:before,
.content .xcd-attention-7:before,
.mce-content-body .xcd-attention-7:before,
.original-category .xcd-attention-7:before,
.single #content .site-main article .entry-content .xcd-attention-7:before,
.page .entry-content .xcd-attention-7:before,
.post .xcd-attention-8:before,
.page .xcd-attention-8:before,
.content .xcd-attention-8:before,
.mce-content-body .xcd-attention-8:before,
.original-category .xcd-attention-8:before,
.single #content .site-main article .entry-content .xcd-attention-8:before,
.page .entry-content .xcd-attention-8:before,
.post .xcd-btn-1 .xcd-btn-inner a.xcd-btn-title:before,
.page .xcd-btn-1 .xcd-btn-inner a.xcd-btn-title:before,
.content .xcd-btn-1 .xcd-btn-inner a.xcd-btn-title:before,
.mce-content-body .xcd-btn-1 .xcd-btn-inner a.xcd-btn-title:before,
.original-category .xcd-btn-1 .xcd-btn-inner a.xcd-btn-title:before,
.single #content .site-main article .entry-content .xcd-btn-1 .xcd-btn-inner a.xcd-btn-title:before,
.page .entry-content .xcd-btn-1 .xcd-btn-inner a.xcd-btn-title:before,
.post .xcd-btn-2 .xcd-btn-inner a.xcd-btn-title:before,
.page .xcd-btn-2 .xcd-btn-inner a.xcd-btn-title:before,
.content .xcd-btn-2 .xcd-btn-inner a.xcd-btn-title:before,
.mce-content-body .xcd-btn-2 .xcd-btn-inner a.xcd-btn-title:before,
.original-category .xcd-btn-2 .xcd-btn-inner a.xcd-btn-title:before,
.single #content .site-main article .entry-content .xcd-btn-2 .xcd-btn-inner a.xcd-btn-title:before,
.page .entry-content .xcd-btn-2 .xcd-btn-inner a.xcd-btn-title:before,
.post .xcd-btn-3 a.xcd-btn-title:after,
.page .xcd-btn-3 a.xcd-btn-title:after,
.content .xcd-btn-3 a.xcd-btn-title:after,
.mce-content-body .xcd-btn-3 a.xcd-btn-title:after,
.original-category .xcd-btn-3 a.xcd-btn-title:after,
.single #content .site-main article .entry-content .xcd-btn-3 a.xcd-btn-title:after,
.page .entry-content .xcd-btn-3 a.xcd-btn-title:after,
.post .xcd-btn-4 a.xcd-btn-title:before,
.page .xcd-btn-4 a.xcd-btn-title:before,
.content .xcd-btn-4 a.xcd-btn-title:before,
.mce-content-body .xcd-btn-4 a.xcd-btn-title:before,
.original-category .xcd-btn-4 a.xcd-btn-title:before,
.single #content .site-main article .entry-content .xcd-btn-4 a.xcd-btn-title:before,
.page .entry-content .xcd-btn-4 a.xcd-btn-title:before,
.post .xcd-btn-5 a.xcd-btn-title:after,
.page .xcd-btn-5 a.xcd-btn-title:after,
.content .xcd-btn-5 a.xcd-btn-title:after,
.mce-content-body .xcd-btn-5 a.xcd-btn-title:after,
.original-category .xcd-btn-5 a.xcd-btn-title:after,
.single #content .site-main article .entry-content .xcd-btn-5 a.xcd-btn-title:after,
.page .entry-content .xcd-btn-5 a.xcd-btn-title:after,
.post .xcd-btn-6 a.xcd-btn-title:after,
.page .xcd-btn-6 a.xcd-btn-title:after,
.content .xcd-btn-6 a.xcd-btn-title:after,
.mce-content-body .xcd-btn-6 a.xcd-btn-title:after,
.original-category .xcd-btn-6 a.xcd-btn-title:after,
.single #content .site-main article .entry-content .xcd-btn-6 a.xcd-btn-title:after,
.page .entry-content .xcd-btn-6 a.xcd-btn-title:after,
.post .xcd-faq-4 .xcd-question-icon:after,
.page .xcd-faq-4 .xcd-question-icon:after,
.content .xcd-faq-4 .xcd-question-icon:after,
.mce-content-body .xcd-faq-4 .xcd-question-icon:after,
.original-category .xcd-faq-4 .xcd-question-icon:after,
.single #content .site-main article .entry-content .xcd-faq-4 .xcd-question-icon:after,
.page .entry-content .xcd-faq-4 .xcd-question-icon:after{
  font-family: "Font Awesome 5 free" !important;
  font-weight:900 !important;
}

/*SPメニュー内改修*/
.sp-nav-inner .search-wrap{
  border:1px solid #000;
  padding:6px;
}
.sp-nav-inner .search-form{
  border:none;
}
.sp-nav-inner .search-form input[type=submit] {
  top:-6px;
  right:-6px;
  height:41px;
  width:41px;
  background-image: url(../../images/search-icon.png);
  background-size: 50%;
  background-color: #000;
  background-position: center;
  border-radius: 0;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget h3{
  text-align: left;
  padding:24px 0 0;
  margin-bottom: 0;
}

/*headerlogo*/
.site-title{
  padding-right:16px;
}

@media screen and (max-width: 991px) {
  .header_cp_logo{
    height:41px;
    width:auto;
  }
  .sp_menu_bn{
    padding-bottom:24px;
  }
  .xeory-spnav-wrap .menu-item-4851{
    display: none;
  }
  .xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul{
    margin:0 -16px;
  }
  .container{
    padding-top: 56px;
  }
}

.xeory-social-btns>ul>li.item-instagram>a:before{
  display: none;
}
i.fa-chevron-right{
  content: '';
  background: url("../../images/chevron-right.png") no-repeat 1%;
  background-size: contain;
  width: 8px;
  height: 14px;
  margin: 0 0 0 8px;
}
i.fa-angle-double-right{
  content: '';
  background: url("../../images/angles-right.png") no-repeat 1%;
  background-size: contain;
  width: 13px;
  height: 10px;
}
i.fa-angle-right{
  content: '';
  background: url("../../images/angle-right.png") no-repeat 1%;
  background-size: contain;
  width: 6px;
  height: 10px;
}
i.fa-angle-left{
  content: '';
  background: url("../../images/angle-left.png") no-repeat 1%;
  background-size: contain;
  width: 6px;
  height: 10px;
}
.fa-angle-double-right:before,
.fa-angle-right:before,
.fa-angle-left:before{
  color: transparent;
}
.fa-chevron-right:before{
  content: '' !important;
}
.site-footer .widget_social_widget .widget-content .xeory-social-btns ul .item-twitter a:before {
  font-size: 0;
}
.site-footer .widget_social_widget .widget-content .xeory-social-btns ul .item-facebook a {
  background: url("../../images/item-facebook.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 0;
}
.site-footer .widget_social_widget .widget-content .xeory-social-btns ul .item-facebook a:before {
  font-size: 0;
}
.site-footer .widget_social_widget .widget-content .xeory-social-btns ul .item-facebook a:hover {
  background: url("../../images/item-facebook-hover.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.xeory-social-btns>ul>li.item-twitter>a:before,
.xeory-social-btns>ul>li.item-facebook>a:before{
  content: none;
}
.site-footer .expensive_to_buy .expensive_to_buy-left a{
  position: relative;
}
.site-footer .expensive_to_buy .expensive_to_buy-left a:before{
  content: '';
  background: url("../../images/chevron-right.png") no-repeat;
  background-size: contain;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 20px;
  left: 28px;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li .sub-menu li a:before{
  content: '';
  background: url("../../images/chevron-right.png") no-repeat;
  background-size: contain;
  width: 7px;
  height: 12px;
  padding-right: 12px;
  color: #fff;
  position: absolute;
  right: 8px;
}
.single .site-content .site-main .entry-footer .post-footer-list .cat:before{
  background: url("../../images/folder.png") no-repeat;
  background-size: contain;
  color: transparent;
}

/*-- ブログカード ---*/
.blog-card {
  border: 1px solid #fcfcfc;
  word-wrap: break-word;
  max-width: 100%;
  margin: 0px 10px 15px 10px;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 30%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blog-card.ex{
  padding-top: 15px;
}
.blog-card:hover {
  cursor: pointer;
  box-shadow: 0 5px 5px 2px rgba(0, 0, 0, .2);
  background: #fefefe;
}

.blog-card a {
  text-decoration: none !important;
}
.blog-card-siteinfo{
  font-size: 11px;
  padding: 5px 0 0 10px;
  line-height: 25px;
}
.blog-card-siteinfo span{
  padding: 0 0 0 8px;
  color: #2c3338;
}
.blog-card-thumbnail {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 10px;
}

.blog-card-thumbnail img {
  padding: 0;
  max-width: 160px;
}

.blog-card-content {
  display: table-cell;
  vertical-align: middle;
}

.blog-card-title {
  font-size: 20px;
  margin: 0 10px 5px 0px;
  font-weight: bold;
  line-height: 1.4;
  color: #2c3338;
}

.blog-card-title:hover {
  text-decoration: none;
}

.blog-card-excerpt {
  font-size: 14px;
  color: #4c4c4c;
  margin: 0 10px 0 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card .clear {
  clear: both;
}

@media screen and (max-width: 550px) {
  .blog-card-title {
    font-size: 14px;
  }
  .blog-card-thumbnail img{
    max-width: 90px;
  }
  .blog-card-excerpt {
    display: none;
    visibility: hidden;
    content-visibility: hidden;
  }
  .blog-card-siteinfo{
    padding-top: 5px;
  }
  .ex .blog-card-thumbnail{
    padding-bottom: 5px;
  }
}

/*  add menu footer*/

.site-footer  .footer-widget-area{
  max-width: 1120px;
  margin:  0 auto;
}

.site-footer .footer-widget .footer-widget-title{
  color: #f39700;
  font-weight: bold;
}


.site-footer .widget_nav_menu .container ul{
  text-align: left;
}

.site-footer .widget_nav_menu .container ul li{
  margin-right: 12px;
}

.site-footer .widget_nav_menu:nth-of-type(1) ul{
  text-align: center;
  margin-bottom: 20px;
}

.site-footer .widget_nav_menu:nth-of-type(4),
.site-footer .widget_nav_menu:nth-of-type(5){
  width: calc((100% - 20px) / 2);
  display: inline-block;
}

.site-footer .widget_nav_menu:nth-of-type(5){
  margin-left: 20px;
}

.site-footer .widget_nav_menu:nth-of-type(1) ul li{
  margin-right: 43px;
}

.site-footer .widget_nav_menu:nth-of-type(1) ul li:last-child{
  margin-right: 0;
}


@media screen and (max-width: 991px) {

  .site-footer .widget_nav_menu .container{
    padding-left: 16px;
    padding-right: 16px;
  }
}


@media screen and (max-width: 767px) {
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}


  .site-footer .widget_nav_menu .container{
    border-bottom: 1px solid rgba(183,166,128,0.2);
  }

  .site-footer .widget_nav_menu:nth-of-type(4), .site-footer .widget_nav_menu:nth-of-type(5){
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .site-footer .widget_nav_menu .container ul {
    font-size: 0;
    overflow: hidden;
    height: 0;
    transition: all 300ms;
  }



  .site-footer .widget_nav_menu .container {
    padding: 16px;
  }

  .site-footer .widget_nav_menu .container ul li{
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }

  .site-footer .widget_nav_menu .container ul li:nth-of-type(3n){
    margin-right: 0;
  }

  .site-footer .footer-widget.widget_nav_menu .footer-widget-title{
    margin-bottom: 0;
    position: relative;
  }

  .site-footer .footer-widget.widget_nav_menu .footer-widget-title:after{
    background: url(../../images/chevron-right-yello.png) no-repeat;
    content: '';
    background-size: 100% auto;
    width: 12px;
    height: 7px;
    position: absolute;
    top: 7px;
    right: 0;
    transition: all 300ms;
  }

  .site-footer .footer-widget.widget_nav_menu.active .footer-widget-title:after{
    transform: rotate(180deg);
    transition: all 300ms;
  }

  .site-footer .footer-widget.widget_nav_menu.active ul{
    opacity: 1;
    height: auto;
    -webkit-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;    
    padding-top: 20px;
    transition: all 300ms;
  }

   .site-footer .widget_nav_menu:nth-of-type(1) ul{
    display: block;
    height: auto;
  }

  .site-footer .widget_nav_menu:nth-of-type(1) ul li{
    width: auto;
    margin: 0;
    border: 0;
    margin-right: 24px;
  }

  .site-footer .widget_nav_menu:nth-of-type(1) ul li:last-child{
    margin-right: 0;
  }
}

@media screen and (max-width: 550px) {
  .site-footer .widget_nav_menu .container ul li,
  .site-footer .widget_nav_menu .container ul li:nth-of-type(3n){
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .site-footer .widget_nav_menu .container ul li:nth-of-type(2n){
    margin-right: 0;
  }

  .site-footer .widget_nav_menu:nth-of-type(1) ul li{
    width: 100% !important;
    margin: 0 0 10px!important;
  }
  .site-footer .widget_nav_menu:nth-of-type(1) ul li:last-child{
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 480px) {

  .site-footer .widget_nav_menu .container ul li,
  .site-footer .widget_nav_menu .container ul li, .site-footer .widget_nav_menu .container ul li:nth-of-type(3n){
    width: 100%;
    margin: 0;
    border-top: 1px solid rgba(255,255,255, 0.1);
  }

  .site-footer .widget_nav_menu .container ul li a{
    padding:  10px 0;
  }

  .site-footer .widget_nav_menu:nth-of-type(1) ul li{
    border: 0 !important;
  }

  .site-footer .widget_nav_menu:nth-of-type(1) ul li a{
    padding: 0 !important;
  }
}

.site-footer .expensive_to_buy .expensive_to_buy-left .link.cate{
  margin-top: 24px;
}
.fa-angle-left:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 480px) {
  .site-footer .expensive_to_buy .expensive_to_buy-left .link.cate a:before{
    background: none;
  }
}
@media screen and (max-width: 374px) {
  .site-footer .expensive_to_buy .expensive_to_buy-left a{
    font-size: 12px;
  }
  .site-footer .expensive_to_buy .container{
    height: 450px;
  }
}

/*h2上CTA*/
.bnr-top-h2 {
  background-color: rgb(238, 243, 253);
  position: relative;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", Verdana, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 20px 0px 27px;
  margin: 45px 0px 50px;
}
.bnr-top-h2 .bnr-top-box {
  position: relative;
  max-width: 500px;
  margin: 0 auto 45px;
  display: flex;
  gap:8px;
  justify-content: center;
}
.bnr-top-h2 ul.bnr-top{
  margin-bottom: 0;
}
.bnr-top-h2 .bnr-top-h2-ttl {
  color: #494949;
  font-size: 22px;
  line-height: 37px;
  letter-spacing: 1.67px;
  font-weight: bold;
  position: absolute;
  top: -47px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.bnr-top-h2 .bnr-top-box .bnr-top-box-ttl {
  color: #494949;
  font-size: 30px;
  line-height: 48px;
  font-weight: bold;
  text-align: left;
  position: relative;
  margin: 0;
  letter-spacing: -1px;
}
.bnr-top-h2 .bnr-top-box .bnr-top-box-ttl span {
  color: #4663a1;
  font-size: 40px;
}
.bnr-top-h2 .bnr-top-box .bnr-top-img {
  max-width: 92px;
  margin-bottom: 0;
}
.bnr-top-h2 .bnr-top li {
  list-style-type: none;
  max-width: 240px;
  width: calc((100% - 20px) / 2);
  position: relative;
}
.bnr-top-h2 .bnr-top li a {
  font-size: 26px;
  line-height: 29px;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 100%;
  border-radius: 10px;
  color: #FFF;
  position: relative;
  padding: 8px 0 9px 8px;
  letter-spacing: 2px;
}
.bnr-top-h2 .bnr-top li:before {
  position: absolute;
  top: -33px;
  left: -9px;
  right: 0;
  content: "";
  text-align: center;
  color: #494949;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
}
.bnr-top-h2 .bnr-top li:nth-child(1)::before {
  content: "【受付時間】10:00～19:30";
}
.bnr-top-h2 .bnr-top li:nth-child(1){
  margin-right: 20px;
}
.bnr-top-h2 .bnr-top li:nth-child(1) a {
  background-color: #fa4d81;
}
.bnr-top-h2 .bnr-top li:nth-child(1) a:before {
  position: absolute;
  content: '';
  top: 23px;
  left:8px;
  width: 40px;
  height: 27px;
  background: url(../../images/h2-bn/freedial.png) no-repeat center top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bnr-top-h2 .bnr-top li:nth-child(2) a:before {
  position: absolute;
  content: '';
  top: 17px;
  left:8px;
  width: 44px;
  height: 42px;
  background: url(../../images/h2-bn/line.png) no-repeat center top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bnr-top-h2 .bnr-top li a:after {
  position: absolute;
  top: 21px;
  right: 10px;
  content: "";
  width: 34px;
  height: 34px;
  background: url(../../images/h2-bn/arrow.png);
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.single .site-content .site-main article .entry-content .bnr-top-h2 .bnr-top li a:hover{
text-decoration: none;
}
.bnr-top-h2 .bnr-top li:nth-child(2) a {
  background-color: #02ba4f;
  line-height: 28px;
}
.bnr-top-h2 .bnr-top li:nth-child(2)::before {
  content: "最短30秒でお申し込み！";
}
.bnr-top-h2 .bnr-top {
  display: flex;
  justify-content: center;
  padding: 0;
}
.bnr-top-h2 .bnr-top-h2-ttl:before,
.bnr-top-h2 .bnr-top-h2-ttl:after {
  position: absolute;
  top: 4px;
  content: "";
  width: 2px;
  height: 28px;
  background: #494949;
}
.bnr-top-h2 .bnr-top-h2-ttl:before {
  left: calc(50% - 225px);
  transform: rotate(-16deg);
}
.bnr-top-h2 .bnr-top-h2-ttl:after {
  left: calc(50% + 225px);
  transform: rotate(16deg);
}
@media screen and (max-width: 767px) {
  .bnr-top-h2 .bnr-top-h2-ttl{
    font-size: 16px;
    top: -36px;
    letter-spacing: 1px;
  }
  .bnr-top-h2 .bnr-top-h2-ttl:before,
  .bnr-top-h2 .bnr-top-h2-ttl:after{
    top: 11px;
    height: 18px;
  }
  .bnr-top-h2 .bnr-top-h2-ttl:before{
    left: calc(50% - 161px);
  }
  .bnr-top-h2 .bnr-top-h2-ttl:after{
    left: calc(50% + 161px);
  }
  .bnr-top-h2 .bnr-top li{
    width: calc((100% - 11px) / 2);
  }
  .bnr-top-h2 .bnr-top li:before{
    font-size: 13px;
    top: -28px;
  }
   .bnr-top-h2 .bnr-top li a{
    font-size: 17px;
    padding: 5px 0 6px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    min-height: 49px;
  }
  .bnr-top-h2 .bnr-top li a .fz30{
    font-size: 20px;
  }
  .bnr-top-h2 .bnr-top li a .fz25{
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .bnr-top-h2{
    margin: 40px 0 9px;
    padding: 14px 0 16px 0;
  }
  .bnr-top-h2 .bnr-top-box .bnr-top-box-ttl{
    font-size: 21px;
    line-height: 31px;
    padding-left: 10px;
    letter-spacing: -1px;
  }
  .bnr-top-h2 .bnr-top-box .bnr-top-box-ttl span{
    font-size: 27px;
  }
  .bnr-top-h2 .bnr-top-box .bnr-top-box-ttl span.style02{
    font-size: 23px;
  }
  .bnr-top-h2 .bnr-top-box .bnr-top-box-ttl span.style03{
    left: -6px;
    font-size: 23px;
  }
  .bnr-top-h2 .bnr-top-box .bnr-top-img{
    max-width: 65px;
  }
  .bnr-top-h2 ul.bnr-top{
    padding:0 16px;
  }
  .bnr-top-h2 .bnr-top li:nth-child(2) a:before {
    width: 28px;
    height: 27px;
    top: 11px;
  }
  .bnr-top-h2 .bnr-top li:nth-child(1) a:before {
    top: 16px;
    width: 26px;
    height: 17px;
  }
  .bnr-top-h2 .bnr-top li a:after {
    top: calc(50% - 11px);
    right: 8px;
    width: 23px;
    height: 23px;
  }
  .bnr-top-h2 .bnr-top li:nth-child(2) a,
  .bnr-top-h2 .bnr-top li a{
    line-height: 18px;
  }
  .bnr-top-h2 .bnr-top li:nth-child(1){
    margin-right: 11px;
  }
  .bnr-top-h2 .bnr-top-box{
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 374px) {
  .bnr-top-h2 .bnr-top-h2-ttl{
    font-size: 16px;
    top: -36px;
    letter-spacing: 0;
  }
  .bnr-top-h2 .bnr-top-h2-ttl:before{
    left: calc(50% - 148px);
  }
  .bnr-top-h2 .bnr-top-h2-ttl:after{
    left: calc(50% + 148px);
  }
  .bnr-top-h2 .bnr-top-box .bnr-top-img{
    max-width: 52px;
  }
  .bnr-top-h2 .bnr-top li:nth-child(2) a:before {
    width: 21px;
    height: 20px;
    top: 13px;
    left:6px;
  }
  .bnr-top-h2 .bnr-top li:nth-child(1) a:before {
    top: 16px;
    width: 22px;
    height: 15px;
  }
  .bnr-top-h2 .bnr-top li a:after {
    top: calc(50% - 8px);
    right: 8px;
    width: 16px;
    height: 16px;
  }
  .bnr-top-h2 .bnr-top li:before{
    font-size: 11px;
    top:-24px;
  }
}

/*新h2上CTAバナー*/
.new.bnr-top-h2 {
  background-color: #222;
  position: relative;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", Verdana, メイリオ, Meiryo, Osaka, sans-serif;
  padding: 20px 0px 27px;
  margin: 45px 0px 50px;
}
.new.bnr-top-h2 .bnr-top-box {
  position: relative;
  max-width: 500px;
  margin: 0 auto 45px;
  display: flex;
  gap:8px;
  justify-content: center;
}
.new.bnr-top-h2 ul.bnr-top{
  margin-bottom: 0;
}
.new.bnr-top-h2 .bnr-top-h2-ttl {
  color: #222;
  font-size: 22px;
  line-height: 37px;
  letter-spacing: 0;
  font-weight: bold;
  position: absolute;
  top: -38px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.new.bnr-top-h2 .bnr-top-box .bnr-top-box-ttl {
  color: #F1BE14;
  font-size: 28px;
  line-height: 1.1;
  font-weight: bold;
  text-align: left;
  position: relative;
  margin: 0;
}
.new.bnr-top-h2 .bnr-top-box .bnr-top-box-ttl span {
  color: #F1BE14;
  font-size: 40px;
}
.new.bnr-top-h2 .bnr-top-box .bnr-top-box-ttl span.under_text{
  font-size: 24px;
}
.new.bnr-top-h2 .bnr-top-box .bnr-top-img {
  max-width: 92px;
  margin-bottom: 0;
}
.new.bnr-top-h2 .bnr-top li {
  list-style-type: none;
  max-width: 240px;
  width: calc((100% - 20px) / 2);
  position: relative;
}
.new.bnr-top-h2 .bnr-top li a {
  font-size: 22px;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 100%;
  color: #FFF;
  position: relative;
  padding: 12px 0 12px 8px;
  letter-spacing: 2px;
  border-radius: 0;
}
.new.bnr-top-h2 .bnr-top li:before {
  position: absolute;
  top: -33px;
  left: -9px;
  right: 0;
  content: "";
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: normal;
}
.new.bnr-top-h2 .bnr-top li:nth-child(1)::before {
  content: "受付 10:00　19:30";
}
.new.bnr-top-h2 .bnr-top li:nth-child(1)::after{
  content: '';
  background: url(../../images/h2-bn/arrow01.png);
  position: absolute;
  width:5px;
  height: 7px;
  background-size: contain;
  left:29px;
  right:0;
  margin:auto;
  top:-21px;
}
.new.bnr-top-h2 .bnr-top li:nth-child(1){
  margin-right: 20px;
}
.new.bnr-top-h2 .bnr-top li:nth-child(1) a {
  background-color: #3248AA;
}
.new.bnr-top-h2 .bnr-top li:nth-child(1) a:before {
  position: absolute;
  content: '';
  top: 22%;
  left:8px;
  width: 40px;
  height: 32px;
  background: url(../../images/h2-bn/bnr-top-tel.png) no-repeat center top;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.new.bnr-top-h2 .bnr-top li:nth-child(2) a:before {
  position: absolute;
  content: '';
  top: 18%;
  left:8px;
  width: 33px;
  height: 32px;
  background: url(../../images/h2-bn/bnr-top-line.png) no-repeat center top;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.new.bnr-top-h2 .bnr-top li a:after {
  position: absolute;
  top: 30%;
  right: 10px;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../images/h2-bn/bnr-top-arrow.png);
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.single .site-content .site-main article .entry-content .new.bnr-top-h2 .bnr-top li a:hover{
text-decoration: none;
}
.new.bnr-top-h2 .bnr-top li:nth-child(2) a {
  background-color: #06c755;
}
.new.bnr-top-h2 .bnr-top li:nth-child(2)::before {
  content: "24時間受付中！";
}
.new.bnr-top-h2 .bnr-top {
  display: flex;
  justify-content: center;
  padding: 0;
}
.new.bnr-top-h2 .bnr-top-h2-ttl:before,
.new.bnr-top-h2 .bnr-top-h2-ttl:after {
  position: absolute;
  top: 4px;
  content: none;
  width: 2px;
  height: 28px;
  background: #494949;
}
.new.bnr-top-h2 .bnr-top-h2-ttl:before {
  left: calc(50% - 220px);
  transform: rotate(-16deg);
}
.new.bnr-top-h2 .bnr-top-h2-ttl:after {
  left: calc(50% + 220px);
  transform: rotate(16deg);
}
@media screen and (max-width: 767px) {
  .new.bnr-top-h2 .bnr-top-h2-ttl{
    font-size: 16px;
    top: -32px;
    letter-spacing: 1px;
  }
  .new.bnr-top-h2 .bnr-top-h2-ttl:before,
  .new.bnr-top-h2 .bnr-top-h2-ttl:after{
    top: 11px;
    height: 18px;
  }
  .new.bnr-top-h2 .bnr-top-h2-ttl:before{
    left: calc(50% - 161px);
  }
  .new.bnr-top-h2 .bnr-top-h2-ttl:after{
    left: calc(50% + 161px);
  }
  .new.bnr-top-h2 .bnr-top li{
    width: calc((100% - 11px) / 2);
  }
  .new.bnr-top-h2 .bnr-top li:before{
    font-size: 13px;
    top: -28px;
    left:0;
  }
   .new.bnr-top-h2 .bnr-top li a{
    font-size: 17px;
    padding: 5px 0 6px;
    min-height: 49px;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .new.bnr-top-h2 .bnr-top li a .fz25{
    font-size: 16px;
  }
  .new.bnr-top-h2 .bnr-top li a{
    padding:12px 0;
  }
  .new.bnr-top-h2 .bnr-top li:nth-child(1):after{
    top: -16px;
    left: 22px;
  }
}
@media screen and (max-width: 550px) {
  .new.bnr-top-h2{
    margin: 40px 0 9px;
    padding: 14px 0;
  }
  .new.bnr-top-h2 .bnr-top-box .bnr-top-box-ttl{
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -1px;
  }
  .new.bnr-top-h2 .bnr-top-box .bnr-top-box-ttl span{
    font-size: 27px;
  }
  .new.bnr-top-h2 .bnr-top-box .bnr-top-box-ttl span.style02{
    font-size: 23px;
  }
  .new.bnr-top-h2 .bnr-top-box .bnr-top-box-ttl span.style03{
    left: -6px;
    font-size: 23px;
  }
  .new.bnr-top-h2 .bnr-top-box .bnr-top-img{
    max-width: 65px;
  }
  .new.bnr-top-h2 ul.bnr-top{
    padding:0 8px;
  }
  .new.bnr-top-h2 .bnr-top li a{
    font-size: 20px;
    padding:8px 0;
    line-height: 33px;
  }
  .new.bnr-top-h2 .bnr-top li:nth-child(2) a:before {
    width: 21px;
    height: 24px;
    top: 28%;
    left:4px;
  }
  .new.bnr-top-h2 .bnr-top li:nth-child(1) a:before {
    top: 24%;
    left:3px;
    width:28px;
    height:28px;
  }
  .new.bnr-top-h2 .bnr-top li a:after {
    top: calc(50% - 8px);
    right: 8px;
    width: 15px;
    height: 15px;
  }
  .new.bnr-top-h2 .bnr-top li:nth-child(1){
    margin-right: 11px;
  }
  .new.bnr-top-h2 .bnr-top-box{
    margin-bottom: 32px;
  }
  .new.bnr-top-h2 .bnr-top-box .bnr-top-box-ttl span.under_text{
    font-size: 16px;
  }
  .new.bnr-top-h2 .bnr-top li:nth-child(1):after{
    left: 30px;
  }
}
@media screen and (max-width: 414px) {
  .new.bnr-top-h2 .bnr-top li:nth-child(2) a span{
    padding-left: 4px;
  }
  .new.bnr-top-h2 .bnr-top li:nth-child(1) a span{
    padding-left: 6px;
  }
  .new.bnr-top-h2 .bnr-top li:nth-child(2) a:before{
    left: 8px;
  }
  .new.bnr-top-h2 .bnr-top li:nth-child(1) a:before{
    left:6px;
  }
}
@media screen and (max-width: 375px) {
  .new.bnr-top-h2 .bnr-top li:nth-child(2) a:before{
    left: 6px;
  }
  .new.bnr-top-h2 .bnr-top li:nth-child(1) a:before{
    left:4px;
  }
}
@media screen and (max-width: 374px) {
  .new.bnr-top-h2 .bnr-top-h2-ttl{
    font-size: 16px;
    letter-spacing: 0;
    top:-30px;
  }
  .new.bnr-top-h2 .bnr-top-box .bnr-top-box-ttl{
    font-size: 16px;
  }
  .new.bnr-top-h2 .bnr-top-box .bnr-top-box-ttl span{
    font-size: 24px;
  }
  .new.bnr-top-h2 .bnr-top-box .bnr-top-box-ttl span.under_text{
    font-size: 14px;
  }
  .new.bnr-top-h2 .bnr-top li a{
    font-size: 17px;
  }
  .new.bnr-top-h2 .bnr-top-h2-ttl:before,
  .new.bnr-top-h2 .bnr-top-h2-ttl:after{
    content: none;
  }
  .new.bnr-top-h2 .bnr-top li:nth-child(1):after{
    top:-13px;
    left:25px;
  }
  .new.bnr-top-h2 .bnr-top li:nth-child(2) a:before {
    width: 17px;
    height: 19px;
    top: 15px;
    left:4px;
  }
  .new.bnr-top-h2 .bnr-top li:nth-child(1) a:before {
    left:2px;
    top: 28%;
    width: 24px;
  }
  .new.bnr-top-h2 .bnr-top li a:after {
    top: calc(50% - 8px);
    right: 6px;
    width: 14px;
    height: 14px;
  }
  .new.bnr-top-h2 .bnr-top li:before{
    font-size: 11px;
    top:-24px;
  }
}

footer .div-scroll-breadcrumbs{
  background-color: #f9f9f9;
}
footer .div-scroll-breadcrumbs .xeory-breadcrumbs{
  overflow-x: scroll;
  margin: 0 auto;
  max-width: 1080px;
}
footer .div-scroll-breadcrumbs .xeory-breadcrumbs::-webkit-scrollbar {
  height: 5px;
}
footer .div-scroll-breadcrumbs .xeory-breadcrumbs::-webkit-scrollbar-thumb {
  background-color: rgb(184, 184, 184);
  border-radius: 10px;
}
footer .div-scroll-breadcrumbs .xeory-breadcrumbs .xeory-breadcrumbs-list{
    width: max-content;
    max-width: max-content;
    margin: 0;
}
@media screen and (max-width: 767px) {
  footer .div-scroll-breadcrumbs .xeory-breadcrumbs .xeory-breadcrumbs-list{
    padding-bottom: 5px;
  }
}
.content-area{
  margin-bottom: 0;
}

/*Custom SNS Button*/
.sns_share ul,
.entry-content .sns_share ul{
  display: flex;
  gap:8px;
  list-style: none;
  justify-content: center;
  max-width: 570px;
  margin: 0 auto;
  padding: 0 0 40px;
}
.entry-content .sns_share ul li{
  list-style: none;
}
.fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: 700;
}
.sns_share li{
  width: calc((100% - 20px)/6);
}
.sns_share li:last-child{
    margin-right: 0;
}
.sns_share li a,
.entry-content .sns_share li a{
  display: block;
  padding: 0;
  color: #fff;
  font-size: 0;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  margin-top: 0;
  border-radius: 4px;
  height: 24px;
  line-height: 24px;
}
.sns_share .facebook a{
  background-color: #3b5998;
}
.sns_share .tweet a {
  background-color: #000;
}
article .sns_share .tweet a:first-child {
  display: block;
}
.sns_share .hatena a {
  background-color: #00A4DD;
}
.sns_share .line a {
  background-color: #4cc764;
}
.sns_share .pocket a {
  background-color: #f43b53;
}
.sns_share .note a {
  background:#fff;
  border:1px solid #040000;
}
.single .entry-thumbnail{
  float: none;
}
.sns_share span.count {
  font-size: 10px;
  padding-left: 8px;
}
.sns_share li a,
.entry-content .sns_share li a{
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-main article .entry-content .entry-meta .date br {
  display:none;
}
@media screen and (max-width: 767px) {
  .site-main article .entry-content .entry-meta .date br{
    display:block;
  }
}
@media screen and (max-width: 374px) {
    .sns_share ul, .entry-content .sns_share ul{
        justify-content: flex-start;
    }
}
/*Add icon X replace twitter*/
.site-footer .widget_social_widget .widget-content .xeory-social-btns ul .item-twitter a,
.site-footer .widget_social_widget .widget-content .xeory-social-btns ul .item-twitter a:hover{
    background-image: url(../../images/x-logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.post-author-meta > p{
  font-size: 15px;
  text-align: left;
}
.xeory-subloop-title{
  font-weight: normal;
  font-size: 12px;
}

.toc_number::after {
  content: ".";
}

.pagination ul{
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 0;
}

.pagination ul li.current{
  margin: 4px;
  display: inline-block;
}

.single .entry-content .table-scroll-wrap picture{
  flex:0 0 auto;
  width:100%;
  height:auto;
}
.single .entry-content .table-scroll-wrap picture img{
  width:100%;
  height:auto;
}

/* h2banner */
.h2-banner-pc-wrap {
  display:block;
}
.h2-banner-sp-wrap {
  display:none;
}

@media screen and (max-width: 767px){
  .h2-banner-pc-wrap {
      display:none;
  }
  .h2-banner-sp-wrap {
      display:block;
  }
}
/*entry-content*/
.entry-content .wp-block-table{
  margin: 0px 0 40px;
}
.table-scroll-wrap .table-scroll-instruction:empty{
  margin: 0;
}
.entry-content .wp-block-table thead{
  border-bottom: 0 none;
}
.entry-content .table-scroll-wrap{
  margin: 0 0 28px;
}
.entry-content .table-scroll-wrap .wp-block-table{
  margin: 0;
  overflow-x: visible;
}
.entry-content .table-scroll-wrap table{
  min-width: 600px;
  max-width: none !important;
  margin-top: 0;
}
.entry-content .link-button-green, .entry-content .link-button-orange, .entry-content .wp-block-button {
  width: 100%;
}
.entry-content .link-button-green a, .entry-content .link-button-orange a,.entry-content .wp-block-button a {
  display: block;
  position: relative;
  max-width: 348px;
  margin: 0 auto;
  width: 100%;
}
.entry-content .link-button-green a::before, .entry-content .link-button-orange a::before,
.entry-content .wp-block-button a::before{
  content:"";
  --svg: url('data:image/svg+xml,\
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path d="M528 320C528 434.9 434.9 528 320 528C205.1 528 112 434.9 112 320C112 205.1 205.1 112 320 112C434.9 112 528 205.1 528 320zM64 320C64 461.4 178.6 576 320 576C461.4 576 576 461.4 576 320C576 178.6 461.4 64 320 64C178.6 64 64 178.6 64 320zM451.3 331.3C457.5 325.1 457.5 314.9 451.3 308.7L347.3 204.7C342.7 200.1 335.8 198.8 329.9 201.2C324 203.6 320 209.5 320 216L320 288L216 288C202.7 288 192 298.7 192 312L192 328C192 341.3 202.7 352 216 352L320 352L320 424C320 430.5 323.9 436.3 329.9 438.8C335.9 441.3 342.8 439.9 347.3 435.3L451.3 331.3z"/></svg>');
  display: inline-block;
  vertical-align: middle;
  mask-image: var(--svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  width: 16px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.entry-content .link-button-green a i, .entry-content .link-button-orange a i {
  display: none;
}
.entry-content .wp-block-buttons-is-layout-flex{
  >div{
    width: 100%;
  }
}
@media(max-width:767px){
  .entry-content .link-button-green >a, .entry-content .link-button-orange >a {
    max-width: 284px;
  }
}
.entry-content .wp-block-image{
  margin-bottom: 28px;
}
@media(max-width:767px){
  .entry-content .wp-block-image{
    margin-bottom: 24px;
  }
}
.entry-content .wp-element-caption{
  font-size: 13px;
  color: #808080;
}
.entry-content .custom-balloon .xeory-balloon-default-2-arrow-left{
  left: -16px;
}
.entry-content .custom-balloon .xeory-balloon-default-2-arrow-right{
  left: -11px;
}
.entry-content .custom-balloon.xeory-balloon.pos-right .xeory-balloon-default-2-arrow-left {
  border-right-width: 0px; 
  border-left-width: 16px;
  right: -16px;
}
.entry-content .custom-balloon.xeory-balloon.pos-right .xeory-balloon-default-2-arrow-right {
  border-bottom-width: 14px;
  border-left-width: 14px;
  right: -11px;
}
.entry-content .gray-balloon .xeory-balloon-default-2-content .xeory-balloon-content-inner{
  border: 0 none;
  background: #f7f7f7;
}
.entry-content .gray-balloon .xeory-balloon-default-2-arrow-left {
  border-right-color: #f7f7f7;
}
.entry-content .gray-balloon .xeory-balloon-default-2-arrow-right {
  border-right-color: #f7f7f7;
}
.entry-content .gray-balloon.xeory-balloon.pos-right .xeory-balloon-default-2-arrow-left {
  border-left-color: #f7f7f7;
  border-right-color: transparent;
}
.entry-content .gray-balloon.xeory-balloon.pos-right .xeory-balloon-default-2-arrow-right {
  border-left-color: #f7f7f7;
  border-right-color: transparent;
}
@media(max-width:550px){
  .entry-content .custom-balloon.xeory-balloon.pos-right .xeory-balloon-content{
    padding: 16px 16px 0 0;
  }
}