/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
/*---------- ヘッダー ----------*/
#head {
	/*margin-bottom:10px;*/
	border-bottom: solid 3px #EF295F;
	background-color:#FFE9E4;
}

#head .inbox {
	width:96%;
	margin:0 auto;
	padding:1em 0;
}

#head .inbox .logo {
	width:55%;
	float:left;
}

#head .inbox .logo img {
	width:100%;
	height:auto;
}

#head .inbox .navi {
	margin-top:17px;
	float:right;
	display:none;
}

#head .inbox .navi li {
	float:left;
}

#head .spbtn {
	position:absolute;
	top:10px;
	right:10px;
	width:16%;
}

#head .spbtn img {
	width:100%;
	height: auto;
}

/*---------- フッター ----------*/
#foot {
	margin-top:40px;
	padding-bottom:120px;
	background:#F8F8F8;
}

#foot .inbox {
	width:96%;
	margin:0 auto;
	padding:10px 0 20px 0;
	font-size:14px;
}

#foot .inbox .l_box {
	width:100%;
	float: none;
}

#foot .inbox .l_box .f_t1 img {
	width:100%;
	height:auto;
}

#foot .inbox .l_box .box1 {
	margin-bottom:20px;
	padding:5px 20px 20px 20px;
	background-color:#FFFFFF;
}

#foot .inbox .l_box .box1 .f_logo {
	width:50%;
	margin-top:5px;
	float: none;
}

#foot .inbox .l_box .box1 .f_logo img {
	width:100%;
	height:auto;
}

#foot .inbox .l_box .box1 p {
	width:100%;
	margin-top:15px;
	float: none;
	font-size:100%;
	line-height:180%;
}

#foot .inbox .l_box .box1 p span {
	color:#ED275F;
	font-size:14px;
}

#foot .inbox .l_box .box2 {
	margin:20px 0 15px 0;
	padding-top:0;
	background: none;
	min-height: inherit;
	border-bottom:solid 2px #DDDDDD;
}

#foot .inbox .l_box .box2 .f_tel_bg_sp img {
	width:100%;
	height:auto;
}

#foot .inbox .l_box .box2 .f_tel {
	width:100%;
	margin-top:20px;
	margin-right:0;
	margin-bottom:20px;
	float: none;
}

#foot .inbox .l_box .box2 .f_mail {
	margin-right:7px;
	margin-bottom:20px;
	float:left;
}

#foot .inbox .l_box .box2 p {
	float:left;
	line-height:140%;
	color:#996633;
	font-weight:bold;
}

#foot .inbox .r_box {
	width:100%;
	margin-top:15px;
	float: none;
}

#foot .inbox .r_box .f_qa {
	margin-bottom:20px;
}

#foot .inbox .r_box .f_qa img {
	width:100%;
	height:auto;
}

#foot .inbox .r_box .another_shop {
	margin-bottom:20px;
	background-color:#FFFFFF;
	border:solid 4px #C4B0E8;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

#foot .inbox .r_box .another_shop .f_t2 {
	padding:7px;
	background-color:#C4B0E8;
}

#foot .inbox .r_box .another_shop ul {
	padding:15px 20px;
	font-size:100%;
	line-height:220%;
}

#foot .inbox .r_box .another_shop li:before {
    content: url(../images/another_shop_icon.png);
    position: relative;
		top:-1px;
		margin-right:10px;
}

#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}

#footerFloatingMenu img {
	margin:0;
	padding:0;
	width:50%;
	vertical-align:bottom;
}

/*---------- トップページ ----------*/
#main {
	margin-bottom:20px;
	background-image: none;
	background-repeat:no-repeat;
	background-position: center;
	min-height: inherit;
}

#main .top_main {
	width:100%;
	margin:0 auto;
	position: static;
}

#main .top_main img {
	width:100%;
	height:auto;
}

#main .go_btn {
	width:60%;
	height:auto;
	margin:20px auto 0 auto;
	position: static;
	bottom:30px;
	right:35px;
	text-align:center;
}

#main .go_btn img {
	width:100%;
	height:auto;
}

#block1 {
	width:96%;
	margin:0 auto 20px auto;
	background-image: none;
	background-repeat:no-repeat;
	background-position: center;
	min-height: inherit;
	background-size: contain;
}

#block1 p {
	margin:10px 0;
	font-size:16px;
	line-height:200%;
	text-align:left;
}

#block1 p span {
	font-size:22px;
	font-weight:bold;
	color:#EF295F;
	background: linear-gradient(transparent 0%, #ffff66 0%);
}

#block2 {
	width:100%;
	margin-bottom:40px;
	background:url(../images/top_bg2.png) no-repeat;
	background-position:center;
	min-height: inherit;
	background-size: cover;
}

#block2 .inbox {
	width:96%;
	margin:0 auto;
	padding:20px 0 30px 0;	
}

#block2 .inbox .top_t1 {
	width:80%;
	margin:0 auto;
	float: none;
}

#block2 .inbox .top_t1 img {
	width:100%;
	height:auto;
}

#block2 .inbox p {
	width:100%;
	margin-top:10px;
	float: none;
	line-height:200%;
	font-size:15px;
}

#block3 {
	width:96%;
	margin:0 auto 40px auto;
}

#block3 .top_t2 {
	margin-bottom:20px;
}

#block3 ul {
	margin-bottom:10px;
}

#block3 li {
	width:49%;
	float:left;
	margin-right:2%;
	margin-bottom:15px;
}

#block3 li:nth-child(even) {
	margin-right:0;
}

#block3 li img {
	width:100%;
	height:auto;
}

#block3 li p {
	margin-top:5px;
	padding:5px;
	font-size:15px;
}

#block3 li p span {
	font-size:12px;
	line-height:160%;
}

#block3 .top_btn2 {
	width:100%;
	text-align:center;
}

#block3 .top_btn2 img {
	width:100%;
	height:auto;
}

#block4 {
	width:100%;
	margin-bottom:40px;
	background-image:url(../images/top_bg3.png);
	background-repeat:repeat-x;
	background-position:center top;
	background-color:#FFE9E4;
}

#block4 .top_t3 {
	width:90%;
	margin:0 auto;
	padding:35px 0;
	text-align:center;
}

#block4 .top_t3 img {
	width:100%;
	height:auto;
}

#block4 .inbox {
	width:96%;
	margin:0 auto;
	padding:20px 0 30px 0;
}

#block4 .inbox .l_box {
	width:100%;
	margin-bottom:20px;
	float: none;
}

#block4 .inbox .r_box {
	width:100%;
	float: none;
}

#block4 .inbox .r_box .bnr li {
	width:100%;
	margin-bottom:10px;
	float:left;
}

#block4 .inbox .r_box .bnr li img {
	width:100%;
	height:auto;
}

#block4 .inbox .r_box .bnr li:nth-child(2) {
	margin-right:2%;
}

#block4 .inbox .r_box .bnr .bnr_s {
	width:49%;
}

#block4 .inbox .r_box .txt {
	margin-bottom:0;
	float: none;
}

#block4 .inbox .r_box .txt li {
	padding:10px 10px 10px 2em;
	font-size:14px;
	line-height:170%;
	border-bottom:solid 1px #FF9999;
}

#block4 .inbox .r_box .txt li:last-child {
	border-bottom: none;
}

#block4 .inbox .r_box .txt li:before {
    content: url(../images/icon_heart.png);
    position: relative;
		top:1px;
		margin-left:-1.5em;
		margin-right:0.5em;
}

#block4 .inbox .r_box .txt li p {
	text-align:right;
}

#block5 {
	width:96%;
	margin:0 auto;
}

#block5 .top_t4 {
	width:80%;
	margin:0 auto;
	margin-bottom:20px;
	text-align:center;
}

#block5 .top_t4 img {
	width:100%;
	height:auto;
}

#block5 table {
	width:100%;
	border-right:solid 1px #EF295F;
	border-bottom:solid 1px #EF295F;
}

#block5 table th{
	padding:10px;
	border-left:solid 1px #FFFFFF;
	background-color:#EF295F;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
}

#block5 table .line {
	border-left:solid 1px #EF295F;
}

#block5 table td{
	padding:10px;
	border-left:solid 1px #EF295F;
	border-top:solid 1px #EF295F;
	font-size:15px;
}

#block5 table .width60 {
	width:40%;
}

#block5 table .red {
	color:#EE285F;
	background-color:#FFF1EE;
	font-weight:bold;
	text-align:left;
}

/*---------- 下層ページ共通 ----------*/
#page_main {
	margin-bottom:40px;
	padding:50px 0;
	background-image: url(../images/page_t_bg.png);
	background-repeat:no-repeat;
	text-align:center;
}

#contents {
	width:96%;
	margin:0 auto;
}

#left_contents {
	width:100%;
	margin-bottom:40px;
	float: none;
}

#right_contents {
	width:100%;
	float: none;
}

#right_contents .side1 {
	margin-bottom:20px;
}

#right_contents .side1 img {
	width:100%;
	height:auto;
}

#right_contents .side2 {
	padding:20px 15px;
	background-image: url(../images/side2_bg.png);
	background-repeat:no-repeat;
	background-size: cover;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

#right_contents .side2 .side2_t {
	width:70%;
	margin:0 auto;
}

#right_contents .side2 .side2_t img {
	width:100%;
	height:auto;
	margin-bottom:10px;
}

#right_contents .side2 p {
	font-size:14px;
	line-height:170%;
}

#contents .red {
	color:#EE285F;
}

#contents h3 {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 1em;
	margin-bottom:20px;
  background-color: #FFE9E4;
	color:#996633;
}
#contents h3::before,
#contents h3::after {
  content: '';
  position: absolute;
}
#contents h3::before {
  top: 100%;
  left: 0;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #FFC7BB;
}
#contents h3::after {
  top: 0;
  right: 0;
  z-index: 2;
  border-width: 25px 20px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}


/*---------- Re：COSMEとは？ ----------*/
.profile .profile_table dl,
.profile .profile_table dt,
.profile .profile_table dd {
  box-sizing: border-box;
}
.profile .profile_table dl {
  background: #F8F8F8;
  border-bottom: 1px solid #DDDDDD;
}
.profile .profile_table dt,
.profile .profile_table dd {
  padding:10px;
  border-top: 1px solid #DDDDDD;
}
.profile .profile_table dt {
  width:100%;
  float: none;
}
.profile .profile_table dd {
  background: #fff;
  margin-left: 0;
  padding-bottom:10px;
}
.profile .profile_table dd:after {
  content: '';
  display: block;
  clear: both;
}

/*---------- お問い合わせ ----------*/
.contact .contact_table dl,
.contact .contact_table dt,
.contact .contact_table dd {
  box-sizing: border-box;
}
.contact .contact_table dl {
  background: #F8F8F8;
  border-bottom: 1px solid #DDDDDD;
}
.contact .contact_table dt,
.contact .contact_table dd {
  padding:10px;
  border-top: 1px solid #DDDDDD;
}
.contact .contact_table dt {
  width: 100%;
  float: none;
}
.contact .contact_table dd {
  background: #fff;
  margin-left:0;
  padding-bottom:10px;
}
.contact .contact_table dd:after {
  content: '';
  display: block;
  clear: both;
}

.contact .form_btn {
	margin-bottom:1em;
}

/*---------- お得な買取情報！！ ----------*/
.products .twitter {
	margin-bottom:40px;
	text-align:center;
}

.products .products_bnr {
	margin-bottom:40px;
}

.products .products_bnr li {
	margin-bottom:2%;
	float:left;
}

.products .products_bnr li img {
	width:100%;
	height:auto;
}

.products .products_bnr li:nth-child(2) {
	margin-right:2%;
}

.products .products_bnr .bnr_s {
	width:49%;
}

.products .products_bnr .bnr_s img {
	width:100%;
	height:auto;
}

.products .products_txt {
	margin-bottom:40px;
}

.products .products_txt li {
	padding:15px 10px 15px 2em;
	border-bottom:solid 1px #FF9999;
}

.products .products_txt li:last-child {
	border-bottom: none;
}

.products .products_txt li:before {
    content: url(../images/icon_heart.png);
    position: relative;
		top:1px;
		margin-left:-1.3em;
		margin-right:0.5em;
}

.products .products_txt li p {
	text-align:right;
}

.products .products_box {
	margin-bottom:10px;
}

.products .products_box ul {
}

.products .products_box li {
	width:100%;
	margin-right:0;
	margin-bottom:10px;
	padding:20px;
	float: none;
	text-align:center;
	background-color:#F8F8F8;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
		box-sizing:border-box;
}

.products .products_box li:nth-child(even) {
	margin-right:0;
}

.products .products_box li .products_img {
	margin-bottom:10px;
}

.products .products_box li h4 {
	color:#EF295F;
}

.products .products_box li .products_btn {
	margin-top:10px;
}

.products .products_btn2 img {
	width:100%;
	height:auto;
}

/*---------- 今すぐ売りたい★ ----------*/
.purchase .purchase_box {
	margin:20px 0 0 0;
}

.purchase .purchase_box dl {
	padding:20px;
	background-color:#F8F8F8;
	border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
}

.purchase .purchase_box dt {
	width:70%;
	margin:0 auto;
	float: none;
}

.purchase .purchase_box dd {
	width:100%;
	margin-top:20px;
	float: none;
}

.purchase .purchase_ya {
	text-align:center;
}

.purchase .purchase_btn {
	margin-top:20px;
	text-align:center;
}

.purchase .purchase_btn img {
	width:100%;
	height:auto;
}

}