.site-header-logo img {
  width: auto;
}

/* ーーーーーーーーーーーーーーーーーーー
タイトル
ーーーーーーーーーーーーーーーーーーーー*/
.heading_text__lv1 {
  font-size: 2rem;
  margin: 0 0 60px 0;
  padding: 0;
  border: none;
}

.page_title__kaigyoui {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 500;
}

.page_title__kaigyoui_sub {
  margin-bottom: 47px;
  font-size: 1.5rem;
}

.heading_lv1.kaigyoi_heading_lv1 {
  margin-bottom: 56px !important;
}

/* ーーーーーーーーーーーーーーーーーーー
レイアウト
ーーーーーーーーーーーーーーーーーーーー*/
.intro_text__wrapper {
  margin-bottom: 80px;
}

/* valign="top" 相当 */
.table-valign-top td,
.table-valign-top th {
	vertical-align: top;
}

/* ーーーーーーーーーーーーーーーーーーー
テキスト
ーーーーーーーーーーーーーーーーーーーー*/
.b {
  font-weight: bold;
}

.red {
  color: #cb000e;
}

/* -------------------------
検索フォーム
---------------------------*/
.search_wrapper {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.search-results .site-body-container {
  margin-bottom: 60px;
}

.search-results a.page-numbers {
  border: solid 1px #b88100;
  padding: 5px 10px;
  border-radius: 50%;
  text-decoration: none;
  color: #b88100;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  text-align: center;
}

.search-results a.page-numbers:hover {
  border: solid 1px #cb000e;
  background-color: #cb000e;
  color: #fff;
}

.search_title {
  font-weight: bold;
  margin-right: 10px;
}

.search_form {
  width: 500px;
  max-width: 100%;
}

/* 検索結果 */
.search_text__wrapper {
  margin-bottom: 30px;
  font-weight: bold;
}

/* ーーーーーーーーーーーーーーーーーーー
カテゴリーの絞り込みボタン
ーーーーーーーーーーーーーーーーーーーー*/
.text_category__wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.text_category__item {
  margin-right: 10px;
  position: relative;
}

.text_category__item:last-child {
  margin-right: 0;
}

.text_category__link {
  color: #b88100;
  border: solid 1px #b88100;
  padding: 8px;
  text-decoration: none;
  width: 150px;
  display: block;
  text-align: center;
}

.text_category__link:hover {
  background-color: #b88100;
  color: #fff;
  transition: all 0.5s 0s ease;
  position: relative;
}

/* -------------------------
ドロップダウンの内容
---------------------------*/
.dropdown__lists {
  display: none; /*デフォルトでは非表示の状態にしておく*/
  width: 100%;
  position: absolute;
  top: 47px;
  left: -20%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.text_category__item:hover .dropdown__lists {
  display: block; /*Gナビメニューにホバーしたら表示*/
}

.dropdown__list {
  background-color: #b88100;
  height: 40px;
  transition: all 0.3s;
  position: relative;
  margin: 0;
  border-bottom: solid 1px #fff;
  margin-bottom: 1px;
  width: 140%;
}

.dropdown__list:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b88100;
  position: absolute;
  top: 0;
  left: 0;
}

.dropdown__list:hover {
  color: #b88100;
  opacity: 0.6;
}

.dropdown__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
  border: solid 1px #b88100;
  padding: 8px;
  height: 40px;
  font-size: 0.85rem;
  line-height: 1.2;
}

.veu_autoEyeCatchBox {
  display: none;
}

/* -------------------------
TOPページ
---------------------------*/
.text_new__wrapper,
.text_popular__wrapper .wpp-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.text_new__item,
.text_popular__wrapper .wpp-list li {
  width: calc(100% / 3 - 27px);
  margin-right: 40px;
  margin-bottom: 80px;
}

.text_popular__wrapper .wpp-list li {
  display: flex;
  flex-direction: column;
}

.text_new__item:nth-of-type(3n),
.text_popular__wrapper .wpp-list li:nth-of-type(3n) {
  margin-right: 0;
}

.text_new_middle__wrapper {
  display: flex;
  justify-content: space-between;
}

.text_new_cat a {
  color: #b88100;
  font-size: 0.75rem;
  border: solid 1px #b88100;
  border-radius: 4px;
  padding: 2px 4px;
  text-decoration: none;
  white-space: nowrap;
}

.text_new_cat a:hover {
  background-color: #b88100;
  color: #fff;
}

.text_new__title {
  margin-top: 8px;
  margin-bottom: 12px;
}

.text_new__title a {
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.popular__thumb {
  margin-bottom: 8px;
}

.wpp-thumbnail {
  width: 100%;
  margin: 0;
}

.badge-danger span {
  display: inline-block;
  border-radius: 100%;
  color: #b88100;
  margin-bottom: 8px;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
}

.badge-danger span::before {
  content: "＼";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: -4px;
  top: 0;
}

.badge-danger span::after {
  content: "／";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: -16px;
  top: 0;
}

.wpp-thumbnail {
  margin-bottom: 10px;
}

.popular__bottom {
  display: flex;
  flex-direction: column;
}

.text_more_btn__wrapper {
  text-align: end;
}

.text_more_btn__wrapper a {
  font-size: 0.75rem;
  background-color: #b88100;
  border: solid 1px #b88100;
  color: #fff;
  padding: 3px 20px 3px 10px;
  text-decoration: none;
  position: relative;
}

.text_more_btn__wrapper a:hover {
  color: #b88100;
  background-color: #fff;
}

.text_more_btn__wrapper a:after {
  content: "";
  background-image: url(../images/common/arrow_gold.png);
  background-size: 100%;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.text_pdf__wrapper {
  display: flex;
}

.text_pdf__item {
  width: calc(100% / 4 - 22.5px);
  margin-right: 30px;
}

.text_pdf__item:last-child {
  margin-right: 0;
}

/* PDFダウンロード */
.text_pdf__title {
  border: none;
  text-align: center;
  background-color: #cb000e;
  color: #fff;
  font-size: 1.125rem;
  padding: 10px;
  margin: 0;
}

.text_pdf__title::after {
  display: none;
}

.text_pdf__title__sub {
  padding: 10px;
  border: solid 1px #cb000e;
  font-weight: 600;
  text-align: center;
}

.text_pdf__arrow {
  margin: auto;
  padding: 10px;
  text-align: center;
}

.text_pdf__arrow img {
  width: 20px;
}

.text_pdf__bottom {
  width: 80%;
  margin: auto;
}

.text_pdf__pdf_img {
  margin-bottom: 20px;
}

.text_pdf__btn {
  width: 100%;
  background-color: #cb000e;
  border: solid 1px #cb000e;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  position: relative;
}

.text_pdf__btn:hover {
  color: #cb000e;
  background-color: #fff;
}

.text_pdf__btn::after {
  content: "";
  background-image: url(../images/common/arrow_main.png);
  background-size: 100%;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* 目次 */
body #toc_container {
  padding: 40px;
}

#toc_container a {
  color: #333;
}

.toc_list li {
  font-weight: bold;
  margin-bottom: 12px !important;
}

.toc_list li ul li {
  font-weight: normal;
  margin-bottom: 2px !important;
}

body .sub-section {
  display: block;
}

/* アーカイブページ */
.archive .text_new_middle__wrapper {
  flex-direction: column;
}

.archive a.page-numbers {
  border: solid 1px #b88100;
  padding: 5px 10px;
  border-radius: 50%;
  text-decoration: none;
  color: #b88100;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  text-align: center;
}

.archive a.page-numbers:hover {
  border: solid 1px #cb000e;
  background-color: #cb000e;
  color: #fff;
}

span.page-numbers.dots {
  display: block;
  padding: 6px 12px;
}

ul.page-numbers li span.page-numbers.current,
.archive span.page-numbers.current {
  padding: 5px 10px;
  background-color: #b88100;
  border-radius: 50%;
  color: #fff;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  text-align: center;
}

ul li span.page-numbers.dots {
  border: none;
}

a.next.page-numbers:hover,
a.prev.page-numbers:hover {
  opacity: 0.7;
  background: #fff;
  color: #b88100;
  border: none;
}

/* 記事一覧ページ */
.pagination_wrapper {
  display: flex;
  justify-content: center;
}

/* 記事詳細ページ */
span.entry-meta-item.entry-meta-item-author {
  display: none;
}

.text_new_date__wrapper {
  font-size: 0.75rem;
  display: flex;
}

.single .single_title {
  margin-bottom: 12px;
}

.single .text_new_middle__wrapper {
  margin-bottom: 32px;
}

.single footer.site-footer {
  padding-bottom: 0;
}

.gnavi__wrap {
  position: relative;
  z-index: 99;
}

/* ーーーーーーーーーーーーーーーーーーー

サイドバー

ーーーーーーーーーーーーーーーーーーーー*/
h4.stepmail_header {
  font-size: 1.125rem;
  padding: 10px;
  background: #008db4;
  color: #fff;
  border-radius: 0;
  margin-bottom: 0;
}

.stepmail_inner {
  padding: 20px 20px 2px 20px;
  background: #f4f4f4;
}

.stepmail_title {
  font-weight: bold;
  margin-bottom: 0;
}

.stepmail_text {
  font-size: 0.75rem;
  margin-bottom: 8px;
}

.stepmail_form__title {
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 0;
}

.stepmail_mailform {
  margin-bottom: 40px;
}

input.stepmail_btn,
.stepmail_btn {
  font-size: 1rem;
  background: #fced42 !important;
  color: #333;
  border: none;
  border-radius: 0;
  padding: 10px;
  font-weight: 600;
  width: 100%;
  margin-top: 20px;
}

input.stepmail_btn:hover,
.stepmail_btn:hover {
  opacity: 0.6;
  color: #333 !important;
}

.popular__bottom .text_new_cat a {
  margin-right: 2px;
}

.popular__bottom .kaigyo_top__date {
  white-space: nowrap;
}

/* -------------------------
記事ページ
---------------------------*/
ul {
  list-style: none;
  padding-left: 0;
}

blockquote {
  border-left: none;
  position: relative;
  border-top: 1px solid #b88100;
  border-bottom: 1px solid #b88100;
  padding: 40px 10px;
  margin-bottom: 30px;
}
blockquote:before {
  position: absolute;
  background-color: #ffffff;
  color: #b88100;
  font-family: "FontAwesome";
  content: "\f10d";
  line-height: 1;
  text-align: center;
  top: -20px;
  left: -10px;
  padding: 10px;
  font-size: 20px;
}

blockquote:after {
  position: absolute;
  right: -10px;
  bottom: -20px;
  background-color: #ffffff;
  padding: 10px;
  color: #b88100;
  font-family: "FontAwesome";
  content: "\f10e";
  line-height: 1;
  text-align: center;
  font-size: 20px;
}

blockquote cite {
  display: block;
  padding-right: 30px;
  font-size: 0.8rem;
  text-align: right;
  color: #808080;
}

.scroll {
  overflow: auto;
}

/* -------------------------
個別の記事ページ
---------------------------*/
.postid-5563 .wp-block-table th:nth-child(1) {
  width: 40%;
}

/* -------------------------
その他
---------------------------*/
body .global-nav-list > li .global-nav-name,
body .global-nav-list strong.global-nav-name {
  font-size: 0.875rem;
}

.section_cta a.vk_button_link.btn.has-background.has-vk-color-custom-1-background-color.btn-lg {
  color: #fff;
}

.section_cta a.vk_button_link.btn.has-background.has-vk-color-custom-4-background-color.btn-lg.btn-block {
  color: #fff;
}

aside.veu_relatedPosts.veu_contentAddSection {
  display: none;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  padding: 8px 4px;
}

.sns_insta img {
  width: 35px;
  height: 35px;
  margin-left: 20px;
}

@media (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ーーーーーーーーーーーーーーーーーーー

スマホ

ーーーーーーーーーーーーーーーーーーーー*/
@media screen and (max-width: 782px) {
  .page_title__kaigyoui {
    font-size: 2.2rem;
  }
  .page_title__kaigyoui_sub {
    font-size: 1rem;
  }
  .heading_lv1.kaigyoi_heading_lv1 {
    margin-bottom: 30px !important;
  }
  .intro_text__wrapper {
    margin-bottom: 40px;
  }
  .text_category__link {
    width: 100%;
  }
  .dropdown__lists,
  .text_category__item:hover .dropdown__lists {
    display: none;
  }
  li.text_new__item {
    width: 100%;
    margin-right: 0;
    display: flex;
  }
  .text_new__img,
  .popular__thumb {
    width: 40%;
    margin-right: 10px;
  }

   .text_new_middle,
  .popular__bottom {
    width: 56%;
  }
  .text_new_middle__wrapper {
    flex-direction: column;
  }
  .wpp-thumbnail {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .text_new__item,
  .text_popular__wrapper .wpp-list li {
    margin-bottom: 20px;
    border-bottom: solid 1px #cecece;
    padding-bottom: 20px;
  }
  .text_popular__wrapper .wpp-list li {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: row;
  }
  .text_pdf__wrapper {
    flex-wrap: wrap;
  }
  .text_pdf__item {
    width: 100%;
    margin-right: 0;
    padding-bottom: 42px;
    padding-top: 40px;
    border-bottom: solid 1px #cecece;
  }
  body #toc_container {
    padding: 40px 14px;
  }
  .search_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .search_form {
    width: 100%;
  }
}
