/*
Theme Name: x-t9-child
Template: x-t9
*/


.fbig1{font-size:1.2em;}
.fbig2{font-size:1.5em;}
.fbig3{font-size:2em;}
.fsmall{font-size:90%;}

.grey{color:#555555;}
.cler{clear:both;}

.moji2-1{font-size:2.2em;}
.media_tex_h h2{font-size:1.6em!important;}

@media screen and (max-width: 481px)  {/*SP*/
.fbig1{font-size:1.2em;}
.fbig2{font-size:1.4em;}
.fbig3{font-size:1.6em;}

.moji2-1{font-size:1.8em;}
}


@media screen and (min-width: 482px) {/*PC*/
.nonepc, .responsive-4col{display:none;}
}
@media screen and (max-width: 481px)  {/*SP*/
.nonemobi, .warap-col2{display:none;}
}
/*--------------------
基本設定
---------------------*/
.s5{margin-top:5px!important;}
.s10{margin-top:10px!important;}
.s20{margin-top:20px!important;}
.s30{margin-top:30px!important;}
.s40{margin-top:40px!important;}
.s50{margin-top:50px!important;}
.s60{margin-top:60px!important;}

.space0{margin-top:0px!important;}
.space10{margin-top:-10px!important;}
.space20{margin-top:-20px!important;}
.space30{margin-top:-30px!important;}
.space40{margin-top:-40px!important;}
.space50{margin-top:-50px!important;}
.space60{margin-top:-60px!important;}

.m_bottom1{margin-bottom:-30px!important;}}

@media screen and (min-width: 482px) {/*PC*/
.space-top1{margin-top:60px!important;}
.space-top2{margin-top:-50px!important;}
.space-top3{margin-top:60px!important;}

.padd1{padding-top:px!important;}
}
@media screen and (max-width: 481px)  {/*SP*/
	.space_mobi0{margin-top:0px!important;}
	.space_mobi10{margin-top:-10px!important;}
	.space_mobi20{margin-top:-20px!important;}
	.space_mobi30{margin-top:-30px!important;}
	
	.s10{margin-top:10px;}
	.s20{margin-top:20px;}
	.s30{margin-top:20px;}
	.s40{margin-top:20px;}
	.s50{margin-top:20px;}
	.s60{margin-top:20px;}
	
	.space-top-sp1{padding-top:20px!important;}
	.space-top-sp2{margin-top:10px!important;}
	.space-top-sp3{margin-top:px!important;}
	.padd1{padding-top:150px!important;}
}


/*+++++++++++++++++++++++

フロントページの不要な要素を消す

+++++++++++++++++++++++++*/
.none_all{display:none!important;}

/*リンクに下線を付ける*/
.btm-contact-link a{text-decoration:underline!important; color:#004aad;}
.btm-contact-link a:link{text-decoration:underline!important; color:#004aad;}
.btm-contact-link a:visited{text-decoration:underline!important; color:#004aad;}
.btm-contact-link a:hover{text-decoration:none!important; color:#004aad;}
.btm-contact-link a:active{text-decoration:underline!important; color:#004aad;}


/*+++++++++++++++++++++++

サブページのタイトル

+++++++++++++++++++++++++*/
.sub-title{
	/*background: linear-gradient(-135deg, #FFFFFF, #aaaaaa)!important;*/
	border-bottom:solid 6px #f6d500;
}
.sub-title h1, body.archive .wp-block-cover h1{font-size:2.2em!important;}

.has-bg-secondary-background-color{background: linear-gradient(-135deg, #FFFFFF, #aaaaaa)!important;}


@media screen and (min-width: 482px) {/*PC*/
.s50{margin-top:50px!important;}
.s100{margin-top:100px!important;}

.space01{margin-top:-65px!important;}
}
@media screen and (max-width: 481px)  {/*SP*/
.space01{margin-top:-65px!important;}
.space02{margin-top:-30px!important;}
}

/*+++++++++++++++++++++++

ヘッダメニュー

+++++++++++++++++++++++++*/
/*header .is-layout-constrained{
	background-color:#d9d9d9!important;
}*/
@media screen and (min-width: 482px) {/*PC*/
header .is-layout-constrained{
	padding-top:20px!important;
	padding-bottom:10px!important;
}


/*リンクの下線を消す*/
a.wp-block-navigation-item__content::after {display: none !important;}

/* 親メニュー（第一階層）のリンクを青に（背景色なし） */
.wp-block-navigation > .wp-block-navigation-item > .wp-block-navigation-item__content[href*="/service/"],
.wp-block-navigation > .wp-block-navigation-item > .wp-block-navigation-item__content[href*="/information/"],
.wp-block-navigation > .wp-block-navigation-item > .wp-block-navigation-item__content[href*="/conpany/"],
.wp-block-navigation > .wp-block-navigation-item > .wp-block-navigation-item__content[href*="/re/archives/category/news"] {
    color: #004aad !important;
    background-color: transparent !important;
}

/* 親メニュー ホバー時に下線と青色（背景色なし） */
.wp-block-navigation > .wp-block-navigation-item > .wp-block-navigation-item__content[href*="/service/"]:hover,
.wp-block-navigation > .wp-block-navigation-item > .wp-block-navigation-item__content[href*="/information/"]:hover,
.wp-block-navigation > .wp-block-navigation-item > .wp-block-navigation-item__content[href*="/conpany/"]:hover,
.wp-block-navigation > .wp-block-navigation-item > .wp-block-navigation-item__content[href*="/re/archives/category/news"]:hover {
    text-decoration: underline;
    color: #004aad !important;
    background-color: transparent !important;
}

/* 子メニュー（ドロップダウン）のリンクを白にし、背景色を赤に */
.wp-block-navigation-submenu .wp-block-navigation-item__content {
    color: #ffffff !important;
    background-color: #004aad !important;
}

/* 子メニューリンク ホバー時背景色を黄色に */
.wp-block-navigation-submenu .wp-block-navigation-item__content:hover {
    background-color: #00206e !important;
    color: #ffffff !important;
}

/* 子メニューの背景（ドロップダウン全体）は透明 */
.wp-block-navigation-submenu {
    background-color: transparent !important;
}

/* メニューリンク（資料請求・お問い合わせボタン） */
.link_btm_menu1 a {
    background-color: #004aad !important;
	border:solid 2px #004aad;
    border-radius: 6px;
    width: 150px !important;
    margin-left: 6px !important;
    text-align: center !important;
    text-decoration: none !important;
    color: #ffffff !important;
}

/* ホバー時も白色を維持 */
.link_btm_menu1 a:hover {
    color: #004aad !important;
    text-decoration: none !important;
	background-color: #FFFFFF !important;
}
/* メニューリンク（資料請求・お問い合わせボタン） */
.link_btm_menu2 a {
    background-color: #FFFFFF !important;
	border:solid 2px #004aad;
    border-radius: 6px;
    width: 150px !important;
    margin-left: 6px !important;
    text-align: center !important;
    text-decoration: none !important;
    color: #004aad !important;
}

/* ホバー時も白色を維持 */
.link_btm_menu2 a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
	background-color: #004aad !important;
}
.wp-block-navigation-item__content.is-current-page {
    color: #004aad !important;
}
}
header a{font-size:1.3em!important;}

header hr{display:none!important;}/*不要な罫線を消す*/

/*+++++++++++++++++++++++

フッターリンク

+++++++++++++++++++++++++*/

.foot-box{margin-top:-30px!important;}

.foot-box a{color:#1e110d!important;}
.foot-box a:link{color:#1e110d!important; text-decoration:none!important;}
.foot-box a:visited{color:#1e110d!important;}
.foot-box a:hover{color:#1e110d!important; text-decoration:underline!important;}
.foot-box a:active{color:#1e110d!important;}

.foot-box ul{
	list-style:none!important;
	margin-left:-25px!important;
	font-size:90%;
}
.foot-box ul li{margin-bottom:5px!important;}
.foot-box p{
	margin-bottom:0px!important;
	margin-top:10px!important;
}

/*カラム*/
.warap-col1 img{width:70%!important;}

/*フッターリンク　address*/
@media screen and (min-width: 482px) {/*PC*/
.foot-link p:nth-of-type(2){
	border-left:solid 1px #004aad;
	border-right:solid 1px #004aad;
	padding:0px 30px!important;
}
}
.foot-link p{padding:0px 20px!important;}
@media screen and (max-width: 481px)  {/*SP*/
.foot-link p{padding:0px 0px!important;}
}
.foot-link a:link{color:#004aad;}
.foot-link a:visited{color:#004aad;}
.foot-link a:hover{color:#004aad;}
.foot-link a:active{color:#004aad;}

address{
	/*color:#1e110d;*/
	font-style: normal;
}

.sp_foot_menu{
	padding-right:0px!important;
	padding-left:0px!important;
}



/*相談ボタン*/
.btm-soudan a{
	width:350px!important;
	padding-top:22px!important;
	padding-bottom:18px!important;
}
@media screen and (max-width: 481px)  {/*SP*/
.btm-soudan a{
	padding-bottom:22px!important;
}
}


/*+++++++++++++++++++++++
TOPページ
+++++++++++++++++++++++++*/
.head-warap .text1, .head-warap .text2{font-size:1.8em;}
.head-warap .text2{
	background-color:#FFFFFF;
	color:#004aad;
	padding:3px 14px!important;
}
.head-warap .text3{font-size:5em; margin-left:-48px!important;}
@media screen and (max-width: 481px)  {/*SP*/
.head-warap .text1, .head-warap .text2{font-size:1.2em;}
.head-warap .text3{font-size:4em; margin-left:-35px!important;}
}

/*LFABとは？*/
.box-about .smb-items__item{
	background-color:#FFF!important;
	padding:10px 10px 20px 10px!important;
}

/*ボタン*/
.check-image{
	background-image:url(https://lifefab.co.jp/re/wp-content/uploads/2025/07/check.png);
	background-repeat:no-repeat;
	padding-left:70px!important;
}
.check-image2::before {
    content: "";
    display: inline-block;
    width: 57px;
    height: 58px;
    margin-right: 10px; /* テキストとの間隔 */
    background-image: url('https://lifefab.co.jp/re/wp-content/uploads/2025/07/check.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

/*+++++++++++++++++++++++
サービス
+++++++++++++++++++++++++*/
.box-service .smb-items__item{
	background-color:#f9f9f9!important;
	padding-top:20px!important;
	padding-bottom:20px!important;
}

/* 項目が1つのとき中央寄せ */
.box-service .c-row.c-row--margin {
    justify-content: center !important;
}

/*項目白背景*/
.komoku-siro .smb-items__item{
	background-color:#FFFFFF!important;
	padding-top:20px!important;
	padding-bottom:20px!important;
}

/*+++++++++++++++++++++++
サービス
+++++++++++++++++++++++++*/
.box-koramu .vk_post{
	background-color:#FFFFFF!important;
	padding:20px!important;
}


/*+++++++++++++++++++++++
退職⾦年⾦管理
+++++++++++++++++++++++++*/
/*ご利用の流れ*/
.flow-box p:nth-of-type(1){
	color:#FFFFFF;
	font-size:1.4em;
	border:solid 2px #004aad;
	background-color:#004aad;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
	padding:20px 15px;
	display: flex;
	justify-content: center; /* 左右中央 */
	align-items: center;     /* 上下中央 */
	height: 100%;            /* 高さ指定が必要ならここも調整 */
	margin: 0;               /* 上下左右の余白リセット */
	text-align: center;      /* テキストを中央に揃える */
}
.flow-box p:nth-of-type(2){
	color:#004aad;
	border:solid 2px #004aad;
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;
	padding:20px 15px 20px 40px;
	/*margin-left:25px;*/
}

/*質問*/
.faq-box .smb-accordion__item__title{
	background-color:#ededed!important;
	padding:20px 10px!important;
	font-weight:bold;
}


/*ロゴマークのサイズ調整*/
.rogo-head{padding:20px 0px 20px 0px!important;}
.rogo-head img{width:280px!important;}
@media screen and (max-width: 481px)  {/*SP*/
.rogo-head{padding:10px 0px 10px 0px!important;}
.rogo-head img{width:200px!important;}
}


@media screen and (max-width: 481px)  {/*SP*/
.flow-box p:nth-of-type(1){
	font-size:1.2em;
	padding:20px 10px;
}
.flow-box p:nth-of-type(2){
	padding:20px 10px;
	margin-left:10px;
}
}

/*+++++++++++++++++++++++
会社概要
+++++++++++++++++++++++++*/
.member-box h3{
	margin-top:20px!important;
	border-left:solid 6px #f6d600;
	padding-left:10px!important;
}

/*+++++++++++++++++++++++
ボタンスタイル
+++++++++++++++++++++++++*/
/*トップボタン*/
.btm-soudan-icon a::after{
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    /*margin-right: 10px;*/
    background-image: url('https://lifefab.co.jp/re/wp-content/uploads/down-ao-scaled30.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
}
/*ダウンロード*/
.btm-siryou a::before{
    content: "";
    display: inline-block;
    width: 30px;
    height: 31px;
    margin-right: 10px;
    background-image: url('https://lifefab.co.jp/re/wp-content/uploads/icon1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
}
/*ダウンロード2*/
.btm-siryou-dl a::after{
    content: "";
    display: inline-block;
    width: 30px;
    height: 31px;
    margin-left: 10px;
    background-image: url('https://lifefab.co.jp/re/wp-content/uploads/down-siro-scaled.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
}
/*専門家に相談*/
.btm-senmon a::before{
    content: "";
    display: inline-block;
    width: 30px;
    height: 35px;
    margin-right: 10px;
    background-image: url('https://lifefab.co.jp/re/wp-content/uploads/icon2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
}


/*+++++++++++++++++++++++
フォーム設定
+++++++++++++++++++++++++*/
.form-box{padding:30px!important;}

.table-box{
	margin-bottom:0px!important;
	padding-bottom:0px!important;
}
/*送信ボタンの余白調整*/
.space_form{margin-top:-20px!important;}
.contentROW{
	margin-bottom:10px!important;
}
.hissu{
	background-color:#ff0000;
	border-radius:3px;
	margin-left:5px!important;
	padding:2px 5px!important;
	font-size:70%!important;
	color:#FFFFFF;
}
.col1 {height:40px!important;}

/*確認画面*/
.table-box_confirmation .contentROW{
	display:table;
	width: 100%;
}
.table-box_confirmation .cell_box {
  display: table-cell;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-size:90%;
}
.table-box_confirmation .cell_box:nth-of-type(1){
	width:20%;
}
.table-box_confirmation .cell_box:nth-of-type(2){
	width:80%;
	border-left:solid 1px #CCCCCC;
}
.table-box_confirmation .hissu, .table-box_confirmation br{display:none;}

/*送信ボタンの装飾*/
.submit-btm{
	background-color:#004aad;
	border-radius:6px;
	font-size:1.2em;
	font-weight:bold;
	color:#FFFFFF;
	display: block;
	margin: 0 auto;
}

.table-box_confirmation .modoru{
	background: linear-gradient(#EEEEEE, #c1c1c1);
	border-radius:6px;
	border:solid 1px #CCCCCC;
}
.table-box_confirmation input[type="submit"]{
	background: linear-gradient(#ff8d8d, #b80000);
	border-radius:6px;
	border:solid 1px #b80000;
}
.btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; /* 横方向の中央揃え */
  margin-top:20px;
}
.btn-wrapper input, .submit-btm {
	width:200px;
	height:60px;
	font-size:1.2em;
	margin-bottom:10px;
}




