.down_box01 a:hover{
  color:var(--webmainho);
}

.down_box01 {
  width: 100%;
  height: auto;
  border-top: 1px solid #ddd;
  margin-top: 40px;
}

.down_box02 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  padding: 40px 0px;
}

.down_box03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}

.down_box04 {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

.down_box03:last-child {
  align-items: normal;
}

.down_box03 span {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}

.down_box03 a {
  margin-bottom: 5px;
}

.down_box03 a:last-child {
  margin-bottom: 0px;
}

.down_box04 span {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}

.down_box04 p {
  margin-bottom: 5px;
}

.down_box04 p:last-child {
  margin-bottom: 0px;
}

.down_box02_imgbox {
  height: auto;
  display: flex;
  padding: 0 20px;
}

.down_sort01 {
  display: flex;
  flex-direction: row;
}

@media (max-width:820px){
  .down_box02 {  
  flex-direction: column;
  align-items:center;
}
.down_box02_imgbox {
    margin-bottom:20px;
}

.down_box03 {    
    padding: 0 0px;
}
.down_sort01 {
    width: 280px;
    justify-content: space-between;
}
}