/* スライダー
================================================== */
.slider_wrap {
    padding-top: 100px;
    height: 100%;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .slider_wrap {
        padding-top: 0;
    }
}
.slider_wrap img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.sp-slide {
    margin-top: 0;
    text-align: center;
}
.sp-slide img {
    max-width: 1960px !important;
}
.sp-button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 12px;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	background-color: #ccc;
}
.sp-selected-button {
	background-color: #f70;
}
.sp-horizontal .sp-arrows {
	width: 100%;
	left: 0;
	top: 50%;
}
.sp-arrow {
	width: 5px !important;
	height: 50px !important;
}
.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
	width: 50% !important;
	height: 50% !important;
	background-color: #444 !important;
}
@media only screen and (max-width: 767px) {
    .sp-arrow {
        width: 3px !important;
        height: 30px !important;
    }
}

.sp-slide {
	position: absolute;
	-webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    filter: grayscale(50%);
	opacity: 0.3;
}
.sp-selected{
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
	opacity:1;
}

.header_tel {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}
.header_tel_SP {
    display: none;
}
@media only screen and (max-width: 767px) {
    .header_tel {
        display: none;
    }
    .header_tel_SP {
        display: block;
    }
}



/* メイン
================================================== */
#tp_main_bg {
    padding: 50px 0 220px 0;
    background: url(../img/tp_main_bg.png) center bottom no-repeat;
    background-size: cover;
}
h1 {
    color: #002076;
    font-size: 40px;
    line-height: 1.3em;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 20px;
}


@media only screen and (max-width: 767px) {
    #tp_main_bg {
        padding: 30px 0 60px 0;
        background-size: contain;
    }
    h1 {
        font-size: 24px;
        text-align: center;
    }
}



/* ピックアップ買取価格
================================================== */
#tp_pickup_bg {
    padding: 10px 0 80px 0;
    background: #000;
}
#tp_pickup {
    background: url(../img/tp_pickup_en.png) right 18px no-repeat;
}
#tp_pickup h2 {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 20px;
}
#tp_pickup h2 .update {
    padding: 5px 20px;
    font-size: 13px;
    vertical-align: middle;
    border: 1px solid #fff; 
}
@media only screen and (max-width: 767px) {
    #tp_pickup_bg {
        padding: 10px 0 30px 0;
    }
    #tp_pickup h2 {
        padding-top: 90px;
        font-size: 28px;
        text-align: center;
    }
    #tp_pickup {
        background: url(../img/tp_pickup_en.png) center 0 no-repeat;
        background-size: contain;
    }
}
#tp_pickup p {
    color: #fff;
}

.pickup_wrap {
    margin-top: 20px;
}
.pickup_wrap .box {
    float: left;
    width: 32.3333%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    position: relative;
}
.pickup_wrap .box .photo img {
    width: 100%;
}
.pickup_wrap .box .item {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-shadow:
    -1px -1px 5px #000,0px -1px 5px #000,0px 1px 5px #000,1px 0px 5px #000,-2px -2px 5px #000,0px -2px 5px #000,
    0px 2px 5px #000,2px 0px 5px #000,-3px -3px 5px #000,0px -3px 5px #000,0px 3px 5px #000,3px 0px 5px #000;
}
.pickup_wrap .box .item small {
    font-size: 16px;
}
.pickup_wrap .box .price {
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    padding: 10px 20px 0 0;
    font-family: Arial;
    color: #ffc732;
    font-size: 40px;
    font-weight: bold;
    line-height: 1em;
    text-align: right;
    background: #ff2800;
    box-sizing: border-box;
}
.pickup_wrap .box .price small {
    font-style: normal;
    font-size: 15px;
}
#tp_pickup .notice {
    margin-top: 15px;
    font-size: 13px;
}
@media only screen and (max-width: 767px) {
    #tp_pickup p.lead {
        font-size: 21px;
    }
    .pickup_wrap {
        margin-top: 20px;
        padding: 5px 10px;
    }
    .pickup_wrap .box {
        float: none;
        width: 100%;
        margin: 5px 0 5px 0 !important;
    }
    .pickup_wrap .box .item {
        font-size: 21px;
    }
    .pickup_wrap .box .price {
        font-size: 32px;
    }
    #tp_pickup .notice {
        font-size: 12px;
        text-align: left;
    }
}



/* スクラップ買取品目
================================================== */
#tp_scrap1_bg {
    padding: 80px 0;
    background: #222;
}
#tp_scrap1 h2 {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
#tp_scrap1 p {
    color: #fff;
}

#tp_scrap2 {
    width: 100%;
}
#tp_scrap2 .box {
    float: left;
    width: 33.3333%;
}
@media only screen and (max-width: 767px) {
    #tp_scrap1_bg {
        padding: 30px 0;
    }
    #tp_scrap1 h2 {
        text-align: center;
    }
    #tp_scrap2 .box {
        float: none;
        width: 100%;
    }
}



/* ツイッター インスタグラム
================================================== */
.sns_bg {
    padding: 80px 0;
}
.sns h2 {
    color: #002076;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .sns_bg {
        padding: 30px 0;
    }
    .sns h2 {
      font-size: 27px;
    }
}



/* アクセス
================================================== */
#tp_access_bg {
    padding: 80px 0;
    background: #f0f0f0;
}
#tp_access h2 {
    color: #002076;
    font-size: 34px;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
#tp_access .lead {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
@media only screen and (max-width: 1060px) {
    #tp_access .inner {
        padding: 20px 20px 20px 0;
    }
}
@media only screen and (max-width: 767px) {
    #tp_access_bg {
        padding: 30px 0;
    }
    #tp_access h2 {
        font-size: 27px;
    }
    #tp_access .lead {
        font-size: 15px;
        text-align: left;
    }
}



/* 企業情報 保有重機
================================================== */
#tp_company {
    width: 100%;
}
#tp_company .box {
    float: left;
    width: 50%;
}
@media only screen and (max-width: 767px) {
    #tp_company .box {
        float: none;
        width: 100%;
    }
}



/* 新着情報
================================================== */
#tp_news_bg {
    padding: 50px 0;
    background: #f0f0f0;
}
#tp_news_bg h2 {
    color: #002076;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
    #tp_news_bg h2 {
        font-size: 21px;
    }
}
#tp_news {
    padding: 30px 100px;
    background: #fff;
}

#tp_news .inner {
    height: 320px;
    overflow-y: scroll;
}
#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: 14px;
    line-height: 14pt;
}
#tp_news .inner dl dd {
    margin-bottom: 2em;
    margin-left: 0em;
    padding-left: 9em;
    font-size: 16px;
    line-height: 15pt;
}
#tp_news .inner dl dd p {
    font-size: 16px;
    line-height: 15pt;
}
#tp_news .inner dl dd p.title {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
}
#tp_news .inner dl dd a {
    color: #002076;
}
@media only screen and (max-width: 767px) {
    #tp_news_bg {
        margin-top: 0px;
        background: none;
    }
    #tp_news {
        padding: 10px 0;
    }
    #tp_news .inner {
        padding-left: 10px;
    }
    #tp_news .inner dl dt {
        float: none;
        width: 100%;
    }
    #tp_news .inner dl dd {
        padding-left: 0;
    }
    #tp_news .inner dl dd p.title {
        font-size: 15px;
    }
    #tp_news .inner dl dd p {
        font-size: 13px;
    }
}



/*休暇テーブル*/

.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 !important;
	background-color:#FDD;
}
.news_table01 tr .blue {
	color:#0038C0 !important;
}
.news_table01 tr .red_blue {
	color: #0038C0 !important;
	background-color: #FFF8F8;
}
.news_table01 tr .white_red {
	color: #C30 !important;
}


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


.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 !important;
	background-color:#FDD;
}
.news_table02 tr .blue {
	color:#0038C0 !important;
}
.news_table02 tr .red_blue {
	color: #0038C0 !important;
	background-color: #FFF8F8;
}

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