/*! 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;
}
@media screen and (max-width: 767px){
  body{
    font-size: 18px;
  }
}
*{
	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;
}

/* header */
@media screen and (max-width: 640px){
	.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上共通部分 */
.SellEntryArea {
	padding: 30px 0;
	text-align: center;
}
.SellEntryArea-gray {
	background: #F5F5F5;
}
.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-bottom: 10px;
}
.SellEntryTxt-color-orange {
	color: #FF6600;
	font-weight: bold;
}
.SellEntryImgArea img{
	width: 20%;
	height: auto;
}
.SellEntryTxtTel {
	padding-top: 15px;
	margin:0;
}
.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上共通部分 */
@media screen and (max-width: 640px){
	.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{
	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;
}

/* footer */
@media screen and (max-width: 640px){
	#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{
	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;
}

/* コピーライト */
@media screen and (max-width: 640px){
	.CopyrightArea {
		padding: 90px 0;
		width: 100%;
	}
	.Copyright{
		padding: 0 4%;
		font-size: 0.8em;
	}
}

#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;
}
@media screen and (min-width: 681px) {
  .SellHeading {
    margin-bottom: 20px;
    border-bottom: 2px solid #003894;
  }
}
.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;
}
@media screen and (min-width: 681px) {
  .SellHeadline {
    margin: 0 20px 40px;
  }
}
.SellContents div {
  box-sizing: border-box;
}
.SellLead {
  font-size: 0;
  margin-bottom: 30px;
  padding: 0 10px;
}
@media screen and (min-width: 681px) {
  .SellLead {
    padding: 0;
  }
}
.SellContents-imageArea {
  font-size:16px;
  margin-bottom: 10px;
}
.SellContents-imageArea img {
  max-width: 240px;
}
.SellContents-txtArea {
  font-size:16px;
  vertical-align: top
}
@media screen and (min-width: 681px) {
  .SellContents-imageArea {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 30%;
  }
  .SellContents-txtArea {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  .SellContents-imageArea img {
    max-width: 200px;
    padding-left: 10px;
  }
}
.SellContents-btnArea {
  border: 1px solid #888888;
  border-radius: 5px;
  background: #ffffff;
  max-width: 300px;
  margin: 0 auto 30px;
  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;
}
@media screen and (min-width: 681px) {
  .SellContents-btnArea {
    border: 1px solid #888888;
    border-radius: 5px;
    max-width: 300px;
    margin: 0 0 30px 0;
  }
}
.SellContents-btnTxt {
  display: block;
  text-align: center;
  line-height: 1;
  padding: 12px;
  color: #333333;
}
@media screen and (max-width: 767px){
  .SellContents-btnTxt{
    font-size: 105%;
  }
}
.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-emphasis strong {
  font-size: .88em;
  font-weight: bold;
  color: #333333;
  text-align: center;
  display: block;
}
@media screen and (min-width: 681px) {
  .txt {
    font-size: 1em;
    text-align: left;
  }
  .txt-emphasis strong {
    font-size: 1em;
    text-align: left;
  }
}
@media screen and (max-width: 767px){
  .SellContents .txt{
    font-size: .95em;
  }
}
.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;
}
.SellFirstUserContents {
  padding: 20px 10px 30px;
}
.SellFirstUserContents p {
  font-size: .88em;
  line-height: 1.6;
  text-align: left;
}
.SellFirstUserHeadline2 {
  font-size: 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 (min-width: 681px) {
  .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;
  }

  .SellFirstUserContents {
    padding: 30px;
  }
  .SellFirstUserContents p {
    font-size: 1em;
  }
  .SellFirstUserContents-imageArea {
    font-size: 0;
    margin-bottom: 30px;
  }
  .SellFirstUserContents-image {
    display: inline-block;
    /**display: inline;*/
    /*zoom: 1;*/
    width: 33%;
  }
	.SellFirstUserContents-image-mynumber {
    display: inline-block;
    /**display: inline;*/
    /*zoom: 1;*/
    width: 33%;
  }
  .SellFirstUserContents-image img {
    display: block;
    margin: 0 auto;
  }
}

.SellFirstUserContents .SellContents-btnArea {
  margin: 30px auto;
}

.SellFAQContentArea{
  padding: 0 0 30px;
}
@media screen and (min-width: 681px) {
  .SellFAQContentArea {
    padding: 0 0 50px;
  }
}
.SellFAQ{
  margin: 0 10px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 681px) {
  .SellFAQ {
    margin: 0 30px;
  }
}
.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{
  line-height: 1.6;
}
.SellFAQTxt p{
  font-size: .9em;
  line-height: 1.6;
}
.SellFAQTxt + .SellFAQTxt{
  padding: .7em 0 0;
}
.SellFAQTxtArea .SellFAQTxt ul {
  padding: 0 0 0 30px;
  list-style: disc;
}
.SellFAQ-SellContentList li {
  font-size: .9em;
  line-height: 1.6;
}
.SellFAQ-SellContentList span{
  font-size:14px;
}

@media screen and (min-width: 641px){
  .MB {
    display: none;
  }
  .SellMB {
    display: none;
  }
  .SellPC {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px){
  .PC {
    display: none;
  }
  .SellPC {
    display: none;
  }
  .SellMB {
    display: block;
  }
.SellFirstUserNoteArea .SellFirstUserNote .SellFirstUserNoteTxt{
	display: block;
    margin-bottom: 30px;
}
.SellFirstUserContents-image,.SellFirstUserContents-image-mynumber{
	margin:0 0 10px;
}
.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;

}

}

/* 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;
	}
}

/* =============================================== */
/** modal
/* ----------------------------------------------- */
.ModalScreen {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	z-index: 100;
	background-color:
	rgba(0,0,0,0.7);
}
.ModalRequest {
	position: relative;
	top: 20%;
	width: 400px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #fff;
	z-index: 101;
}
.ModalContentBoxArea {
	padding: 18px 0;
}
.ModalContentHeading h2 {
	padding: 0 0 6px;
	font-size: 1.3em;
}
.ModalBtn-blue{
	color: #fff;
	border: 2px solid #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #00479d), color-stop(0.00, #003894));
	background: -webkit-linear-gradient(#00479d, #003894);
	background: -moz-linear-gradient(#00479d, #003894);
	background: linear-gradient(#00479d, #003894);f.renewal-header-heading-btn
}

.ModalBtn-blue a:hover {
	color: #fcffcc;
}

.ModalBtn-big{
	margin: 0 5%;
	font-size: 22px;
	font-weight: bold;
	border-radius: 6px;
}
.ModalBtnArea{
	text-align: center;
}
.ModalBtnArea a {
	display: block;
	text-decoration: none;
}
.ModalBtn-blue a{
	color: #fff;
}
.ModalBtn-big .ModalBtn {
	padding: 18px 0;
	display: block;
}
@media screen and (max-width: 640px){
	.ModalRequest {
		width: auto;
		margin: 0 4%;
	}
}

/* =============================================== */
/** modal 　2020-10-02 追加
/* ----------------------------------------------- */
.ModalOverlay {
	position: fixed;
	top:0;
	left: 0;
	display: none;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.7);
	z-index: 100;
}
.ModalContentsBox {
	position: relative;
	margin: 30px auto;
	padding: 30px;
	width: 600px;
	background-color: #fff;
	overflow: auto;
}
.ModalHeader {
	text-align: right;
}
.ModalClose {
	display: inline-block;
	margin-top: -16px;
	margin-right: -6px;
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
	*display: inline; *zoom: 1;
}
.ModalMain {
	padding: 0;
}
#HealthInsuranceCard .ModalMain {
	padding-top: 20px;
}
.ModalContentsTxt {
	font-size: 0.9em;
	line-height: 1.5;
	word-break: break-all;
}
#HealthInsuranceCard .ModalContentsTxt {
	text-align: left;
}
.ModalContentsBtnArea {
	padding: 0;
	text-align: center;
}
.ModalContentsBtn {
	display: inline-block;
	padding: 0.7em 0.9em 0.6em;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #000;
	cursor: pointer;
	*display: inline; *zoom: 1;
}
.ModalCloseBtnTxt {
	font-size: 0.9em;
	line-height: 1;
}
.SellFirstUserNoteArea{
	color: #369;
	text-decoration: underline;
	cursor: pointer;
}

@media screen and (max-width: 1024px){
	.ModalContentsBox {
		width: auto;
		margin: 30px 5%;
		padding: 14px 14px 24px;
	max-height: 68%;
	overflow-y: scroll;
	}
	.ModalClose {
		margin-top: -10px;
		margin-right: -4px;
	}
}
@media screen and (max-width: 320px){
	.ModalContentsBox {
		max-height: 69%;
	}
}


/* =============================================== */
/**  　2025-02-19 追加
/* ----------------------------------------------- */
.txt {
	line-height: 1.7;
}

.txt-sub,
.SellContents .txt-sub {
	font-size: .8em;
}

.txt-attention {
	font-weight: bold;
}

.SellHeadline-attention {
	font-weight: bold;
}

.txt-link:link,
.txt-link:visited,
.txt-link:hover,
.txt-link:visited:hover,
.txt-link:active {
	text-decoration: underline;
	color: #003894;
}

.SellContents-btnLink:link,
.SellContents-btnLink:visited,
.SellContents-btnLink:hover,
.SellContents-btnLink:visited:hover,
.SellContents-btnLink:active {
	color: #003894;
}

.SellContentsBtn-blue {
	border-color: #003894;
}

.arrow-blue {
	display: block;
	position: relative;
	background: url(https://content.bookoffonline.co.jp/files/sell/images/arrow-blue.png) no-repeat;
	background-position: center right 7px;
	background-size: 7px, auto, contain;
}

.identity-imageArea {
	margin-bottom: 30px;
	padding: 0 10px;
}

.identityImage-mb {
	width: 100%;
	max-width: 290px;
	height: auto;
	padding-left: 10px;
}

.identityImage-pc {
	width: calc(100% - 40px);
	max-width: 450px;
	height: auto;
	margin: 20px 0 0 40px;
}

@media screen and (min-width: 681px) {
	.SellContents-imageArea {
		margin-left: 26px;
		max-width: 300px;
		width: 34%;
	}

	.SellContents-imageArea img {
		max-width: 300px;
	}

	.SellContents-txtArea {
		max-width: 634px;
		width: auto;
	}

	.txt {
		margin-left: 40px;
	}

	.identityImage-mb {
		display: none;
	}

	.SellContentsBtn-mb {
		display: none;
	}

	.SellContentsBtn-pc {
		display: block;
		max-width: none;
		margin-top: 50px;
	}

	.SellContentsBtn-pc .SellContents-btnArea {
		margin: 0 auto;
	}

	.SellLead {
		margin-left: 20px;
		margin-right: 20px;
	}

	.SellContents-txtArea {
		width: 60%;
	}

	.SellContentsBtn-pc {
		width: 100%;
	}

	.SellFirstUserContents-image h4,
	.SellFirstUserContents-image-mynumber h4 {
		margin-bottom: 20px;
	}
}


@media screen and (max-width: 680px) {
	.SellContents-imageArea img {
		padding-left: 10px;
	}

	.identityImage-pc {
		display: none;
	}

	.SellContentsBtn-pc {
		display: none;
	}

	.identity-imageBox {
		text-align: left;
	}
}