.title-berry{
    color: #925589;
    font-family: serif;
    font-weight: 400;
    margin: 20px;
}

.company > h3{
    margin: 20px;
}
.chartPic{
    margin: 40px auto;
}
.Pic{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
/* テーブル */
#tbl-bdr table,#tbl-bdr td,#tbl-bdr th {
    border-collapse: collapse;
    border:1px solid #333;
}
#tbl-bdr td{
    font-weight: 200;
    width: 10vw;
    height: 100px;
    padding: 0 10px;
    text-align: left;
    vertical-align: middle;
}

.note{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.note p{
    font-weight: 200;
}
.case-a{
  width: 35vw;
}
.case-b{
  width: 35vw;
  margin-right: 20px;
}
.Pic-b{
  width: 75vw;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.column-left{
  width: 400px;
}
.column-left01{
  margin-right: 20px;
  width: 36.5vw;
}
.media-img-a{
  width: 25vw;
  height: 200px;
  object-fit: cover;
}
.media-img-b{
  width: 35vw;
  height: 20vw;
  object-fit: cover;
}
.media-img-c{
  width: 35vw;
  height: 25vw;
  object-fit: cover;
}

.media-img-d{
  width: 35vw;
  height: 20vw;
  object-fit: cover;
}
.link-list h4,
.link-li h4{
    font-weight: 400;
    width: 300px;

}
.list_indent{
    padding-left: 1rem;
}
@media screen and (max-width: 900px){
  .step-last{
    display: flex!important;
    flex-direction: column!important;
  }
  .column-right{
    display: flex!important;
    flex-direction: row!important;
    justify-content: space-around!important;
  }
}
@media screen and (max-width: 700px){
  .media-img-c{
    width: 30vw;
    height: 150px;
  }
}
@media screen and (max-width: 1280px) {
  #tbl-bdr td,.note{
    font-size: 0.8em;
  }
}

@media screen and (max-width: 1100px) {
  #tbl-bdr td,.note{
    font-size: 0.7em;
  }
}
@media screen and (max-width: 970px) {
  #tbl-bdr td,.note{
    font-size: 0.6em;
  }
}
@media screen and (max-width: 705px) {
  #tbl-bdr td,.note{
    font-size: 0.5em;
  }
}

@media screen and (min-width: 1700px) {
  .case-b,.media-img-c,
  .media-img-d{
    width: 30vw!important;
    height: 25vw!important;
  }
}
