@charset "UTF-8";
.under_mv_inner{
  background: url("../img/mv.png") center;
  -webkit-background-size: cover;
  background-size: cover;
}
footer{
  margin-top: 80px;
}
.caption_flex {
    display: flex;
    gap: 0 20px;
    flex-wrap: wrap;
}
.pro_block.pro_block--flex {
    display: flex;
    justify-content: space-between;
}
.pro_child .pro_name {
    min-height: 100px;
}
.pro_child .pro_img {
    margin: 10px auto 0;
    min-height: 320px;
}
.pro_child {
    max-width: 235px;
    width: 100%;
}
@media screen and (max-width: 767px) {
.pro_block.pro_block--flex {
    flex-direction: column;
    align-items: center;
  gap:20px;
}
.pro_child {
    max-width: 100%;
    border-top: 2px solid #111868;
}
.pro_child:first-child {
    border-top: none;
}
.pro_child .pro_img {
    min-height: 0;
}

}
@media print {

}