@charset "utf-8";

/* RESPONSIVE BOTH---------------------------------------------------- */

body {
  background-image: url('../img/bg_pc.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family: Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  height: 100vh;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  display: inline-block;
  min-height: 1%;
  /* for IE 7 and MacIE5.5*/
  width: 100%;
}

a:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

img {
  max-width: 100%;
}

.contents {
  margin: 0 auto;
}

.contents_inr {
  width: 100%;
  margin: 0;
  color: #000;
}

.notice {
  padding: 5px 0;
  line-height: 1.2;
}

.notice p {
  font-weight: bold;
}

.notice a {
  text-decoration: underline;
  color: #ff3300;
}

nav {
  background: #0f4f2b;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  color: #fff;
}

nav .text {
  display: inline-block;
  vertical-align: sub;
}

nav .social {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

@media screen and (min-width: 1024px) {
   body {
  background-image: url('../img/bg_pc.jpg');
  background-repeat: no-repeat;
  background-size: 185%;
  background-position: center 30px;
  font-family: Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
    } 
}


/* RESPONSIVE PC---------------------------------------------------- */

@media screen and (min-width: 769px) {

  #element {
    margin: 40px auto;
    text-align: center;
  }

  .hide_pc {
    display: none;
  }

  .hide_sp {
    display: block;
  }
    
  .item {
    margin: -16px auto;
  }

  .app {
    margin-top: 50px;
    margin-bottom: 0;
     color: #fff;
    font-weight: bold;
    text-align: center;
  }

  .app .radio {
    margin-bottom: 50px;
    margin-top: 40px;
  }

  .app .radio img {
    width: 123px;
    margin: 0 20px;
  }

  /*::::::::::contents::::::::::*/

  .contents {
    width: 960px;
  }

  .contents_inr {
    padding: 0 0 58px;
  }

  /*::::::::::contents::::::::::*/

  /*::::::::::中身::::::::::*/
    
    h1{
        margin-top: 105px;
    }
    
    h1 .logo{
        width: 231px;
        text-align: center;
        margin: 0 auto;
    }
    
    h1 .title{
        width: 786px;
        text-align: center;
        margin: 25px auto 0;
    }
    
    h2 {
        width: 302px;
        text-align: center;
        margin: 15px auto 0;
    }

  /*::::::::::中身::::::::::*/


  /*::::::::::付属物::::::::::*/

  .cr {
    text-align: center;
    color: #de3437;
    margin: 20px 0 50px;
    font-size: 11px;
  }

  .school {
    margin: 30px auto 0;
    text-align: center;
  }

  .school img {
    width: 125px;
  }

  .school a:hover {
    opacity: 0.8;
  }

  nav .social {
    padding: 5px 40px;
    position: relative;
  }

  nav .social .logo {}

  nav .social .logo img {
    height: 37px;
    vertical-align: middle;
  }

  nav .social p {
    position: absolute;
    text-align: right;
    top: 5px;
    right: 40px;
  }

  nav .social p a img {
    height: 30px;
    margin-left: 5px;
    padding-top: 3px;
  }

  nav .social img {
    vertical-align: middle;
  }
    
  nav .text {
  display: inline-block;
  vertical-align: sub;
    }

    
/*フッター共通ここから*/

  /*::::::::::付属物::::::::::*/

}

/* RESPONSIVE SP---------------------------------------------------- */

@media screen and (max-width: 768px) {
  .hide_pc {
    display: block;
  }
    
  .hide_sp {
    display: none;
  }
    
   body {
      background-image: url('../img/bg_sp.jpg');
    }
    
  #element {
    margin: 25px auto;
    width: 100%;
    text-align: center;
  }

  .item {
    margin: 0 auto;
    /* padding:0 10px; */
  }

  .item ul .mc {
    margin: 24px auto;
    margin-bottom: 15px;
    text-align: center;
  }

  .item .desc {
    font-size: 90%;
    padding: 0 5px;
  }

  .item ul {
    padding-top: 5px;
    width: 100%;
    margin: 0 auto;
  }

  .item ul li a {
    display: block;
  }

  .item ul li img {
    text-align: center;
    width: 35%;
  }

  .item .desc {
    padding: 0px 0px;
    font-weight: bold;
    color: #db1728;
    padding-top: 10px;
    font-size: 12px;
    line-height: 1.6;
    width: 100%;
    /* margin: 0 auto; */
    text-align: left;
    width: 95%;
    margin: 0 auto;
  }

  .item .desc a img {
    width: 100%;
    margin-top: 20px
  }



  .app {
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    color: #db1728;
    width: 95%;
    margin: 20px auto 0;
    text-align: center;
  }

  .app .radio {
    margin-bottom: 0;
    margin-top: 20px;
  }

  .app .radio img {
    width: 24%;
    margin: 0px 16px;
  }

  .hide_sp {
    display: none;
  }
    
.contents_inr {
  width: 94.3%;
  margin: 0;
  color: #000;
  padding: 0 2.7%;
}

    
  /*::::::::::中身::::::::::*/

  h1{
        margin-top: 90px;
    }
    
    h1 .logo{
        width: 48%;
        text-align: center;
        margin: 0 auto;
        position: relative;
        z-index: 10;
    }
    
    h1 .title{
        width: 100%;
        text-align: center;
        margin: 40px auto 0;
    }
    
    h2 {
        width: 41%;
        text-align: center;
        margin: 45px auto 0;
    }


  /*::::::::::中身::::::::::*/
 
  /*::::::::::付属物::::::::::*/
    
    nav .social {
    padding: 5px;
    position: relative;
  }

  nav .social .logo {}

  nav .social .logo img {
    height: 30px;
    vertical-align: middle;
  }

  nav .social p {
    position: absolute;
    text-align: right;
    top: 5px;
    right: 5px;
  }

  nav .social p a img {
    height: 30px;
    margin-left: 3px;
  }

  nav .social img {
    vertical-align: middle;
  }
  
    nav .text {
  display: none;
    }

  /*::::::::::付属物::::::::::*/
  
 

}
