/* スライダー
================================================== */
.slider_wrap {
    position: relative;
    padding-top: 80px;
	min-height: 500px;
}
#full {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}

@media only screen and (max-width: 1000px) {
    .slider_wrap {
		min-height: 0;
    }
}
@media only screen and (max-width: 767px) {
    .slider_wrap {
        padding-top: 79px;
    }
}


/* メイン
================================================== */
#tp_h1_bg {
    background: url(../img/gray_line_bg1.png) 0 0 repeat;
}
#tp_h1 h1 {
	padding: 12px 0 12px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
}
#tp_h1 h1 strong {
    font-size: 31px;
}
#tp_h2 h1 {
	padding: 24px 0 14px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
}
#tp_h2 h1 strong {
    font-size: 31px;
}
@media only screen and (max-width: 767px) {
    #tp_h1 h1 {
        font-size: 14px;
        line-height: 1.3em;
    }
    #tp_h1 h1 strong {
        font-size: 23px;
        line-height: 1.3em;
    }
    #tp_h2 h1 {
        font-size: 14px;
        line-height: 1.3em;
    }
    #tp_h2 h1 strong {
        font-size: 23px;
        line-height: 1.3em;
    }
}



/* 店舗情報
================================================== */
#tp_shopinfo_bg {
    background-color: #1a2670;
    color: #FFF;
}


#tp_shopinfo_bg .tp_shopinfo_img{
	max-width: 2000px;
	max-height: 550px;
	overflow: hidden;
	margin: 0 auto;
}





/* 買取価格
================================================== */
#tp_price_bg {
    padding: 50px 0;
}
#tp_price {
    position: relative;
}
.update {
    position: absolute;
    top: 105px;
    right: 0;
    color: #1a2670;
    font-size: 15px;
    font-weight: bold;
}
.price {
    margin-top: 25px;
    font-family: 'arial';
    color: #ff3300;
    font-size: 120px;
    font-weight: bold;
    line-height: 0.5em;
    text-align: right;
}
.price small {
    font-size: 48px;
}
.price .tax_text {
    font-size: 20px;
}
.price_note {
    padding: 3px 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #ff3300;
    border-radius: 50px;
}
#tp_price .notice {
    margin-left: 1.05em;
    text-indent: -1.05em;
    color: #ff3300;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3em;
}
@media only screen and (max-width: 900px) {
    .update {
        margin-top: 5px;
        position: static;
        text-align: center;
    }
    .price {
        margin-top: 0;
        font-size: 72px;
        line-height: 1.0em;
        text-align: center;
    }
    .price small {
        font-size: 32px;
    }
    .price_note {
        font-size: 17px;
    }
}



/* 買取価格2
================================================== */

#tp_price2_bg {
	padding: 20px 0 50px 0;
}

#tp_price2 {
    width: 100%;
}
#tp_price2 .notice {
    margin-top:10px;
	text-align:center;
    color: #ff3300;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3em;
}

#price2_update{
	margin-top:20px;
	text-align:center;
	font-weight:bold;
	color:#1a2670;
}

#tp_price2 h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #1a2670;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3em;
    border-bottom: 3px solid #1a2670;
	width:99.2%;
}

#tp_price2 .box {
	float: left;
	width: 24.2%;
	margin-right: 0.8%;
	margin-bottom: 8px;
	background: #F4F4F4;
}
#tp_price2 .box img {
    margin-top: 1px;
}
#tp_price2 .box .item {
	padding: 5px 0px 0px 5px;
	font-size: 17px;
	color: #1a2670;
	line-height: 0.95em;
}
#tp_price2 .box .item small {
	font-size:13px;
	display:inline-block;
	line-height:0.9em;
}


#tp_price2 .box .price2 {
    float: right;
    padding: 0px 5px 5px 0px;
    font-size: 26px;
    font-weight: bold;
    color: #ff3500;
	line-height:1em;
}
#tp_price2 .box .price2 small {
    font-size: 17px;
}
@media only screen and (max-width: 767px) {
	#tp_price2 .box {
		float: left;
		width: 49.2%;
		margin-right: 0.8%;
		margin-bottom: 8px;
		background: #F4F4F4;
	}
	#tp_price2 .box .item {
		font-size:13px;
	}
	#tp_price2 .notice {
		text-align:left;
	    margin-left: 1.05em;
	    text-indent: -1.05em;
	}
}

/* 買取価格3　・・・2021/07/29　スクラップ価格表（買取価格2は未使用に）
================================================== */

#tp_price3_bg {
	padding: 6px 0 30px 0;
}

#tp_price3 {
    width: 100%;
}
#tp_price3 .notice {
    margin-top:10px;
	text-align:center;
    color: #ff3300;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3em;
}

#price3_update{
	margin-top:20px;
	text-align:center;
	font-weight:bold;
	color:#1a2670;
}

#tp_price3 h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #1a2670;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3em;
    border-bottom: 3px solid #1a2670;
	width:99.2%;
}

#tp_price3 .box {
	float: left;
	width: 19.2%;
	margin-right: 0.8%;
	margin-bottom: 8px;
	background: #F4F4F4;
}

#tp_price3 .price_up {
    background: #FFF4F4 url(../img/price_up.png)  5px 96% no-repeat;
}
#tp_price3 .price_down {
    background: #F4F4FF url(../img/price_down.png) 5px 96% no-repeat;
}

#tp_price3 .box img {
    margin-top: 1px;
}
#tp_price3 .box .item {
	padding: 5px 0px 0px 5px;
	font-size: 16px;
	font-weight:bold;
	color: #1a2670;
	line-height: 0.95em;
}
#tp_price3 .box .item small {
	font-size:12px;
	display:inline-block;
	line-height:1em;
}

#tp_price3 .box .note {
	padding: 5px 5px 0px 5px;
	font-size:11px;
	line-height:1.2em;
	word-break: break-all;
}

#tp_price3 .box .price2 {
    float: right;
    padding: 6px 5px 5px 0px;
    font-size: 22px;
    font-weight: bold;
    color: #ff3500;
	line-height:1em;
}
#tp_price3 .box .price2 small {
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
	#tp_price3_bg {
		padding: 2px 0 20px 0;
	}
	#tp_price3 .box {
		width: 49.2%;
	}
	#tp_price3 .box .item {
		font-size:13px;
	}
	#tp_price3 .notice {
		text-align:left;
	    margin-left: 1.05em;
	    text-indent: -1.05em;
	}
}

/* 買取価格3のリンクボタン */

.tp_price3_cat_box {
    width: 100%;
}
.tp_price3_cat_box p {
    float: left;
    width: 19%;
    margin-right: 1%;
/*    width: 16%;
    margin-right: 0.666%;*/
    margin-bottom: 8px;
    background: #000;
}
.tp_price3_cat_box p.spacer {
    float: left;
    width: 7.666%;
    background: #FFF;
}
.tp_price3_cat_box p.SP_spacer {
    display: none;
}
@media only screen and (max-width: 767px) {
	.tp_price3_cat_box p {
	    width: 32.5333%;
		margin-right: 0.8%;
	    margin-bottom: 2px;
	}
	.tp_price3_cat_box p.spacer {
	    display: none;
	}
	.tp_price3_cat_box p.SP_spacer {
		display: block;
		width:15.85%;
	}
}

#cat1::before , #cat2::before , #cat3::before , #cat4::before , #cat5::before , #cat6::before , #cat7::before , #cat8::before , #cat9::before , #cat10::before , #cat11::before , #cat12::before , #cat14::before {
    display: block;
    height: 10rem;
    margin-top: -10rem;
    content: "";
}




/* 買取価格4　・・・買取不可品目
================================================== */

#tp_price4_bg {
	padding: 6px 0 30px 0;
}

#tp_price4 {
    width: 100%;
}
#tp_price4 .notice {
    margin-top:10px;
	text-align:center;
    color: #ff3300;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3em;
}

#tp_price4 h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #D00;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3em;
    border-bottom: 3px solid #D00;
	width:99.2%;
}

#tp_price4 .box {
	float: left;
	width: 19.2%;
	margin-right: 0.8%;
	margin-bottom: 8px;
	background: #F4F4F4;
}

#tp_price4 .box img {
    margin-top: 1px;
}
#tp_price4 .box .item {
	padding: 5px 0px 0px 5px;
	font-size: 16px;
	font-weight:bold;
	color: #D00;
	line-height: 0.95em;
}
#tp_price4 .box .item small {
	font-size:12px;
	display:inline-block;
	line-height:1em;
}

#tp_price4 .box .note {
	padding: 5px 5px 0px 5px;
	font-size:11px;
	line-height:1.2em;
}

#tp_price4 .box .price2 {
    float: right;
    padding: 6px 5px 5px 0px;
    font-size: 22px;
    font-weight: bold;
    color: #ff3500;
	line-height:1em;
}
#tp_price4 .box .price2 small {
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
	#tp_price4_bg {
		padding: 2px 0 20px 0;
	}
	#tp_price4 .box {
		width: 49.2%;
	}
	#tp_price4 .box .item {
		font-size:13px;
	}
	#tp_price4 .notice {
		text-align:left;
	    margin-left: 1.05em;
	    text-indent: -1.05em;
	}
}




/* 買取価格スライダー　・・・2021/08/03
================================================== */

#tp_price_slider {
    width: 100%;
}
#tp_price_slider .box {
	float: left;
	width: 32.5333%;
	margin-right: 0.8%;
	margin-bottom: 8px;
	background: #F4F4F4;
}
#tp_price_slider .box img {
    margin-top: 1px;
}
#tp_price_slider .box .item {
	padding: 10px 0px 0px 10px;
	font-size: 20px;
	font-weight:bold;
	color: #1a2670;
	line-height: 0.95em;
}
#tp_price_slider .box .item small {
	font-size:12px;
	display:inline-block;
	line-height:1em;
}
#tp_price_slider .box .price2 {
    float: right;
    padding: 2px 10px 10px 0px;
    font-size: 24px;
    font-weight: bold;
    color: #ff3500;
	line-height:1em;
}
#tp_price_slider .box .price2 small {
    font-size: 16px;
}


@media only screen and (max-width: 767px) {
	#tp_price_slider .box {
		float: left;
		width: 32.5333%; 
		margin-right: 0.8%;
		margin-bottom: 8px;
		background: #F4F4F4;
	}
	#tp_price_slider .box .item {
		font-size:12px;
		padding: 6px 0px 0px 4px;
	}
	#tp_price_slider .box .price2 {
		font-size:14px;
		padding: 2px 4px 4px 0px;
	}

}

/* 家電４品目　・・・2022/02/10
================================================== */

#tp_price_kaden{
}
#tp_price_kaden h3{
	color:#FFF;
	background-color:#D00;
	padding:14px 0 10px 20px;
	font-size:18px;
	
}
#tp_price_kaden .box{
	padding:20px;
	border:solid 2px #D00;
}


/* 廃車買取　・・・2023/02/08
================================================== */

#tp_purchase_car{
}
#tp_purchase_car h3{
	color:#FFF;
	background-color:#0080cc;
	padding:20px 0 15px 0 ;
	font-size:30px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2em;
	
}
#tp_purchase_car .box{
	padding:10px 30px;
	border:solid 2px #0080cc;
	background-image: url(../img/tp_purchase_car.jpg);
	background-repeat: no-repeat;
	min-height: 330px;
}
@media only screen and (max-width: 767px) {
	#tp_purchase_car h3{
		font-size:22px;
	}
	#tp_purchase_car .box{
		padding-top:350px;
		padding-bottom:30px;
	}
}



/* 買取価格について
================================================== */
#tp_about_bg {
    padding: 30px 0 50px 0;
    background: #1a2670;
}
#tp_about {
    color: #fff;
}
#tp_about h2 {
    margin-top: 65px;
}
#tp_about h3 {
    padding: 10px 0;
    margin-bottom: 30px;
    color: #333;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    background: #fff;
}
#tp_about h3 img {
    margin-right: 10px;
    vertical-align: middle;
}
.about_lead {
    margin: 10px 0 10px 0;
    font-size: 27px;
    font-weight: bold;
}
#tp_about .notice {
    margin-top: 30px;
    padding: 20px;
    border: 2px solid #fff;
}
@media only screen and (max-width: 900px) {
    #tp_about_bg {
        padding: 30px 0;
    }
    #tp_about h2 {
        margin-top: 0;
    }
    .about_lead {
        font-size: 19px;
    }
}


/* 回収エリア
================================================== */
#tp_area_bg {
	margin-top: 20px;
	background: url(../img/gray_line_bg2.png) 0 0 repeat-x;
	background-position: 0 30px;
}
#tp_area {
    position: relative;
}
#tp_area h2 {
    position: absolute;
    top: 42px;
    right: 0;
    z-index: 2;
}
#tp_area .text {
    margin-top: 177px;
}
@media only screen and (max-width: 900px) {
    #tp_area_bg {
        margin-top: 30px;
        background: none;
    }
    #tp_area h2 {
        position: static;
    }
    #tp_area .text {
        margin-top: 10px;
    }
}


/* アクセス
================================================== */
#tp_access_bg {
	margin-top: 20px;
	margin-bottom: 80px;
	background: url(../img/gray_line_bg2.png) 0 0 repeat-x;
	background-position: 0 30px;
}
#tp_access {
    position: relative;
}
#tp_access h2 {
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 2;
    font-size: 31px;
    font-weight: bold;
    color: #1a2670;
}
#tp_access .text {
    margin-top: 177px;
}
#tp_access .address {
    margin-top: 24px;
    padding: 15px;
    font-size: 11px;
    line-height: 1.6em;
    background: #ffffc5;
}
@media only screen and (max-width: 900px) {
    #tp_access_bg {
        margin-top: 0px;
        margin-bottom: 30px;
        background: none;
    }
    #tp_access h2 {
        position: static;
        font-size: 21px;
    }
    #tp_access .text {
        margin-top: 10px;
    }
}


/* 処理工程
================================================== */
#tp_harness_bg {
    padding: 80px 0;
    background: #1b2770 url(../img/tp_harness_bg.jpg) center 0 no-repeat;
    background-size: contain;
}
#tp_harness h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 29px;
    font-weight: bold;
    text-align: center;
}
#tp_harness p {
    color: #fff;
}
#tp_harness p.text {
    text-align: center;
}
#tp_harness strong {
    font-size: 19px;
}

/*Youtube*/
.youtube_bg {
    margin-top: 30px;
}
.youtube_wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube_wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
@media only screen and (max-width: 900px) {
    #tp_harness_bg {
        padding: 30px 0;
    }
    #tp_harness h2 {
        font-size: 21px;
        line-height: 1.3em;
    }
    #tp_harness p.text {
        text-align: left;
    }
}


/* 新着情報
================================================== */
#tp_news h2 {
    font-size: 23px;
    font-weight: bold;
}
#tp_news .inner {
    margin-top: 20px;
    padding: 20px;
    height: 350px;
    overflow-y: scroll;
    background: #fff;
    border: 1px solid #ccc;
}
#tp_news .inner dl {
    display: block;
    padding: 0 20px 15px 0;
}
#tp_news .inner dl dt {
    clear: left;
    float: left;
    margin: 0 0 1em 0em;
    width: 9em;
    font-weight: normal;
    font-size: 13px;
    line-height: 14pt;
}
#tp_news .inner dl dd {
    margin-bottom: 2em;
    margin-left: 0em;
    padding-left: 9em;
    font-size: 14px;
    line-height: 14pt;
}
#tp_news .inner dl dd p {
    font-size: 14px;
    line-height: 14pt;
}
#tp_news .inner dl dd p.title {
    margin-bottom: 5px;
    color: #1a2670;
    font-size: 14px;
    font-weight: bold;
}
#tp_news .inner dl dd a {
    color: #f30;
}


@media only screen and (max-width: 767px) {
    #tp_news_bg {
        padding: 30px 0 50px 0;
    }
    #tp_news .inner {
        padding: 3%;
        height: 400px;
    }
    #tp_news .inner dl dt {
        float: none;
        margin: 0 0 1em 0em;
        width: 100%;
        line-height: 1.2em;
    }
    #tp_news .inner dl dd {
        margin-bottom: 10px;
        padding-left: 0;
        font-size: 13px;
        line-height: 1.2em;
    }
    #tp_news .inner dl dd p {
        font-size: 13px;
        line-height: 1.2em;
    }
}


/*休暇テーブル*/

.news_table01 {
	margin-top: 6px;
	margin-bottom: 4px;
}
.news_table01 tr th {
	font-weight: normal;
	color: #333;
	text-align: left;
	border: 1px solid #CCC;
	padding: 3px;
}

.news_table01 tr td {
	border: 1px solid #CCC;
	text-align: center;
	padding: 3px;
}
.news_table01 tr .red {
	color: #C30;
	background-color:#FDD;
}
.news_table01 tr .blue {
	color:#03F;
}
.news_table01 tr .red_blue {
	color: #03F;
	background-color: #FFF8F8;
}
.news_table01 tr .white_red {
	color: #C30;
}


/*カレンダータイプテーブル*/


.news_table02 {
	margin-top: 6px;
	margin-bottom: 4px;
}
.news_table02 tr th {
	border: 1px solid #CCC;
	text-align: center;
	padding: 2px;
	line-height:1.5em;
	width:16%;
}

.news_table02 tr td {
	border: 1px solid #CCC;
	text-align: center;
	padding: 3px;
	line-height:1.3em;
	width:12%;
}
.news_table02 tr .red {
	color: #C30;
	background-color:#FDD;
}
.news_table02 tr .blue {
	color:#03F;
}
.news_table02 tr .red_blue {
	color: #03F;
	background-color: #FFF8F8;
}

/*スマホ対応サイト用*/
.across_month{
	width:45%;
	float:left;
}
@media only screen and (max-width: 767px) {
.across_month{
	width:95%;
	float:none;
}
}

.news_table01 tr .legend{
	border:none;
	text-align:right;
	padding:4px;
}
