@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(slick.css);
@import url(slick-theme.css);
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}
@font-face {
  font-family: 'Roboto';
  src: url("../font/Roboto-Regular.woff") format("woff");
}
@font-face {
  font-family: 'Roboto-Thin';
  src: url("../font/Roboto-Thin.woff") format("woff");
}
/* =========================================================
 Base style
========================================================= */
body {
  background: #fff;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-break: break-all;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 0 !important;
  }
}

textarea:focus,
input:focus {
  background: #fff;
  outline: none;
}

a {
  color: #001655;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
a:hover {
  color: #001655;
}

.single .entry-content a {
  text-decoration: underline;
}

.site-title a {
  font-weight: bold;
}

/* main layout
--------------------------------------------------------- */
.site {
  position: relative;
}

.container {
  max-width: 1200px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .container {
    margin: 0 24px;
  }
}

.site-content {
  padding: 0;
}

.content-area {
  padding: 0;
  margin: 0 0 40px 0;
}

.site-main {
  padding-right: 400px;
}
@media screen and (max-width: 991px) {
  .site-main {
    padding-right: 0;
  }
}

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

/*------ bzb-sns ------*/
#___plusone_0, #___plusone_1 {
  width: 63px !important;
}

/*------ header-snsボタン ------*/
#header-sns {
  display: none;
}

/*------ 記事下twitterウィジェット ------*/
.xeory-social-twitter {
  width: auto;
  display: block;
  text-align: center;
}

/*------ 記事下SNSボタン ------*/
.xeory-social-btns > ul > li.item-facebook a:before {
  content: "\f09a";
}

/*------ 404ページの検索フォーム ------*/
.no-results .search-form {
  margin-bottom: 40px;
}

/*------ pagetop ------*/
.pagetop {
  z-index: 100;
}

.archive .entry-content, .search .entry-content, .error404 .entry-content, .original-category .entry-content, .page-post-list .entry-content {
  padding: 40px;
}
.archive .entry-content a:hover, .search .entry-content a:hover, .error404 .entry-content a:hover, .original-category .entry-content a:hover, .page-post-list .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, .page-post-list .entry-content {
    padding: 24px 16px;
  }
}

.comments-area {
  background: #fff;
  border: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .comments-area {
    margin: 0 0 56px 0;
    padding: 0;
  }
}
.comments-area .comments-header .comments-title {
  margin-bottom: 32px;
  color: #333333;
  font-size: 24px;
  line-height: 36px;
  position: relative;
  padding: 0 0 9px 0;
  border-bottom: 1px solid #FF7B3A;
}
@media screen and (max-width: 767px) {
  .comments-area .comments-header .comments-title {
    font-size: 20px;
    line-height: 30px;
    padding: 1px 0 12px 0;
    margin-bottom: 34px;
  }
}
.comments-area .comments-header .comments-title:before {
  position: absolute;
  right: 0;
  bottom: -3px;
  content: "";
  width: 112px;
  height: 32px;
  background: url(../../images/comment-h2.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .comments-area .comments-header .comments-title:before {
    bottom: -1px;
  }
}
.comments-area .comments-text {
  display: none;
}
.comments-area .comment-list li {
  border-bottom: 0;
  margin-bottom: 30px;
}
.comments-area .comment-list li:last-child {
  margin-bottom: 0;
}
.comments-area .comment-list li .comment-body {
  margin: 0 0 28px 0;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-list li .comment-body {
    margin-bottom: 20px;
  }
}
.comments-area .comment-list li .comment-body .comment-author {
  margin-bottom: 12px;
}
.comments-area .comment-list li .comment-body .comment-author .comment-author-image {
  margin-right: 20px;
  margin-bottom: 0;
}
.comments-area .comment-list li .comment-body .comment-author .comment-author-content {
  margin-bottom: 0;
}
.comments-area .comment-list li .comment-body .comment-author .comment-author-content .fn {
  color: #333;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-list li .comment-body .comment-author .comment-author-content .fn {
    margin: -3px 0 -2px 0;
  }
}
.comments-area .comment-list li .comment-body .comment-author .comment-author-content .fn a {
  color: #333;
  font-weight: bold;
}
.comments-area .comment-list li .comment-body .comment-author .comment-author-content .comment-meta {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-list li .comment-body .comment-author .comment-author-content .comment-meta {
    line-height: 24px;
  }
}
.comments-area .comment-list li .comment-body .comment-author .comment-author-content .comment-meta a {
  color: #888;
  font-size: 12px;
  font-weight: 400;
}
.comments-area .comment-list li .comment-body .comment-content {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-list li .comment-body .comment-content {
    font-size: 12px;
    line-height: 20px;
  }
}
.comments-area .children {
  background-color: #F8F8F8;
  margin-left: 0;
  padding: 37px 40px;
  margin-bottom: 40px;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .comments-area .children {
    padding: 39px 26px;
  }
}
.comments-area .children .comment-content p {
  color: #333;
}
.comments-area .children:last-child {
  margin-bottom: 0;
}
.comments-area .children .comment-body {
  margin-bottom: 0 !important;
}
.comments-area .children .comment-body .comment-author-image {
  padding-top: 2px;
}
.comments-area .children li {
  margin-bottom: 40px;
}
.comments-area .children li:last-child {
  margin-bottom: 0;
}
.comments-area .comment-author-image img {
  border-radius: 50%;
}
.comments-area .reply {
  font-size: 13px;
  margin-bottom: 0;
}
.comments-area .reply a {
  color: #001655;
}
.comments-area .reply a:before {
  content: '';
}
.comments-area .reply a:hover {
  opacity: 0.7;
}
.comments-area .comment-form .submit {
  border: 0;
  background: #001655;
}
.comments-area .comment-form .submit:hover {
  background: #001655;
  opacity: 0.8;
}
.comments-area .comment-respond {
  margin: 0;
  padding: 0;
}

.post-cta {
  border: 0;
  margin: 53px 0 40px;
  padding: 0 42px 40px;
  position: relative;
  color: #333;
  border: 6px solid #001655;
  background: #F4F9FF;
}
@media screen and (max-width: 767px) {
  .post-cta {
    padding: 0 0 18px 0;
    margin: 59px -24px 40px;
  }
}
.post-cta .post-cta-header {
  padding: 20px 0;
  margin: 0 -42px 53px;
  border-bottom: 0;
  background: #00AFEC;
}
@media screen and (max-width: 767px) {
  .post-cta .post-cta-header {
    margin: 0 0 50px;
    padding: 24px 18px 16px;
  }
  .post-cta .post-cta-header br {
    display: none;
  }
}
.post-cta .post-cta-header .post-cta-title {
  color: #fff;
  font-size: 32px;
  line-height: 48px;
  border: 0;
  max-width: 800px;
  margin: auto;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .post-cta .post-cta-header .post-cta-title {
    padding: 0px;
    font-size: 20px;
    line-height: 34px;
  }
}
.post-cta .post-cta-body {
  border: 0;
  max-width: 800px;
  margin: auto;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .post-cta .post-cta-body {
    margin: 0 18px;
    padding: 0 24px;
  }
}
.post-cta .post-cta-body .post-cta-img {
  float: inherit;
  margin: 0 auto 28px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .post-cta .post-cta-body .post-cta-img {
    margin: 0 0 24px;
    max-width: 100%;
    width: 100%;
  }
}
.post-cta .post-cta-body .post-cta-img img {
  margin: -29px 0 0;
  -webkit-filter: drop-shadow(0px 8px 16px rgba(48, 89, 129, 0.13));
          filter: drop-shadow(0px 8px 16px rgba(48, 89, 129, 0.13));
}
.post-cta .post-cta-body .post-cta-body-inner {
  padding: 0;
}
.post-cta .post-cta-body .post-cta-content {
  padding: 0;
}
.post-cta .post-cta-body .post-cta-content ul {
  padding-left: 20px;
}
.post-cta .post-cta-body .post-cta-content ul li {
  list-style: disc;
}
.post-cta .post-cta-body .post-cta-content ul li:before {
  content: '';
}
.post-cta .post-cta-body .post-cta-content p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 25px;
}
.post-cta .post-cta-body .post-cta-content ul:last-child, .post-cta .post-cta-body .post-cta-content p:last-child {
  margin-bottom: 0;
}
.post-cta .post-cta-footer {
  border: 0;
  max-width: 800px;
  margin: auto;
  padding: 31px 0 41px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .post-cta .post-cta-footer {
    margin: 0 18px;
    padding: 21px 0 32px;
  }
}
.post-cta .post-cta-footer .post-cta-btn {
  max-width: 374px;
  margin: auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .post-cta .post-cta-footer .post-cta-btn {
    max-width: 278px;
  }
}
.post-cta .post-cta-footer .post-cta-btn a {
  font-size: 15px;
  line-height: 22px;
  display: block;
  width: 100%;
  padding: 28px 0 28px 9px;
  border: 0;
  background: #FF7B3A;
  border-radius: 80px;
  font-weight: 600;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFF;
  border: 1px solid #FF7B3A;
}
@media screen and (max-width: 767px) {
  .post-cta .post-cta-footer .post-cta-btn a {
    padding: 16px 0 18px 20px;
    font-size: 14px;
  }
}
.post-cta .post-cta-footer .post-cta-btn a:after {
  position: absolute;
  top: calc(50% - 11px);
  left: calc(50% - 115px);
  font-size: 18px;
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  font-weight: normal;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
@media screen and (max-width: 767px) {
  .post-cta .post-cta-footer .post-cta-btn a:after {
    top: calc(50% - 12px);
    left: calc(50% - 100px);
    font-size: 14px;
  }
}
.post-cta .post-cta-footer .post-cta-btn a:hover {
  background: #ffa61d;
  color: #fff;
  border: 1px solid #ffa61d;
}
.post-cta .post-cta-footer .post-cta-btn a:hover:after {
  color: #fff;
}

.entry-content p {
  margin-bottom: 2em;
  font-size: 16px;
  line-height: 32px;
}
.entry-content h2 {
  padding: 24px;
  border-bottom: 0;
  background: #001655;
  font-size: 28px;
  line-height: 48px;
  color: #fff;
  margin: 0 0 32px 0;
}
@media screen and (max-width: 767px) {
  .entry-content h2 {
    padding: 24px 25px 32px;
    font-size: 24px;
    line-height: 40px;
    margin: 0 -24px 24px;
  }
}
.entry-content h3 {
  margin: 81px 0 40px;
  padding: 0 0 8px 0;
  border-left: 0;
  position: relative;
  font-size: 26px;
  line-height: 56px;
}
@media screen and (max-width: 767px) {
  .entry-content h3 {
    padding: 0 0 13px 0;
    margin: 64px 0 27px;
    font-size: 20px;
    line-height: 38px;
  }
}
.entry-content h3:before {
  content: '';
  width: 120px;
  height: 1px;
  background: #FF7B3A;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.entry-content h4 {
  padding: 0;
  margin: 80px 0 16px 0;
  border: 0;
  font-size: 20px;
  line-height: 40px;
  color: #001655;
}
@media screen and (max-width: 767px) {
  .entry-content h4 {
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    margin: 65px 0 15px 0;
  }
}
.entry-content h5 {
  margin: 0 0 12px;
  padding-left: 28px;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 550px) {
  .entry-content h5 {
    font-size: 16px;
  }
}
.entry-content h5:before {
  content: '';
  background: #001655;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 6px;
  -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #001655;
          box-shadow: 0 0 0 3px #fff, 0 0 0 6px #001655;
}
.entry-content h6 {
  color: #001655;
  margin: 0 0 8px;
}
@media screen and (max-width: 550px) {
  .entry-content h6 {
    font-size: 14px;
  }
}
.entry-content ul {
  margin-bottom: 2em;
}
.entry-content ul li ul {
  margin-bottom: 0;
}
.entry-content ul li ul li {
  list-style: disc;
}
.entry-content ol {
  margin-bottom: 2em;
  padding-left: 32px;
}
.entry-content dl {
  margin-bottom: 2em;
}
.entry-content dl dt {
  display: inline-block;
  margin: 0 0 1em;
  padding: 18px 22px 14px;
  border: 1px solid #00AFEC;
  font-weight: normal;
  color: #001655;
  font-size: 16px;
}
.entry-content dl dd {
  margin: 0;
}
.entry-content table {
  width: 100% !important;
  margin: 40px 0;
}
@media screen and (max-width: 550px) {
  .entry-content table {
    margin: 40px 0 56px;
  }
}
.entry-content table th {
  background: #F4F9FF;
  color: #000;
}
.entry-content table tr th,
.entry-content table tr td {
  padding: 13px 15px 12px;
  border: 1px solid #C1C1C1;
}
.entry-content blockquote {
  margin-bottom: 40px;
  padding: 50px 48px 41px 48px;
  border: 0;
  background: #F4F9FF;
  position: relative;
}
@media screen and (max-width: 767px) {
  .entry-content blockquote {
    padding: 40px 23px 33px;
  }
}
.entry-content blockquote:before {
  color: #00AFEC;
  top: -17px;
  left: 33px;
  font-size: 37px;
}
@media screen and (max-width: 767px) {
  .entry-content blockquote:before {
    left: 10px;
  }
}
.entry-content blockquote a {
  display: block;
  text-align: right;
  margin-top: 12px;
  color: #001655;
}
@media screen and (max-width: 767px) {
  .entry-content blockquote a {
    margin-top: 15px;
  }
}
.entry-content .attention {
  padding: 48px 48px 36px 48px;
  margin-bottom: 40px;
  background: #FFFFFF;
  border: 1px solid #00AFEC;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .entry-content .attention {
    padding: 40px 32px;
  }
}
.entry-content .a-3 {
  padding-top: 0;
}
.entry-content .a-3 .attention-title {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  background: #001655;
  margin: 0 -48px 26px;
  padding: 23px 30px 17px 48px;
}
@media screen and (max-width: 767px) {
  .entry-content .a-3 .attention-title {
    margin: 0 -32px 20px;
    padding: 24px 30px 24px 32px;
    font-size: 18px;
  }
}
.entry-content .attention ul:last-child, .entry-content .attention p:last-child, .entry-content blockquote ul:last-child, .entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content .link-button-green,
.entry-content .link-button-orange {
  margin-bottom: 24px !important;
  text-align: center;
  padding: 0;
}
.entry-content .link-button-green a,
.entry-content .link-button-orange a {
  display: inline-block;
  color: #fff !important;
  border: 0;
  position: relative;
  width: 100%;
  font-weight: bold;
  max-width: 311px;
  padding: 20px 0 20px 30px;
  border-radius: 0;
  font-size: 16px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .entry-content .link-button-green a,
  .entry-content .link-button-orange a {
    max-width: 100%;
    width: 100%;
  }
}
.entry-content .link-button-green a i,
.entry-content .link-button-orange a i {
  position: absolute;
  left: calc(50% - 86px);
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  margin: 0;
  background: none;
}
.entry-content .link-button-green:hover a,
.entry-content .link-button-orange:hover a {
  opacity: 0.8;
  text-decoration: none !important;
}
.entry-content .link-button-green a {
  background: #FF7B3A;
  -webkit-box-shadow: 0px 8px 0px #C1551F;
          box-shadow: 0px 8px 0px #C1551F;
}
.entry-content .link-button-orange a {
  background: #00AFEC;
  -webkit-box-shadow: 0px 8px 0px #257BAF;
          box-shadow: 0px 8px 0px #257BAF;
}
.entry-content .balloon {
  position: relative;
  min-height: 100px;
  margin: 20px 0 40px;
}
@media screen and (max-width: 767px) {
  .entry-content .balloon {
    margin: 40px 0;
  }
}
.entry-content .balloon .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.entry-content .balloon .icon p {
  margin: 0;
}
.entry-content .balloon .icon p.bal-img {
  width: 88px;
  overflow: hidden;
  border-radius: 50%;
}
.entry-content .balloon .icon p.name {
  color: #333;
  font-size: 12px;
  text-align: center;
}
.entry-content .balloon .balloon-content {
  background: #F8F8F8;
  padding: 27px 32px 18px;
  border-radius: 8px;
  position: relative;
  line-height: 32px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .entry-content .balloon .balloon-content {
    padding: 24px 32px;
    font-size: 13px;
    line-height: 24px;
  }
}
.entry-content .balloon .balloon-content:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 28px;
  border-top: 0 solid transparent;
  border-bottom: 22px solid transparent;
}
@media screen and (max-width: 767px) {
  .entry-content .balloon .balloon-content:before {
    top: 27px;
  }
}
.entry-content .balloon .balloon-content p {
  color: #333333;
  font-size: 16px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .entry-content .balloon .balloon-content p {
    font-size: 13px;
    line-height: 24px;
  }
}
.entry-content .balloon.balloon1 .icon {
  left: inherit;
  right: 0;
}
.entry-content .balloon.balloon1 .balloon-content {
  margin: 0 126px 0 0;
}
.entry-content .balloon.balloon1 .balloon-content:before {
  right: -20px;
  border-left: 20px solid #F4F6FA;
}
.entry-content .balloon.balloon2 .balloon-content {
  margin: 0 0 0 125px;
}
.entry-content .balloon.balloon2 .balloon-content:before {
  left: -20px;
  border-right: 20px solid #F4F6FA;
}

.home .site-footer .footer-contact:before {
  background: #F4F9FF;
}
@media screen and (min-width: 768px) {
  .home .site-footer .footer-contact h2 {
    color: #333;
  }
}
@media screen and (min-width: 768px) {
  .home .site-footer .footer-contact h2:before {
    top: -72px;
  }
}

.site-footer {
  position: relative;
  z-index: 5;
}
.site-footer .footer-contact {
  padding: 0;
  background: url(../../images/contact-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.site-footer .footer-contact .container {
  position: relative;
  z-index: 2;
  padding: 60px 0 89px 0;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-contact .container {
    padding: 38px 0 64px 0;
  }
}
.site-footer .footer-contact:before {
  position: absolute;
  top: -1px;
  left: calc(((100vw - 100%) / 2 ) * -1);
  right: calc(((100vw - 100%) / 2 ) * -1);
  height: 103px;
  margin: auto;
  background: #fff;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 0 100%);
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .site-footer .footer-contact:before {
    height: 90px;
  }
}
@media screen and (max-width: 900px) {
  .site-footer .footer-contact:before {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-contact:before {
    height: 30px;
  }
}
@media screen and (max-width: 550px) {
  .site-footer .footer-contact:before {
    height: 18px;
  }
}
.site-footer .footer-contact:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 163, 255, 0.4);
}
.site-footer .footer-contact h2 {
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-contact h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
.site-footer .footer-contact h2:before {
  position: absolute;
  top: -99px;
  left: -28px;
  right: 0;
  content: "";
  margin: auto;
  width: 415px;
  height: 128px;
  background: url(../../images/contact-h2.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-contact h2:before {
    width: 163px;
    height: 51px;
    left: 0;
    top: -56px;
  }
}
.site-footer .footer-contact h3 {
  font-size: 28px;
  line-height: 40px;
  color: #FFF;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-contact h3 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 350px) {
  .site-footer .footer-contact h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
.site-footer .footer-contact .txt-first {
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  text-align: center;
  margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-contact .txt-first {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 82px;
  }
}
.site-footer .footer-contact .footer-contact-btn {
  max-width: 710px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-contact .footer-contact-btn {
    max-width: 299px;
    text-align: center;
  }
}
.site-footer .footer-contact .footer-contact-btn li {
  max-width: 315px;
  width: 100%;
  list-style-type: none;
  float: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-contact .footer-contact-btn li {
    float: inherit;
    display: block;
    max-width: 283px;
  }
}
.site-footer .footer-contact .footer-contact-btn li span {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-contact .footer-contact-btn li span {
    top: -33px;
  }
}
@media screen and (max-width: 370px) {
  .site-footer .footer-contact .footer-contact-btn li span {
    font-size: 15px;
  }
}
.site-footer .footer-contact .footer-contact-btn li span:before, .site-footer .footer-contact .footer-contact-btn li span:after {
  position: absolute;
  top: 0;
  color: #fff;
}
.site-footer .footer-contact .footer-contact-btn li span:before {
  content: "/";
  left: 7px;
  -webkit-transform: rotate(-43deg);
          transform: rotate(-43deg);
}
@media screen and (max-width: 767px) {
  .site-footer .footer-contact .footer-contact-btn li span:before {
    left: -7px;
  }
}
@media screen and (max-width: 370px) {
  .site-footer .footer-contact .footer-contact-btn li span:before {
    left: 0;
  }
}
.site-footer .footer-contact .footer-contact-btn li span:after {
  content: "/";
  right: 10px;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
@media screen and (max-width: 767px) {
  .site-footer .footer-contact .footer-contact-btn li span:after {
    right: -6px;
  }
}
@media screen and (max-width: 370px) {
  .site-footer .footer-contact .footer-contact-btn li span:after {
    right: 0;
  }
}
.site-footer .footer-contact .footer-contact-btn li span.txtpc {
  display: block;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-contact .footer-contact-btn li span.txtpc {
    display: none;
  }
}
.site-footer .footer-contact .footer-contact-btn li span.txtsp {
  display: none;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-contact .footer-contact-btn li span.txtsp {
    display: block;
  }
}
.site-footer .footer-contact .footer-contact-btn li a {
  width: 100%;
  display: block;
  text-align: center;
  color: #FFF;
  border-radius: 80px;
  padding: 25px 0 24px;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-contact .footer-contact-btn li a {
    padding: 20px 0;
  }
}
.site-footer .footer-contact .footer-contact-btn li a i {
  margin-right: 7px;
}
.site-footer .footer-contact .footer-contact-btn li:nth-child(1) {
  margin-right: 64px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-contact .footer-contact-btn li:nth-child(1) {
    margin: 0 auto 65px;
  }
}
.site-footer .footer-contact .footer-contact-btn li:nth-child(1) a {
  border: 1px solid #00B900;
  color: #00B900;
}
.site-footer .footer-contact .footer-contact-btn li:nth-child(1) a i {
  font-size: 24px;
  position: relative;
  top: 1px;
}
.site-footer .footer-contact .footer-contact-btn li:nth-child(1) a:hover {
  background: #00B900;
  color: #FFF;
}
.site-footer .footer-contact .footer-contact-btn li:nth-child(2) {
  max-width: 331px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-contact .footer-contact-btn li:nth-child(2) {
    max-width: 299px;
  }
}
.site-footer .footer-contact .footer-contact-btn li:nth-child(2) a {
  border: 1px solid #FF7B3A;
  background: #FF7B3A;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-contact .footer-contact-btn li:nth-child(2) a {
    padding: 22px 0 21px;
  }
}
.site-footer .footer-contact .footer-contact-btn li:nth-child(2) a i {
  font-size: 22px;
}
.site-footer .footer-contact .footer-contact-btn li:nth-child(2) a:hover {
  background: #ffa61d;
  color: #fff;
  border: 1px solid #ffa61d;
}
.site-footer .footer-contact .footer-contact-btn li:nth-child(2) span:before {
  left: 16px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-contact .footer-contact-btn li:nth-child(2) span:before {
    left: 1px;
  }
}
.site-footer .footer-contact .footer-contact-btn li:nth-child(2) span:after {
  right: 16px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-contact .footer-contact-btn li:nth-child(2) span:after {
    right: 1px;
  }
}
.site-footer > .container {
  padding: 50px 0 47px 0;
}
@media screen and (max-width: 767px) {
  .site-footer > .container {
    padding: 48px 0 33px 0;
  }
}
.site-footer .footer-social {
  float: left;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-social {
    float: inherit;
    width: 250px;
    margin: 0 auto;
    text-align: center;
    padding: 19px 0 10px 0;
  }
}
.site-footer .footer-social ul {
  float: left;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-social ul {
    display: inline-block;
    float: inherit;
  }
}
.site-footer .footer-social ul li {
  float: left;
  list-style-type: none;
}
.site-footer .footer-social ul li a {
  background: #FFF;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  line-height: 30px;
  color: #5f7486;
}
.site-footer .footer-social ul li a i {
  color: #FFF;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.site-footer .footer-social ul li:nth-child(1) {
  margin: 0 22px 0 0;
}
.site-footer .footer-social ul li:nth-child(1) a {
  background: #1877F2;
  border-radius: 50%;
}
.site-footer .footer-social ul li:nth-child(1) a i {
  font-size: 22px;
  line-height: 38px;
}
.site-footer .footer-social ul li:nth-child(1) a i:before {
  content: "\f39e";
}
.site-footer .footer-social ul li:nth-child(1) a:hover {
  background: #7BB5FF;
}
.site-footer .footer-social ul li:nth-child(2) a i {
  color: #1DA1F2;
  font-size: 28px;
  line-height: 32px;
}
.site-footer .footer-social ul li:nth-child(2) a:hover i {
  color: #8FD5FF;
}
.site-footer .footer-col-left {
  max-width: 305px;
  width: 100%;
  float: left;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-col-left {
    max-width: 37%;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-col-left {
    float: inherit;
    text-align: center;
    margin: 0 auto 24px;
    max-width: 351px;
  }
}
.site-footer .footer-col-left .footer-logo {
  margin-bottom: 11px;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-col-left .footer-logo {
    text-align: center;
    margin: auto;
    margin-bottom: 17px;
  }
}
.site-footer .footer-col-left .footer-slogan {
  font-size: 12px;
  line-height: 20px;
  max-width: 200px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-col-left .footer-slogan {
    margin-bottom: 5px;
    max-width: 100%;
  }
}
.site-footer .footer-col-right {
  float: left;
  width: calc(100% - 305px);
}
@media screen and (max-width: 1220px) {
  .site-footer .footer-col-right {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 991px) {
  .site-footer .footer-col-right {
    width: 63%;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-col-right {
    width: 100%;
    float: inherit;
    max-width: 100%;
  }
}
.site-footer .widget_nav_menu {
  border: 0;
  background: none;
  width: calc((100% - 64px )/ 2);
  float: left;
  max-width: 350px;
}
@media screen and (max-width: 991px) {
  .site-footer .widget_nav_menu {
    width: calc((100% - 32px )/ 2);
  }
}
@media screen and (max-width: 767px) {
  .site-footer .widget_nav_menu {
    width: 100%;
    float: inherit;
    max-width: 100%;
  }
}
.site-footer .widget_nav_menu .container {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .site-footer .widget_nav_menu .container {
    padding: 12px 0;
  }
}
.site-footer .widget_nav_menu .container h3 {
  font-size: 18px;
  margin-bottom: 30px;
}
.site-footer .widget_nav_menu .container ul li {
  margin: 0 0 19px 0;
  line-height: 1.0;
  vertical-align: top;
  display: block;
}
@media screen and (max-width: 991px) {
  .site-footer .widget_nav_menu .container ul li {
    float: inherit;
  }
}
.site-footer .widget_nav_menu .container ul li a {
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 0;
  position: relative;
  display: inline-block;
  color: #333;
}
@media screen and (max-width: 350px) {
  .site-footer .widget_nav_menu .container ul li a {
    font-size: 14px;
  }
}
.site-footer .widget_nav_menu .container ul li a:hover {
  color: #001655;
  text-decoration: underline;
}
.site-footer .widget_nav_menu .container ul li .sub-menu {
  display: none;
}
.site-footer .widget_nav_menu:nth-child(1) {
  margin-right: 44px;
}
@media screen and (max-width: 991px) {
  .site-footer .widget_nav_menu:nth-child(1) {
    margin-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .widget_nav_menu:nth-child(1) {
    margin-right: 0;
  }
}
.site-footer .widget_nav_menu:nth-child(1) ul {
  display: block;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  -webkit-column-gap: 35px;
          column-gap: 35px;
}
.site-footer .widget_nav_menu:nth-child(1) ul li {
  margin-bottom: 0;
  -webkit-margin-before: 0;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.site-footer .widget_nav_menu:nth-child(1) ul li a {
  margin-bottom: 19px;
}
.site-footer .widget_nav_menu:nth-child(2) {
  padding-top: 51px;
}
@media screen and (max-width: 767px) {
  .site-footer .widget_nav_menu:nth-child(2) {
    padding-top: 24px;
  }
}
.site-footer .widget_nav_menu:nth-child(2) ul li {
  margin-bottom: 26px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .site-footer .widget_nav_menu:nth-child(2) ul li {
    margin-bottom: 27px;
  }
}
.site-footer .widget_nav_menu:nth-child(2) ul li:last-child {
  margin-bottom: 0;
}
.site-footer .widget_nav_menu:nth-child(2) ul li:before {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 14px;
  content: "\f105";
  font-family: FontAwesome;
}
@media screen and (max-width: 767px) {
  .site-footer .widget_nav_menu:nth-child(2) ul li:before {
    top: 3px;
  }
}
.site-footer .widget_nav_menu:nth-child(2) ul li a {
  position: relative;
  padding: 0 0 0 21px;
  font-size: 14px;
  line-height: 21px;
}
.site-footer .site-info {
  background: #001655;
}
.site-footer .site-info .container {
  padding: 16px 0;
}
.site-footer .site-info .container > p {
  color: #fff;
  float: right;
  font-size: 11px;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  .site-footer .site-info .container > p {
    float: inherit;
    text-align: right;
  }
}
@media screen and (max-width: 350px) {
  .site-footer .site-info .container > p {
    font-size: 9px;
  }
}
.site-footer .site-info .container span {
  margin: 0 4px;
  color: #fff;
}

.site-header {
  border: 0;
}
@media screen and (max-width: 991px) {
  .site-header {
    position: relative;
  }
}
.site-header .site-branding .container {
  padding: 25px 0 24px;
}
@media screen and (max-width: 991px) {
  .site-header .site-branding .container {
    padding: 18px 0;
  }
}
.site-header .site-branding .container .site-title {
  max-width: 200px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .site-header .site-branding .container .site-title {
    max-width: 100px;
  }
}
.site-header .site-branding .container .site-title a {
  display: block;
  position: relative;
}
.site-header .site-branding .container .header-slogan {
  position: absolute;
  top: 34px;
  left: 221px;
  font-size: 12px;
  line-height: 18px;
  width: 280px;
}
@media screen and (max-width: 1070px) {
  .site-header .site-branding .container .header-slogan {
    top: 24px;
    width: 140px;
  }
}
@media screen and (max-width: 991px) {
  .site-header .site-branding .container .header-slogan {
    top: 13px;
    left: 112px;
    font-size: 10px;
    line-height: 15px;
    width: 118px;
  }
}
.site-header .header-contact {
  position: absolute;
  top: 12px;
  right: 0;
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .site-header .header-contact {
    display: none;
  }
}
.site-header .header-contact li {
  max-width: 240px;
  width: 100%;
  list-style-type: none;
  float: left;
  margin-right: 24px;
}
.site-header .header-contact li a {
  width: 100%;
  display: block;
  text-align: center;
  color: #FFF;
  border-radius: 30px;
  padding: 18px 10px 17px 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  background: #fff;
  position: relative;
}
.site-header .header-contact li a:before {
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  text-align: center;
  content: "起業ノウハウ（全7回）無料配信中！";
  color: #555555;
  font-size: 13px;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}
.site-header .header-contact li a i {
  margin-right: 7px;
}
.site-header .header-contact li:nth-child(1) {
  max-width: 258px;
}
.site-header .header-contact li:nth-child(1) a {
  border: 1px solid #00B900;
  color: #00B900;
  padding: 15px 0 17px;
}
.site-header .header-contact li:nth-child(1) a i {
  position: relative;
  top: 2px;
  font-size: 22px;
}
.site-header .header-contact li:nth-child(1) a:hover {
  background: #00B900;
  color: #FFF;
}
.site-header .header-contact li:nth-child(2) a {
  border: 1px solid #FF7B3A;
  background: #FF7B3A;
}
.site-header .header-contact li:nth-child(2) a:before {
  content: "相談したい・話を聞いてみたい方";
}
.site-header .header-contact li:nth-child(2) a:hover {
  background: #ffa61d;
  color: #fff;
  border: 1px solid #ffa61d;
}

.main-navigation {
  background: #1D85F8;
  border: 0;
}
.main-navigation .container {
  max-width: 1150px;
}
.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: 16px 24px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.main-navigation .primary-menu > li > a:hover {
  background: #001655;
  color: #fff;
}
.main-navigation .primary-menu > li.menu-item-has-children > a {
  position: relative;
}
.main-navigation .primary-menu > li.current-menu-item, .main-navigation .primary-menu > li.current-menu-parent {
  background: #001655;
}
.main-navigation .primary-menu > li.current-menu-item > a, .main-navigation .primary-menu > li.current-menu-parent > a {
  color: #fff;
}
@media screen and (max-width: 1450px) {
  .main-navigation .primary-menu > li:last-child .sub-menu {
    right: -20px;
  }
}
.main-navigation .primary-menu > li ul {
  background: #001655;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0;
  overflow: hidden;
}
.main-navigation .primary-menu > li ul li a {
  display: block;
  background: none;
  color: #ffffff;
  text-align: left;
  padding: 10px 19px;
  font-size: 15px;
  line-height: 26px;
}
.main-navigation .primary-menu > li ul li a:before, .main-navigation .primary-menu > li ul li a:after {
  display: none;
}
.main-navigation .primary-menu > li ul li a:hover {
  opacity: 0.7;
  background: none;
}
.main-navigation .primary-menu > li ul li.current-menu-item a, .main-navigation .primary-menu > li ul li.current-menu-parent a {
  color: #fff;
}

.key-viewsual {
  background: url(../../images/key-visual-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.key-viewsual:before {
  position: absolute;
  bottom: -1px;
  left: calc(((100vw - 100%) / 2 ) * -1);
  right: calc(((100vw - 100%) / 2 ) * -1);
  height: 103px;
  margin: auto;
  background: #fff;
  content: "";
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 3;
}
@media screen and (max-width: 1199px) {
  .key-viewsual:before {
    height: 90px;
  }
}
@media screen and (max-width: 900px) {
  .key-viewsual:before {
    height: 60px;
  }
}
@media screen and (max-width: 600px) {
  .key-viewsual:before {
    height: 30px;
  }
}
.key-viewsual .container {
  position: relative;
  padding: 0 0 50px 0;
  min-height: 596px;
}
@media screen and (max-width: 900px) {
  .key-viewsual .container {
    min-height: 535px;
  }
}
@media screen and (max-width: 600px) {
  .key-viewsual .container {
    min-height: 444px;
  }
}
.key-viewsual .container:before {
  position: absolute;
  bottom: 20px;
  right: 89px;
  content: "";
  width: 356px;
  height: 556px;
  background: url(../../images/key-visual-img.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .key-viewsual .container:before {
    right: 0;
  }
}
@media screen and (max-width: 900px) {
  .key-viewsual .container:before {
    width: 250px;
    height: 390px;
    bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .key-viewsual .container:before {
    width: 246px;
    height: 384px;
    bottom: -31px;
    right: -69px;
  }
}
@media screen and (max-width: 330px) {
  .key-viewsual .container:before {
    bottom: -50px;
  }
}
.key-viewsual h2 {
  padding: 45px 0 0 0;
  margin: 0 0 29px -32px;
  max-width: 728px;
}
@media screen and (max-width: 1080px) {
  .key-viewsual h2 {
    max-width: calc(100% - 350px);
    margin: 0 0 29px -20px;
  }
}
@media screen and (max-width: 900px) {
  .key-viewsual h2 {
    max-width: calc(100% - 220px);
    margin: 0 0 29px -10px;
  }
}
@media screen and (max-width: 600px) {
  .key-viewsual h2 {
    max-width: 228px;
    margin: 0 0 32px -11px;
    padding-top: 18px;
  }
}
.key-viewsual .txt {
  line-height: 32px;
  max-width: 700px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  .key-viewsual .txt {
    max-width: calc(100% - 400px);
  }
}
@media screen and (max-width: 900px) {
  .key-viewsual .txt {
    max-width: calc(100% - 280px);
  }
}
@media screen and (max-width: 600px) {
  .key-viewsual .txt {
    font-size: 12px;
    line-height: 22px;
    max-width: calc(100% - 95px);
  }
}
@media screen and (max-width: 340px) {
  .key-viewsual .txt {
    max-width: calc(100% - 85px);
  }
}

/* SP nav btn
---------------------------------------------------------- */
.xeory-sp-nav-btn {
  display: none;
  position: absolute;
  margin: auto;
  width: 56px;
  height: 56px;
  top: 0;
  right: -24px;
  bottom: 0;
  background: #1D85F8;
  color: #FFF;
}
.xeory-sp-nav-btn:before {
  content: '';
  color: #FFF;
  background: url(../../images/menu.jpg) no-repeat;
  width: 24px;
  height: 18px;
  background-size: cover;
  cursor: pointer;
  display: block;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
}
.xeory-sp-nav-btn:after {
  content: 'MENU';
  position: absolute;
  font-size: 8px;
  left: -10px;
  right: -10px;
  bottom: 12px;
  color: #FFF;
  text-align: center;
  line-height: 1;
  width: calc(100% + 20px);
}
@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;
  width: 56px;
  height: 56px;
  top: 0;
  right: 0;
  bottom: 0;
  background: #1D85F8;
  color: #FFF;
}
.sp-nav-inner .xeory-spnav-btn-close:after {
  content: "";
  display: block;
  cursor: pointer;
  content: '×';
  font-size: 28px;
  color: #fff;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.sp-nav-inner .xeory-spnav-btn-close:before {
  content: 'CLOSE';
  position: absolute;
  font-size: 8px;
  left: -10px;
  right: -10px;
  bottom: 12px;
  color: #fff;
  text-align: center;
  line-height: 1;
  width: calc(100% + 20px);
}

/* SP nav
---------------------------------------------------------- */
.xeory-spnav-wrap {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.xeory-spnav-wrap .menu-logo {
  max-width: 100px;
}
.xeory-spnav-wrap .sp-nav-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.xeory-spnav-wrap .sp-nav-inner .sp-nav-top {
  background: #1D85F8;
  position: relative;
  padding: 16px 24px;
  margin: 0 -24px;
  overflow: hidden;
}
.xeory-spnav-wrap .sp-nav-inner .sp-nav-top .site-title {
  float: inherit;
  max-width: 100px;
}
.xeory-spnav-wrap .sp-nav-inner .sp-nav-top .header-slogan {
  color: #FFF;
  font-size: 10px;
  line-height: 15px;
  max-width: 110px;
  position: absolute;
  top: 13px;
  left: 135px;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget {
  margin: 0 -24px 0;
  padding: 44px 0 18px 0;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget h3 {
  background: none;
  padding: 20px 0 20px 57px;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  position: relative;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul {
  list-style: none;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li {
  margin-bottom: 24px;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li:last-child {
  margin-bottom: 0;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li a {
  display: block;
  color: #333;
  font-size: 18px;
  line-height: 32px;
  padding: 0px 24px 0px 24px;
  position: relative;
  font-weight: bold;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li:last-child {
  position: relative;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li:last-child:before {
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  height: 1px;
  background: #6EC8E7;
  content: "";
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li:last-child a {
  padding-top: 24px;
  border: 0;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .menu-item-has-children {
  position: relative;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .menu-item-has-children > span {
  position: absolute;
  top: 0;
  right: 23px;
  z-index: 9;
  width: 32px;
  height: 32px;
  display: block;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .menu-item-has-children > span:before {
  position: absolute;
  top: calc(50%);
  right: 10px;
  content: "";
  background: #001655;
  width: 13px;
  height: 1px;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .menu-item-has-children > span:after {
  position: absolute;
  top: calc(50% - 6px);
  right: 16px;
  content: "";
  background: #001655;
  height: 13px;
  width: 1px;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .menu-item-has-children .sub-menu {
  padding: 0 0;
  margin: 15px 0 15px 46px;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .menu-item-has-children .sub-menu li {
  margin-bottom: 12px;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 0;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .menu-item-has-children .sub-menu li:last-child:before {
  display: none;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .menu-item-has-children .sub-menu li a {
  padding: 0;
  position: relative;
  font-size: 16px;
  line-height: 32px;
  font-weight: normal;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .menu-item-has-children .sub-menu li a:hover {
  background: none;
  color: #1c989b;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .menu-item-has-children .sub-menu li a:after {
  content: none;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .menu-item-has-children .sub-menu .current-menu-item a, .xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .menu-item-has-children .sub-menu .current-post-parent a {
  background: none;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .nav-open a:after,
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .nav-open span:after {
  display: none;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .current-menu-item ul li a, .xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .current-post-parent ul li a {
  background: none;
}
.xeory-spnav-wrap .sp-nav-inner .sp-nav-bottom {
  margin: auto -24px;
  background: #F4F9FF;
  padding: 28px 24px 33px;
}
@media screen and (max-width: 370px) {
  .xeory-spnav-wrap .sp-nav-inner .sp-nav-bottom {
    padding: 28px 16px 33px;
  }
}
.xeory-spnav-wrap .sp-nav-inner .nav-contact-btn {
  margin: auto;
  background: #FFF;
  text-align: center;
  padding: 64px 32px 32px;
}
@media screen and (max-width: 370px) {
  .xeory-spnav-wrap .sp-nav-inner .nav-contact-btn {
    padding: 64px 12px 32px;
  }
}
.xeory-spnav-wrap .sp-nav-inner .nav-contact-btn li {
  max-width: 267px;
  width: 100%;
  list-style-type: none;
  display: block;
  position: relative;
  margin: auto;
}
.xeory-spnav-wrap .sp-nav-inner .nav-contact-btn li span {
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  font-size: 14px;
  line-height: 21px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.xeory-spnav-wrap .sp-nav-inner .nav-contact-btn li span:before, .xeory-spnav-wrap .sp-nav-inner .nav-contact-btn li span:after {
  position: absolute;
  top: 3px;
  content: "";
  width: 2px;
  height: 15px;
  background: #333;
}
.xeory-spnav-wrap .sp-nav-inner .nav-contact-btn li span:before {
  left: 12px;
  -webkit-transform: rotate(-22deg);
          transform: rotate(-22deg);
}
.xeory-spnav-wrap .sp-nav-inner .nav-contact-btn li span:after {
  right: 12px;
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
}
.xeory-spnav-wrap .sp-nav-inner .nav-contact-btn li a {
  width: 100%;
  display: block;
  text-align: center;
  color: #FFF;
  border-radius: 80px;
  padding: 20px 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  background: #fff;
}
.xeory-spnav-wrap .sp-nav-inner .nav-contact-btn li a i {
  margin-right: 7px;
}
.xeory-spnav-wrap .sp-nav-inner .nav-contact-btn li:nth-child(1) {
  margin-bottom: 65px;
}
.xeory-spnav-wrap .sp-nav-inner .nav-contact-btn li:nth-child(1) a {
  border: 1px solid #00B900;
  color: #00B900;
}
.xeory-spnav-wrap .sp-nav-inner .nav-contact-btn li:nth-child(1) a i {
  font-size: 24px;
  position: relative;
  top: 1px;
}
.xeory-spnav-wrap .sp-nav-inner .nav-contact-btn li:nth-child(1) a:hover {
  background: #00B900;
  color: #FFF;
}
.xeory-spnav-wrap .sp-nav-inner .nav-contact-btn li:nth-child(2) a {
  border: 1px solid #FF7B3A;
  background: #FF7B3A;
  padding: 22px 0 21px;
}
.xeory-spnav-wrap .sp-nav-inner .nav-contact-btn li:nth-child(2) a i {
  font-size: 22px;
}
.xeory-spnav-wrap .sp-nav-inner .nav-contact-btn li:nth-child(2) a:hover {
  background: #ffa61d;
  color: #fff;
  border: 1px solid #ffa61d;
}
.xeory-spnav-wrap .sp-nav-inner .nav-contact-btn li:nth-child(2) span:before {
  left: 7px;
}
.xeory-spnav-wrap .sp-nav-inner .nav-contact-btn li:nth-child(2) span:after {
  right: 9px;
}

body.noscroll {
  overflow: hidden;
  position: fixed !important;
}

.xeory-spnav-wrap.active {
  display: block;
  opacity: 1;
  -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
          animation: fadeIn 0.5s ease 0s 1 normal;
  z-index: 11;
  width: 100%;
  height: 100%;
  padding: 0 24px 100px;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pagination {
  text-align: center;
  margin: 80px auto 0;
  clear: both;
  display: block;
  width: 100%;
}
.pagination .current {
  background: #001655;
  color: #fff;
}
.pagination a:hover {
  background: #001655;
  color: #fff;
}
.pagination span,
.pagination a {
  width: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  padding: 5px 0;
  margin: 0 4px;
  color: #333333;
  background: #FFFFFF;
  border: 1px solid #333333;
}

.pagetop {
  z-index: 10;
  width: 64px;
  height: 64px;
}

.pagetop-inner {
  line-height: 64px;
  color: #00AFEC;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #F3F3F3;
  -webkit-box-shadow: 0px 4px 16px rgba(136, 155, 163, 0.25);
          box-shadow: 0px 4px 16px rgba(136, 155, 163, 0.25);
}
.pagetop-inner:hover {
  opacity: 0.8;
}
.pagetop-inner:before {
  color: #00AFEC;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.wpcf7-submit {
  width: 60%;
  background: #001655 !important;
}
.wpcf7-submit:hover {
  background: #001655 !important;
}
@media screen and (max-width: 550px) {
  .wpcf7-submit {
    width: 100%;
  }
}

.search-form {
  margin-bottom: 40px;
  height: 49px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.search-form > label {
  padding: 0;
  height: 100%;
  display: block;
}
.search-form input.search-field {
  padding: 8px 48px 8px 20px !important;
  font-weight: normal;
  font-size: 15px;
  border-radius: 4px;
  color: #888;
}
.search-form input[type=submit] {
  width: 50px;
  padding: 0;
  color: #888;
  background: none;
  font-family: FontAwesome;
  border: 0;
  border-radius: 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .search-form input[type=submit] {
    width: 54px;
    font-size: 16px;
  }
}
.search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #888;
}
.search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #888;
}
.search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #888;
}
.search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #888;
}
.search-form input::-webkit-input-selection {
  /* Chrome/Opera/Safari */
  color: #888;
}
.search-form input::-moz-selection {
  /* Firefox 19+ */
  color: #888;
}
.search-form input:-ms-input-selection {
  /* IE 10+ */
  color: #888;
}
.search-form input:-moz-selection {
  /* Firefox 18- */
  color: #888;
}

.xeory-breadcrumbs {
  margin-bottom: 64px;
  background-color: #F8F8F8;
  margin-left: calc(((100vw - 100%) / 2 ) * -1);
  margin-right: calc(((100vw - 100%) / 2 ) * -1);
}
@media screen and (max-width: 767px) {
  .xeory-breadcrumbs {
    margin-bottom: 50px;
  }
}

.xeory-breadcrumbs-list {
  max-width: 1200px;
  width: auto;
  padding: 10px 0;
  margin: auto;
  font-size: 13px;
}
@media screen and (max-width: 1160px) {
  .xeory-breadcrumbs-list {
    margin: 0 24px;
  }
}
@media screen and (max-width: 991px) {
  .xeory-breadcrumbs-list {
    line-height: 18px;
    font-size: 11px;
    padding: 12px 0;
  }
}
.xeory-breadcrumbs-list .xeory-breadcrumbs-item:after {
  content: "|";
  color: #888;
}
.xeory-breadcrumbs-list .xeory-breadcrumbs-item a {
  color: #888;
  font-size: 13px;
}
@media screen and (max-width: 991px) {
  .xeory-breadcrumbs-list .xeory-breadcrumbs-item a {
    color: #888;
    font-size: 11px;
  }
}
.xeory-breadcrumbs-list .xeory-breadcrumbs-item a:hover {
  color: #001655;
  text-decoration: underline;
}
.xeory-breadcrumbs-list .xeory-breadcrumbs-item:last-child:after {
  content: "";
}
.xeory-breadcrumbs-list .xeory-breadcrumbs-item.xeory-breadcrumbs-item-home:before {
  display: none;
}

.xeory-breadcrumbs-item-current:before {
  content: '';
}

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

.bzb-sns-area {
  margin-bottom: 20px;
}
.bzb-sns-area .bzb-sns-btn {
  text-align: center;
  display: block;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .bzb-sns-area .bzb-sns-btn {
    text-align: left;
  }
}
.bzb-sns-area .bzb-sns-btn li {
  line-height: 1;
  font-size: 12px;
  margin: 0;
  padding: 0 4px;
}

.bzb-pocket {
  max-width: 95px !important;
}

.bzb-facebook {
  max-width: 100px !important;
}
.bzb-facebook .fb_iframe_widget {
  left: -18px;
}
.bzb-facebook iframe {
  width: 120px !important;
}

.brsp {
  display: none;
}
@media screen and (max-width: 767px) {
  .brsp {
    display: initial;
  }
}

.brpc {
  display: initial;
}
@media screen and (max-width: 767px) {
  .brpc {
    display: none;
  }
}

.imgsp {
  display: none;
}
@media screen and (max-width: 600px) {
  .imgsp {
    display: initial;
  }
}

.imgpc {
  display: initial;
}
@media screen and (max-width: 600px) {
  .imgpc {
    display: none;
  }
}

.alignleft {
  margin: 0 23px 8px 0;
}
@media screen and (max-width: 550px) {
  .alignleft {
    margin: 0 0 16px 0 !important;
  }
}

.alignright {
  margin: 0 0 8px 20px;
}
@media screen and (max-width: 550px) {
  .alignright {
    margin: 0 0 16px 0 !important;
  }
}

.parent-align-center {
  margin-bottom: 16px !important;
}
@media screen and (max-width: 767px) {
  .parent-align-center {
    margin: 0 0 16px 0 !important;
  }
}

/*------ TOC ------*/
#toc_container {
  background: #F4F9FF;
  border: 1px solid #00AFEC;
  margin: 0 auto 80px;
  padding: 40px 50px;
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  #toc_container {
    margin: 0 0 80px;
    padding: 32px 24px;
  }
}
#toc_container p.toc_title {
  text-align: left !important;
  font-size: 24px;
  position: relative;
  margin-bottom: 30px !important;
  padding-bottom: 11px;
  border-bottom: 1px solid #D9DEE8;
}
@media screen and (max-width: 767px) {
  #toc_container p.toc_title {
    margin-bottom: 20px !important;
    padding-bottom: 13px  !important;
    font-size: 16px;
    line-height: 24px;
  }
}
#toc_container p.toc_title .toc_toggle {
  font-weight: 500;
  color: #001655;
}
#toc_container p.toc_title .toc_toggle a {
  font-weight: 500;
  color: #001655;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #toc_container p.toc_title .toc_toggle a {
    font-size: 14px;
  }
}
#toc_container .toc_number {
  display: none;
}
#toc_container .toc_list {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  #toc_container .toc_list {
    margin-top: 7px !important;
  }
}
#toc_container .toc_list li {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #toc_container .toc_list li {
    margin-bottom: 12px;
  }
}
#toc_container .toc_list li:last-child {
  margin-bottom: 0;
}
#toc_container .toc_list li:before {
  content: none !important;
}
#toc_container .toc_list li a {
  color: #001655;
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #toc_container .toc_list li a {
    font-size: 16px;
    line-height: 28px;
  }
}
#toc_container .toc_list li ul {
  margin: 12px 0 0 34px;
}
@media screen and (max-width: 767px) {
  #toc_container .toc_list li ul {
    margin: 10px 0 0 15px;
  }
}
#toc_container .toc_list li ul li {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #toc_container .toc_list li ul li {
    margin-bottom: 5px;
  }
}
#toc_container .toc_list li ul li a {
  font-weight: normal;
  font-size: 15px;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  #toc_container .toc_list li ul li a {
    font-size: 13px;
    line-height: 24px;
  }
}

.site-main article {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 16px;
}
.site-main article .entry-header {
  position: relative;
  float: left;
  padding: 0;
}
@media screen and (max-width: 550px) {
  .site-main article .entry-header {
    float: none;
  }
}
.site-main article .entry-header .cat {
  display: inline-block;
  padding: 6px 8px;
  color: #fff;
  background: #001655;
}
.site-main article .entry-header .entry-thumbnail {
  width: 302px;
  margin: 0;
  float: none;
}
@media screen and (max-width: 767px) {
  .site-main article .entry-header .entry-thumbnail {
    width: 252px;
  }
}
@media screen and (max-width: 550px) {
  .site-main article .entry-header .entry-thumbnail {
    width: 100%;
  }
}
.site-main article .entry-header .entry-thumbnail a:hover {
  opacity: 0.8;
}
.site-main article .entry-content {
  padding: 4px 16px;
}
@media screen and (max-width: 550px) {
  .site-main article .entry-content {
    padding: 0;
  }
}
.site-main article .entry-content .entry-title {
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
  border-bottom: 0;
  background: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .site-main article .entry-content .entry-title {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 550px) {
  .site-main article .entry-content .entry-title {
    margin: 12px 0;
  }
}
.site-main article .entry-content .entry-title a {
  color: #333;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .site-main article .entry-content .entry-title a {
    font-size: 20px;
  }
}
.site-main article .entry-content .entry-title a:hover {
  color: #001655;
}
.site-main article .entry-content .cont-str {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5;
}
.site-main article .entry-content .entry-meta {
  overflow: hidden;
  margin-bottom: 0;
  padding-left: 0;
}
.site-main article .entry-content .entry-meta:before {
  content: none;
}
.site-main article .entry-content .entry-meta li {
  list-style: none;
  display: inline-block;
}
.site-main article .entry-content .entry-meta .date {
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .site-main article .entry-content .entry-meta .date {
    line-height: 28px;
  }
}
.site-main article .entry-content .entry-meta .more {
  float: right;
  background: #001655;
}
.site-main article .entry-content .entry-meta .more a {
  color: #fff;
  display: block;
  padding: 6px 12px;
  font-size: 13px;
}
.site-main article .entry-content .entry-meta .more a:hover {
  background: #001655;
}
.site-main article .entry-content .entry-meta .more a:before {
  content: "\f18e";
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: normal;
  padding-right: 5px;
}

.page:not(.page-post-list) .site-main article .entry-header {
  margin-bottom: 40px;
}
.page:not(.page-post-list) .site-main article .entry-header .entry-thumbnail {
  width: 100%;
  margin-bottom: 24px;
}
.page:not(.page-post-list) .bzb-sns-btn {
  display: none;
}

.page-company .cont-str,
.page-company .entry-meta,
.page-company .entry-footer,
.page-company .entry-thumbnail,
.page-privacy .cont-str,
.page-privacy .entry-meta,
.page-privacy .entry-footer,
.page-privacy .entry-thumbnail,
.page-inquiry .cont-str,
.page-inquiry .entry-meta,
.page-inquiry .entry-footer,
.page-inquiry .entry-thumbnail,
.page-thanks .cont-str,
.page-thanks .entry-meta,
.page-thanks .entry-footer,
.page-thanks .entry-thumbnail {
  display: none;
}

.page-header {
  padding: 0;
  border: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-header {
    margin-bottom: 23px;
  }
}
.page-header .page-title {
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-header .page-title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.page-header .taxonomy-description {
  font-size: 16px;
  line-height: 32px;
  font-weight: normal;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .page-header .taxonomy-description {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 23px;
  }
}

.category .content-area,
.page-post-list .content-area {
  margin-bottom: 199px;
}
@media screen and (max-width: 767px) {
  .category .content-area,
  .page-post-list .content-area {
    margin-bottom: 100px;
  }
}
.category .list-news li,
.page-post-list .list-news li {
  margin: 0;
}
.category .list-news li a,
.page-post-list .list-news li a {
  padding: 24px 0 23px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .category .list-news li a,
  .page-post-list .list-news li a {
    padding: 18px 0 17px;
  }
}
.category .list-news li a .news-img,
.page-post-list .list-news li a .news-img {
  width: 279px;
  margin-right: 26px;
}
@media screen and (max-width: 767px) {
  .category .list-news li a .news-img,
  .page-post-list .list-news li a .news-img {
    width: 120px;
    margin-right: 16px;
  }
}
.category .list-news li a .col-right,
.page-post-list .list-news li a .col-right {
  width: calc(100% - 306px);
  padding: 14px 0 0 0;
}
@media screen and (max-width: 767px) {
  .category .list-news li a .col-right,
  .page-post-list .list-news li a .col-right {
    width: calc(100% - 136px);
    padding: 0;
  }
}
.category .list-news li a .col-right .news-ttl,
.page-post-list .list-news li a .col-right .news-ttl {
  font-size: 20px;
  line-height: 38px;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .category .list-news li a .col-right .news-ttl,
  .page-post-list .list-news li a .col-right .news-ttl {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
.category .list-news li a .col-right .news-meta li:nth-child(1),
.page-post-list .list-news li a .col-right .news-meta li:nth-child(1) {
  display: none;
}
.category .list-news li a .col-right .news-meta li:nth-child(2),
.page-post-list .list-news li a .col-right .news-meta li:nth-child(2) {
  margin: 0;
}
.category .list-news li a .col-right .news-meta li:nth-child(2):before,
.page-post-list .list-news li a .col-right .news-meta li:nth-child(2):before {
  display: none;
}
.category .list-news li:first-child a,
.page-post-list .list-news li:first-child a {
  padding-top: 0;
}

#secondary {
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  #secondary {
    margin-bottom: 117px;
  }
}
#secondary .side-widget {
  margin-bottom: 40px;
}
#secondary h3 {
  margin-bottom: 24px;
  padding: 19px 0 12px 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  background: none;
  color: #333333;
  border-bottom: 1px solid #DDDDDD;
}
#secondary h3:before {
  content: "";
  position: absolute;
  bottom: -16px;
  right: 0;
  width: 103px;
  height: 43px;
  background: url(../../images/rcm-h2.png) no-repeat center center;
  background-size: cover;
}
#secondary h3 span {
  position: relative;
}
#secondary .widget_search .search-form {
  border: 0;
  height: 65px;
}
#secondary .widget_search .search-form label {
  padding: 0;
}
#secondary .widget_search .search-form input.search-field {
  padding: 9px 48px 7px 17px !important;
  background: #F4F9FF;
  color: #888;
  font-size: 15px;
  border-radius: 0;
}
#secondary .widget_search .search-form input[type=submit] {
  width: 50px;
  font-size: 16px;
  top: 0;
  color: #001655;
  font-weight: bold;
}
#secondary .popular-posts {
  margin-bottom: 32px;
}
#secondary .popular-posts h3:before {
  content: "";
}
#secondary .widget_xeory_postviews, #secondary .widget_xeory_recentviews {
  margin-bottom: 32px;
}
#secondary .widget_xeory_postviews h3:before, #secondary .widget_xeory_recentviews h3:before {
  content: "";
}
#secondary .widget_codewidget {
  margin-bottom: 30px;
}
#secondary .widget_codewidget .recommend-articles,
#secondary .widget_codewidget .xeory-subloop,
#secondary .widget_xeory_recentviews .recommend-articles,
#secondary .widget_xeory_recentviews .xeory-subloop {
  margin-bottom: 0;
}
#secondary .widget_codewidget .recommend-articles li,
#secondary .widget_codewidget .xeory-subloop li,
#secondary .widget_xeory_recentviews .recommend-articles li,
#secondary .widget_xeory_recentviews .xeory-subloop li {
  margin-bottom: 24px;
  padding: 0;
  display: block;
}
#secondary .widget_codewidget .recommend-articles li:last-child,
#secondary .widget_codewidget .xeory-subloop li:last-child,
#secondary .widget_xeory_recentviews .recommend-articles li:last-child,
#secondary .widget_xeory_recentviews .xeory-subloop li:last-child {
  margin-bottom: 0;
}
#secondary .widget_codewidget .recommend-articles li a,
#secondary .widget_codewidget .xeory-subloop li a,
#secondary .widget_xeory_recentviews .recommend-articles li a,
#secondary .widget_xeory_recentviews .xeory-subloop li a {
  display: block;
}
#secondary .widget_codewidget .recommend-articles li a:hover,
#secondary .widget_codewidget .xeory-subloop li a:hover,
#secondary .widget_xeory_recentviews .recommend-articles li a:hover,
#secondary .widget_xeory_recentviews .xeory-subloop li a:hover {
  color: #001655;
  text-decoration: underline;
}
#secondary .widget_codewidget .recommend-articles li a:hover .recommend-ttl,
#secondary .widget_codewidget .xeory-subloop li a:hover .recommend-ttl,
#secondary .widget_xeory_recentviews .recommend-articles li a:hover .recommend-ttl,
#secondary .widget_xeory_recentviews .xeory-subloop li a:hover .recommend-ttl {
  color: #001655;
  text-decoration: underline;
}
#secondary .widget_codewidget .recommend-articles .recommend-img,
#secondary .widget_codewidget .recommend-articles .xeory-subloop-image,
#secondary .widget_codewidget .xeory-subloop .recommend-img,
#secondary .widget_codewidget .xeory-subloop .xeory-subloop-image,
#secondary .widget_xeory_recentviews .recommend-articles .recommend-img,
#secondary .widget_xeory_recentviews .recommend-articles .xeory-subloop-image,
#secondary .widget_xeory_recentviews .xeory-subloop .recommend-img,
#secondary .widget_xeory_recentviews .xeory-subloop .xeory-subloop-image {
  float: left;
  max-width: 100px;
  width: 100%;
  margin: 0 16px 0 0;
}
#secondary .widget_codewidget .recommend-articles .recommend-ttl,
#secondary .widget_codewidget .recommend-articles .xeory-subloop-content,
#secondary .widget_codewidget .xeory-subloop .recommend-ttl,
#secondary .widget_codewidget .xeory-subloop .xeory-subloop-content,
#secondary .widget_xeory_recentviews .recommend-articles .recommend-ttl,
#secondary .widget_xeory_recentviews .recommend-articles .xeory-subloop-content,
#secondary .widget_xeory_recentviews .xeory-subloop .recommend-ttl,
#secondary .widget_xeory_recentviews .xeory-subloop .xeory-subloop-content {
  float: left;
  width: calc(100% - 116px);
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#secondary .widget_xeory_recentviews {
  margin-bottom: 58px;
}
#secondary .widget_xeory_recentviews h3:before {
  bottom: -4px;
  width: 134px;
  height: 32px;
  background: url(../../images/post-h2.png) no-repeat center center;
  background-size: cover;
}
#secondary .widget_xeory_recentviews .xeory-subloop {
  position: relative;
}
#secondary .widget_xeory_recentviews .xeory-subloop:before {
  position: absolute;
  content: "";
  width: 43px;
  height: 21px;
  top: -14px;
  left: 8px;
  background: url(../../images/post-new.png) no-repeat center center;
  background-size: cover;
}
#secondary .widget_xeory_recentviews .xeory-subloop-content h4 a {
  display: block;
  color: #333333;
  font-weight: normal;
}
#secondary .widget_xeory_recentviews .xeory-subloop-content .xeory-subloop-meta {
  display: none;
}
#secondary .widget_social_widget h3 {
  background: #FFF;
  color: #333333;
  text-align: center;
  margin-bottom: 4px;
}
#secondary .widget_social_widget h3:after, #secondary .widget_social_widget h3:before {
  display: none;
}
#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: 100%;
  margin: 0 0 22px 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #secondary .widget_social_widget .xeory-social-btns ul li {
    margin-bottom: 14px;
  }
}
#secondary .widget_social_widget .xeory-social-btns ul li:last-child {
  margin-bottom: 0;
}
#secondary .widget_social_widget .xeory-social-btns ul li a {
  border-radius: 0;
  width: 100%;
  display: block;
  background: none;
  padding: 14px;
}
#secondary .widget_social_widget .xeory-social-btns ul li a span {
  display: none;
}
#secondary .widget_social_widget .xeory-social-btns ul li a:before {
  font-size: 24px;
  line-height: 26px;
  margin: 0;
}
#secondary .widget_social_widget .xeory-social-btns ul li a .xeory-social-name {
  display: none;
}
#secondary .widget_social_widget .xeory-social-btns ul li.item-facebook a {
  border: 1px solid #3975ea;
  color: #3975ea;
}
#secondary .widget_social_widget .xeory-social-btns ul li.item-facebook a:hover {
  background-color: #3875ea;
  color: #FFF;
}
#secondary .widget_social_widget .xeory-social-btns ul li.item-twitter a {
  border: 1px solid #4d9feb;
  color: #4d9feb;
}
#secondary .widget_social_widget .xeory-social-btns ul li.item-twitter a:hover {
  background-color: #4d9feb;
  color: #FFF;
}
#secondary #toc-widget-2 {
  position: -webkit-sticky;
  position: sticky;
  z-index: 9999;
}
#secondary #toc-widget-2.is-fixed {
  position: fixed;
  top: 0;
  margin-bottom: 0;
  max-width: 320px;
  width: 100%;
}
#secondary #toc-widget-2.is-footer {
  position: absolute;
  top: auto;
  margin-bottom: 0;
  max-width: 320px;
  width: 100%;
}
#secondary .toc_widget {
  background: #F4F9FF;
  border: 1px solid #5BCAF3;
}
@media screen and (max-width: 991px) {
  #secondary .toc_widget {
    display: none;
  }
}
#secondary .toc_widget .side-widget-inner {
  padding-bottom: 41px;
}
#secondary .toc_widget h3 {
  margin: 0;
  padding: 14px 0 15px 24px;
  background: #001655;
  border: 0;
  font-size: 18px;
  line-height: 27px;
  color: #FFF;
}
#secondary .toc_widget h3 span {
  position: relative;
  font-weight: bold;
}
#secondary .toc_widget h3:before {
  content: "（閉じる）";
  left: 60px;
  bottom: 13px;
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
  background: none;
  width: inherit;
  height: inherit;
  cursor: pointer;
}
#secondary .toc_widget h3:after {
  display: none;
}
#secondary .toc_widget h3.active:before {
  content: "（表示）";
}
#secondary .toc_widget .toc_widget_list {
  padding: 20px 10px 0 22px;
  overflow-y: scroll;
  height: auto;
  max-height: 227px;
  margin-bottom: 0;
}
#secondary .toc_widget .toc_widget_list li {
  margin-bottom: 17px;
}
#secondary .toc_widget .toc_widget_list li:last-child {
  margin-bottom: 0;
}
#secondary .toc_widget .toc_widget_list li:before {
  content: none !important;
}
#secondary .toc_widget .toc_widget_list li a {
  color: #001655;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0;
}
#secondary .toc_widget .toc_widget_list li a:hover {
  text-decoration: underline;
}
#secondary .toc_widget .toc_widget_list li a .toc_number {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 7px 0 0;
}
#secondary .toc_widget .toc_widget_list li a .toc_number:before {
  position: absolute;
  bottom: 7px;
  right: -6px;
  content: "";
  height: 2px;
  width: 2px;
  background: #f39800;
  border-radius: 50%;
  overflow: hidden;
}
#secondary .toc_widget .toc_widget_list li ul {
  margin: 8px 0 0 18px;
}
#secondary .toc_widget .toc_widget_list li ul li {
  margin-bottom: 8px;
}
#secondary .toc_widget .toc_widget_list li ul li a {
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  padding: 0 0 0 0;
}
#secondary .toc_widget .toc_widget_list li ul li a .toc_number:before {
  right: -5px;
}

.single .site-content .site-main article, .page:not(.page-post-list) .site-content .site-main article {
  padding: 0;
  border: 0;
  overflow: inherit;
}
.single .site-content .site-main article .entry-header, .page:not(.page-post-list) .site-content .site-main article .entry-header {
  float: none;
}
.single .site-content .site-main article .entry-header .entry-meta, .page:not(.page-post-list) .site-content .site-main article .entry-header .entry-meta {
  margin: 0 0 32px 0;
  list-style: none;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main article .entry-header .entry-meta, .page:not(.page-post-list) .site-content .site-main article .entry-header .entry-meta {
    margin-bottom: 24px;
  }
}
.single .site-content .site-main article .entry-header .entry-meta:before, .page:not(.page-post-list) .site-content .site-main article .entry-header .entry-meta:before {
  content: none;
}
.single .site-content .site-main article .entry-header .entry-meta li, .page:not(.page-post-list) .site-content .site-main article .entry-header .entry-meta li {
  color: #666;
  font-size: 13px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main article .entry-header .entry-meta li, .page:not(.page-post-list) .site-content .site-main article .entry-header .entry-meta li {
    font-size: 11px;
    line-height: 16px;
  }
}
.single .site-content .site-main article .entry-header .entry-meta .cat, .page:not(.page-post-list) .site-content .site-main article .entry-header .entry-meta .cat {
  background: none;
  padding: 0;
  color: #fff;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main article .entry-header .entry-meta .cat, .page:not(.page-post-list) .site-content .site-main article .entry-header .entry-meta .cat {
    padding: 2px 0 2px;
    margin-right: 8px;
  }
}
.single .site-content .site-main article .entry-header .entry-meta .cat a, .page:not(.page-post-list) .site-content .site-main article .entry-header .entry-meta .cat a {
  padding: 10px 10px 9px;
  color: #fff;
  background: #1D85F8;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main article .entry-header .entry-meta .cat a, .page:not(.page-post-list) .site-content .site-main article .entry-header .entry-meta .cat a {
    font-size: 12px;
    line-height: 18px;
  }
}
.single .site-content .site-main article .entry-header .entry-meta .date, .page:not(.page-post-list) .site-content .site-main article .entry-header .entry-meta .date {
  line-height: 33px;
  display: inline-block;
}
.single .site-content .site-main article .entry-header .entry-meta .modified, .page:not(.page-post-list) .site-content .site-main article .entry-header .entry-meta .modified {
  display: inline-block;
  margin-left: 6px;
}
.single .site-content .site-main article .entry-header .entry-meta i, .page:not(.page-post-list) .site-content .site-main article .entry-header .entry-meta i {
  margin-right: 4px;
}
.single .site-content .site-main article .entry-header h1, .page:not(.page-post-list) .site-content .site-main article .entry-header h1 {
  margin: 0 0 25px 0;
  font-size: 32px;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main article .entry-header h1, .page:not(.page-post-list) .site-content .site-main article .entry-header h1 {
    margin: 0 0 23px 0;
    font-size: 20px;
    line-height: 32px;
  }
}
.single .site-content .site-main article .entry-content, .page:not(.page-post-list) .site-content .site-main article .entry-content {
  padding: 0;
  overflow: inherit;
}
@media screen and (max-width: 1200px) {
  .single .site-content .site-main article .entry-content, .page:not(.page-post-list) .site-content .site-main article .entry-content {
    padding: 0;
  }
}
.single .site-content .site-main article .entry-content a, .page:not(.page-post-list) .site-content .site-main article .entry-content a {
  text-decoration: none;
}
.single .site-content .site-main article .entry-content a:hover, .page:not(.page-post-list) .site-content .site-main article .entry-content a:hover {
  text-decoration: underline;
}
.single .site-content .site-main article .entry-content .entry-thumbnail, .page:not(.page-post-list) .site-content .site-main article .entry-content .entry-thumbnail {
  margin: 0 0 24px;
  float: inherit;
}
@media screen and (max-width: 768px) {
  .single .site-content .site-main article .entry-content .entry-thumbnail, .page:not(.page-post-list) .site-content .site-main article .entry-content .entry-thumbnail {
    margin: 0 -24px 20px;
  }
}
.single .site-content .site-main article .entry-content .bzb-sns-area, .page:not(.page-post-list) .site-content .site-main article .entry-content .bzb-sns-area {
  margin: 0 0 34px 0;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main article .entry-content .bzb-sns-area, .page:not(.page-post-list) .site-content .site-main article .entry-content .bzb-sns-area {
    margin-bottom: 32px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main article .entry-content .author-before-toc, .page:not(.page-post-list) .site-content .site-main article .entry-content .author-before-toc {
    margin-top: -10px;
  }
}
.single .site-content .site-main .post-author, .page:not(.page-post-list) .site-content .site-main .post-author {
  background: #fff;
  border: 0;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .post-author, .page:not(.page-post-list) .site-content .site-main .post-author {
    padding: 0 0;
    margin-top: 40px;
    margin-bottom: 24px;
  }
}
.single .site-content .site-main .post-author .clearfix, .page:not(.page-post-list) .site-content .site-main .post-author .clearfix {
  padding: 38px 46px 40px;
  border: 0;
  border: 1px solid #ddd;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .post-author .clearfix, .page:not(.page-post-list) .site-content .site-main .post-author .clearfix {
    padding: 39px 24px 39px;
  }
}
.single .site-content .site-main .post-author .clearfix .post-author-img, .page:not(.page-post-list) .site-content .site-main .post-author .clearfix .post-author-img {
  width: 88px;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .post-author .clearfix .post-author-img, .page:not(.page-post-list) .site-content .site-main .post-author .clearfix .post-author-img {
    width: 88px;
    float: left;
    margin: 0;
  }
}
.single .site-content .site-main .post-author .clearfix .post-author-img .inner, .page:not(.page-post-list) .site-content .site-main .post-author .clearfix .post-author-img .inner {
  width: 88px;
  height: 88px;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .post-author .clearfix .post-author-img .inner, .page:not(.page-post-list) .site-content .site-main .post-author .clearfix .post-author-img .inner {
    width: 88px;
    height: 88px;
  }
}
.single .site-content .site-main .post-author .clearfix .post-author-img .inner img, .page:not(.page-post-list) .site-content .site-main .post-author .clearfix .post-author-img .inner img {
  height: 100%;
  max-width: initial;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.single .site-content .site-main .post-author .clearfix .post-author-meta, .page:not(.page-post-list) .site-content .site-main .post-author .clearfix .post-author-meta {
  margin-left: 125px;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .post-author .clearfix .post-author-meta, .page:not(.page-post-list) .site-content .site-main .post-author .clearfix .post-author-meta {
    margin-left: 100px;
  }
}
.single .site-content .site-main .post-author .clearfix .post-author-meta .author, .page:not(.page-post-list) .site-content .site-main .post-author .clearfix .post-author-meta .author {
  padding: 0;
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  color: #333;
  border: 0;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .post-author .clearfix .post-author-meta .author, .page:not(.page-post-list) .site-content .site-main .post-author .clearfix .post-author-meta .author {
    padding: 12px 10px;
    margin-bottom: 28px;
  }
}
.single .site-content .site-main .post-author .clearfix .post-author-meta .author a, .page:not(.page-post-list) .site-content .site-main .post-author .clearfix .post-author-meta .author a {
  color: #001655;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .post-author .clearfix .post-author-meta .author a, .page:not(.page-post-list) .site-content .site-main .post-author .clearfix .post-author-meta .author a {
    display: block;
    padding: 5px 0 0 0;
    margin: 0 -24px 0 0;
    font-size: 12px;
  }
}
.single .site-content .site-main .post-author .clearfix .post-author-meta .author a:hover, .page:not(.page-post-list) .site-content .site-main .post-author .clearfix .post-author-meta .author a:hover {
  text-decoration: underline;
}
.single .site-content .site-main .post-author .clearfix .post-author-meta .author a span, .page:not(.page-post-list) .site-content .site-main .post-author .clearfix .post-author-meta .author a span {
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .post-author .clearfix .post-author-meta .author a span, .page:not(.page-post-list) .site-content .site-main .post-author .clearfix .post-author-meta .author a span {
    margin-left: 0;
  }
}
.single .site-content .site-main .post-author .clearfix .post-author-meta p, .page:not(.page-post-list) .site-content .site-main .post-author .clearfix .post-author-meta p {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .post-author .clearfix .post-author-meta p, .page:not(.page-post-list) .site-content .site-main .post-author .clearfix .post-author-meta p {
    padding: 0 24px;
    margin: 0 0 0 -125px;
  }
}
.single .site-content .site-main .entry-footer, .page:not(.page-post-list) .site-content .site-main .entry-footer {
  background: #fff;
  border: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .single .site-content .site-main .entry-footer, .page:not(.page-post-list) .site-content .site-main .entry-footer {
    padding: 0;
  }
}
.single .site-content .site-main .entry-footer .bzb-sns-area, .page:not(.page-post-list) .site-content .site-main .entry-footer .bzb-sns-area {
  padding: 0;
  margin: 0 0 32px 0;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .entry-footer .bzb-sns-area, .page:not(.page-post-list) .site-content .site-main .entry-footer .bzb-sns-area {
    margin-bottom: 37px;
  }
}
.single .site-content .site-main .entry-footer .post-footer-list, .page:not(.page-post-list) .site-content .site-main .entry-footer .post-footer-list {
  padding-bottom: 0;
  margin-bottom: 24px;
}
.single .site-content .site-main .entry-footer .post-footer-list li, .page:not(.page-post-list) .site-content .site-main .entry-footer .post-footer-list li {
  color: #001655;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .entry-footer .post-footer-list li, .page:not(.page-post-list) .site-content .site-main .entry-footer .post-footer-list li {
    margin-bottom: 4px;
  }
}
.single .site-content .site-main .entry-footer .post-footer-list li:last-child, .page:not(.page-post-list) .site-content .site-main .entry-footer .post-footer-list li:last-child {
  margin-bottom: 0;
}
.single .site-content .site-main .entry-footer .post-footer-list li:before, .page:not(.page-post-list) .site-content .site-main .entry-footer .post-footer-list li:before {
  color: #001655;
  font-size: 17px;
  margin-right: 14px;
}
.single .site-content .site-main .entry-footer .post-footer-list li a, .page:not(.page-post-list) .site-content .site-main .entry-footer .post-footer-list li a {
  color: #001655;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
}
.single .site-content .site-main .entry-footer .post-footer-list li a:hover, .page:not(.page-post-list) .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:not(.page-post-list) .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:not(.page-post-list) .site-content .site-main .entry-footer .post-footer-list .tag:before {
  content: "\f02b";
  font-size: 18px;
}
.single .site-content .site-main .underpost-widget, .page:not(.page-post-list) .site-content .site-main .underpost-widget {
  padding: 40px 0 34px 0;
  border: 0;
}
@media screen and (max-width: 991px) {
  .single .site-content .site-main .underpost-widget, .page:not(.page-post-list) .site-content .site-main .underpost-widget {
    padding-bottom: 43px;
  }
}
.single .site-content .site-main .underpost-widget h3, .page:not(.page-post-list) .site-content .site-main .underpost-widget h3 {
  margin-bottom: 32px;
  color: #333333;
  font-size: 24px;
  line-height: 36px;
  position: relative;
  padding: 0 0 9px 0;
  border-bottom: 1px solid #FF7B3A;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .underpost-widget h3, .page:not(.page-post-list) .site-content .site-main .underpost-widget h3 {
    font-size: 20px;
    line-height: 30px;
    padding: 1px 0 12px 0;
    margin-bottom: 34px;
  }
}
.single .site-content .site-main .underpost-widget h3:before, .page:not(.page-post-list) .site-content .site-main .underpost-widget h3:before {
  position: absolute;
  right: 0;
  bottom: -3px;
  content: "";
  width: 144px;
  height: 37px;
  background: url(../../images/related-h2.png) no-repeat center center;
  background-size: cover;
}
.single .site-content .site-main .widget_xeory_related_posts, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts {
  border-bottom: 0;
}
.single .site-content .site-main .widget_xeory_related_posts .underpost-widget-inner, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .underpost-widget-inner {
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .single .site-content .site-main .widget_xeory_related_posts .underpost-widget-inner, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .underpost-widget-inner {
    max-width: 100%;
  }
}
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop {
  margin: 0;
}
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item {
  padding: 0;
  margin-right: 40px;
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item {
    width: 100%;
    margin: 0 0 24px 0;
    float: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-image, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-image {
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-image, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-image {
    max-width: 117px;
    float: left;
    margin: 0 16px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content {
    float: left;
    width: calc(100% - 133px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-title, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-title {
  width: 100%;
  display: block;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-title, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-title {
    margin: 0;
    padding: 0 0 0 0;
    font-size: 13px;
    line-height: 22px;
  }
}
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-title a, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-title a {
  color: #333;
  font-weight: bold;
}
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-title a:hover, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-title a:hover {
  color: #001655;
  text-decoration: underline;
}
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-meta, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-meta {
  display: none;
}
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item:last-child, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-meta, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop-meta {
  display: none;
}
.single .site-content .site-main .widget_social_widget,
.single .site-content .site-main .widget_xyz_insert_php_widget, .page:not(.page-post-list) .site-content .site-main .widget_social_widget,
.page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget {
  border-bottom: 0;
}
.single .site-content .site-main .widget_social_widget h3,
.single .site-content .site-main .widget_xyz_insert_php_widget h3, .page:not(.page-post-list) .site-content .site-main .widget_social_widget h3,
.page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget h3 {
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .widget_social_widget h3,
  .single .site-content .site-main .widget_xyz_insert_php_widget h3, .page:not(.page-post-list) .site-content .site-main .widget_social_widget h3,
  .page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget h3 {
    margin-bottom: 20px;
  }
}
.single .site-content .site-main .widget_social_widget .list-sns-fixed,
.single .site-content .site-main .widget_xyz_insert_php_widget .list-sns-fixed, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .list-sns-fixed,
.page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .list-sns-fixed {
  margin: 0 -20px;
  text-align: center;
  letter-spacing: -4px;
}
.single .site-content .site-main .widget_social_widget .list-sns-fixed li,
.single .site-content .site-main .widget_xyz_insert_php_widget .list-sns-fixed li, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .list-sns-fixed li,
.page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .list-sns-fixed li {
  width: 50%;
  list-style-type: none;
  padding: 0 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .widget_social_widget .list-sns-fixed li,
  .single .site-content .site-main .widget_xyz_insert_php_widget .list-sns-fixed li, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .list-sns-fixed li,
  .page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .list-sns-fixed li {
    width: 100%;
    margin: 0 0 22px 0;
  }
  .single .site-content .site-main .widget_social_widget .list-sns-fixed li:last-child,
  .single .site-content .site-main .widget_xyz_insert_php_widget .list-sns-fixed li:last-child, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .list-sns-fixed li:last-child,
  .page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .list-sns-fixed li:last-child {
    margin-bottom: 0;
  }
}
.single .site-content .site-main .widget_social_widget .list-sns-fixed li a,
.single .site-content .site-main .widget_xyz_insert_php_widget .list-sns-fixed li a, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .list-sns-fixed li a,
.page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .list-sns-fixed li a {
  border-radius: 0;
  width: 100%;
  display: block;
  background: none;
  padding: 14px;
}
@media screen and (max-width: 340px) {
  .single .site-content .site-main .widget_social_widget .list-sns-fixed li a,
  .single .site-content .site-main .widget_xyz_insert_php_widget .list-sns-fixed li a, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .list-sns-fixed li a,
  .page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .list-sns-fixed li a {
    padding: 10px;
  }
}
.single .site-content .site-main .widget_social_widget .list-sns-fixed li a span,
.single .site-content .site-main .widget_xyz_insert_php_widget .list-sns-fixed li a span, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .list-sns-fixed li a span,
.page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .list-sns-fixed li a span {
  display: none;
}
.single .site-content .site-main .widget_social_widget .list-sns-fixed li a i,
.single .site-content .site-main .widget_xyz_insert_php_widget .list-sns-fixed li a i, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .list-sns-fixed li a i,
.page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .list-sns-fixed li a i {
  font-size: 24px;
  line-height: 26px;
  margin: 0;
}
.single .site-content .site-main .widget_social_widget .list-sns-fixed li a:hover,
.single .site-content .site-main .widget_xyz_insert_php_widget .list-sns-fixed li a:hover, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .list-sns-fixed li a:hover,
.page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .list-sns-fixed li a:hover {
  opacity: 1;
}
.single .site-content .site-main .widget_social_widget .list-sns-fixed li:nth-child(1) a,
.single .site-content .site-main .widget_xyz_insert_php_widget .list-sns-fixed li:nth-child(1) a, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .list-sns-fixed li:nth-child(1) a,
.page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .list-sns-fixed li:nth-child(1) a {
  border: 1px solid #3975ea;
  color: #3975ea;
}
.single .site-content .site-main .widget_social_widget .list-sns-fixed li:nth-child(1) a:hover,
.single .site-content .site-main .widget_xyz_insert_php_widget .list-sns-fixed li:nth-child(1) a:hover, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .list-sns-fixed li:nth-child(1) a:hover,
.page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .list-sns-fixed li:nth-child(1) a:hover {
  background-color: #3875ea;
  color: #FFF;
}
.single .site-content .site-main .widget_social_widget .list-sns-fixed li:nth-child(2) a,
.single .site-content .site-main .widget_xyz_insert_php_widget .list-sns-fixed li:nth-child(2) a, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .list-sns-fixed li:nth-child(2) a,
.page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .list-sns-fixed li:nth-child(2) a {
  border: 1px solid #e02173;
  color: #e02173;
}
.single .site-content .site-main .widget_social_widget .list-sns-fixed li:nth-child(2) a:hover,
.single .site-content .site-main .widget_xyz_insert_php_widget .list-sns-fixed li:nth-child(2) a:hover, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .list-sns-fixed li:nth-child(2) a:hover,
.page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .list-sns-fixed li:nth-child(2) a:hover {
  background-color: #e02173;
  color: #FFF;
}
.single .site-content .site-main .widget_social_widget .xeory-social-twitter,
.single .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-twitter, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-twitter,
.page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_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,
  .single .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-twitter, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-twitter,
  .page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-twitter {
    margin-bottom: 16px;
  }
}
.single .site-content .site-main .widget_social_widget .xeory-social-twitter iframe,
.single .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-twitter iframe, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-twitter iframe,
.page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_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,
.single .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-twitter iframe .timeline-Widget div, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-twitter iframe .timeline-Widget div,
.page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-twitter iframe .timeline-Widget div {
  border-bottom: 1px solid #eeeeee !important;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns,
.single .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns,
.page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns {
  vertical-align: top;
  padding: 0;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul,
.single .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns ul, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul,
.page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns ul {
  margin: 0 -20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .single .site-content .site-main .widget_social_widget .xeory-social-btns ul,
  .single .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns ul, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul,
  .page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns ul {
    margin: 0;
  }
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li,
.single .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns ul li, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li,
.page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns ul li {
  width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .single .site-content .site-main .widget_social_widget .xeory-social-btns ul li,
  .single .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns ul li, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li,
  .page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns ul li {
    padding: 0 12px;
    margin-right: 15px;
    width: calc((100% - 15px)/ 2);
  }
  .single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:last-child,
  .single .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns ul li:last-child, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li:last-child,
  .page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns ul li:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li a,
.single .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns ul li a, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li a,
.page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns ul li a {
  border-radius: 0;
  width: 100%;
  display: block;
  background: none;
  padding: 14px;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li a span,
.single .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns ul li a span, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li a span,
.page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns ul li a span {
  display: none;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li a:before,
.single .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns ul li a:before, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li a:before,
.page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns ul li a:before {
  font-size: 24px;
  line-height: 26px;
  margin: 0;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li a:hover,
.single .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns ul li a:hover, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li a:hover,
.page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns ul li a:hover {
  opacity: 1;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li.item-facebook a,
.single .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns ul li.item-facebook a, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li.item-facebook a,
.page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns ul li.item-facebook a {
  border: 1px solid #3975ea;
  color: #3975ea;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li.item-facebook a:hover,
.single .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns ul li.item-facebook a:hover, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li.item-facebook a:hover,
.page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns ul li.item-facebook a:hover {
  background-color: #3875ea;
  color: #FFF;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li.item-twitter a,
.single .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns ul li.item-twitter a, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li.item-twitter a,
.page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns ul li.item-twitter a {
  border: 1px solid #4d9feb;
  color: #4d9feb;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li.item-twitter a:hover,
.single .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns ul li.item-twitter a:hover, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li.item-twitter a:hover,
.page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-btns ul li.item-twitter a:hover {
  background-color: #4d9feb;
  color: #FFF;
}
.single .site-content .site-main .widget_social_widget .xeory-social-facebook,
.single .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-facebook, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-facebook,
.page:not(.page-post-list) .site-content .site-main .widget_xyz_insert_php_widget .xeory-social-facebook {
  padding: 0 8px 32px;
  width: 100%;
}

.page .site-content .site-main article {
  border-bottom: 1px solid #E5E5E3;
}

@media screen and (min-width: 768px) {
  .single .content-area {
    margin-bottom: 117px;
  }
}

.home .site-content {
  position: relative;
  z-index: 5;
}
.home .site-content .content-area {
  float: inherit;
  margin-bottom: 0;
}
.home .site-content .content-area .site-main {
  padding: 0;
}
.home .site-content .content-area .site-main h2 {
  font-size: 40px;
  line-height: 60px;
  color: #111;
  text-align: center;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .home .site-content .content-area .site-main h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 350px) {
  .home .site-content .content-area .site-main h2 {
    font-size: 20px;
  }
}
.home .site-content .content-area .site-main h2:before {
  position: absolute;
  top: -95px;
  left: 15px;
  right: 0;
  content: "";
  margin: auto;
  width: 471px;
  height: 190px;
  background: url(../../images/rcm-h2.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .home .site-content .content-area .site-main h2:before {
    top: -32px;
    left: 10px;
    width: 181px;
    height: 76px;
  }
}
.home .site-content .content-area .site-main p.txt-first {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 49px;
}
@media screen and (max-width: 767px) {
  .home .site-content .content-area .site-main p.txt-first {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 350px) {
  .home .site-content .content-area .site-main p.txt-first {
    font-size: 12px;
    margin: 0 -20px 40px;
  }
}
.home .site-content .content-area .site-main .sec-recommend {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .home .site-content .content-area .site-main .sec-recommend {
    padding: 76px 0 40px;
  }
}
.home .site-content .content-area .site-main .sec-recommend .list-art-rcm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home .site-content .content-area .site-main .sec-recommend .list-art-rcm .art-rcm {
  list-style-type: none;
  float: left;
  margin-right: 48px;
  margin-bottom: 47px;
  width: calc((100% - 96px) / 3);
}
.home .site-content .content-area .site-main .sec-recommend .list-art-rcm .art-rcm:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .home .site-content .content-area .site-main .sec-recommend .list-art-rcm .art-rcm:nth-child(n+4) {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .home .site-content .content-area .site-main .sec-recommend .list-art-rcm .art-rcm {
    margin-right: 30px;
    margin-bottom: 30px;
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .home .site-content .content-area .site-main .sec-recommend .list-art-rcm .art-rcm {
    width: 100%;
    float: inherit;
    margin: 0 0 24px 0;
  }
}
.home .site-content .content-area .site-main .sec-recommend .list-art-rcm .art-rcm a {
  display: block;
}
.home .site-content .content-area .site-main .sec-recommend .list-art-rcm .art-rcm a:hover p.art-ttl {
  color: #001655;
  text-decoration: underline;
}
.home .site-content .content-area .site-main .sec-recommend .art-img {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .home .site-content .content-area .site-main .sec-recommend .art-img {
    float: left;
    width: 120px;
    margin-right: 16px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .home .site-content .content-area .site-main .sec-recommend .col-right {
    float: left;
    width: calc(100% - 136px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home .site-content .content-area .site-main .sec-recommend .news-meta {
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .home .site-content .content-area .site-main .sec-recommend .news-meta {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
}
.home .site-content .content-area .site-main .sec-recommend .news-meta li {
  list-style-type: none;
}
.home .site-content .content-area .site-main .sec-recommend .news-meta li:nth-child(1) {
  float: left;
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
  background: #1D85F8;
  padding: 8px 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .home .site-content .content-area .site-main .sec-recommend .news-meta li:nth-child(1) {
    background: none;
    padding: 0;
    color: #1D85F8;
    font-size: 10px;
    line-height: 15px;
  }
}
.home .site-content .content-area .site-main .sec-recommend .news-meta li:nth-child(2) {
  float: right;
  font-size: 13px;
  line-height: 20px;
  color: #666;
  padding: 8px 0 0 0;
}
@media screen and (max-width: 767px) {
  .home .site-content .content-area .site-main .sec-recommend .news-meta li:nth-child(2) {
    font-size: 10px;
    line-height: 15px;
    padding: 0;
    float: left;
    margin-left: 17px;
    position: relative;
  }
  .home .site-content .content-area .site-main .sec-recommend .news-meta li:nth-child(2):before {
    position: absolute;
    top: 0;
    left: -10px;
    content: ":";
  }
}
.home .site-content .content-area .site-main .sec-recommend .art-ttl {
  font-size: 18px;
  line-height: 34px;
  color: #333;
  font-weight: bold;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .home .site-content .content-area .site-main .sec-recommend .art-ttl {
    font-size: 12px;
    line-height: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 13px;
  }
}
.home .site-content .content-area .site-main .sec-news {
  background: #F4F9FF;
  padding: 122px 0 80px;
  margin-left: calc(((100vw - 100%) / 2 ) * -1);
  margin-right: calc(((100vw - 100%) / 2 ) * -1);
  position: relative;
}
@media screen and (max-width: 767px) {
  .home .site-content .content-area .site-main .sec-news {
    padding: 65px 0 65px;
  }
}
.home .site-content .content-area .site-main .sec-news:before {
  position: absolute;
  top: 0;
  left: calc(((100vw - 100%) / 2 ) * -1);
  right: calc(((100vw - 100%) / 2 ) * -1);
  height: 103px;
  margin: auto;
  background: #fff;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 0 100%);
  z-index: 3;
}
@media screen and (max-width: 1199px) {
  .home .site-content .content-area .site-main .sec-news:before {
    height: 90px;
  }
}
@media screen and (max-width: 900px) {
  .home .site-content .content-area .site-main .sec-news:before {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .home .site-content .content-area .site-main .sec-news:before {
    height: 40px;
  }
}
@media screen and (max-width: 550px) {
  .home .site-content .content-area .site-main .sec-news:before {
    height: 27px;
  }
}
.home .site-content .content-area .site-main .sec-news h2:before {
  top: -72px;
  left: 18px;
  right: 0;
  width: 592px;
  height: 142px;
  background: url(../../images/post-h2.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .home .site-content .content-area .site-main .sec-news h2:before {
    top: -27px;
    left: 10px;
    width: 235px;
    height: 57px;
  }
}
.home .site-content .content-area .site-main .sec-news .list-news {
  margin-bottom: 16px;
}
.home .site-content .content-area .site-main .sec-news .list-news > li {
  width: calc((100% - 64px) / 2);
  margin-right: 64px;
  float: left;
}
@media screen and (max-width: 767px) {
  .home .site-content .content-area .site-main .sec-news .list-news > li {
    width: 100%;
    float: inherit;
    margin: 0 0 24px 0;
  }
}
.home .site-content .content-area .site-main .sec-news .list-news > li:first-child {
  position: relative;
}
.home .site-content .content-area .site-main .sec-news .list-news > li:first-child:before {
  position: absolute;
  top: -21px;
  left: 8px;
  content: "";
  width: 75px;
  height: 35px;
  background: url(../../images/post-new.png) no-repeat center center;
  background-size: cover;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .home .site-content .content-area .site-main .sec-news .list-news > li:first-child:before {
    width: 43px;
    height: 21px;
    top: -16px;
    left: 11px;
  }
}
.home .site-content .content-area .site-main .sec-news .list-news > li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .home .site-content .content-area .site-main .sec-news .list-news > li:nth-child(n+4) {
    display: none;
  }
}
.home .site-content .content-area .site-main .sec-news .btn-more {
  margin: auto;
  max-width: 316px;
}
@media screen and (max-width: 767px) {
  .home .site-content .content-area .site-main .sec-news .btn-more {
    max-width: 222px;
  }
}
.home .site-content .content-area .site-main .sec-news .btn-more a {
  width: 100%;
  display: block;
  background: #FFFFFF;
  border: 1px solid #011B35;
  text-align: center;
  font-weight: bold;
  color: #011B35;
  padding: 26px 0 25px;
  font-size: 18px;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .home .site-content .content-area .site-main .sec-news .btn-more a {
    font-size: 15px;
    line-height: 22px;
    padding: 17px 0 18px;
  }
}
.home .site-content .content-area .site-main .sec-news .btn-more a i {
  margin-right: 7px;
  font-size: 18px;
}
.home .site-content .content-area .site-main .sec-news .btn-more a:hover {
  color: #FFF;
  background: #011B35;
}

.list-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .list-news {
    margin-bottom: 22px;
  }
}
.list-news > li {
  list-style-type: none;
  margin-bottom: 48px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list-news > li {
    width: 100%;
    float: inherit;
    margin: 0 0 24px 0;
  }
}
.list-news > li a {
  color: #333333;
  display: block;
}
.list-news > li a p.news-img {
  margin-bottom: 12px;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  width: 181px;
  float: left;
  margin: 0 26px 0 0;
}
@media screen and (max-width: 767px) {
  .list-news > li a p.news-img {
    width: 120px;
    margin: 0 16px 0 0;
  }
}
.list-news > li a .col-right {
  padding: 0;
  margin: 0 12px 0;
  position: relative;
  border: 0;
  float: left;
  width: calc(100% - 207px);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .list-news > li a .col-right {
    width: calc(100% - 136px);
  }
}
.list-news > li a .col-right p.news-ttl {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .list-news > li a .col-right p.news-ttl {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 0;
    margin-bottom: 13px;
  }
}
.list-news > li a .col-right ul {
  width: 100%;
}
.list-news > li a .col-right ul li {
  margin: 0;
  width: auto;
  font-weight: 400;
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  float: left;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .list-news > li a .col-right ul li {
    font-size: 10px;
    line-height: 15px;
  }
}
.list-news > li a .col-right ul li:nth-child(1) {
  color: #1D85F8;
  padding: 0;
  font-weight: bold;
}
.list-news > li a .col-right ul li:nth-child(2) {
  color: #666666;
  margin-left: 17px;
  position: relative;
}
.list-news > li a .col-right ul li:nth-child(2):before {
  position: absolute;
  top: 0;
  left: -10px;
  content: ":";
}
.list-news > li a:hover p.news-img {
  opacity: 0.8;
}
.list-news > li a:hover .col-right p.news-ttl {
  color: #001655;
  text-decoration: underline;
}
/*Change icon Twitter to X*/
.site-footer .footer-social ul li a{
  position: relative;
}
.site-footer .footer-social ul li a i.fa-twitter::before{
  content:"";
  width:22px;
  height: 22px;
  background: url(../../images/icon_x.png) center no-repeat;
  background-size: contain;
  transition: all ease-in-out .3s;
  line-height:normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.site-footer .footer-social ul li:last-child a:hover{
  opacity: 0.5;
}

/* 20240708  */
@media screen and (max-width: 767px) {
  .post-author-meta > p {
      text-align: left;
  }
}

.bzb-sns-area .bzb-sns-btn.default-btn li.bzb-facebook{
  top:-4px !important;
}
.upper-h2-widget.widget_xeory_banner_manager + br{
  display: none;
}

.list-news > li a p.news-img img{
  aspect-ratio: 647/404;
  object-fit: cover;
}
#secondary .widget_codewidget .recommend-articles .recommend-img img, 
#secondary .widget_codewidget .recommend-articles .xeory-subloop-image img, 
#secondary .widget_codewidget .xeory-subloop .recommend-img img, 
#secondary .widget_codewidget .xeory-subloop .xeory-subloop-image img, 
#secondary .widget_xeory_recentviews .recommend-articles .recommend-img img, 
#secondary .widget_xeory_recentviews .recommend-articles .xeory-subloop-image img, 
#secondary .widget_xeory_recentviews .xeory-subloop .recommend-img img, 
#secondary .widget_xeory_recentviews .xeory-subloop .xeory-subloop-image img{
  aspect-ratio: 647/404;
  object-fit: cover;
}