/*//////////////////// ブログ専用 ////////////////////*/
:root{/*■■■■■ 見出しグラデーション右側の色を指定 ■■■■■*/
/*【注意】ブログページの見出し右側に白文字ボタンがあるため薄くしすぎない*/
	--flex-clr: #7abcff;
}
#main .pointTit .t_pageHeading {
	position: relative;
	overflow: hidden;
}
#main .pointTit .t_pageHeading .flex {
	position: relative;
}
.pointTit p.link a {
	color: #fff !important;
}
@media screen and (min-width: 731px){
.pointTit h2+p.link a {
	background: linear-gradient(100deg, rgb(0 0 0 / 2.5%), rgb(0 0 0 / 12.5%));
	padding: 0 .6em;
	outline: 1px solid #fff;
	border-radius: 1em;
}
.pointTit h2+p.link a i {
	margin-left: .2em;
	font-size: .9em;
}
}
/*//////////////////// ブログ専用 ////////////////////*/


#header{
	background: linear-gradient(to right, #ffffff 0%,#ffffff 49%,#ffffff 100%)
}
.siteName,#headerContactBtn{display: none;}

.orgHeader{
	display:flex;
	justify-content: center;
	align-items: center;
}
.orgHeader div{
	display: flex;
	flex-flow: column;
	gap: .25em;
}
@media screen and (max-width: 730px){/*SP*/
	#headerContactInfo.fixed{
		 border-top: 2px solid #fff;
	}
	.orgHeader{
		margin-bottom: -0.1em;
	}
	.orgHeader figure{
		width: 40vw;
	}
	.orgHeader div{
		margin: 0 4vw 0 2vw;
		width: 54vw;
	}
	.orgHeader p:first-child{
		font-size: 5.6vw;
		line-height: 1.2em;
		text-align: center;
	}
	.orgHeader p:first-child span:first-child{
		font-size: 5.75vw;
	}
	.orgHeader p:last-child{
		display:block;
		font-size: 3.75vw;
		line-height: 1.4em;
	}
}
@media screen and (min-width: 731px){/*PC*/
	img{
		image-rendering: -webkit-optimize-contrast;
	}
	#headerContactInfo{display: none;}
	#header .inner {
		padding: 0 10px !important;
	}
	#header .wrap {
		display: inherit;
	}
	.orgHeader{
		gap:4%;
	}
	.orgHeader figure{
		max-width:13%;
	}
	.orgHeader div{
		width:75%;
	}
	.orgHeader p:first-child{
		font-size:1.75em;
	}
	.orgHeader p:last-child{
		font-size:1.25em;
		display: inline-block;
	}
}

/* インラインフレーム */
iframe#main_if,
iframe.main_if{
	width:100%;
}
@media screen and (max-width: 899px){/* 899px以下 */
	.if_box{
		margin:0 -2.5% !important;
	}
}

/*インラインフレームページ*/
#houjingaiyou .pointTit{
	display: none;
}




