@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

/* 目次 */
.toc{
    margin-top: 20px;
}
.toc h2{
    margin: 10px;
}

h2.fd{
    all: initial;
    display: block;
    width: 100%;
    margin: 15px auto 30px auto;
    padding-bottom: 5px;
    font-size: 1.6rem;
    border-bottom: 2px double #772823;
}

h3.fd{
    all: initial;
    display: block;
    font-size: 1.3rem;
    border-left: 4px solid #772823;
    border-bottom: 1px solid #772823;
    padding-left: 10px;
    margin: 10px auto 20px auto;
}
h3:after{
    display: none;
}

.action{
    all: initial;
    position: relative;
    display: block;
    max-width: 816px;
    box-sizing: border-box;
    padding: 1.5em;
    margin: 10px auto 30px auto;
    background-color: steelblue;
    border-radius: 20px;
    color: white;
}

.action:before{
    position: absolute;
    top: 10px;
    left: 10px;
    content: "";
    background-image: url("https://life-trust.jp/wp/wp-content/uploads/2025/06/icon_action.png");
    background-size: contain;
    display: inline-block;
    width: 80px;
    height: 80px;
}

.action h4{
    all: initial;
    font-size: 1.2em;
    display: block;
    color: white;
    text-align: center;
    margin: 30px;
}

.action ul{
    list-style: square;
}

/* 特約付帯率テーブル */
#tb_futai, #tb_futai *{
    all: initial;
}
#tb_futai{
    display: block;
    width: 100%;
    overflow-x: scroll;
}
#tb_futai table{
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}
#tb_futai table tr{
    display: table-row;
}
#tb_futai table tr th,
#tb_futai table tr td{
    display: table-cell;
    border: 1px solid #666;
    padding: 8px 12px;
    white-space: nowrap;
}
#tb_futai table tr th{
    text-align: center;
    vertical-align: middle;
    background-color: whitesmoke;
}
#tb_futai table tr td{
    text-align: right;
}


/* ウィジェット　フッター上部のお問い合わせ */
.ft_contact_area, .ft_contact_area *{
    all: initial;
    display: block;
    box-sizing: content-box;
}
.ft_contact_area{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-around;
    width: 100vw;
    background-color: rgba(0,0,0,0.5);
    background-image: url(https://life-trust.jp/wpnew/wp-content/uploads/bg_header_bottom_1.jpg);
    background-position: center;
    background-size: cover;
    padding: 50px 10px;
    background-blend-mode: darken;
}
.ft_contact_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    width: fit-content;
    /* max-width: 560px; */
    margin: 20px;
    padding: 30px 10px;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 10px;
}
.ft_contact_left .caption{
    color: white;
    font-size: 22px;
    font-weight: bold;
}
.ft_contact_left .text{
    color: white;
}
.ft_contact_right .ft_bt_contact{
    width: fit-content;
    padding: 10px 20px;
    background-color: #8f302a;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}


/* カスタムCSSから転記
------------------------------------------------- */
.site-footer-copyright p:nth-child(2) {
    display:none;
}

body {
font-family: "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
    .site-body {
        padding: 0;
    }




section#faq.faq {
    padding: 0;
}


.site-body {
	padding-bottom: 0;
}


/* h2既存のスタイルを消す */
/* h2:where(:not(.wp-block-post-title)) {
    border-top: none;
    border-bottom: none;
} 

h2 {
	  text-align: center;
} */


/* リングホバー時明るくする */
  a:hover{
	 filter: brightness(1.2);
}


/* 常に表示のお問合せ */
/* .fixed-contact {
  position: fixed;
  bottom: 0px;
  right: 0px;
	width: 8%;
  z-index: 9999; 
}
.renraku_jiko {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}
.renraku_jiko a {
  flex: 1;
  margin: 15px 0;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background-color: white;
  border-left: 5px solid #772823;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.renraku_jiko a img {
  width: 60px;
  height: auto;
}
a.tel_contact {
  text-decoration: none;
  background-color: white;
  color: black;
  display: block;
  position: relative;
  padding: 10px 0;
  width: 600px;
  text-align: center;
  margin: auto;
  font-size: 1.2em;
  border-top: 5px solid darkred;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
} */
/* PC */
@media screen and (min-width: 781px) {
  /* .fixed-contact {
    top: 20% !important;
    right: 0 !important;
    left: auto !important;
		height: 50%;
  }
  .renraku_jiko {
    flex-direction: column;
    width: 100%;
    margin: 0;
  }
  .renraku_jiko a {
    width: 100%;
    margin: 0 !important;
  } */
}
/* スマホ */
@media screen and (max-width: 780px) {
  /* .fixed-contact {
    bottom: 0;
    left: 0;
    width: 85%;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
  }
  .renraku_jiko {
    width: 100%;
    flex-wrap: nowrap;
  }
  .renraku_jiko a {
    flex: 1;
    width: 33.33%;
    margin: 0 !important;
    padding: 0;
		border-top: 5px solid #772823;
		border-left: 0px;
  }
  .renraku_jiko a img {
    width: 80px !important;
  }
  #vk-mobile-nav-menu-btn {
    position: fixed !important;
    bottom: 0 !important;
    right: 0 !important;
    left: auto !important;
    top: auto !important;
    z-index: 9999;
    width: 15% !important;
    height: 102px !important;
    background-color: #772823;
    background-size: 34px 34px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    border-radius: 0;
    text-indent: -9999px;
  } */
}
/* ハンバーガーメニューの三本線 */
/* :root {
  --vk-mobile-nav-menu-btn-bg-src: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20d%3D%22M10%2025h80M10%2050h80M10%2075h80%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%2210%22%20stroke-linecap%3D%22butt%22/%3E%3C/svg%3E");
} */


/* フッター */
/* .site-footer {
	background-color: #f6f6f6;
	border-top: none;
	padding-bottom: 7rem;
	margin-top: -32px !important;
}
.footer-nav {
  background-color: #772823;
	padding: 3em 0;
	font-size: 0.9rem;
}
footer .footer-nav ul li a {
  color: #FFF !important;
}
.footer-nav-list li {
    border-right: 1px solid #fff;
}
.footer-nav-list li:first-child {
    border-left: 1px solid #fff;
}
@media (min-width: 1024px) {
.footer-nav {
    text-align: center;
}
}
@media (max-width: 1024px) {
.footer-nav-list li:first-child {
    border-left: 1px solid #772823;
}
} */