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

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

.container,
.top_content {
  height: 100%;
}

.bg {
  padding: 30px;
  background: rgba(0, 0, 0, 0.2);
}

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

.top_content {
  margin-top: 110px;
}

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

.salepage.top .title {
  background: rgba(48, 101, 150, .6);
  font-family: serif;
  padding: 10px;
  margin-bottom: 30px;
}

.arrow_down1 {
  display: block;
  opacity: 1;
  position: fixed;
  top: 87%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}

.sflex {
  display: flex;
}

.sstaff {
  width: 25%;
}

.sstaff img {
  width: 100%;
}

.sps_w {
  padding-bottom: 40px;
}

@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 {
    display: none;
  }

}

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

.wrap.sale_top {
  background-image: url('../img/insurerance/bg_top4.jpg');
  background-position: center 0;
  background-size: cover;
  min-height: 1220px;
  height: 100%;
}

/* ここから */
.top_content {
  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: 12px;
    padding: 5px;
    margin-bottom: 3px;
  }

  .head_text {
    display: none;
  }
}

@media screen and (max-width: 478px) {
  .sflex {
    display: flex;
    flex-wrap: wrap;
  }

  .top_content {
    margin-top: 80px;
  }

  .sstaff {
    width: 50%;
  }
}


/*@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 {
  background-image: url('../img/insurerance/bg_top.jpg');
  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;
}

/*
@media screen and (min-width: 768px) {
  .copyright {

  }
}
*/

/* スライド */
.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;
}

.square_btn:active {
  /*ボタンを押したとき*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  border-bottom: none;
  /*線を消す*/
  text-decoration: none !important;
  color: #fff;
}

.sps {
  padding-left: 40px;
  padding-bottom: 20px;
}

.sps_t span {
  display: inline-block;
  padding: 5px;
  margin-right: 5px;
  background: #dabb1d;
  border-radius: 7px;
}

 div.ppstyle {
    margin-bottom: 20px;
  }

@media screen and (max-width: 478px) {
  .wrap.sale_top {
    background-image: url(../img/insurerance/bg_top_sm.jpg);
    background-position: center 0;
    background-size: cover;
    min-height: 1220px;
    height: 100%;
}
  .sps_t {
    font-size: 10px;
  }

  .sps {
    font-size: 10px;
    padding-bottom: 0px;
  }

  .sps_t span {
    padding: 2px;
    border-radius: 2px;
  }

  div.ppstyle {
    font-size: 10px;
    margin-bottom: 7px;
  }

  .bg {
    padding: 5px;
  }

  .salepage.top {
    font-size: 14px;
  }

  h2.title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}