@charset "UTF-8";

/*
#####################################################################################
  common - 固定ページ用common
#####################################################################################
*/
#section-title {
	margin: 0;
	padding: 100px 0 20px 0;
	border-bottom: none;
	background-color: #f7fafd;
}
#section-title article {
}
#section-title h1 {
	margin: 0;
	padding: 0;
	font-size: 1.7rem;
	font-weight: bold;
	color: #111;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.05em;
}
#section-title p {
	margin: 0 0 10px;
	padding: 0;
	font-size: 0.8rem;
	line-height: 1.8;
	text-align: center;
}
#section-title h1 + p {
	margin-top: 20px;
}
#section-title img {
	width: auto;
}
@media screen and (min-width: 640px) {
	#section-title {
		padding: 40px 0;
	}
	#section-title h1 {
		margin: 20px 0 35px 0;
		font-size: 2.2rem;
	}
	#section-title p {
		font-size: 0.95rem;
	}
}


/*
####################################################################################
  beginner - 初めての方へ
####################################################################################
*/

#section-feature {
}
#section-feature h2 span {
	display: inline-block;
}
#section-feature ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#section-feature li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background-color: #fff;
	border: 5px solid #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #f3f3f3;
	list-style: none;
	width: 100%;
	box-sizing: border-box;
}
#section-feature h3 {
	margin: 0;
	padding: 10px 6px;
	border-radius: 0;
	font-size: 0.9rem;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0;
}
#section-feature li p {
	margin: 0;
	padding: 10px 5px 0;
	font-size: 0.75rem;
	line-height: 1.6;
}
/*
@media screen and (min-width: 380px) {
	#section-feature li { width: 49%; }
}
*/
@media screen and (min-width: 760px) {
	#section-feature li p { font-size: 1rem; padding: 10px 10px 0; }
	#section-feature li { margin-bottom: 25px; width: 48%; }
	#section-feature ul.flex3 li { width: 32%; }
	#section-feature p.feature-title { font-size: 1.6rem; }
	#section-feature h3 { font-size: 1.2rem; }
	#section-feature p { font-size: 0.95rem; }
}
@media screen and (min-width: 960px) {
	#section-feature p.feature-title { font-size: 1.7rem; }
	#section-feature h3 { font-size: 1.2rem; }
}


/*
####################################################################################
  guide - 買取の流れ
####################################################################################
*/
#section-guide h2 {
	margin-bottom: 40px;
}
#section-guide ol {
	margin: 0; padding: 0; list-style: none;
}
#section-guide ol li {
	margin: 0 0 20px; padding: 0;
	list-style: none;
	border: 1px solid #ddd;
	border-radius: 5px;
}
#section-guide h3 {
	margin: 0;
	padding: 8px 5px 12px;
	background-color: #003f8d;
	border-radius: 5px 5px 0 0;
	font-size: 1.3rem;
	line-height: 1.3;
	font-weight: bold;
	color: #fff;
}
#section-guide h3 span { font-size: 1rem; }
#section-guide h4 {
	margin: 40px 0 25px;
	padding: 10px;
	background-color: #444;
	border-radius: 5px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	letter-spacing: 0.05em;
}
#section-guide ol li .inner {
	padding: 15px 15px 5px 15px;
}
@media screen and (min-width: 640px) {
	#section-guide ol li .inner {
		padding: 30px 30px 20px 30px;
	}
}
#section-guide p {
	margin: 0 0 1.2rem;
	font-size: 1rem;
}
#section-guide p.memo {
	background-color: #f7f5ef;
	padding: 15px;
	border-radius: 10px;
}
#section-guide a.btn-request, #section-guide a.btn-line {
	display: block;
	margin-bottom: 25px;
}
div.packing {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.packing p {
	margin-bottom: 20px;
	width: 100%;
}


/*
####################################################################################
  brand, item - 取り扱いブランド・アイテム
####################################################################################
*/
#section-favorite {
}
#section-favorite h2, #section-thumblist h2 { margin-bottom: 0; }
#section-favorite ul {
	margin: 0;
	width: 100%;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#section-favorite li {
	margin: 0;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	font-size: 0.8rem;
	list-style: none;
	text-align: center;
	box-sizing: border-box;
	width: 33.3%;
}
#section-favorite li:nth-child(3n) { border-right: none; }
#section-favorite li a {
	display: block;
	padding: 10px 10px 5px;
	color: #222;
	text-decoration: none;
}
#section-favorite li a:hover {
	background: #c7e9e7;
	color: #1daea6;
	opacity: 1.0;
}
#section-favorite li img {
	display: block;
	margin-bottom: 10px;
}

#section-thumblist {
}
#section-thumblist h2 {
	margin: 0;
	padding: 10px 5px;
	background-color: #f7f5ef;
	font-size: 16px;
	color: #222;
}
#section-thumblist h2:before{ border-top: 12px solid #f7f5ef; }
#section-thumblist ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
#section-thumblist li {
	margin: 0;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	font-size: 0.8rem;
	list-style: none;
	text-align: center;
	box-sizing: border-box;
	width: 33.3%;
}
#section-thumblist li:nth-child(3n) { border-right: none; }
#section-thumblist li a {
	display: block;
	padding: 10px 10px 5px;
	color: #222;
	text-decoration: none;
}
.brand #section-thumblist li a { padding: 15px 10px; }
.item #section-thumblist li a { padding: 15px 10px; }
#section-thumblist li a:hover {
	background-color: #f5f5f5;
	color: #1daea6;
	opacity: 1.0;
}
#section-thumblist li img {
	display: block;
	margin-bottom: 10px;
}
/*.brand #section-thumblist li img { width: 30%; }*/
/*.item #section-thumblist li img { width: 25%; }*/


/*
####################################################################################
  purchase - 買取参考価格
####################################################################################
*/


/*
####################################################################################
  line - LINE事前査定
####################################################################################
*/
.line #section-title {
	margin: 0; border: none;
	background-color: #01c300;
}
.line #section-title h1 {
	margin: 0; padding: 0;
}
.line #section-title img {
	width: 100%;
}
#section-linelink {
	margin: 0; padding: 0; border: none;
	background-color: #01c300;
	color: #fff;
}
#section-linelink article {
	padding: 20px;
}
#section-linelink h2 {
	margin: 0; padding: 20px 0 0; border: none;
	background-color: transparent;
	font-size: 1.2rem;
	color: #fff;
}
#section-linelink h2:before, #section-linelink h2:after {
	border: none;
}
#section-linelink p.linelink {
	text-align: center;
}
#section-linelink a.linkbtn {
	background-color: #ff0;
	border: none;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #111;
	width: 100%;
	box-sizing: border-box;
}
@media screen and (min-width: 640px) {
	#section-linelink a.linkbtn {
		width: auto;
	}
}
#section-lineflow {
	margin: 20px 0;
}
#section-lineflow ol {
	width: 100%;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#section-lineflow li {
	margin: 0 0 25px; padding: 0;
	font-size: 1rem;
	line-height: 1.8;
	list-style: none;
	width: 100%;  /* PCのときは33.3% */
}
#section-lineflow li img {
	display: block;
	margin: 0 auto 10px;
	text-align: center;
	width: 100% !important;
}


/*
####################################################################################
  kit - 宅配キット
####################################################################################
*/

.kit main dl {
	margin: 1rem auto 0;
	padding: 0.6rem 1rem;
	background-color: #f9f9f9;
	border: 2px solid #eee;
	width: auto;
	max-width: 640px;
	box-sizing: border-box;
}
.kit main dt {
	margin: 0.4rem 0 0.2rem 0;
	font-size: 0.95rem;
	font-weight: bold;	
}
.kit main dd {
	margin-bottom: 0.5rem;
	font-size: 0.85rem;
	line-height: 1.4;
}
.kit main dd span {
	font-size: 1.1em;
	font-weight: bold;
	color: #003f8d;
}
@media screen and (min-width: 640px) {
	.kit main dl {
		padding: 1rem 2rem;
	}
	.kit main dt {
		font-size: 1.05rem;
	}
	.kit main dd {
		font-size: 0.95rem;
	}
}


/*
####################################################################################
  faq - よくある質問
####################################################################################
*/
#section-faqlink {
	margin: 30px 0;
}
#section-faqlink ul {
	margin-top: 0;
	width: 100%;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#section-faqlink li {
	margin: 0 0 5px; padding: 0;
	font-size: 0.95rem;
	text-align: center;
	list-style: none;
	width: 49%;
}
#section-faqlink li a {
	display: block;
	padding: 12px 5px;
}
#section-faqpopular .inner {
	border: 1px solid #ddd;
	border-radius: 10px;
}
#section-faqpopular ul { padding: 0 10px; }
#section-faqpopular li { margin-bottom: 10px; }
#section-faqpopular h2, #section-faqlist h2 {
	margin: 0;
	padding: 15px;
	border: none;
	background-color: #003f8d;
	border-radius: 9px 9px 0 0;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
}
#section-faqpopular h2:before, #section-faqpopular h2:after, #section-faqlist h2:before, #section-faqlist h2:after {
	border: none;
}
#section-faqlist .inner {
	border: 1px solid #ddd;
	border-radius: 10px;
}
#section-faqlist article {
	margin-bottom: 30px;
}
#section-faqlist dl {
	padding: 10px;
}
@media screen and (min-width: 640px) {
	#section-faqlist dl { padding: 40px 30px;}
}
#section-faqlist dt {
	margin-bottom: 15px;
	padding: 10px 15px;
	background-color: #f7f5ef;
	font-weight: bold;
	line-height: 1.4;
}
#section-faqlist dd {
	margin-bottom: 30px;
	padding: 0 10px;
	font-size: 0.85rem;
}
#section-faqlist dd:last-child { margin: 0; }
.newfaq {
	margin-right: 5px;
	padding: 2px 5px;
	background-color: #e71f19;
	border-radius: 5px;
	font-size: 0.6rem;
	font-weight: normal;
	color: #fff;
}


/*
####################################################################################
  honnin, warehouse
####################################################################################
*/

.honnin main h3, .warehouse main h3 {
	background-color: transparent;
	color: #63a5e8;
}
.honnin main h3 span.step, .warehouse main h3 span.step {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 20px;
	background-color: #63a5e8;
	border-radius: 10px;
	font-size: 0.7em;
	color: #fff;
}
@media screen and (min-width: 640px) {
	.honnin main h3, .warehouse main h3 {
		font-size: 1.8rem;
	}
	.honnin main p, .warehouse main p {
		text-align: center;
	}
	.honnin main p.txtC img {
		width: 600px;
	}
}


/*
####################################################################################
  privacy_policy, agreement - プライバシーポリシー, 利用規約
####################################################################################
*/
.privacy_policy #section-content, .agreement #section-content { margin-top: 30px; }
@media screen and (min-width: 640px) {
	.privacy_policy #section-content, .agreement #section-content { margin-top: 60px; }
}
.privacy_policy #section-content p, .agreement #section-content p { font-size: 0.8rem; }


/*
####################################################################################
  contact - お問い合わせ
####################################################################################
*/



/*
####################################################################################
  request-finish
####################################################################################
*/
#section-aff-invite {
}
#section-aff-invite article {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#section-aff-invite h2 {
}
#section-aff-invite div { display: none; }
#section-aff-invite ul { margin: 0; padding: 0; }
#section-aff-invite li {
	margin: 10px 0;
	list-style: none;
}
#section-aff-invite h3:first-child { margin-top: 0; }

#section-aff-cta {
	padding: 20px 15px;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	border-radius: 10px;
}
#section-aff-cta p {
	margin: 0 0 5px 0;
	font-size: 0.9rem;
	line-height: 1.4;
	font-weight: bold;
	color: #f00;
	text-align: center;
}
#section-aff-flow ul {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#section-aff-flow li {
	margin: 0 0 20px; padding: 0;
	list-style: none;
	width: 100%;
}
#section-aff-flow li { text-align: center; }
#section-aff-flow li img { width: 50%; }
#section-aff-3step article ul {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#section-aff-3step article li {
	margin: 0 0 15px; padding: 0;
	border: 2px solid #003f8d;
	list-style: none;
}
#section-aff-3step h3 {
	margin: 0 0 10px;
	padding: 10px;
	background-color: #003f8d;
	font-size: 0.9rem;
	color: #ff0;
}
#section-aff-3step h3 span { font-size: 1.4rem; }
#section-aff-3step p {
	padding: 0 10px;
}


#page404 ul li {
	margin-left: 0;
	list-style: none;
}





