@charset "UTF-8";
/*-------------------------------------------------------------------*/
/*PCコンテンツの非表示*/
/*-------------------------------------------------------------------*/
/*モバイルのみの非表示*/
@media (max-width: 481px) {
	div.pc {
		display: none;
	}
}

/*-------------------------------------------------------------------*/
/*モバイルヘッダー*/
/*-------------------------------------------------------------------*/

.mobile-header{
	width:100%;
	height:50px;
	background-color: #003300;
	position: fixed;            /* ヘッダーの固定 */
	top: 0px;                   /* 位置(上0px) */
	left: 0px;                  /* 位置(右0px) */
	z-index:1;
}

.mobile-header-menu-logo a{
	width:100px;
	float:left;
	background-position: center;
	display:block; /*インラインからブロック要素へ変更*/
	background-size: 100px 50px;
	background-repeat: no-repeat;
	background-image: url(../images/osaka-mr-mobile.png);
	height: 50px;
	overflow: hidden;/*テキスト非表示*/
	text-indent: 100%;/*テキスト非表示*/
	white-space: nowrap;/*テキスト非表示*/
}

.mobile-header-menu-layout{
	float:right;
	width:200px;
}

.mobile-header-menu-phone a{
	width:130px;
	float:left;
	background-position: center;
	display:block; /*インラインからブロック要素へ変更*/
	background-size: 130px 50px;
	background-repeat: no-repeat;
	background-image: url(../images/menu-phone-btn.png);
	height: 50px;
	overflow: hidden;/*テキスト非表示*/
	text-indent: 100%;/*テキスト非表示*/
	white-space: nowrap;/*テキスト非表示*/

}

.mobile-header-menu-menu a{
	width:50px;
	float:left;
	background-position: center;
	display:block; /*インラインからブロック要素へ変更*/
	background-size: 50px 50px;
	background-repeat: no-repeat;
	background-image: url(../images/menu-menu-btn.png);
	height: 50px;
	overflow: hidden;/*テキスト非表示*/
	text-indent: 100%;/*テキスト非表示*/
	white-space: nowrap;/*テキスト非表示*/
	margin-left:20px;
}

.mobile-header::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*-------------------------------------------------------------------*/
/*モバイルメイン*/
/*-------------------------------------------------------------------*/

.mobile-main{
	margin-top:50px;
}

/*-------------------------------------------------------------------*/
/*レスポンシブメイン*/
/*-------------------------------------------------------------------*/

/*電話*/
.mobile-phone{
	background:#f5f5f5;
}

.mobile-phone-btn a{
	background-position: center;
	display:block; /*インラインからブロック要素へ変更*/
	background-size: 320px 100px;
	background-repeat: no-repeat;
	background-image: url(../images/phone-btn.png);
	height: 100px;
	overflow: hidden;/*テキスト非表示*/
	text-indent: 100%;/*テキスト非表示*/
	white-space: nowrap;/*テキスト非表示*/
	padding-top:10px;
	padding-bottom:10px;
}

/*選べる3つの買い取り方法*/
h2.mobile-choice3{
	border-top: 1px solid #e3e3e3;
	text-align:center;
	font-size:18px;
	padding:10px;
	background-color:#333;
	color:#fff;
	border-bottom: 1px solid #e3e3e3;
}

h3.mobile-choice3{
	padding-top:4px;
	font-size:14px;
}

p.mobile-choice3{
	padding-top:4px;
	font-size:12px;
	line-height: 1.4446;
}

.mobile-choice3-layout1{
	border-bottom: 1px solid #e3e3e3;
	background-color:#e6f5dc;
	padding:10px 0;
}



.mobile-choice3-layout2{
	border-bottom: 1px solid #e3e3e3;
	background-color:#daeef1;
	padding:10px 0;
}


.mobile-choice3-layout3{
	border-bottom: 1px solid #e3e3e3;
	background-color:#fddbdb;
	padding:10px 0;
}

.mobile-shop-icn a{
	margin-left:auto;
	margin-right:auto;
	width:300px;
	height: 130px;
	display:block; /*インラインからブロック要素へ変更*/
	background-size: 300px 130px;
	background-repeat: no-repeat;
	background-image: url(../images/icn-buy-type1.png);
	overflow: hidden;/*テキスト非表示*/
	text-indent: 100%;/*テキスト非表示*/
	white-space: nowrap;/*テキスト非表示*/
}

.mobile-trip-icn a{
	margin-left:auto;
	margin-right:auto;
	width:300px;
	height: 130px;
	display:block; /*インラインからブロック要素へ変更*/
	background-size: 300px 130px;
	background-repeat: no-repeat;
	background-image: url(../images/icn-buy-type2.png);
	overflow: hidden;/*テキスト非表示*/
	text-indent: 100%;/*テキスト非表示*/
	white-space: nowrap;/*テキスト非表示*/
}


.mobile-delivery-icn a{
	margin-left:auto;
	margin-right:auto;
	width:300px;
	height: 130px;
	display:block; /*インラインからブロック要素へ変更*/
	background-size: 300px 130px;
	background-repeat: no-repeat;
	background-image: url(../images/icn-buy-type3.png);
	overflow: hidden;/*テキスト非表示*/
	text-indent: 100%;/*テキスト非表示*/
	white-space: nowrap;/*テキスト非表示*/
}


/*ご依頼の前の確認事項*/
h2.mobile-attention{

	border-top: 1px solid #e3e3e3;
	text-align:center;
	font-size:18px;
	padding:10px;
	background-color:#333;
	color:#fff;
	border-bottom: 1px solid #e3e3e3;
}

.mobile-attention li{
	padding:10px;
	background-color:#f5f5f5;
	border-bottom: 1px solid #e3e3e3;
	font-size:14px;
	line-height: 1.4446;
}

/*商品の説明*/
h2.mobile-item{
	border-top: 1px solid #e3e3e3;
	font-size:18px;
	line-height: 1.4446;
	padding:10px;
	background-color:#333;
	color:#fff;
	border-bottom: 1px solid #e3e3e3;
}

p.mobile-item{
	padding:10px;
	background-color:#f5f5f5;
	font-size:14px;
	line-height: 1.4446;
}

p.mobile-item-line{
	padding:10px;
	background-color:#f5f5f5;
	font-size:14px;
	line-height: 1.4446;
	border-bottom: 1px solid #e3e3e3;
}

dt.mobile-item {
	font-size:14px;
	line-height: 1.4446;
	padding-bottom:14px;
	background-color:#f5f5f5;
	padding-left:14px;
}
dd.mobile-item {
	font-size:14px;
	line-height: 1.4446;
	padding-bottom:14px;
	padding-left:14px;
	background-color:#f5f5f5;
}

/*-------------------------------------------------------------------*/
/*モバイルフッター*/
/*-------------------------------------------------------------------*/
.mobile-footer{
	background-color: #333;
	border-top: 4px solid #e3e3e3;
}

.mobile-consultation{
	padding:8px 12px;
	color:#999;
}

.mobile-consultation a{
	color:#208fcc;
	text-decoration:none;
}

/*-------------------------------------------------------------------*/
/*フッタメニュー*/
/*-------------------------------------------------------------------*/
.mobile-footer-menu a{
	padding:20px 40px 20px 10px;
	display: block;
	color:#999;
	font-size:14px;
	position: relative;
	z-index: 0;
	text-decoration: none;
}

.mobile-footer-menu {
	display: block;
}

.mobile-footer-menu li{
	border-bottom: 1px solid #e3e3e3;
}

.mobile-footer-menu::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.mobile-footer-menu a::after{
    border-right: 2px solid #e3e3e3;
    border-top: 2px solid #e3e3e3;
    content:"";
    margin: -9px 0 0 10px;
    height: 10px;
    right: 15px;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 50%;
    width: 10px;
}

/*-------------------------------------------------------------------*/
/*フッタアドレス*/
/*-------------------------------------------------------------------*/

.mobile-footer-address li{
	color:#999;
	padding:0px 10px 0px 10px;
	font-size:12px;
	line-height: 1.4446;
}
	
.mobile-footer-address li a{
	color:#208fcc;
	text-decoration:none;
}

.mobile-footer-copyright{
	padding:8px 12px;
	color:#999;
}

.mobile-kouan{
	background-position: center;
	display:block; /*インラインからブロック要素へ変更*/
	background-size: 300px 12px;
	background-repeat: no-repeat;
	background-image: url("../images/mobile-kouan.png");
	width:300px; /*横幅*/
	height:12px; /*高さ*/
	overflow: hidden;/*テキスト非表示*/
	text-indent: 100%;/*テキスト非表示*/
	white-space: nowrap;/*テキスト非表示*/
}

.mobile-store{
	background-position: center;
	display:block; /*インラインからブロック要素へ変更*/
	background-size: 300px 12px;
	background-repeat: no-repeat;
	background-image: url("../images/mobile-store.png");
	width:300px; /*横幅*/
	height:12px; /*高さ*/
	overflow: hidden;/*テキスト非表示*/
	text-indent: 100%;/*テキスト非表示*/
	white-space: nowrap;/*テキスト非表示*/
}

/*-------------------------------------------------------------------*/
/*ページリンク*/
/*-------------------------------------------------------------------*/
#acMenuBtn{
	background-color:#333;
	display:block;
	cursor:pointer;
}

#acMenu{
	display:none;
}

#acRegionBtn{
	background-color:#333;
	display:block;
	cursor:pointer;
}

#acRegion{
	display:none;
}

#OpenAcMenuBtn{
	background-color:#333;
	display:block;
	cursor:pointer;
}

#OpenAcMenu{
	display:block;
}

div.responsive-link-page-ui{
	font-size:18px;
	padding:10px;
	background-color:#333;
	display:block;
	float:right;
}


div.responsive-link-page-ui-open{
	font-size:18px;
	padding:10px;
	background-color:#333;
	display:block;
	float:right;
}
div.responsive-link-page-menu{
	background-color:#333;
	border-bottom: 1px solid #e3e3e3;
	color:#fff;
}

h2.responsive-link-page{
	font-size:18px;
	padding:10px;

	float:left;
	display:block;
}

/*ページリンクのフロート解除*/
.responsive-link-page-menu::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*-------------------------------------------------------------------*/
/*ページリンクリスト*/
/*-------------------------------------------------------------------*/



.responsive-link-page a{
	padding:20px 40px 20px 10px;
	display: block;
	color:#999;
	font-size:14px;
	line-height: 1.4446;
	position: relative;
	z-index: 0;
	text-decoration: none;
}

.responsive-link-page a::after{
    border-right: 2px solid #e3e3e3;
    border-top: 2px solid #e3e3e3;
    content:"";
    margin: -9px 0 0 10px;
    height: 10px;
    right: 15px;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 50%;
    width: 10px;
}


.responsive-link-page li{
	background-color:#f5f5f5;
	border-bottom: 1px solid #e3e3e3;

}

.responsive-link-page li a{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:600;
}

/*商品の説明*/
h2.responsive-item{
	border-top: 1px solid #e3e3e3;
	font-size:14px;
	line-height: 1.4446;
	padding:20px;
	background-color:#fff;
	color:#333;
	font-weight:400;
	border-bottom: 1px solid #e3e3e3;
	text-align:center;
}

p.responsive-item{
	padding:20px;
	background-color:#fff;
	font-size:14px;
	line-height: 1.4446;
	font-weight:200;
}

p.responsive-item-white{
	padding:10px 20px;
	background-color:#fff;
	font-size:14px;
	font-weight:200;
	line-height: 1.4446;
}


p.responsive-item-white strong{
	font-weight:600;
}


/*-------------------------------------------------------------------*/
/*モバイル買取事例*/
/*-------------------------------------------------------------------*/
/*商品の説明*/
h2.responsive-item{
	border-top: 1px solid #e3e3e3;
	font-size:14px;
	line-height: 1.4446;
	padding:20px;
	background-color:#fff;
	color:#333;
	font-weight:400;
	border-bottom: 1px solid #e3e3e3;
	text-align:center;
}

p.responsive-item{
	padding:20px;
	background-color:#fff;
	font-size:14px;
	line-height: 1.4446;
	font-weight:200;
}

p.responsive-item-white{
	padding:10px 20px;
	background-color:#fff;
	font-size:14px;
	font-weight:200;
	line-height: 1.4446;
}


p.responsive-item-white strong{
	font-weight:600;
}



p.responsive-item-line{
	padding:20px;
	background-color:#fff;
	font-size:14px;
	line-height: 1.4446;
	font-weight:200;
	border-bottom: 1px solid #e3e3e3;
}

dt.responsive-item {
	font-size:14px;
	line-height: 1.4446;
	padding-bottom:14px;
	background-color:#f5f5f5;
	padding-left:14px;
	font-weight:200;
}
dd.responsive-item {
	font-size:14px;
	line-height: 1.4446;
	padding-bottom:14px;
	padding-left:14px;
	background-color:#f5f5f5;
	font-weight:200;
}

/*-------------------------------------------------------------------*/
/*買取事例写真*/
/*-------------------------------------------------------------------*/
.responsive-kaitori{
	width:100vw;
}

