<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* 大枠
-------------------------------------------------- */
.contents-area{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0 30px;
}

.contents-area section{
	padding-top: 100px;
	margin-top: -100px;
}

.contents-flex-left a{
	transition: 0.3s;
}

.contents-flex-left a:hover{
	color: rgb(181, 0, 5);
	text-decoration: none;
}

.contents-flex{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1200px;
	margin-top: 30px;
}

.contents-flex-left{
	box-sizing: border-box;
	width: 890px;
	padding: 0 30px;
	border-right: 1px solid #cccccc;
}

/* ページ内リンク
-------------------------------------------------- */
.pageLink{
	display: block;
	width: 100%;
	max-width: 600px;
	padding: 20px 0;
	border-radius: 10px;
	text-decoration: none;
	margin: 30px auto 0;
	background: #666666;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	position: relative;
	transition: 0.3s;
	letter-spacing: 0.05em;
}
.pageLink:hover{
	color: #ffffff;
	background: #cc0000;
	text-decoration: none;
}

.pageLink::after{
	-webkit-transition: 0.3s;
	transition: 0.3s;
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	top: 50%;
	margin-top: -1px;
	right: 40px;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
.pageLink:hover::after{right: 30px;}

.shopLink{
	display: block;
	box-sizing: border-box;
	border: 3px solid #000000;
	border-radius: 50px;
	width: 100%;
	max-width: 600px;
	margin: 0 auto 20px;
	padding: 15px 0;
	text-decoration: none;
	background: #000000;
	color: #ffffff;
	font-size: 16px;
	transition: 0.3s;
	text-indent: 1em;
	text-align: center;
}
.shopLink span{position: relative;}

.shopLink:hover{
	border: 3px solid #000000;
	background: #ffffff;
	color: #000000 !important;
}

.shopLink span:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: -20px;
	z-index: 5;
	transition: 0.3s;
}
.shopLink:hover span:before{border-color: transparent transparent transparent #000000;}

/* ページ内メニュー
-------------------------------------------------- */
.kaitoriNav{
	display: flex;
	justify-content: space-between;
	padding-bottom: 80px;
}

.kaitoriNav li{
	width: 200px;
	position: relative;
	z-index: 1;
}

.kaitoriNav li a{
	display: block;
	padding-bottom: 20px;
}

.kaitoriNav li:after{
	content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    border-top: 5px solid #000000;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
	margin-left: -5px;
}

.kaitoriNav li p:nth-child(1){
	text-align: center;
}

.kaitoriNav li p:nth-child(1) img{
	width: 47px;
}

.kaitoriNav li p:nth-child(2){
	margin-top: 5px;
	text-align: center;
	color: #000000;
	font-size: 14px;
}
.kaitoriNav li:hover p:nth-child(2){
	color: #b50005;
}


/* セクション共通
-------------------------------------------------- */
.h3Title{
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}

.h3Title + p{
	margin-top: 20px;
}

.h3Icon{
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

.h3Icon:before{
	margin-top: -7px;
}


/* ランクについて
-------------------------------------------------- */
.rankList{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.rankList li{
	box-sizing: border-box;
	width: 20%;
	border-left: 1px solid #e5e5e5;
	padding: 10px 0;
}

.rankList li:last-child{
	border-right: 1px solid #e5e5e5;
}

.rankNum{
	text-align: center;
    font-family: 'Oswald', 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
}

.rankNum span{
	display: block;
	text-align: center;
	line-height: 1;
	margin-top: 10px;
}

.rankStr{
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	color: #b50005;
}

.rankStr span{
	color: #b50005;
}


/* 買取対象について
-------------------------------------------------- */
.targetFlex{
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
}

.targetFlex &gt; div{
	width: 400px;
}

.targetFlex h4{
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
}

.targetFlex h4 span{
	color: #b50005;
}

.targetText{
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.8;
}

.methodFlex{
	display: flex;
	justify-content: space-between;
}

.methodFlex p{
	width: 400px;
}

.methodCaution li{
	font-size: 14px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.8;
}

.methodCaution li:before{
	content: "※";
}


/* 買取方法のご案内（タブ制御）
-------------------------------------------------- */
.cp_tab{
	width:830px;
	margin:20px auto 0;
}

.cp_tab &gt; input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	appearance: none;
	display: none;
}

.cp_tab .cp_tabpanel{
	display: none;
	background: #626262;
	box-sizing: border-box;
	padding: 20px 0;
}

.cp_tabpanels:before{
	content: "";
	clear: both;
	display: block;
}

.cp_tab &gt; input:first-child:checked ~ .cp_tabpanels &gt; .cp_tabpanel:first-child,
.cp_tab &gt; input:nth-child(3):checked ~ .cp_tabpanels &gt; .cp_tabpanel:nth-child(2){
	display: block;
	box-sizing: border-box;
}

.cp_tab &gt; label{
	box-sizing: border-box;
	width: 400px;
	line-height: 50px;
	float: left;
	cursor: pointer;
	display: block;
	text-align: center;
	font-size: 14px;
	border-radius: 10px 10px 0 0;
}

.cp_tab &gt; label.mR{
	margin-right: 30px;
}

.cp_tab &gt; input + label {
	background: #e5e5e5;
	color: #626262;
}

.cp_tab &gt; input:checked + label {
	background: #626262;
	color: #fff;
}

/* 買取方法のご案内（手順）
-------------------------------------------------- */
.stepFlex{
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 20px;
	background: #ffffff;
	width: 790px;
	margin: 0 auto 20px;
	align-items: center;
}

.stepFlex:last-child{
	margin-bottom: 0;
}

.flexL{
	box-sizing: border-box;
	width: 150px;
	padding-right: 20px;
}

.stepNum{
	font-size: 42px;
    text-align: center;
    font-family: 'Oswald', 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333333;
}

.stepNum span{
	letter-spacing: 1px;
    display: block;
    font-size: 14px;
}

.flexR{
	box-sizing: border-box;
	width: 600px;
	padding-left: 20px;
	border-left: 1px solid #cccccc;
}

.flexR p span{
	font-weight: bold;
	color: #b50005;
}

a.formLink{
	display: block;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
    transition: 0.3s;
    width: 280px;
    text-align: center;
	margin-top: 20px;
	line-height: 46px;
	background: #b50005;
	color: #ffffff;
}

a.formLink:after{
	-webkit-transition: 0.3s;
	transition: 0.3s;
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	top: 50%;
	right: 30px;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	margin-top: -3px;
}

a.formLink:hover{
	color: #ffff00;
}

a.formLink:hover:after{
	right: 20px;
	border-top: 2px solid #ffff00;
	border-right: 2px solid #ffff00;
}

a.formLink.gray{
	background: #626262;
}

.linkFlex{
	display: flex;
	justify-content: space-between;
}

.id_card{
	margin-top: 20px;
	font-weight: bold;
}

.id_card + table{
	margin-top: 10px;
	border-collapse: collapse;
	width: 100%;
}

.id_card + table th,
.id_card + table td{
	border: 1px solid #cccccc;
	padding: 10px;
}

.id_card + table th{
	background: #f4f4f4;
}

.address{
	margin-top: 20px;
	font-size: 18px;
}

.ok_money,
.ok_point,
.kaitori_ng{
	margin-top: 20px;
}

.ok_point span{
	display: block;
	font-size: 12px;
	margin-top: 10px;
	text-indent: -1em;
	padding-left: 1em;
	color: #000000 !important;
	font-weight: normal !important;
}

.ok_money:first-line,
.ok_point:first-line,
.kaitori_ng:first-line{
	font-weight: bold;
}


/* よくある質問
-------------------------------------------------- */
.acd-check{
    display: none;
}

.acd-label{
    background: #fff;
    color: #000;
    display: block;
    padding: 10px 10px 10px 15px;
	border-top: 1px dotted #ccc;
	font-size: 14px;
	position: relative;
	cursor: pointer;
}

.acd-label:before{
	content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    border-top: 5px solid transparent;
    border-left: 5px solid #b50005;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
}

.acd-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    visibility: hidden;
}

.acd-check:checked + .acd-label + .acd-content{
    height: 100%;
    opacity: 1;
    visibility: visible;
	padding: 10px;
	background: #efefef;
}

#acd-check1 + label{
	border-top: none;
}


/* ショップ情報
-------------------------------------------------- */
.used_tenpo{
	box-sizing: border-box;
	width: 100%;
	margin: 20px 0;
}

.used_tenpo,
.used_tenpo th,
.used_tenpo td{
	border-collapse: collapse;
	border: 1px solid #ccc;
}

.used_tenpo th,
.used_tenpo td{
	padding: 20px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.8;
}

.used_tenpo th{
	width: 160px;
	font-weight: normal;
	background: #f4f4f4;
}

a.map{
	display: block;
    color: #0510e6;
}

a.map:hover{
	color: #0510e6;
}

.used_tenpo td p span {
    display: inline-block;
    margin-left: 10px;
}

.used_tenpo .text-small{margin-top: 10px;}


/* コンテンツ右
-------------------------------------------------- */
.contents-flex-right{
	box-sizing: border-box;
	width: 310px;
	padding: 0 30px;
	position: relative;
}

.text-small{
	display: block;
}

.contents-flex-right p{
	margin-bottom: 15px;
}


/* 買取キャンペーン
-------------------------------------------------- */
.kaitori_cp{
	width:100%;
	border: 2px solid #b50005;
	padding: 20px 30px;
	box-sizing: border-box;
	margin-bottom:40px;
}

.kaitori_cp h3{
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
}

.kaitori_cp h3 span.sub{
	display: inline-block;
	background: #b50005;
	color: #ffff00;
	font-size: 14px;
	text-align: center;
	line-height: 26px;
	padding: 0 10px;
	margin-right: 10px;
	font-weight: normal;
}

.kaitori_cp h3 span.red{
	color: #b50005;
}

.kaitori_cp ul{
	margin-top: 20px;
}

.kaitori_cp li{
	font-size: 12px;
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
}</pre></body></html>