@charset "utf-8";
/*
-------------------------
サービス　CSS


-------------------------*/


/*
料金表1
---------------------------------*/
.servicePriceBlock01 .servicePriceTable01{
  border: 3px solid var(--color-main);
}

.servicePriceBlock01 .servicePriceTable01 .pT01_th {
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  vertical-align: middle;
  text-align: center;
}

.servicePriceTable01 tr{
  border-bottom: 1px solid #ccc;
}

.servicePriceTable01 .pT01_th02{
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #ccc;
  max-width: 240px;
  width: 30%;
  vertical-align: middle;
}
.servicePriceTable01 td {
  padding: 10px;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
}

.servicePriceTable01 .price {
  font-size: 2em;
  font-weight: bold;
}

.servicePriceTable01 .unit {
  font-weight: bold;
}


@media screen and (max-width: 768px) {
  .servicePriceTable01 .pT01_th02{
      width: 40%;
      font-size: 14px;
  }
}



/*
料金表1
---------------------------------*/
.servicePriceBlock02 .servicePriceTable02{
  border: 3px solid var(--color-green);
}

.servicePriceBlock02 .servicePriceTable02 .pT01_th {
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  vertical-align: middle;
  text-align: center;
  background: var(--color-green);
}

.servicePriceTable02 tr{
  border-bottom: 1px solid #ccc;
}

.servicePriceTable02 th{
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #ccc;
  max-width: 240px;
  width: 30%;
  vertical-align: middle;

}

.servicePriceTable02 td {
  padding: 10px;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
}
.servicePriceTable02 td span {
  font-size: 18px;
}


@media screen and (max-width: 768px) {
  .servicePriceTable02 th{
      width: 40%;
      font-size: 14px;
  }
}





/*
Flow
---------------------------------*/
.flowWrap{
    padding: 80px 60px;
    border-radius: 20px;
    display: flex;
}

.flowInnerBlock {
  /*max-width: 1020px;*/
  margin-right: 20px;
  margin-left: 20px;
  width: 50%;
}

.flowInnerBlock .flowInnerBlock_ttl {
  background: var(--color-main);
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: .1px;
  margin-bottom: 20px;
  padding: 5px;
}

.flowInnerBlock .flowTitle .innerItem{
  background-color: var(--color-main);
  color: var(--color-main);
  border-radius: 10px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 40px;
}

.flowInnerBlock .flowTitle .innerItem:after{
    content: '';
    border-top: 22px solid var(--color-main);
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    width: 20px;
    margin: 0 auto;
}


.flowInnerBlock .flowItem{
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid var(--color-main);
    position: relative;
    margin-bottom: 20px;
}

.flow_triangleIcon{
    margin: 30px auto 10px;
    width: 10px;
    border-top: 19px solid var(--color-main);
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
}

.flowInnerBlock .flowItem .step{
    color: var(--color-main);
    display: block;
    padding: 20px 20px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
    font-weight: 400;
}

.flowInnerBlock .flowItem .step span{
  font-size: 18px;
  font-weight: bold;
  color: var(--color-main);
}

.flowInnerBlock .flowItem .ttl{
    font-weight: bold;
    font-size: 17px;
    color: var(--color-main);
    width: calc(100% - 50px);
    margin-left: auto;
}

@media screen and (max-width: 1260px) {
  .flowInnerBlock .flowItem .ttl{
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 768px) {
  .flowInnerBlock .flowInnerBlock_ttl {
    font-size: 18px;
  }
    .flowWrap {
        padding: 30px;
        display: block;
    }
    .flowInnerBlock {
      width: 100%;
      margin-top: 60px;
      margin-left: auto;
      margin-right: auto;
    }
    .flowInnerBlock .flowItem .txt{
        text-align: left;
    }
    .flowInnerBlock .flowItem .ttl{
        font-size: 16px;
        width: 100%;
        line-height: 1.5;
        padding-left: 80px;
    }
    .flowInnerBlock .flowItem .step{
        font-size: 16px;
        
    }
    .flowInnerBlock .flowItem .step span{
        font-size: 16px;
    }
}

@media screen and (max-width: 630px) {
  .flowInnerBlock .flowItem{
        padding: 25px 20px;
  }
  .flowInnerBlock .flowItem .step{
    position: inherit;
    padding: 0;
    margin-bottom: 10px;
  }
  .flowInnerBlock .flowItem .ttl{
    padding: 0;
  }
}





/*
資料ダウンロード
---------------------------------*/