@charset "utf-8"; 
#mainvis {
    background: url("../img/works/mainbg.png") center center  ;
	background-size: cover;
}
div#mf1 {
    padding: 50px 0;
}div#mf1 h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}.mf1_cont {
    display: flex;
    justify-content: space-between;
}.mf1_cont2 figure {
    width: 49%;
}
.mf1_cont2 img {
    max-width: 100%;
}
.mf1_cont2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}.mf1_cont figure {
    width: 52%;
}.Imgbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 15px;
    width: 48%;
}.Imgbox p {
    margin-bottom: 17px;
    width: 48%;
}.mf1_txt {
    display: flex;
    justify-content: space-between;
}.mf1_txt a.link_btn3 {
    width: 360px;
    margin-left: 30px;
    margin-top: 10px;
}
div#mf2 {
    padding: 50px 0;
}div#mf2 h3 {
    text-align: center;
    margin-bottom: 30px;
}.mf2-box {
    display: flex;
    justify-content: center;
}.mf2-box figure {
    margin: 0 1%;
}
@media screen and (max-width: 1024px) {  

}





@media screen and (max-width: 640px) {  
	div#mf1 {
    padding: 30px 15px;
}div#mf1 h2 {
    font-size: 1.8em;
}.mf1_cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}.mf1_cont figure {
    margin-bottom: 15px;
}.Imgbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0;
}.Imgbox p {
    width: 48%;
    margin-bottom: 4%;
}.Imgbox p img{
    width: 100%;
}.mf1_txt {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}.mf1_txt p {
    width: 100%;
}.mf1_txt a.link_btn3 {
    width: 100%;
    margin-left: auto;
    margin-top: 30px;
    margin-right: auto;
}div#mf2 {
    padding: 30px 15px;
}.mf1_cont figure {
    margin-bottom: 15px;
    width: 100%;
}.Imgbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0;
    width: 100%;
}.mf1_cont2 figure {
    width: 48%;
}
}
