@charset "UTF-8";
.under_mv{
    background: url("../img/mv.png") center;
    -webkit-background-size: cover;
    background-size: cover;
}


.main_content{
    max-width: 1024px;
    width: 90%;
    margin: auto;
}
.intro{
    margin-top: 90px;
}
.equ_card{
    padding: 60px 0 ;
}
.equ_midashi {
    font-weight: bold;
    font-size: 2rem;
}
.equ_flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.equ_img{
    box-shadow: 0 3px 6px #00000016;
    margin-top: 20px;
    margin-right: 20px;
}
.equ_img:last-child{
    margin-right: 0px;
}
.equ_text {
    width: 100%;
    margin-top: 20px;
}
.equ_gallery {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 120px;
}
@media screen and (max-width: 767px) {
.equ_flex {
    flex-direction: column;
}
.equ_gallery {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
}
.equ_card{
    padding-bottom: 0;
}
.equ_item{
    margin-top: 20px;
}
}
