
#p-flow .c-heading07{
  margin-bottom: 15px;
}

.common_tbl{
  width: 100%;
  border-top: 1px solid #000;
}
.common_tbl tr th{
  width: 30%;
  border-bottom: 1px solid #000;
  padding: 15px;
  background-color:#cae6ad;
  vertical-align: middle;
}
.common_tbl tr td{
  padding: 15px;
  border-bottom: 1px solid #000;
}

.noline_tbl{
  width: 100%;
}
.noline_tbl tr td{
  padding: 5px;
}

.cc2{
  --column-count: 2;
}

@media screen and (max-width: 750px){
  .common_tbl tr th{
    padding: 15px 10px;
  }
  .common_tbl tr td{
    padding: 15px 10px;
  }

  .cc2{
    --column-count: 1;
  }
}

.d-block{
  display: block;
}

.mt0{
  margin-top: 0;
}
.mt1{
  margin-top: 10px;
}
.mt2{
  margin-top: 20px;
}
.mt3{
  margin-top: 30px;
}
.mt4{
  margin-top: 40px;
}
.mt5{
  margin-top: 50px;
}
.mt6{
  margin-top: 60px;
}
.mt7{
  margin-top: 70px;
}
.mt8{
  margin-top: 80px;
}
.mt9{
  margin-top: 90px;
}
.mt10{
  margin-top: 100px;
}

.mb0{
  margin-bottom: 0;
}
.mb1{
  margin-bottom: 10px;
}
.mb2{
  margin-bottom: 20px;
}
.mb3{
  margin-bottom: 30px;
}
.mb4{
  margin-bottom: 40px;
}
.mb5{
  margin-bottom: 50px;
}
.mb6{
  margin-bottom: 60px;
}
.mb7{
  margin-bottom: 70px;
}
.mb8{
  margin-bottom: 80px;
}
.mb9{
  margin-bottom: 90px;
}
.mb10{
  margin-bottom: 100px;
}
.m-auto{
  display: block;
  margin: 0 auto;
}

.tx-center{
  text-align: center;
}
.tx-left{
  text-align: left;
}
.tx-right{
  text-align: right;
}
.tx-bold{
  font-weight: bold;
}

.f-14{
  font-size: 14px;
}
.f-16{
  font-size: 16px;
}
.f-18{
  font-size: 18px;
}
.f-20{
  font-size: 20px;
}
.f-22{
  font-size: 22px;
}

@media screen and (min-width: 573px){
  #p-shinbi .c-table02 .c-table02__tab{
    height: 120px;
  }

  #p-shinbi #second_table th:first-of-type {
    width: 10%;
  }
  #p-shinbi #second_table th:nth-of-type(n+2) {
    width: 45%;
  }
}

.c-keep-word{
  word-break: keep-all;
  overflow-wrap: break-word
}

.jc-c{
  justify-content: center;
}
.c-table02 > table > tbody > tr > td{
  width: 33%;
}


@container (max-width: 850px) {
    .l-image-block01:where(:not(.l-image-block01--md, .l-image-block01--sm)) .l-image-block01__inner {
        --direction: column-reverse;
    }
}

.lh-2{
  display: block;
  line-height: 2;
}
