@charset "utf-8";

/* 遅延読み込み */
#minitoku-common .img-lazy {
	display: block;
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}

/* メイン画像・タイトルなど */
#minitoku-common .feature-header img {
	width: 720px;
	height: 200px;
	margin-bottom: 20px;
}
#minitoku-common .sec-title01 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#minitoku-common .sec-title02 {
	margin-bottom: 14px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#minitoku-common .sec-description {
	margin-bottom: 30px;
	font-size: 14px;
	text-align: center;
}
#minitoku-common .note-text {
	color: #888;
	font-size: 12px;
}

/* ボタン1つ */
#minitoku-common .category-btn-01 {
	display: flex;
	justify-content: center;
}
#minitoku-common .category-btn-01 .category-btn {
	width: 298px;
}

/* ボタン3つ,4つ */
#minitoku-common .category-btn-wapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#minitoku-common .category-btn-03 {
	width: calc(100% / 3 - 10px);
}
#minitoku-common .category-btn-even {
	width: calc(100% / 2 - 10px);
}
#minitoku-common .category-btn-even:nth-child(-n+2) {
	margin-bottom: 20px;
}

/* ボタン共通CSS */
#minitoku-common .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-common .category-btn-ver2 {
	padding: 14px 30px 12px 15px;
	font-size: 12px;
}
#minitoku-common .category-btn-ver2-bold {
	display: inline-block;
	margin-top: 5px;
	font-size: 16px;
	font-weight: bold;
}
#minitoku-common .category-btn-arrow {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 10px;
	transform: translateY(-50%);
}
#minitoku-common .category-btn-arrow::before,
#minitoku-common .category-btn-arrow::after {
	display: block;
	width: 7px;
	height: 2px;
	border-radius: 2px;
	background-color: #a2a2a2;
	transform-origin: right center;
	content: '';
}
#minitoku-common .category-btn-arrow::before {
	transform: translateX(-2px) translateY(5px) rotateZ(45deg);
}
#minitoku-common .category-btn-arrow::after {
	transform: translateX(-2px) translateY(2px) rotateZ(-45deg);
}

/* カテゴリーバナー */
#minitoku-common .feature-category {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#minitoku-common .feature-category li {
	width: 350px;
	margin-bottom: 20px;
}
#minitoku-common .feature-category li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
#minitoku-common .feature-category img {
	width: 350px;
	height: 100px;
}

/* ブランドロゴ */
#minitoku-common .list-brand {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
#minitoku-common .list-brand > li {
	margin: 0 9px 12px 0;
}
#minitoku-common .list-brand > li:nth-child(4n) {
	margin-right: 0;
}
#minitoku-common .list-brand > li:nth-last-child(-n+4) {
	margin-bottom: 0;
}
#minitoku-common .item-brand {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 173px;
	height: 80px;
	background-color: #f5f5f5;
}
#minitoku-common .item-brand img {
	width: 130px;
	height: 50px;
}

/* ページ下部タイトル */
#minitoku-common .list-title {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

/* リンク */
#minitoku-common .feature-link {
	text-align: center;
}
#minitoku-common .feature-link a {
	display: inline-block;
	position: relative;
	padding: 0 13px 5px 0;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#minitoku-common .feature-link a::before {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #a2a2a2;
	content: '';
}
#minitoku-common .feature-link-arrow {
	display: inline-block;
	position: absolute;
	top: 4px;
	right: 0;
	width: 5px;
	height: 10px;
}
#minitoku-common .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-common .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: '';
}
