@charset "UTF-8";
/* CSS Document */


/*太字*/
#page2 strong {
	color: black;
}
/*記事内赤文字下線リンク*/
#page2 .articleLink {
	color: #bf253a!important;
    text-decoration: underline!important;
}
#page2 .articleLink:hover {
    text-decoration: none!important;
}
/*li黒丸*/
#page2 .list--style {
    list-style: disc;
    padding-left: 2rem;
}
/*外部リンクアイコン*/
.exLinkIcon::after {
    content: "";
    display: inline-block;
    background: url(/global-data/20250128111516208.svg) no-repeat 50% 0;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left: auto;
    margin-left: 5px;
}
/*h4ピンクタイトル*/
.h4PinkTitle {
	color: #f18772!important;
    font-weight: bold!important;
}
.question {
padding-top: 20px;
}
.borderPinkTop {
border-top: 2px solid #f6c0b2;	
}
.borderPinkRight {
border-right: 2px solid #f6c0b2;	
}
.borderPinkBottom {
border-bottom: 2px solid #f6c0b2;	
}
.borderPinkLeft {
border-left: 2px solid #f6c0b2;	
}
/*ヘッダーナビゲーション*/
#header nav ul li a::before, #header ul.menuFirst li a::after{
display: none !important;
}
#header nav ul a.contents .txt:after {
    background-image: url(https://www.okanouenooisyasan.com/global-data/20250723155036365.png) !important;
}
#header nav ul.menuFirst li a .txt img {
	max-height: 20px;
	width: auto;
}
#header nav ul a .txt:after {
	background-size: cover;
}