@charset "UTF-8";


img {
  width: 100%;
}

/*--------------------------------------------------
**************************************************
サービス利用までの流れ
**************************************************
--------------------------------------------------*/
div#subtop_wrap {
  position: relative;
  width: 100%;
  height: 150px;
  margin: auto;
  background: url(../imgs/common/sub_top.png);
  background-repeat: no-repeat;
  background-position: center;
}
div#subtop_wrap h1 {
  position: absolute;
  width: 100%;
  height:auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 26px;
  line-height: 150px;
  margin: auto;
  color: #10609c;
  text-align: center;
  font-weight: 600;
}
.service_top_cont {
  position: relative;
  width: calc(100% - 80px);
  font-size: 16px;
  color: #666666;
  margin: 30px auto;
}
.service_top_cont p span.red {
  color: #e77d42;
}

@media (max-width: 500px) {
  .service_top_cont {
    width: calc(100% - 40px);
  }
}
/*--------------------------------------------------
**************************************************
サービス利用までの流れ内容
**************************************************
--------------------------------------------------*/

div#service {
  position: relative;
  padding-bottom: 50px;
}
div#service .service_wrap {
  position: relative;
  background: #fafafa;
  padding: 40px 0;
}
div#service .service_wrap .flow{
  position: relative;
  display: flex;
  width: 100%;
  height: 500px;
  margin: 0 auto;
}

div#service .service_wrap .flow .flow_title{
  position: relative;
  height: 500px;
  z-index: 10;
}
div#service .service_wrap .flow .flow_title img{
  width: auto;
  height: 100%;
}
div#service .service_wrap .flow .flow_cont{
  position: absolute;
  left: 116px;
  width: calc(100% - 116px);
  height: 500px;
  overflow-x: scroll;
  overflow-y: hidden;
  box-sizing: border-box;
}

div#service .service_wrap .flow .flow_cont::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}
div#service .service_wrap .flow .flow_cont::-webkit-scrollbar-track {
  background: #ddd;
  box-shadow:0 0 5px #ddd inset ;
  border-radius: 5px;
}
div#service .service_wrap .flow .flow_cont::-webkit-scrollbar-thumb {
  background: #70ad47;
  border-radius: 5px;
}

div#service .service_wrap .flow .flow_cont .flow_img{
  width: 545px;
  height: 500px;
}


div#service .service_inner {
  position: relative;
  width: calc(100% - 40px);
  font-size: 17px;
  text-align: center;
  border: 2px solid #10609c;
  border-radius: 10px;
  padding: 20px 30px;
  margin: 20px auto 40px auto;
}

  .button .service_bth.lnk_block.lnk_solid_yellow {
    width: calc(100% - 40px);
    max-width: 360px;
    height: 49px;
    background: #f1bd48;
  }
  .button .service_bth.lnk_block.lnk_solid_yellow a {
    display: block;
    line-height: 49px;
  }

  div#service .service_inner {
    width: calc(100% - 60px);
    max-width: 400px;
    font-size: 15px;
    margin: 0 auto 30px auto;
  }
