@charset "UTF-8";
.indent{
  text-indent: -1em;
  padding-left: 1em;
}
.cyan{
  color: #34B4E8;
}
.lh2{
  line-height: 2;
}
a.red {
  color: #d4413a;
}
.personal_midashi{
  font-weight: normal;
}
.service-flex {
  display: flex;
  justify-content: space-between;
  margin: 70px auto 50px;
}
.point {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #D8E9F3;
  max-width: 321px;
  width: 100%;
  min-height: 250px;
  position: relative;
}
.point_num {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #006cb7;
  width: 81px;
  height: 81px;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  margin-top: -40px;
  font-size: 14px;
  line-height: 1.25;
  span:last-child{
    font-size: 32px;
  }
}
.point_com {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
}
.border {
  border: 1px solid #ccc;
  padding: 15px 20px;
  line-height: 2;
  display: inline-block;
  margin: 15px 0;
}
.btn_outer {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
a.btn_sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  max-width: 305px;
  width: 100%;
  background: #1EAC56;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 10px 15px 30px;
  box-sizing: border-box;
  span:last-child{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
}

.flow {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  box-sizing: border-box;
  *{;
    box-sizing: border-box;
  }
}
.flow_card{
  max-width: 321px;
  width: 100%;
  height: 150px;
  border: 1px solid #006CB7;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  &::after{
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: url("../img/flow.svg") no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: -45px;
    z-index: 1;
  }
  &:nth-child(3){
    &::after{
      right: auto;
      bottom: -45px;
      transform: rotate(90deg);
    }
  }
  &:nth-child(4){
    order: 6;
    &::after{
      right: auto;
      left: -45px;
      transform: rotate(180deg);
    }
  }
  &:nth-child(5){
    order: 5;
    &::after{
      right: auto;
      left: -45px;
      transform: rotate(180deg);
    }
  }
  &:nth-child(6){
    order: 4;
    &::after{
      display: none;
    }
  }
}
.comment {
  padding: 0 0 50px;
}
.usage-env-subtitle {
  color: #006cb7;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: 2px solid;
  padding: 0 0 10px;
}
.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact_title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact_data {
  display: flex;
  justify-content: center;
  gap:0 20px;
  flex-wrap: wrap;
  span{
    &:first-child{
      min-width: 115px;
      text-align: right;
    }
    &:last-child{
      min-width: 315px;
      font-weight: bold;
      text-align: left;
      a{
        text-decoration: none;
        color: #000;
      }
    }
  }
}
@media screen and (max-width: 767px) {
.pc_br{
  display: none;
}
.service-flex {
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.flow_card{
  height: auto;
  padding: 40px 0;
  &::after{
    right: auto;
    bottom: -45px;
    transform: rotate(90deg);
  }
  &:nth-child(3){
  }
  &:nth-child(4){
    order: 4;
    &::after{
      right: auto;
      left: auto;
      bottom: -45px;
      transform: rotate(90deg);
    }
  }
  &:nth-child(5){
    order: 5;
    &::after{
      right: auto;
      left: auto;
      bottom: -45px;
      transform: rotate(90deg);
    }
  }
  &:nth-child(6){
    order: 6;
    &::after{
      display: none;
    }
  }
}
.contact_data {
  flex-direction: column;
  max-width: 315px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  &:last-child{
    margin-top: 0;
  }
  span{
    &:first-child{
      min-width: 0;
      text-align: left;
    }
    &:last-child{
      min-width: 0;
      text-align: left;
    }
  }
}
}
