/* MV */
.mv {
	text-align: center;
}

.mv_image {
	background: #D8C9F7;
}

.mv img {
	display: block;
	margin: 0 auto;
}

.mv h1 {
	color: #192B5B;
	font-size: 36px;
	font-weight: bold;
	margin-top: 40px;
	text-align: center;
}

.mv .mv_txt {
	color: #333333;
	font-size: 16px;
	margin-top: 40px;
	line-height: 1.5;
}

/* ナビタブ */
.search {
	margin-top: 40px;
	background: #F0F0F0;
	padding: 10px 0;
}

.search_tab {
	display: flex;
	justify-content: center;
	text-align: center;
	gap: 0 10px;
	max-width: 1000px;
	margin: 0 auto;
}

.search_tab_series {
	background-color: #FFFFFF;
	flex: 1;
	max-width: 320px;
	padding: 15px 10px;
	border-radius: 4px;
	color: #192B5B;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	text-decoration: none;
}

.search_tab_series:hover {
	background: #EDF3FF;
}

/* ブランドリスト */
.brandList {
	margin: 40px auto;
	padding: 40px 50px;
	background: #F0F0F0;
}

.brandList h2 {
	color: #192B5B;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.brandList ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px 0;
	list-style: none;
}

.brandList ul li {
	font-size: 16px;
	color: #333;
}

/* 買取強化中セクション */
#itemSection h2 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #192B5B;
	margin-top: 60px;
}

#itemSection .itemSection_note {
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-top: 20px;
}

#itemSection > div > h3 {
	padding: 13px 0;
	border-bottom: 4px solid #192b5b;
	color: #192b5b;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin-top: 40px;
}

#itemSection > div > h3::before {
	content: '';
	display: inline-block;
	width: 10px;
    height: 31px;
    margin: 0 12px -8px 0;
	background: #192b5b;
}

/* 商品リスト */
.itemList {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 20px;
	margin-top: 30px;
}

.itemList li {
	width: calc(25% - 15px);
	text-align: center;
}

.itemList_image {
	margin-bottom: 15px;
}

.itemList_image img {
	display: block;
	width: 100%;
	height: auto;
}

.itemList_brand {
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}

.itemList_name {
	font-size: 16px;
	color: #333;
	margin-top: 5px;
	line-height: 1.4;
}

.itemList_name strong {
	font-size: 18px;
	font-weight: bold;
}

.itemList_price {
	font-size: 14px;
	color: #333;
	margin-top: 8px;
}

.itemList_price strong {
	font-size: 24px;
	font-weight: bold;
	color: #f52727;
}

/* 注意書き */
.itemCaution li {
	padding: 0 0 8px 1em;
	font-size: 14px;
	color: #333;
	text-indent: -1em;
}

.itemCaution {
	margin-top: 30px;
}

/* お売りいただく際の注意点 */
.attention {
	margin-top: 60px;
}

.attention_title {
	background: #192b5b;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 0 20px;
	line-height: 1.5;
}

.attention_text {
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	margin-top: 10px;
}

.attention_text.-bold {
	font-weight: bold;
    margin-top: 40px;
}

.attention_box {
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	margin: 40px 0;
	padding: 25px 30px;
}

.attention_box_label {
	font-size: 16px;
	font-weight: bold;
	color: #192b5b;
	white-space: nowrap;
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px solid #ccc;
}

.attention_box_body {
	display: flex;
	align-items: center;
	gap: 30px;
}

.attention_box_body p {
	font-size: 16px;
	color: #333;
	line-height: 1.8;
}

.attention_box_body a {
	color: #FF2626;
	text-decoration: underline;
}

.attention_box_mark {
	display: flex;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
}

.attention_box_mark span {
	font-size: 14px;
	color: #333;
}

.attention_subtitle {
	font-size: 20px;
	font-weight: bold;
	color: #192B5B;
	margin-top: 25px;
}

.attention_list {
	margin-top: 10px;
}

.attention_list li {
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	padding-left: 1em;
	text-indent: -1em;
}

.attention_list li::before {
	content: '・';
}

/* FAQ */
.faq {
	margin: 60px auto 0;
	padding: 40px 50px;
	background: #F0F0F0;
	width: 1000px;
	box-sizing: border-box;
}

.faq_title {
	font-size: 20px;
	font-weight: bold;
	color: #192b5b;
	margin-bottom: 30px;
}

.faq_item {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	background: #fff;
}

.faq_question {
	font-size: 16px;
	font-weight: bold;
	color: #192b5b;
	padding: 20px 50px 20px 25px;
	cursor: pointer;
	position: relative;
}

.faq_question::after {
	content: '';
	position: absolute;
	right: 25px;
	top: 50%;
	width: 10px;
	height: 10px;
	border-right: 2px solid #192b5b;
	border-bottom: 2px solid #192b5b;
	transform: translateY(-70%) rotate(45deg);
	transition: transform 0.3s;
}

.faq_question.-open::after {
	transform: translateY(-30%) rotate(-135deg);
}

.faq_answer {
	display: none;
	padding: 40px 80px;
	font-size: 14px;
	color: #333;
	line-height: 1.8;
	border-top: 1px solid #C6C6C6;
}

/* 追従ボタン */
#btnCompliance {
	background: #AC2B2B;
	bottom: 10px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	box-sizing: border-box;
	height: 115px;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 0;
	width: 160px;
	z-index: 1000;
}

#btnCompliance a {
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 24px 0;
	position: relative;
	text-decoration: none;
	text-align: center;
	width: 100%;
	height: 100%;
}

#btnCompliance:hover {
	width: 165px;
}

#btnCompliance a::before {
	border: 1px solid #fff;
	border-radius: 50%;
	content: '';
	display: block;
	height: 22px;
	position: absolute;
	left: 50%;
	bottom: 40%;
	transform: translateX(-50%);
	width: 22px;
}

#btnCompliance a::after {
	position: absolute;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	content: '';
	display: inline-block;
	height: 8px;
	margin: 0 0 2px 5px;
	transform: translateX(-50%) rotate(-45deg);
	width: 8px;
	bottom: 43%;
	left: 46%;
}
