/* 
==================================
アプリ
==================================
*/
@media (min-width: 741px) {
  /* PC */
  .app-dl {
    width: 100%;
    background-image: url(/kyouiku/kyouikukaikaku/_shared/img/201208/app-bg-pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 95px 0px 110px;
    margin-bottom: 60px;
  }
  .app-dl-inner{
    width: 960px;
    margin: auto;
  }
  .app-dl-ttl{
    margin-bottom: 67px;
    width: 100%;
    color: #404040;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.39;
    text-align: center;
  }
  .appinfo{
    width: 960px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .appinfo-inner{
    display: block;
    padding: 0px;
    width: 597px;
  }
  .appinfo__logo{
    width: 100%;
  }
  .appinfo__logo-img{
    width: 597px;
    height: 151px;
    margin-bottom: 37px;
  }
  .app__catch-wrap{
    margin-bottom: 30px;
  }
  .app__catch {
    background-color: #3276D2;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    padding: 10px;
    margin-bottom: 16px;
    box-sizing: border-box;
    display: inline-block;
  }
  .app__catch-ttl {
    font-size: 50px;
    font-weight: bold;
    color: #3177D3;
  }
  .app__txt {
    margin-bottom: 46px;
  }
  .appinfo__links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .appinfo__links-item:first-child {
    margin-right: 20px;
  }
  .appinfo__links-apple{
    width: 187px;
    height: 69px;
  }
  .appinfo__links-google{
    width: 231px;
    height: 69px;
  }
  .appinfo__phone{
    width: 350px;
    text-align: center;
  }
  .appinfo__phone-img{
    width: 350px;
    height: 652px;
  }
}
@media (max-width: 740px) {
  /* SP */
  .app-dl {
    width: 100%;
    background-image: url(/kyouiku/kyouikukaikaku/_shared/img/201208/app-bg-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 47px 0px 85px;
    margin-bottom: 60px;
    position: relative;
  }
  .app-dl-inner{
    margin: auto;
    padding: 0 15px;
  }
  .app-dl-ttl{
    font-size: 21px;
    color: #404040;
    font-weight: 600;
    margin-bottom: 39px;
    text-align: center;
  }
  .appinfo{
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
            justify-content: flex-end;
    padding: 0px;
  }
  .appinfo-inner{
    width: 58%;
    display: block;
    padding: 0px;
  }
  .appinfo__logo{
    width: 100%;
    text-align: center;
  }
  .appinfo__logo-img{
    max-width: 316.5px;
    max-height: 75.5px;
    width: 76.8vw;
    height: 20.27vw;
    margin-bottom: 11px;
  }
  .app__catch-wrap{
    width: 100%;
    padding-top: 11px;
    margin-bottom: 27px;
  }
  .app__catch-wrap{
    margin-bottom: 17px;
  }
  .app__catch {
    background-color: #3276D2;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
    display: inline-block;
  }
  .app__catch-ttl {
    font-size: 25px;
    font-weight: bold;
    color: #3177D3;
    line-height: 1.2;
  }
  .app__txt {
    margin-bottom: 27px;
    font-size: 13px;
    font-weight: bold;
  }
  .appinfo__links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            min-width: 226px;
  }
  .appinfo__links-item:not(:last-of-type){
    margin-right: 10px;
  }
  .appinfo__links-apple{
    max-width: 96.5px;
    max-height: 35.5px;
    width: 26.933vw;
    height: 10.533vw;
  }
  .appinfo__links-google{
    max-width: 119.5px;
    max-height: 35.5px;
    width: 33.533vw;
    height: 10.533vw;
  }
  .appinfo__phone{
    width: 40%;
    text-align: center;
  }
  .appinfo__phone-img{
    max-width: 168.5px;
    max-height: 299px;
    width: 38.33vw;
    height: 66.5vw;
  }
  
}
