@charset "utf-8";
#minitoku-picks2606 img {
	display: inline-block;
	max-width: 100%;
}
#minitoku-picks2606 .main-img {
	width: 720px;
	height: 200px;
}
#minitoku-picks2606 .sec-title01 {
	width: 494px;
	margin: 30px auto 10px;
	padding: 5px 0;
	background: #f6f6f6;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
#minitoku-picks2606 .sec-title02 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
#minitoku-picks2606 .sec-description {
	margin-bottom: 30px;
	font-size: 14px;
	text-align: center;
}
#minitoku-picks2606 .note-text {
	color: #888;
	font-size: 12px;
	text-align: center;
}
#minitoku-picks2606 .profile {
	display: flex;
	gap: 27px;
	justify-content: center;
	align-items: center;
	margin: 55px 0;
}
#minitoku-picks2606 .img-table01, #minitoku-picks2606 .img-table02 {
	text-align: center;
}
#minitoku-picks2606 .img-table01 img {
	width: 424px;
	height: 449px;
}
#minitoku-picks2606 .img-table02 img {
	width: 424px;
	height: 434px;
}
#minitoku-picks2606 .img-chart {
	text-align: center;
}
#minitoku-picks2606 .img-chart img {
	width: 389px;
	height: 389px;
}
#minitoku-picks2606 .profile img {
	width: 118px;
	height: 118px;
}
#minitoku-picks2606 .profile .sec-description {
	width: 350px;
	margin: 0;
	text-align: left;
}

/* ボタン3つ,4つ */
#minitoku-picks2606 .category-btn-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 18px;
}
#minitoku-picks2606 .category-btn-even {
	width: calc(100% / 2 - 10px);
	margin-bottom: 20px;
}

/* ボタン共通CSS */
#minitoku-picks2606 .category-btn {
	display: flex;
	align-items: center;
	position: relative;
	padding: 15px 30px 15px 20px;
	border: 1px #ccc solid;
	border-radius: 4px;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.14;
	text-decoration: none;
}
#minitoku-picks2606 .category-btn-arrow {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 10px;
	transform: translateY(-50%);
}
#minitoku-picks2606 .category-btn-arrow::before,
#minitoku-picks2606 .category-btn-arrow::after {
	display: block;
	width: 7px;
	height: 2px;
	border-radius: 2px;
	background-color: #a2a2a2;
	transform-origin: right center;
	content: '';
}
#minitoku-picks2606 .category-btn-arrow::before {
	transform: translateX(-2px) translateY(5px) rotateZ(45deg);
}
#minitoku-picks2606 .category-btn-arrow::after {
	transform: translateX(-2px) translateY(2px) rotateZ(-45deg);
}
#minitoku-picks2606 .sec-box {
	padding: 24px;
	background: #f6f6f6;
	text-align: center;
}
#minitoku-picks2606 .sec-box-text {
	display: inline-block;
	position: relative;
	margin-bottom: 16px;
	padding: 0 30px;
	font-size: 16px;
}
#minitoku-picks2606 .sec-box-text::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 1px;
	background: #707070;
	transform: rotate(45deg);
	content: '';
}
#minitoku-picks2606 .sec-box-text::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 30px;
	height: 1px;
	background: #707070;
	transform: rotate(-45deg);
	content: '';
}

/* リンク */
#minitoku-picks2606 .feature-link {
	text-align: center;
}
#minitoku-picks2606 .feature-link a {
	display: inline-block;
	position: relative;
	padding: 0 13px 5px 0;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
}
#minitoku-picks2606 .feature-link a::before {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #a2a2a2;
	content: '';
}
#minitoku-picks2606 .feature-link-arrow {
	display: inline-block;
	position: absolute;
	top: 4px;
	right: 0;
	width: 5px;
	height: 10px;
}
#minitoku-picks2606 .feature-link-arrow::before {
	display: block;
	width: 7px;
	height: 2px;
	border-radius: 2px;
	background-color: #a2a2a2;
	transform: translateX(-2px) translateY(5px) rotateZ(45deg);
	transform-origin: right center;
	content: '';
}
#minitoku-picks2606 .feature-link-arrow::after {
	display: block;
	width: 7px;
	height: 2px;
	border-radius: 2px;
	background-color: #a2a2a2;
	transform: translateX(-2px) translateY(2px) rotateZ(-45deg);
	transform-origin: right center;
	content: '';
}
#minitoku-picks2606 .sp-only {
	display: none;
}
