@charset "utf-8";
/* asteria-warp01 */
#asteria-warp01>section{
  margin-bottom: 160px;
}
#asteria-warp01 .image img{
  max-width: 100%;
  width: 100%;
}

/* sec01 */
#asteria-warp01 .sec01{
  margin-bottom: 95px;
}
#asteria-warp01 .sec01 .fbox{
  display: flex;
  justify-content: space-between;
}
#asteria-warp01 .sec01 .box{
  width: calc(50% - 10px);
}

/* sec02 */
#asteria-warp01 .sec02{
  margin-bottom: 95px;
}
#asteria-warp01 .sec02 .box {
  padding: 30px 30px 30px 30px;
  margin-bottom: 40px;
  background-color: #f2f2f2;
}
#asteria-warp01 .sec02 .box .read{
    font-size: 22px;
    text-align: center;
    margin-bottom: 25px;
}
#asteria-warp01 .sec02 .tasks{
  display: block;
}
#asteria-warp01 .sec02 .tasks .task{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  background:url(../images/asteriawarp/icon_right.svg) center center no-repeat;
}
#asteria-warp01 .sec02 .tasks .task:last-child{
  margin-bottom: 0;
}
#asteria-warp01 .sec02 .tasks .task .request,
#asteria-warp01 .sec02 .tasks .task .solution{
  padding: 34px 20px 26px 20px;
  background-color: #fff;
  width: calc(50% - 30px);
  position: relative;
  display: block;
}
#asteria-warp01 .sec02 .tasks .task .request:after,
#asteria-warp01 .sec02 .tasks .task .solution:after{
  content: "";
  position: absolute;
  left: -10px;
  top:-10px;
  width: 37px;
  height: 37px;
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
}
#asteria-warp01 .sec02 .tasks .task .request::after{
  background-image: url(../images/asteriawarp/icon_check.svg);
}
#asteria-warp01 .sec02 .tasks .task .solution::after{
  background-image: url(../images/asteriawarp/icon_star.svg);
}
#asteria-warp01 .sec02 .tasks .task .solution{
  color: #11873B;
}
#asteria-warp01 .sec02 .promotion{
  text-align: center;
}

/* sec03 */
#asteria-warp01 .sec03 .merit{
  display: flex;
  margin-bottom: 40px;
}
#asteria-warp01 .sec03 .merit .texts{
  width: calc(((965 - 311) / 965) * 100%);
  padding-right: 50px;
}
#asteria-warp01 .sec03 .merit .texts .index{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  background-color: #DC3543;
  border-radius: 100px;
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 20px;
}
#asteria-warp01 .sec03 .merit .texts .title{
  margin-bottom: 20px;
}
#asteria-warp01 .sec03 .merit .image{
  width: calc((311 / 965) * 100%);
}

/* sec04 */
#asteria-warp01 .sec04{
  margin-bottom: 95px;
}
#asteria-warp01 .sec04 > ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#asteria-warp01 .sec04 > ol li{
  width: calc((((965 - 60) / 2 ) / 965) * 100%);
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
#asteria-warp01 .sec04 > ol li .index{
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#asteria-warp01 .sec04 > ol li .image{
  margin-bottom: 20px;
  flex-grow: 1;
}
#asteria-warp01 .sec04 > ol li .subti{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
}
#asteria-warp01 .sec04 > ol li .body em{
  font-style: normal;
  color: #EF2525;
}

/* sec05 */
#asteria-warp01 .sec05 > .lead{
  margin-bottom: 40px;
}
#asteria-warp01 .sec05 > .image{
  margin-bottom: 60px;
}
#asteria-warp01 .sec05 > h4{
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
#asteria-warp01 .sec05 > ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#asteria-warp01 .sec05 > ul li{
  font-size: 18px;
  font-weight: bold;
  color: #DC3543;
  background-color: #fff;
  text-align: center;
  border: 2px solid #DC3543;
  border-radius: 10px;
  width: calc((((965 - 20 - 20) / 3 ) / 965 ) * 100%);
  min-height: 126px;
  margin-bottom: 20px;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}

/* sec06 */
#asteria-warp01 .sec06{
  margin-bottom: 95px;
}
#asteria-warp01 .sec06 > .lead{
  margin-bottom: 84px;
}
#asteria-warp01 .sec06 > .image{
  margin-bottom: 60px;
}
#asteria-warp01 .sec06 .cases .case{
  margin-bottom: 120px;
  padding-left: 30px;
}
#asteria-warp01 .sec06 .cases .case .title{
  margin-left: -30px;
}
#asteria-warp01 .sec06 .cases .case h4{
  font-size: 32px;
  font-weight: bold;
}
#asteria-warp01 .sec06 .cases .case h4 span{
  font-size: 16px;
  font-weight: normal;
  padding-left: 1em;
}
#asteria-warp01 .sec06 .cases .case ul{
  margin-bottom: 25px;
  font-size: 18px;
}
#asteria-warp01 .sec06 .cases .case ul li em{
  color: #11873B;
  font-style: normal;
}
#asteria-warp01 .sec06 .cases .case ul li::before{
  content: "■ ";
  color: #11873B;
}
#asteria-warp01 .sec06 .cases .case .image img{
  width: 100%;
}

/* sec07 */
#asteria-warp01 .sec07 .tableouter table{
  width: 100%;
  margin-bottom: 0;
}
#asteria-warp01 .sec07 .tableouter table th,
#asteria-warp01 .sec07 .tableouter table td{
  padding: 14px 2px;
  text-align: center;
  width: auto;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #B1C4C9;
}
#asteria-warp01 .sec07 .tableouter table thead th{
  background-color: #868686;
  color: #fff;
  font-weight: bold;
}
#asteria-warp01 .sec07 .tableouter table thead th:nth-child(4),
#asteria-warp01 .sec07 .tableouter table thead th:nth-child(5){
  background-color: #505050;
}
#asteria-warp01 .sec07 .tableouter table tbody th{
  font-weight: bold;
  white-space: nowrap;
  background-color: #DDDDDD;
}
#asteria-warp01 .sec07 .tableouter table tbody tr.odd td{
  background-color: #fff !important;
}
#asteria-warp01 .sec07 .tableouter table tbody tr.even td,
#asteria-warp01 .sec07 .tableouter table tbody tr:nth-child(even) td{
  background-color: #F5F5F5;
}
.grayArea.grayAreaMb0 {
  margin-bottom: 0!important;
}
.ServiceChild .ServiceFooterContact {
  margin-top: 0;
}


/***********/
@media screen and (max-width: 767px) {
  /* asteria-warp01 */
  #asteria-warp01>section{
    margin-bottom: 80px;
  }

  /* sec01 */
  #asteria-warp01 .sec01 .fbox{
    display: block;
  }
  #asteria-warp01 .sec01 .box{
    width: 100%;
  }
  #asteria-warp01 .sec01 .box.image{
    margin-top: 20px;
  }
  
  /* sec02 */
  #asteria-warp01 .sec02 .tasks .task{
    display: block;
    margin-bottom: 60px;
    background: none;
  }
  #asteria-warp01 .sec02 .tasks .task .request, #asteria-warp01 .sec02 .tasks .task .solution{
    width: 100%;
  }
  #asteria-warp01 .sec02 .tasks .task .request{
    margin-bottom: 40px;
  }
  #asteria-warp01 .sec02 .tasks .task .solution::before{
    content: "";
    display: block;
    width: 14px;
    height: 40px;
    background:url(../images/asteriawarp/icon_right.svg) center center no-repeat;
    background-size:contain;
    position: absolute;
    left: 50%;
    top :-38px;
    margin-left: -5px;
    transform: rotate(90deg);
  }

  /* sec03 */
  #asteria-warp01 .sec03 .merit{
    display: block;
  }
  #asteria-warp01 .sec03 .merit .texts{
    padding-right: 0px;
    width: auto;
  }
  #asteria-warp01 .sec03 .merit .texts .index{
    font-size: 12px;
  }
  #asteria-warp01 .sec03 .merit .texts .image{
    width: auto;
    margin-bottom: 20px;
  }

  /* sec04 */
  #asteria-warp01 .sec04 > ol {
    display: block;
  }
  #asteria-warp01 .sec04 > ol li{
    width: auto;
  }

  /* sec05 */
  #asteria-warp01 .sec05 > ul li{
    width: calc((((335 - 20) / 2 ) / 335 ) * 100%);
    padding: 25px;
    min-height: auto;
  }

  /* sec06 */
  #asteria-warp01 .sec06 .cases .case{
    padding-left: 0;
  }
  #asteria-warp01 .sec06 .cases .case .title{
    margin-left: 0;
  }
  #asteria-warp01 .sec06 .cases .case h4{
    font-size: 22px;
  }
  #asteria-warp01 .sec07 .tableouter {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 20px;
  }
  #asteria-warp01 .sec07 .tableouter table {
    width: 240%;
  }

}

