@charset "UTF-8";
/*
Theme Name: 大樹法律事務所
Theme URI: taiju-law.or.jp
Template: lightning
Description: 
Author: design-ya.atelire
Tags: 
Version: 0.6.0
*/
/* color palette */
h2 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 0.5em;
  border: none;
  padding-bottom: 0;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 0.5em;
  border: none;
  padding-bottom: 0;
}
h3::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  background: #106b39;
  margin-top: 0;
}

a {
  text-decoration: none !important;
}
a:hover {
  color: #106b39;
}

tbody tr td small {
  color: red;
}

ul li::marker {
  color: #106b39; /* マーカーの色 */
  font-size: 1.2em; /* サイズも調整可能 */
}

/* このDLだけに適用したい場合はクラスを付けて使う（例：<dl class="access-info">） */
dl dd {
  margin: 0 0 1.2em; /* ← ddの下に余白 */
}

/* 最後のddだけ余白なしにしたい場合 */
dl dd:last-of-type {
  margin-bottom: 0;
}

/* 楕円の囲いケイ線 */
.rounded-box {
  border: 3px solid #a8d8ff; /* 枠線：薄い水色 (#a8d8ff) */
  border-radius: 10px; /* 角丸 */
  padding: 16px; /* 内側の余白 */
  background-color: #fff; /* 背景色（必要に応じて変更） */
}

/* ヘッダー */
header#site-header {
  border-bottom: 2px solid #106b39;
}

/* ホーム */
.home .ltg-slide-text-set {
  position: absolute;
  top: 20%;
}
.home .ltg-slide-text-set h3 .ltg-slide-text-title {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 0em;
}
.home .ltg-slide-text-set .ltg-slide-text-caption {
  font-size: 1.8rem;
  line-height: 1.6;
}
.home .taiju_content_back_right {
  background: #fff;
  background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgb(213, 228, 220) 100%);
}
.home .taiju_content_back_left {
  background: #d5e4dc;
  background: linear-gradient(90deg, rgb(213, 228, 220) 0%, rgb(255, 255, 255) 50%);
}
.home .taiju_top_staff {
  width: 600px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.home .taiju_cta_butt_02 {
  border: 1px solid white;
  border-radius: 5px;
}
.home a .vk_button_link_txt {
  font-size: 1.5rem;
  font-weight: 900;
}
.home a .vk_button_link_subCaption {
  font-size: 1rem;
  font-weight: 400;
}
.home ul.home_blog_list li {
  display: flex;
  gap: 30px;
}
.home ul.home_blog_list li a {
  order: 2;
}
.home ul.home_blog_list li time {
  order: 1;
}

/* フッター */
footer.site-footer #block-14 {
  margin-bottom: 0;
}
footer.site-footer ul.footer_blog_list li {
  display: flex;
  flex-direction: column;
}
footer.site-footer ul.footer_blog_list li a {
  order: 2;
}
footer.site-footer ul.footer_blog_list li time {
  order: 1;
}
footer .site-footer-copyright p:nth-of-type(2) {
  display: none;
}
footer .taiju_footer_info .widget {
  margin-bottom: 0;
}
footer .taiju_footer_info p {
  position: relative;
}
footer .taiju_footer_info p a {
  display: inline-block;
}
footer .taiju_footer_info p.fa-icon_map {
  padding-left: 0rem;
}
footer .taiju_footer_info p.fa-icon_map::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url(/wp-content/themes/taiju-low2025/assets/img/icon_map.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 2px;
}
footer .taiju_footer_info p.fa-icon_phone {
  padding-left: 1.1rem;
}
footer .taiju_footer_info p.fa-icon_phone::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url(/wp-content/themes/taiju-low2025/assets/img/icon_phone.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 2px;
  left: 0;
}

/* ご相談の手順 */
.taiju_consultation_steps p {
  display: flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: center; /* 水平方向の中央揃え（任意） */
  border-radius: 1rem;
  height: 100px;
  position: relative;
}
.taiju_consultation_steps p::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  color: #2e4c2e;
  font-size: 40px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 1rem;
}
.taiju_consultation_steps p.taiju_consultation_steps_1::before {
  content: "1";
  font-size: 40px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 1rem;
}
.taiju_consultation_steps p.taiju_consultation_steps_2::before {
  content: "2";
  font-size: 40px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 1rem;
}
.taiju_consultation_steps p.taiju_consultation_steps_3::before {
  content: "3";
  font-size: 40px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 1rem;
}
.taiju_consultation_steps p.taiju_consultation_steps_4::before {
  content: "4";
  font-size: 40px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 1rem;
}
.taiju_consultation_steps p.taiju_consultation_steps_5::before {
  content: "5";
  font-size: 40px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 1rem;
}

/* ブログ */
.media-img {
  display: none;
}

/* スマホ用 */
@media (max-width: 768px) {
  .home .taiju_top_staff {
    width: 300px;
    grid-template-columns: repeat(2, 1fr);
  }
}/*# sourceMappingURL=style.css.map */