/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:0;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* =============================================== */
/** 申込後ページCSS
/* ----------------------------------------------- */
/* ルール */
/* ある程度の部品に分解する                       */
/* マージンやパディングは、基本的に下方向につける */

/* フォントサイズは em で指定する                 */
/* 基本的には 1em = 16px となる                   */

/* =============================================== */
/** 基本パーツ
/* ----------------------------------------------- */

body {
	margin: 0 auto;
	padding: 0;
	background: #fff;
	color: #333;
	line-height: 1.3;
	text-align: center;
}
*{
	font: inherit;
	font-family:"Meiryo UI", "ＭＳ Ｐゴシック", "MS-PGothic", "Hiragino Kaku Gothic Pro", osaka, Verdana, Arial, Georgia, "メイリオ", "Meiryo", "MS UI Gothic", sans-serif;
}
img{
	border: none;
}
dl,dt,dd,p,h1,h2,h3,h4,ul,li,iframe{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 {
	font-weight: bold;
}
a:link{
	color: #333333;
	text-decoration: none;
	transition-duration: .3s;
}
a:visited{
	color: #333333;
}
a:hover{
	color: #333333;
	text-decoration: none;
}
a:visited:hover{
	color: #333333;
}
a:active{
	color: #333333;
	text-decoration: none;
}
a:focus{
	-moz-outline-style: none;
}
#main{
	text-align: left;
}
@media screen and (min-width: 980px) {
	#main{
		width: 980px;
		margin: 0 auto;
		text-align: left;
	}
}
/* =============================================== */
/** 共通
/* ----------------------------------------------- */
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}

/* header */
.SellHeadArea {
	padding: 20px 0;
	font-size: 0;
}
.SellHeadLogoArea{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	*display: inline;*zoom:1;
}
.SellHeadLogo{
	font-size: 0.9em;
}
.SellHeadBtnArea{
	display: inline-block;
	width: 50%;
	text-align: right;
	vertical-align: top;
	*display: inline;*zoom:1;
}
.SellHeadBtn{
	display: block;
	padding-right: 15px;
}
.SellHeadBtn a{
	line-height: 1;
}
.SellHeadBtnTxt {
	font-size: 0.9rem;
	font-weight: bold;
	color: #fff;
}
.SellHeadHeadingArea{
	font-size: 0;
}
.SellHeadHeadingArea-bg{
	background-color: #003796;
}
.SellHeadHeading{
	display: inline-block;
	width: 710px;
	color: #fff;
	vertical-align: top;
	*display: inline;*zoom:1;
}
.SellHeadHeading h1 {
	padding: 21px 18px;
}
.SellHeadHeading a{
	color: #fff;
}
.SellHeadHeading a:hover{
	opacity: 0.8;
	color: #fff;
}
.SellHeadHeadingTxt{
	font-size: 1rem;
	line-height: 1;zoom:1;
}
.SellHeadHeadingBtnArea {
	padding: 12px 0;
	display: inline-block;
	width: 258px;
	text-align: right;
	vertical-align: top;
	*display: inline;*zoom:1;
}
.SellHeadHeadingBtn-bg {
	background: #003796 url(https://content.bookoffonline.co.jp/files/sell/images/sell-arrow-white.png) no-repeat 96% 50%;
	background-size: 8px;
}
.SellHeadHeadingBtn {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 4px;
	*display: inline;*zoom:1;
}
.SellHeadHeadingBtn a {
	padding: 7px 30px 5px 21px;
	display: block;
	text-align: center;
	line-height: 1.5;
}
.SellHeadHeadingBtnTxt {
	font-size: 0.9rem;
	font-weight: bold;
	color: #fff;
}

/* footer上共通部分 */
.SellEntryArea {
	padding: 30px 0;
	text-align: center;
}
/*.SellEntryBtnArea {
	margin-bottom: 10px;
}
.SellEntryBtn {
	display: inline-block;
	border-radius: 8px;
	border: 2px solid #fff;
}
.SellEntryBtn-bg {
	background-color: #FF6600;	
}
.SellEntryBtnTxt {
	padding: 20px 68px;
	display: block;
	text-align: center;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	cursor: pointer;
}
.SellEntryBtn:hover ,
.SellEntryBtn:visited:hover{
	opacity: 0.8;
	color: #fff;
}*/
.SellEntryTxtBox {
	margin: 40px 0;
}
.SellEntryTxtBox a:link,
.SellEntryTxtBox a:visited {
  color: #369;
}
.SellEntryTxt-color-orange {
	color: #FF6600;
	font-weight: bold;
}
.SellEntryImgArea img{
	width: 20%;
	height: auto;
}
.SellEntryTxtTel {
	padding: 30px;
	margin:0;
}
.SellEntryTxtTel-BG {
	background: #F5F5F5;
}
.SellEntryTxtTelTtl {
}
.SellEntryTxtTelTtl a {
	color: #336699;
}
.SellEntryTxtTelNum {
	font-weight:bold;
}
.SellEntryTxtTelTime {
	font-size:0.9em;
}
.SellBnrArea {
	padding: 40px 0 80px;
}

.SellBnrImgArea {
	margin: 0 auto;
	font-size: 0;
	text-align: center;
	width: 90%;
}
.SellBnrImg {
	display: inline-block;
	width: 50%;
}
.SellBnrImg:hover {
	opacity: 0.8;
}
.SellBnrImg a {
	display: block;
}
.SellBnrImg img {
	width: 90%;
}

/* footer */
#footer{
	margin: 0 auto;
	background-color: #F7F7F7;
}
.SellFooterArea{
	margin-left: 40px;
	padding: 20px 0 0;
	/*display: flex;*/
	/*justify-content: center;*/

}
.SellFooter{
	margin: 0 40px;
	display: inline-block;
	vertical-align: top;
}
.SellFooter a{
	color: #336699;
}
.SellFooterTxt{
	margin-bottom: 16px;
	font-size: 0.9em;
	/*font-weight: bold;*/
	list-style: none;
}
.SellFooterTxt:before {
	content: '';
	width: 3px;
	height: 3px;
	display: inline-block;
	border-radius: 100%;
	background: #336699;
	position: relative;
	left: -15px;
	top: -3px;
}

/* コピーライト */
.CopyrightArea{
	margin: 0 auto;
	padding: 14px 0 30px;
	width: 980px;
	background-color: #F7F7F7;
	line-height: 1.6;
}
.Copyright{
	padding: 0 20px;
}
.Copyright div{
	font-size: .75em;
	color: #777777;
}

#PageTop{
	display: none;
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 20px;
	right: 10px;
	opacity: 0.6;
	-webkit-opacity:0.6;
}

/* =============================================== */
/** コンテンツ
/* ----------------------------------------------- */
.SellHeading {
  background: #F5F5F5;
  padding: 20px;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  border-bottom: 4px solid #003894;
  margin-bottom: 30px;
}
.SellHeadline {
  color: #333333;
  font-weight: normal;
  text-align: left;
  line-height: 1;
  font-size: 1.3em;
  background: #F5F5F5;
  border-left: 8px solid #3360A9;
  padding: 15px 20px 12px;
  margin-bottom: 20px;
}
.SellContentsBox {
  margin-bottom: 6px;
  padding: 0 10px 4px;
}
.SellContents-imageArea {
  font-size:16px;
  margin-bottom: 20px;
}
.SellContents-imageArea img {
  max-width: 240px;
}
.SellContents-txtArea {
  margin-bottom: 30px;
  font-size:16px;
  vertical-align: top
}
.SellContents-btnArea {
  border: 1px solid #888888;
  border-radius: 5px;
  background: #ffffff;
  max-width: 300px;
  margin: 0 0 30px 10px;
  transition-duration: .3s;
}
.SellContents-btnArea:hover {
  background-color: #f5f5f5;
}
.arrow-r {
  display: block;
  position: relative;
  background: url(https://content.bookoff.co.jp/files/sell/images/arrow.png) no-repeat;
  background-position: center right 7px;
  background-size: 7px,auto,contain;
}
.SellContents-btnTxt {
  display: block;
  text-align: center;
  line-height: 1;
  padding: 12px;
  color: #333333;
}
.SellContents-btnTxt:link {
  color: #333333;
}
.SellContents-btnTxt:hover {
  text-decoration: none;
}
.SellContents-btnTxt:visited {
  color: #333333;
}
.txt {
  font-size: .88em;
  line-height: 1.6;
  margin-left: 10px;
}
.txt a:link,
.txt a:visited{
  color: #369;
}
.txt-emphasis strong {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.SellFirstUser {
  border: 1px solid #cccccc;
  margin: 0 10px 30px;
}
.SellFirstUserHeadline {
  font-size: 1em;
  line-height: 1;
  text-align: center;
  color: #333333;
  font-weight: bold;
  padding: 0 10px 14px;
  padding: 20px;
  background: #F5F5F5;
}

.SellFAQContentArea{
  padding: 0 0 30px;
}
.SellFAQ{
  margin: 0 10px;
  border-bottom: 1px solid #ccc;
}
.SellFAQHeading{
  padding: 12px 34px;
  color: #369;
  font-size: 1em;
  background-image: url(https://content.bookoff.co.jp/files/sell/images/arrow-down@3x.png);
  background-position: 6px 50%;
  background-size: 22px;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url(./../images/arrow-down@1x.png)\9;
  *background-image: url(./../images/arrow-down@1x.png);
  transition-duration: .3s;
}
.SellFAQHeading:hover{
  background-color: #f5f5f5;
}
.js-accordion-area{
  display: none;
}
.SellFAQ .is-present{
  color: #000;
  background-color: transparent;
}
.SellFAQ .is-present:hover{
  background-color: transparent;
}
.SellFAQTxtArea{
  margin: 0 24px 14px;
  padding: 10px;
  background-color: #ffe;
  line-height: 1.6;
}
.SellFAQTxt{
  margin-bottom: 20px;
  line-height: 1.6;
}
.SellFAQTxt p{
  font-size: .9em;
  line-height: 1.6;
}
.SellFAQTxt p a:link,
.SellFAQTxt p a:visited{
  color: #369;
}
.SellFAQ .SellContents-btnArea {
  margin: 0 0 30px 0;
}
.SellFAQTxt + .SellFAQTxt{
  padding: .7em 0 0;
}
.SellFAQ-SellContentList {
  padding: 0 0 0 12px;
}
.SellFAQ-SellContentList li {
  list-style: none;
  font-size: .9em;
  line-height: 1.6;
}
.SellFAQImageArea {
  margin: 20px 12px 16px 0;
  display: inline-block;
}
.omataseImage {
  max-width: 300px;
}

.PC {
  display: block;
}
.MB {
  display: none;
}
.SellPC {
  display: block;
  margin: 0 auto;
}
.SellMB {
  display: none\9;
  *display: none;
}


/* SP----------------------------------------------- */
@media screen and (max-width: 640px){
	/* header */
	.SellHeadArea{
		padding: 15px 0;
		font-size: 0;
	}
	.SellHeadLogoArea{
		margin-top: 8px;
		width: 50%;
	}
	.SellHeadLogo{
		padding: 0;
		text-align: center;
	}
	.SellHeadLogo img{
		width: 86%;
		height: auto;
	}
	.SellHeadBtnArea{
		padding: 0;
		display: inline-block;
		width: 50%;
	}
	.SellHeadBtn{
		padding-right: 10px;
	}
	.SellHeadHeadingArea {
		padding: 10px;
	}
	.SellHeadHeading{
		margin-top: 10px;
		width: 50%;
	}
	.SellHeadHeading h1 {
		padding: 0;
	}
	.SellHeadHeadingBtnArea{
		padding: 0;
		display: inline-block;
		width: 50%;
	}

	/* footer上共通部分 */
	.SellBnrArea {
		padding: 20px 0 0;
	}
	.SellEntryImgArea img {
		width: 50%;
		height: auto;
	}
	.SellEntryBtn {
		margin: 0 8%;
		display: block;
	}
	.SellEntryBtnTxt {
		padding: 1em 0;
	}
	.SellBnrImg-area {
		width: 100%;
	}
	.SellBnrImg {
		margin-bottom: 20px;
		display: block;
		width: 100%;
	}

	/* footer */
	#footer {
		background-color: #fff;
	}
	.SellFooterArea{
		margin-left: 0;
		padding: 0;
	}
	.SellFooter {
		margin: 30px 0  0;
		display: block;
		border-bottom: solid 1px #dddddd;
	}
	.SellFooter a {
		padding: 16px 20px;
		display: block;
		color: #333;
	}
	.SellFooterTxt {
		margin: 0;
		border-top: solid 1px #dddddd;
		font-weight: normal;
		background: url(../images/arrow.png) no-repeat;
		background-position: center right 7px;
		background-size: 10px,auto,contain;
	}
	.SellFooterTxt:before {
		content:none;
	}

	/* コピーライト */
	.CopyrightArea {
		padding: 90px 0;
		width: 100%;
	}
	.Copyright{
		padding: 0 4%;
		font-size: 0.8em;
	}	

/* =============================================== */
/** コンテンツ
/* ----------------------------------------------- */
  .SellHeading {
    margin-bottom: 20px;
    border-bottom: 2px solid #003894;
  }
  .SellHeadline {
    margin: 0 20px 30px;
  }
  .SellContentsBox {
    margin-bottom: 40px;
    padding: 0 10px;
  }
  .SellContents-imageArea {
    width: 100%;
    text-align: center;
  }
  .SellContents-txtArea {
    margin: 0 auto 20px;
    width: 84%;
  }
  .SellContents-btnArea {
    border: 1px solid #888888;
    border-radius: 5px;
    max-width: 260px;
    margin: 0 auto;
  }
  .txt {
    font-size: 1em;
    text-align: left;
  }
  .txt-emphasis strong {
    font-size: 1em;
    text-align: left;
  }
  .SellFirstUser {
    margin: 0 0 80px;
  }
  .SellFirstUserHeadline {
    font-size: 1.25em;
    line-height: 1;
    text-align: center;
    color: #333333;
    font-weight: bold;
    padding: 20px;
    background: #F5F5F5;
  }
  .SellFAQContentArea {
    padding: 0 0 50px;
  }
  .SellFAQ {
    margin: 0 30px;
  }
  .SellFAQImageArea {
    margin: 10px 0;
    display: block;
    text-align: center;
  }

  .PC {
    display: none;
  }
  .MB {
    display: block;
  }
  .SellPC {
    display: none;
  }
  .SellMB {
    display: block;
  }
}


/* ipad----------------------------------------------- */

@media screen and (min-width: 640px) and (max-width: 980px) {
	#main{
		width: 100%;
		margin: 0 auto;
		text-align: left;
	}
	.SellHeadLogoArea{
		display: inline-block;
		width: 50%;
		vertical-align: top;
		*display: inline;*zoom:1;
	}
	.SellHeadBtnArea{
		padding: 10px 0;
		display: inline-block;
		width: 50%;
		text-align: right;
		vertical-align: top;
		*display: inline;*zoom:1;
	}
	.SellHeadBtn{
		margin-right: 10px;
		padding: 0;
		display: inline-block;
		border-radius: 4px;
		*display: inline;*zoom:1;
	}
	.SellHeadHeading{
		display: inline-block;
		width: 50%;
		color: #fff;
		vertical-align: top;
		*display: inline;*zoom:1;
	}
	.SellHeadHeadingBtnArea{
		width: 50%;
	}
	.SellHeadHeadingBtn{
		margin-right: 10px;
	}
	#footer {
		background: #F7F7F7;
		width: 100%;
		margin: 0 auto;
		padding: 0px;
		line-height: 160%;
		font-size: 83%;
		clear: both;
	}
	.CopyrightArea{
		margin: 0 auto;
		padding: 14px 0 30px;
		width: 100%;
		background-color: #F7F7F7;
		line-height: 1.6;
	}
}

/* =============================================== */
/**  　2025-02-19 追加
/* ----------------------------------------------- */
.txt {
	margin-left: 0;
	font-size: 1em;
}

.SellContentsTxt {
	font-weight: bold;
}

.SellContentsTxt-blue {
	color: #003894;
	font-size: 18px;
}

.SellContents-btnArea {
	margin: 0 0 30px 0;
}

.SellHeadline {
	margin: 0 20px 30px;
}

.SellContentsBox {
	margin: 0 20px 40px;
}

.ProductContentsImage {
	width: 100%;
	height: auto;
}

.SellContents-AttentionTxtArea {
	margin: 0;
}

.SellFAQTxt p .SellBothTxtLink:link,
.SellFAQTxt p .SellBothTxtLink:visited,
.SellFAQTxt p .SellBothTxtLink:hover,
.SellFAQTxt p .SellBothTxtLink:visited:hover,
.SellFAQTxt p .SellBothTxtLink:active {
	text-decoration: underline;
	color: #003894;
}


@media screen and (min-width: 641px) {
	.SellContents-imageArea img {
		max-width: 330px;
	}

	.ProductContents-imageArea {
		max-width: 600px;
		margin-bottom: 50px;
	}

	.SellContentsBox {
		padding: 0 0 4px;
	}

	.SellContents-imageArea .ProductContentsImage {
		max-width: 550px;
	}

	.SellContents-AttentionTxt {
		font-size: 1.25em;
	}
}

@media screen and (max-width: 640px) {
	.SellFAQTxtArea {
		margin: 0 0 14px;
	}

	.SellContents-AttentionTxt {
		text-align: center;
		font-size: 1.15em;
	}

	.SellContents-txtArea {
		margin: 0 0 20px;
		width: 100%;
	}

	.SellContents-imageArea img {
		max-width: 270px;
	}

	.SellContents-imageArea .ProductContentsImage {
		max-width: 340px;
	}

	.SellContentsBox {
		padding: 0;
	}

	.SellContentsTxt {
		text-align: center;
	}

	.SellContents-btnArea,
	.SellFAQ .SellContents-btnArea {
		margin: 0 auto 30px;
	}
}

/* SellFirstUser */
.SellFirstUser {
	margin: 0;
}

.SellFirstUserHeadline {
	font-size: 1.1em;
	line-height: 1;
	text-align: center;
	color: #333333;
	font-weight: bold;
	padding: 20px;
	background: #F5F5F5;
}

.SellFirstUserContents {
	padding: 20px 10px 30px;
}

.SellFirstUserContents p {
	font-size: .98em;
	line-height: 1.6;
	text-align: left;
}

.SellFirstUserHeadline2 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}

.SellFirstUserContents-image h4,
.SellFirstUserContents-image-mynumber h4 {
	font-size: 16px;
}

.SellFirstUserContents-image img {
	max-width: 248px;
	display: block;
	margin: 0 auto 10px;
}

.SellFirstUserContents-image-mynumber img {
	max-width: 190px;
	display: block;
	margin: 0 auto 10px;
}

@media screen and (max-width: 640px) {

	.SellFirstUserContents-image,
	.SellFirstUserContents-image-mynumber {
		margin: 0 0 10px;
	}

	.mb50 {
		margin-bottom: 50px;
	}

	.SellFirstUserContents-image h4 {
		text-align: left;
		margin-bottom: 10px;
	}

	.SellFirstUserContents-image-mynumber h4 {
		text-align: left;
		margin-bottom: 10px;
	}

	.SellFirstUserContents-image img {
		margin: 0 auto;
	}
}

@media screen and (min-width: 641px) {
	.pc50 {
		margin-bottom: 50px;
	}

	.SellFirstUserHeadline {
		font-size: 1.25em;
		line-height: 1;
		text-align: center;
		color: #333333;
		font-weight: bold;
		padding: 20px;
		background: #F5F5F5;
	}

	.SellFirstUserContents {
		padding: 30px;
	}

	.SellFirstUserContents p {
		font-size: 1em;
	}

	.SellFirstUserContents-imageArea {
		font-size: 0;
		margin-bottom: 30px;
	}

	.SellFirstUserContents-image {
		display: inline-block;
		width: 38%;
	}

	.SellFirstUserContents-image img {
		display: block;
		margin: 0 auto;
	}

	.SellFirstUserContents-image-mynumber {
		display: inline-block;
		width: 36%;
	}

	.SellFirstUserContents-image h4,
	.SellFirstUserContents-image-mynumber h4 {
		margin-bottom: 20px;
	}
}