@charset "UTF-8";
/**
*
* 保険
*  
**/

/* 1ページ目・全ページ共通 */
.wrap.company_top,
.wrap.company_middle,
.wrap.company_bottom {
  width: 100%;
  height: 100%;
}
.container{
	width:980px;
}
.container,
.top_content,
.top_content2{
  height: 100%;
}

.salepage .top {
  font-size: 14px;
  text-shadow:2px 2px 2px #000;
	width:980px;
}

.top_content {
  margin-top: 60px;
}

.head_text {
  margin-left: 15px;
  margin-bottom: 30px;
  display: block;
}

.sales_catch2{
    font-size:2.8em;
    text-align:center;
    padding-top:100px;
	text-shadow:2px 2px 2px #000;
}
.sales_catch{
	text-shadow:2px 2px 2px #000;
}
.sales_catch3{
	text-shadow:2px 2px 2px #000;
}
.sales_catch3 a{
	color:#f78702;
}
.arrow_down1 {
  display: block;
  opacity: 1;
  position: fixed;
  top: 87%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.arrow_down2 {
  display: block;
  opacity: 1;
  position: absolute;
  bottom: 3%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}

.rflex{
	display:flex;
	flex-wrap:wrap;
}
.rstaff{
	width:16%;
	text-align: center;
	margin-bottom:30px;
	margin-top:20px;
}
.rstaff img{
	width:90%;
}
.pcn{
	display:none;
}
@media screen and (max-height: 812px) {
	.sflex{
		flex-wrap: wrap;
		padding-top:60px;
	}
	.sstaff{
	width:33%;
	}
}
@media screen and (max-height: 768px) {
  .arrow_down1, .arrow_down2 {
     
  }

}

.copyright {
  color: #010101;
  position: fixed;
  bottom: 0;
  font-size: 12px;
}

.sale_top {
  background-image: url('../img/wrecker/wrecker_bg.jpg');
  background-position: center 0;
  background-size: cover; 
  min-height: 1220px;
  height: 100%;
}
.w_middle {
   background-image: url('../img/wrecker/wrecker_bg2.jpg');
  background-position: center 0;
  background-size: cover; 
  min-height: 1220px;
  height: 100%;
}
.w_bottom {
  background-image: url('../img/wrecker/bg_top.jpg');
  background-position: center 0;
  background-size: cover; 
  min-height: 1220px;
  height: 100%;
}
.chirashi{
    width:40%;
    text-align: center;
    margin:0 auto;
}
.chirashi img{
    width:93%;
}
/* ここから */
.top_content,.top_content2 {
  position: relative;
}

.top_content p {
  margin-bottom: 30px;
  width: 100%;
  font-size: 15px;
  word-wrap:break-all;
}

.top_content a {
  color: #fff;
  word-wrap: break-word;
}

.smbr {
  display: none;
}

@media screen and (max-device-height: 768px) {
  .wrap.company_top {
    background-size: 1200px;
  }
  
  .top_content {
    margin-top: 80px;
  }

  .top_content p {
    margin-bottom: 15px;
    width: 100%;
    font-size: 12px;
  }
  
  .salepage.top .title {
    font-size: 15px;
    padding: 5px;
    margin-bottom: 10px;
  }
  
  .head_text {
    display: none;
  }
}

/*@media screen and (max-height: 941px) and (min-device-height: 768px) {
  .staff img {
    height: 600px;
    width: auto;
  }
}


/* 2ページ目 */
.bottom_content {
  width: 90%;
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  line-height: 0;
}

@media screen and (max-width: 992px) {  
  .bottom_content {
    width: 50%;
  }
}

@media screen and (max-device-height: 769px) {  
  .bottom_content {
    width: 90%;
  }
}


.wrap.sale_bottom {
  height: 100%;
}

.sale_bottom .salepage div[class*="staff"] img {
  text-align: center;
  width: 100%;
  height: auto;
}

/* copyright */
.copyright {
  width: 100%;
  color: #fff;
  padding: 10px;
  background: #122540;  
}

/* スライド */
.horizontal_slider {
  display:none;
}
.horizontal_slider.slick-initialized {
  display: block;
}

.onepage-pagination li a:before,
.onepage-pagination li a.active:before {
  width: 0;
  height: 0;
  left: 0;
  content: '■';
  color: #010101;
  font-size: 18px;
  border: none;
  margin: 0;
}

.onepage-pagination li a.active:before {
  color: #C69738;
}

/* ボタン */
.square_btn{
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #58B99D; /*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #4B9080;
  border-radius: 3px;
  margin-left: 30px;
}

@media screen and (max-device-height: 768px) {
  .square_btn{
    margin-left: 15px;
  }
}

.square_btn:visited,
.square_btn:link {
  text-decoration: none;
  color: #fff;
}
.sales_catch{
    font-size:3.3em;
    text-align:center;
    padding-top:130px;
}
.sales_catch2{
    font-size:2.2em;
    text-align:center;
}
.sales_catch3{
    font-size:2.6em;
    text-align:center;
}
.square_btn:active {/*ボタンを押したとき*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
  text-decoration: none !important;
  color: #fff;
}
@media screen and (max-width: 417px) {
	.container{
		width:98%;
		margin:0 auto;
	}
    .top_content{
        margin-top:40px;
    }
    .top_content2{
        margin-top:10px;
    }
    .rstaff{
        width:25%;
        text-align: center;
        margin-bottom:10px;
        margin-top:0px;
	}
    .chirashi{
        width:98%;
        margin:0 auto;
    }
    .sales_catch{
        font-size:1.5em;
        text-align:center;
       
    }
    .sales_catch2{
        font-size:1.5em;
        text-align:center;
        padding-top:70px;
    }
	.sales_catch3{
	font-size:1.5em;
}
    .sale_top {
        background-image: url('../img/wrecker/wreker_bg_sm2.jpg');
        background-size:cover;
    }
	.w_bottom {
	  background-image: url('../img/wrecker/wreker_bg_sm.jpg');
	  background-position: center 0;
	  background-size: cover; 
	}
.pcn{
	display:block;
}
}