@charset "UTF-8";

/**
 * #content
 */
#content .posts {
	padding-top:0;
}

#content .posts h3 {
	color:#76952f;
	font-family:'Arial W01 Narrow Bold', "arial narrow", Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align:center;
	letter-spacing:0.15em;
}
#content .posts h3.jp {
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:20px;
}

#content .posts li .num {
	float:left;
	margin:12px 30px 0 10px;
	font-family:'Arial W01 Narrow Bold', "arial narrow", Arial, Helvetica, sans-serif;
	letter-spacing:0.15em;
	margin-top:0;
}
#content .posts li p {
	width:100%;
}
#content .btns {
	margin:1em 0;
}
@media only screen and (max-width:767px) {

	#content .posts h3, #financial h3 {
		font-size:18px;
	}
	#content .posts h3.jp, #financial h3.jp {
		font-size:16px;
	}
	.posts li .num {
		float:none;
		margin:0;
	}
	#content .posts li p {
		box-sizing:border-box;
		width:100%;
		padding-right:40px;
	}
	#content .btns {
		margin:15px 0 50px 0;
	}
}

.banner-box {
	--swiper-theme-color: #007aff;
	--swiper-navigation-size: 44px;
	--vh: 10.68px;
	color: #333;
	font-family: 'Noto Sans JP',Meiryo,sans-serif;
	text-size-adjust: 100%;
	word-break: normal;
	line-break: strict;
	line-height: 1.75;
	--scroll: 15px;
	list-style: none;
	box-sizing: border-box;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	margin-top: 0;
	width: calc(100% - 30px);
	margin-left: 15px;
	margin-bottom: 50px;
}

.banner-box a {
	--swiper-theme-color: #007aff;
	--swiper-navigation-size: 44px;
	--vh: 10.68px;
	font-family: 'Noto Sans JP',Meiryo,sans-serif;
	text-size-adjust: 100%;
	word-break: normal;
	line-break: strict;
	--scroll: 15px;
	list-style: none;
	box-sizing: border-box;
	margin: 0;
	vertical-align: baseline;
	text-decoration: none;
	color: #333;
	display: flex;
	align-items: center;
	background: #FFF;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	border-radius: 10px;
	padding: 20px 60px 20px 20px;
	position: relative;
	line-height: 1.3;
	transition: .3s;
	height: auto;
}

.banner-box a .txt {
	--swiper-theme-color: #007aff;
	--swiper-navigation-size: 44px;
	--vh: 10.68px;
	font-family: 'Noto Sans JP',Meiryo,sans-serif;
	text-size-adjust: 100%;
	word-break: normal;
	line-break: strict;
	--scroll: 15px;
	list-style: none;
	color: #333;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.75;
}
.banner-box:hover .txt {
	color: #7b9437;
}
.banner-box a:after {
	transition: .3s;
	font-size: 1.6rem;
	right: 30px;
	width: 30px;
	height: 30px;
	content: url("/common/img/icon_arrow_r.png");
	display: flex;
	/*align-items: center;*/
	justify-content: center;
	color: #FFF;
	border-radius: 50%;
	background: #7b9437;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 0 0 0 4px rgba(123, 148, 55, 0.55);

	position: absolute;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	padding-left: 1px
}


.banner-box a:hover {
	text-decoration: none;
	box-shadow: 0 0 10px 0 rgba(123, 148, 55, 0.55);
}

.banner-box a:hover:after {
	transform: translateY(-50%) scale(1.2);
	box-shadow: none;
}
@media screen and (max-width: 679.8px) {

	.banner-box a .txt {
		font-weight: bold;
		font-size: 1rem;
	}

	.banner-box a:after {
		right: 20px;
	}
}


/* ボタンのスタイル */
.button {
	display: inline-block;
	padding: 10px 20px;
	background-color: #0074C2;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
	transition: background-color 0.3s ease;
}

.button:hover {
	background-color: #005D9F;
}

/* アイコンのスタイル */
.icon {
	display: inline-block;
	width: 30px; /* アイコンの幅 */
	height: 20px; /* アイコンの高さ */
	background-color: #fff; /* アイコンの背景色 */
	border-radius: 5px; /* 角丸 */
	margin-right: 10px; /* アイコンとテキストの間隔 */
}

.icon img {
	width: 100%; /* アイコン画像をアイコンのサイズに合わせる */
}

.text {
	display: inline-block;
	vertical-align: middle; /* テキストをアイコンの中央に配置 */
}

#show-old-post a:hover {
	opacity: .7;
}
.show-post-old {
	display: block;
	width: 100%;
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.3s ease;
	margin-bottom: 30px;
}

.show-post-old.disabled {
	cursor: default;
	opacity: 0.8;
	pointer-events: none;
}
