/*===============================================================*/
/* ページレイヤー（トップページCSS）
/*===============================================================*/
/*変数登録*/
.p-top{
	--bg-grad:url(../images/top/top_consultant_bg.png);
}
/*---------------------------*/
/*トップページ：レイアウトレイヤ調整
/*---------------------------*/
.p-top .l-main{
	margin-bottom: 0;
}

/*---------------------------*/
/*トップページ：キービジュアル（swiperスライドショー）
/*---------------------------*/
.p-top_keyvidual{
	display: block;
	position: relative;
}
.p-top_keyvidual .c-swiper_pagenation{
	display: flex;
	flex-direction: row;
	justify-content: center;
	left: 0;
	right:0;
	bottom: 16px;
	margin: 0 auto;
}


/*トップページ：ログインボックス（フレーム）*/
.p-top_keyvidual_login{
	display: block;
	height: 480px;
	width: 340px;
	position: absolute;
	top:50%;
	right: calc((100% - 1200px)/2 + 40px);
	transform: translateY(-50%);
	z-index: 1;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
}

/*---------------------------*/
/*トップページ：ログインボックス
/*---------------------------*/
.p-top_keyvidual_login .o-loginBox_wrap{
	border: 0;
	padding: 8px 24px;
}

/*各ボックス > ログインボタン*/
.p-top_keyvidual_login .c-btnLinkRow{
	width: 100%;
	justify-content: center;
	margin-top: 8px;
	height: unset;
	/*ボタンデザイン*/
	border: none;
}

.p-top_keyvidual_login .o-loginBox__partition{
	margin: 3px 8px;
}

.p-top_keyvidual_login .c-btnLinkRow,
.p-top_keyvidual_login .c-btnLink{
	max-height: 33px;
}

.p-top_keyvidual_login .o-loginBox__relations{
	padding: 6px 0px;
}


/*各ボックス > その他リンク*/
.o-loginBox__corp + .p-top_login__other{
	margin-top: 0px;
	background-color: rgba(255,255,255,0.8);
	text-align: center;
}

.p-top_login__other .c-textLinkIcon{
	font-size: 1.4rem;
}

.p-top_login__other__important .c-textLinkIcon__icon{
	background-image: var(--icon_caution__color)
}


@media screen and (max-width:1200px){
	.p-top_keyvidual_login{
		right: 0;
	}
}

@media screen and (max-width:814px){
	.p-top_login{
		display: none;
	}

	.p-top_keyvidual .swiper-slide{
		width: 100%;
	}

	.p-top_keyvidual a,
	.p-top_keyvidual .swiper-slide span{
		display: block;
		/*overflow: hidden; iOS　16.3 Safariのバグ対応でコメントアウト*/
		position: relative;
		padding-top: calc(500 / 720 * 100%);
		width: 100%;
		height: 100%;
	}

	.p-top_keyvidual .swiper{
		/*overflow: visible;*/
		padding-bottom: 24px;
	}

	.p-top_keyvidual .c-swiper_pagenation{
		bottom: 0px;
	}

	.p-top_keyvidual a img,
	.p-top_keyvidual span img{
		position: absolute;
		top:0;
		left:-4%;
		object-fit: unset;
		height: inherit;
		width: auto;
		max-width: unset;
	}
}

/*---------------------------*/
/*トップページ：重要なお知らせ
/*---------------------------*/
.p-top_important{
	margin-top: 16px;
}

/*リスト*/
.p-top_important__listbox{
	list-style: none;
	margin: 0;
	padding: 1em;
}

.p-top_important__list{
	list-style: none;
	margin: 0;
}

.p-top_important__link{
	display: inline;
	color:#C40018;
	font-size: 1.5rem;
}

a.p-top_important__link[target=_blank]:after{
	content:"";
	display: inline-block;
	height: 1em;
	width: 1em;
	background-image: var(--icon-gaibu__red);
	background-size: 80%;
	background-repeat: no-repeat;
	margin-left: 0.5em;
}

a.p-top_important__link[href$=".pdf"]:after{
	content:"";
	display: inline-block;
	height: 1em;
	width: 1em;
	background-image: var(--icon-pdf__red);
	background-size: 93%;
	background-repeat: no-repeat;
	margin-left: 0.5em;
}

.p-top_important__list:not(:nth-of-type(1)){
	margin-top: 8px;
}

/*タブレット以上サイズ*/
@media screen and (min-width:1201px){
	.p-top_important{
		max-width: 1200px;
		min-height: 85px;
	}

}

/*スマホサイズ以下*/
@media screen and (max-width:814px){
	.p-top_important{
		margin-bottom: 64px;
	}
}



/*---------------------------*/
/*トップページ：よく見られているメニュー
/*---------------------------*/
.p-top_popular{
	margin-bottom: 100px;
}

/*よく見られているメニュー > 見出し*/
.p-top_popular__midashi{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap:8px;
	text-align: center;
	font-size: 2.2rem;
	color:#E50012;
	font-weight: bold;
}

.p-top_popular__midashi::before{
	display: inline-block;
	content: "";
	background-image: var(--icon_shiori__red);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 25px;
	height: 25px;
}


/*よく見られているメニュー > リンクボックス*/
.p-top_popular_linkbox{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap:25px;
	/*リスト打消し*/

	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

/*よく見られているメニュー > リンクアイテム*/
.p-top_popular_links__item{
	/*リスト打消し*/
	margin: 0;
	list-style: none;
}

/*よく見られているメニュー > リンク*/
.p-top_popular__link{
	width: 100%;
	height: calc(100% - 8px); /*buttonレイアウトの影の分*/
}

.p-top_popular__link.c-btnLinkCol{
	min-height: 120px;
	justify-content: center;
}

.p-top_popular__link.c-btnLinkCol .c-btnLinkCol__icon{
	width: 70px;
	height: 70px;
}

.p-top_popular__link.c-btnLinkCol.this-kouza .c-btnLinkCol__icon{
	max-width: 40px;
	max-height: 40px;
	background-image: var(--icon_wakaba__red);
}

.p-top_popular__link.c-btnLinkCol.this-pin .c-btnLinkCol__icon{
	max-width: 40px;
	max-height: 40px;
	background-image: var(--icon_pin__red);
}

.p-top_popular__link.c-btnLinkCol.this-saginApp .c-btnLinkCol__icon{
	width: 60%;
	height: 100%;
	max-height: 100px;
	background-image: url(../image/icon_saginApp.png);
}

.p-top_popular__link.c-btnLinkCol.this-card .c-btnLinkCol__icon{
	width: 60%;
	max-width: 160px;
	height: 100%;
	max-height: 60px;
	background-image: url(../image/img_davidcardJCB.png);
}



/*PC用表示*/
@media screen and (min-width:1201px){
	/*よくみられているメニュー */
	.p-top_popular{
		max-width: 1200px;
	}
}


@media screen and (min-width:815px){
	/*よくみられているメニュー */
	.p-top_popular{
		margin-top: 100px;
		margin-bottom: 160px;
		max-width: 1200px;
	}

	/*よくみられているメニュー > 見出し*/
	.p-top_popular__midashi{
		font-size: 2.2rem;
		margin-bottom: 18px;
	}


	/*よく見られているメニュー > リンクアイテム*/
	.p-top_popular_links__item{
		width: 100%;
		max-width: calc(100% / 4);
	}

	/*よく見られているメニュー > リンク > アイコン*/
	.p-top_popular__link.c-btnLinkCol .c-btnLinkCol__icon{
		 width: 70px;
		 height: 70px;
	}
}

@media screen and (max-width:814px){
	/*よくみられているメニュー */
	.p-top_popular{
		margin-top: 36px;
	}

	/*よくみられているメニュー > 見出し*/
	.p-top_popular__midashi{
		font-size: 2.2rem;
		margin-bottom: 18px;
	}

	/*よく見られているメニュー > リンクボックス*/
	.p-top_popular_linkbox{
		flex-wrap: wrap;
		grid-gap: 10px;
		margin-bottom: 10px
	}

	/*よく見られているメニュー > リンクアイテム*/
	.p-top_popular_links__item{
		width: calc((100% - 10px) / 2);
	}

	/*よく見られているメニュー > リンク > アイコン*/
	.p-top_popular__link.c-btnLinkCol .c-btnLinkCol__icon{
		 width: 60px;
		 height: 60px;
	}
}


/*---------------------------*/
/*トップページ：個人向けコンサルティングサービス
/*---------------------------*/
/*トップページ：個人向けコンサルティングサービス*/
.p-top_consultant{
	width: 100%;
	margin-bottom: 100px;
	position: relative;
}

.p-top_consultant::before{
	content: "";
	display: block;
	width: 60%;
	height: 100%;

	position: absolute;
	left: 0;
	top:0;
	background-image: var(--bg-grad);
	background-repeat: repeat;
	background-position: right 100%;
	background-size: auto 200%;
	opacity: 0.4;
	z-index: -1;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}


/*トップページ:テキスト部分 > レイアウト*/
.p-top_consultant_desk__inner{

}

/*トップページ:テキスト部分 > 見出し*/
.p-top_consultant__midashi{
	display: inline-block;
	margin: 0 auto;
	background-color: #FFF;
	border: #ADADAD solid 1px;
	border-radius: 1.5em;
	font-weight: bold;
	font-size: 1.4rem;
	padding: 0.5em 1.5em ;
	text-align: center;
}

/*トップページ:テキスト部分 > キャッチコピー*/
.p-top_consultant__catchcopy{
	font-weight: bold;
	font-size: 2.8rem;
}

/*トップページ:テキスト部分 > コメント*/
.p-top_consultant__comment{
	font-weight: bold;
	font-size: 1.5rem;
	color: #333333;
}


/*トップページ:テキスト部分 > リンク*/
.p-top_consultant__link{
	font-size: 1.8rem
}

.p-top_consultant__link .c-textLinkIcon{
	text-decoration: none;
}

.p-top_consultant__link .c-textLinkIcon__icon{
	background-image:var(--icon_maruYajirushiRight__black);
}

/*PCのみレイアウト*/
@media screen and (min-width:1201px){
	/*トップページ：個人向けコンサルティングサービス*/
	.p-top_consultant{
		display: flex;
		flex-direction: row;
		padding: 60px 0;
		margin-bottom: 160px;
	}


	/*トップページ:テキスト部分*/
	.p-top_consultant_desk{
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		width: 40%;
	}

	.p-top_consultant_desk__inner{
		width: calc((1600px * 0.3) - 36px);
	}

	/*トップページ:テキスト部分 > コメント*/
	.p-top_consultant__midashi{
		margin-bottom: 1em;
	}

	/*トップページ:テキスト部分 > キャッチコピー*/
	.p-top_consultant__catchcopy{
		margin-bottom: 8px;
	}

	/*トップページ:テキスト部分 > コメント*/
	.p-top_consultant__comment{
		margin-bottom: 4em;
	}


	/*トップページ:テキスト部分 > リンク*/
	.p-top_consultant__link{
		font-size: 1.8rem
	}

}


@media screen and (max-width:1200px){
	/*トップページ：個人向けコンサルティングサービス*/
	.p-top_consultant{
		padding: 60px 2%;
	}

	.p-top_consultant::before{
		width: 100%;
		height: 100%;
		left: 0;
		top:0;
	}
}

/*タブレットのみレイアウト*/
@media screen and (max-width:1200px) and (min-width:815px){
	.p-top_consultant_desk__inner {
		display: grid;
		grid-auto-rows: 1fr;
		grid-template-columns: 0.65fr 0.35fr;
		grid-template-rows: auto auto auto;
		gap: 10px 10px;
		grid-template-areas:
		"top_consultant__midashi   top_consultant__link"
		"top_consultant__catchcopy top_consultant__link"
		"top_consultant__comment   top_consultant__link";
		margin-bottom: 30px;
	}
	.p-top_consultant__midashi {
		grid-area: top_consultant__midashi;
		margin-left: 0;
	}
	.p-top_consultant__catchcopy {
		grid-area: top_consultant__catchcopy;
		font-size: 2.4rem;
	 }
	.p-top_consultant__catchcopy br{
		display: none;
	}
	.p-top_consultant__comment {
		grid-area: top_consultant__comment;
		font-size: 1.4rem;
	}
	.p-top_consultant__link {
		display: inline-flex;
		align-items: center;
		grid-area: top_consultant__link;
	}

}

/*スマホのみレイアウト*/
@media screen and (max-width:814px){
	/*トップページ：個人向けコンサルティングサービス*/

	.p-top_consultant::before{
		background-position: right 33% top 80%;
	}

	.p-top_consultant_desk__inner{
		text-align: center;
	}

	.p-top_consultant__midashi{
		margin-bottom: 1em;
	}

	.p-top_consultant__catchcopy{
		font-size: 2.2rem;
		margin-bottom: 0.5em;
	}

	.p-top_consultant__comment{
		font-size: 1.4rem;
		line-height: 2.0em;
	}

	.p-top_consultant__link{
		display: inline-block;
		margin: 24px 0;
		font-size: 1.6rem;
	}
}



/*---
  トップページ：個人向けコンサルティングサービス > Swiper設定
--*/
/*ベース要素*/
.p-top_consultant_swiper__box{
}

/*アイテム1つ分*/
.p-top_consultant_swiper_item{
	padding: 10px;
	width: 100%;
	margin: 0 auto;
}

/*リンクボタン*/
.p-top_consultant_swiper__link{
	display: flex;
	flex-direction: column;
	width: 100%;
	text-decoration: none;
	color: #1964AC;
	font-weight: bold;
	border-radius: 7px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	opacity: 1;
	transition: opacity 0.3s;
}

.p-top_consultant_swiper__link:hover{
	opacity: 0.6;
}



/*サムネイル wrapper*/
.p-top_consultant_swiper__imagewrap{
	overflow: hidden;
	width: 100%;
	font-size: 0;
}

/*サムネイル*/
.p-top_consultant_swiper_item__thum{
	object-fit: unset;
	max-height: unset;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 7px 7px 0px 0px;
}

/*タイトル*/
.p-top_consultant_swiper_item__title{
	position: relative;
	bottom: 0;
	display: block;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding-right: 1.0em;
	border-radius: 0px 0px 7px 7px;
}

/*リンクアイコン*/
.p-top_consultant_swiper_item__title:after{
	content: "";
	font-weight: bold;
	display: inline-block;
	background-image: url(../images/top/top_consultant_icon__arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

/*テキスト*/
.p-top_consultant_swiper_item__label{
}

/*アイコン*/
.p-top_consultant_swiper_item__icon{
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 0.5em;
}


/*アイコン > 住宅購入*/
.this-myhome .p-top_consultant_swiper_item__icon{
	background-image: url(../images/top/top_consultant_icon__myhome.svg);
}

/*アイコン > 教育資金*/
.this-kyouiku .p-top_consultant_swiper_item__icon{
	background-image: url(../images/top/top_consultant_icon__kyouiku.svg);
}

/*アイコン > セカンドライフ*/
.this-secondlife .p-top_consultant_swiper_item__icon{
	background-image: url(../images/top/top_consultant_icon__secondlife.svg);
}

/*アイコン > 結婚*/
.this-marriage .p-top_consultant_swiper_item__icon{
	background-image: url(../images/top/top_consultant_icon__marriage.svg);
}

/*アイコン > 就職*/
.this-work .p-top_consultant_swiper_item__icon{
	background-image: url(../images/top/top_consultant_icon__work.svg);
}

/*アイコン > 相続*/
.this-souzoku .p-top_consultant_swiper_item__icon{
	background-image: url(../images/top/top_consultant_icon__souzoku.svg);
}

/*swiper > ページャ*/
/*swiper > ページャ > 次へ*/
.p-top_consultant_swiper{
	position: relative;
}

.p-top_consultant_swiper__naviNext{
	position: absolute;
	left: -25px;
	width: 55px;
	height: 55px;
	background-image: url(../images/top/top_consultant_swiper_navi.png);
}

.p-top_consultant_swiper__naviNext:after{
	display: none;
}

/*swiper > ページャ > 前へ*/
.p-top_consultant_swiper__naviPrev{
	position: absolute;
	right: -25px;
	width: 55px;
	height: 55px;
	background-image: url(../images/top/top_consultant_swiper_navi.png);
	transform: rotate(180deg);
}

.p-top_consultant_swiper__naviPrev:after{
	display: none;
}


/*Swiper PC表示時*/
@media screen and (min-width:1201px){
	/*アイテム1つ分*/
	.p-top_consultant_swiper_item{
		max-width: 350px;
	}

	/*リンクボタン*/
	.p-top_consultant_swiper__link{
		height: 300px;
		font-size: 2.00rem;
	}

	/*サムネイル wrapper*/
	.p-top_consultant_swiper__imagewrap{
		max-width: 350px;
		max-height: 250px;
	}

	/*タイトル*/
	.p-top_consultant_swiper_item__title{
		height: 60px;
		line-height: 60px;
	}

	/*リンクアイコン*/
	.p-top_consultant_swiper_item__title:after{
		height: 0.6em;
		width: 0.6em;
		right:10px;
	}

	/*アイコン*/
	.p-top_consultant_swiper_item__icon{
		width: 1.20em;
		height: 1.20em;
		margin-right: 0.5em;
		position: relative;
		top:3px;
	}

	.p-top_consultant_swiper{
		position: relative;
		width: 60%;
	}

	/*swiper > ページャ*/
	.p-top_consultant_swiper{
		/*overflow: visible;*/
	}


	/*swiper > ページャ > 前へ*/
	.p-top_consultant_swiper__naviPrev{
		display: none;
	}

	/*swiper > ページャ > まるぽち*/
	.p-top_consultant_swiper__pagenation.swiper-pagination{
		width: auto;
		position: absolute;
		bottom: -30px
	}
}

/*Swiper タブレット表示時*/
@media screen and (max-width:1200px){
	/*タイトル*/
	.p-top_consultant_swiper_item__title{
		height: 40px;
		line-height: 40px;
	}

	/*リンクアイコン*/
	.p-top_consultant_swiper_item__title:after{
		height: 0.6em;
		width: 0.6em;
		right:10px;
	}

	/*アイコン*/
	.p-top_consultant_swiper_item__icon{
		width: 1.20em;
		height: 1.20em;
		margin-right: 0.5em;
		position: relative;
		top:3px;
	}

	/*swiper > ページャ > 次へ*/
	.p-top_consultant_swiper__naviNext{
		position: absolute;
		right: unset;
		left: 0px;
	}

	/*swiper > ページャ > 前へ*/
	.p-top_consultant_swiper__naviPrev{
		position: absolute;
		right: 0px;
		left: unset;
	}

	/*swiper > ページャ > まるぽち*/
	.p-top_consultant_swiper__pagenation.swiper-pagination{
		width: auto;
		position: absolute;
		bottom: -30px;
		right:0;
		left: 0;
	}
}

/*Swiper SP表示時*/
@media screen and (max-width:814px){
	/*タイトル*/
	/*アイテム1つ分*/
	.p-top_consultant_swiper_item{
		max-width: 400px;
	}

	/*タイトル*/
	.p-top_consultant_swiper_item__title{
		height: 60px;
		line-height: 60px;
	}
}




/*---------------------------*/
/*トップページ：商品・サービス
/*---------------------------*/
.p-top_service{
	margin-bottom: 100px;
}

.p-top_service__midashi{
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;

	/*reset*/
	padding: unset;
	background-color: unset;
}

@media screen and (min-width:1201px){
	.p-top_service{
		margin-bottom: 160px;
	}
}

@media screen and (max-width:1200px){
	.p-top_service{
		width: 98%;
		margin: 0 auto;
		margin-bottom: 100px;
	}

	.p-top_service__midashi{
		font-size: 1.9rem;
	}
}



/*---------------------------*/
/*トップページ：おすすめ情報
/*---------------------------*/
.p-top_recommend{
	padding-top: 36px;
	margin-bottom: 100px;
	background-color: #F4F4F4;
	font-size: 0;/*謎余白ハック*/
}

.p-top_recommend__midashi{
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;

	/*reset*/
	padding: unset;
	background-color: unset;
}

.p-top_recommend__link{
	display: block;
	background-color: #E2E2E2;
	text-decoration: none;
	opacity: 1;
	color: #000;
	text-align: center;
	line-height: 60px;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: bold;
	transition: opacity 0.3s;
}

.p-top_recommend__link::before{
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	background-image:var(--icon_maruYajirushiRight__black);
	background-size: 100%;
	background-repeat: no-repeat;
	margin-right: 1.5em;
	vertical-align: text-bottom;
}

.p-top_recommend__link:hover{
	opacity: 0.6;
}

.p-top_recommend_swiper{
	margin-bottom: 36px;
	padding-bottom: 10px;
}

.p-top_recommend_swiper__box{

	margin: 0px;
	padding: 0px;
}

.p-top_recommend_swiper__item{
	margin: 0;
	width: 300px;
	list-style: none;
}

.p-top_recommend_swiper__naviNext,
.p-top_recommend_swiper__naviPrev{
	color: #606060;
	font-weight: bold;
	opacity: 0:
}

.p-top_recommend_category{
	display: inline-block;
	opacity:0;
	color: #FFF;
	background-color: #000;
	padding: 5px 1em;
	border-radius: calc( 1em + 5px );
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 1.0em;
	position: relative;
	top: 12px;
}

.p-top_recommend_category:not(.this-kojin):not(.this-houjin):before{
	display: block;
	content: "　";/*高さ稼ぎ*/
	width: 100px;
}

.p-top_recommend_category.this-kojin{
	background-color: #E50012;
	opacity:1;
}

.p-top_recommend_category.this-houjin{
	background-color: #3399CC;
	opacity:1;
}

.p-top_recommend_thum{
	border-radius: 5px;
	overflow: hidden;
	margin-top: 16px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

@media screen and (min-width:1201px){
	.p-top_recommend{
		margin-bottom: 160px;
	}
}

@media screen and (max-width:1200px){
	.p-top_recommend{
		margin: 0 auto;
		margin-bottom: 100px;
	}

	.p-top_recommend__midashi{
		font-size: 1.9rem;
	}
}

/*---------------------------*/
/*トップページ：ニュースリリース・お知らせ
/*---------------------------*/
.p-top_info{
	margin-bottom: 100px;
}

.p-top_info__midashi{
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
	/*打ち消し*/
	padding: 0;
	background-color: transparent
}

.p-top_info__midashi:after{
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background-color: #DDD;
	margin: 0 auto;
	margin-top: 8px;
}

.this-news .p-top_info__midashi:after{
	background-color: #E50012;
}

.this-info .p-top_info__midashi:after{
	background-color: #0076CE;
}

.p-top_info__link{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 15px;
	text-align: center;
	border: solid 2px #DDD;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	background:#FFF;
	transition: background 0.3s,color 0.3s;
}

.p-top_info__link:before{
	content: "";
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 1em;
}


.this-news .p-top_info__link{
	border: solid 2px #E50012;
}

.this-news .p-top_info__link:before{
	background-image: var(--icon_maruYajirushiRight__red);
}

.this-info .p-top_info__link{
	border: solid 2px #0076CE;
}

.this-info .p-top_info__link:before{
	background-image: url(../images/top/top_news_icon_index__info.svg);
}



@media screen and (min-width:1201px){
	.p-top_info_box{
		padding: 10px;
	}
}

@media screen and (min-width:815px){

	.p-top_info_box{
		width: 49%;
	}

	.p-top_info{
		max-width: 1200px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.this-news .p-top_info__link:hover{
		background-color: var(--color-red);
		color: #FFF;
		font-weight: bold;
	}

	.this-news .p-top_info__link:hover:before{
		background-image: var(--icon_maruYajirushiRight__white__red);
	}

	.this-info .p-top_info__link:hover{
		background-color: #0076CE;
		color: #FFF;
		font-weight: bold;
	}

	.this-info .p-top_info__link:hover:before{
		background-image: url(../images/top/top_news_icon_index__info__white.svg);
	}
}

@media screen and (max-width:814px){
	.p-top_info_box{
		width: 100%;
	}

	.p-top_info_box + .p-top_info_box{
		margin-top: 72px;
	}
}


/*---------------------------*/
/*トップページ：バナー
/*---------------------------*/

.p-top_banner{
	position: relative;
	max-width: 1200px;
	margin-bottom: 80px;
	padding-top: 36px;
	padding-bottom: 36px;
}

.p-top_banner_swiper__link{
	line-height: 100%;
	vertical-align: top;
}

.p-top_banner_swiper__img{
	/*border: solid 1px #BDBDBD;*/
}

@media screen and (min-width:815px){
	.p-top_banner_swiper__box{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.p-top_banner_swiper__item{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap:20px;

		flex-shrink: unset;
		width: calc( ( 100% - ( 10px * 4 ) ) / 4);
		text-align: center;
	}

	.p-top_banner_swiper__pagenation{
		display: none;
	}
}

@media screen and (max-width:814px){
	.p-top_banner_swiper__item{
		text-align: center;
	}

	.p-top_banner_swiper__link{
		display: inline-block;
		margin-bottom: 8px;
	}

	/*swiper > ページャ > まるぽち*/
	.p-top_banner_swiper__pagenation .swiper-pagination-bullet{
		background: #FFF;
		border: solid 1px #999999;
		opacity: 1;
		margin: 0 0.5em !important;/*swiper.cssの上書き*/
	}

	.p-top_banner_swiper__pagenation .swiper-pagination-bullet-active{
		background: #000;
	}
}



/*---------------------------*/
/*検索フォーム
/*---------------------------*/

.p-top_searchForm{
	display: block;
	position: fixed;
	right: 70px;
	bottom: 50px;
	z-index: 10;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.p-top_searchForm__closebtn{
	position: absolute;
	top:-15px;
	right: 3px;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 32px;
	vertical-align: middle;
	text-align: center;
	border-radius: 50%;
	background: #000;
	color: #FFF;
	font-weight: bold;
	font-size: 2.4rem;
	cursor: pointer;
}

.p-top_searchForm__box{
	background-color: var(--color-lightPink);
	padding: 20px;
	border-radius: 5px;
}

.p-top_searchForm__midashi{
	color: var(--color-red);
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 8px;
}

.p-top_searchForm .o-searchForm{
	background-color: #FFF;
	padding: 8px;
	border: solid 2px #FFF;
}

.p-top_searchForm .is-focus.o-searchForm{
	border: solid 2px #333333;
}

input.o-searchForm__formItem[type="search"]{
	padding: 0px;
	font-size: 1.4rem;
	line-height: normal;
}

.p-top_searchForm input.o-searchForm__formItem[type="submit"]{
	padding: 5px;
}


/*---------------------------*/
/*トップページ：パーティション
/*---------------------------*/
.p-top_hr{
	margin: 16px 0;
	border: solid 1px #DFDFDF;
}
