/* 20180423 add */

#top #about-fonder #fonder-achievement {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media screen and (min-width: 721px) {
    #top #about-fonder #fonder-achievement .frame {
        width: calc(100% / 3 - 20px);
    }
}
@media screen and (max-width: 720px) {
    #top #about-fonder #fonder-achievement .frame {
        width: 100%;
    }
    #top #about-fonder #fonder-achievement .frame:not(:first-child) {
        margin-top: 2em;
    }
    #top #about-fonder #fonder-achievement .frame:not(:last-child) {
        margin-bottom: 2em;
    }
    #top #about-fonder #fonder-achievement{
      display: none !important;
    }
}

/* 180425 add */

#soichirotakaoka {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media screen and (min-width: 721px) {
    #soichirotakaoka .frame {
        width: calc(100% / 3 - 20px);
    }
    #soichirotakaoka .flex {
      display: none !important;
    }
}
@media screen and (max-width: 720px) {
    #soichirotakaoka .frame {
        width: 100%;
    }
    #soichirotakaoka .frame:not(:first-child) {
        margin-top: 2em;
    }
    #soichirotakaoka .frame:not(:last-child) {
        margin-bottom: 2em;
    }
    #soichirotakaoka #st1{
      order: 2;
    }
    #soichirotakaoka #st2{
      order: 1
    }
    #soichirotakaoka #st3{
      order: 3
    }
    #soichirotakaoka #st_caption {
      font-size: 1.4rem;
    }
}
