html, body {
      position: relative;
      height: 97%;       
    }
    body {
      background: #0099FF;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color:#000;
      margin: 0;
      padding: 0;
    }
    .swiper-container {
      width: 100%;
      height: 100%;      
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #0099FF;
      }
      
    .title {
        /*margin-top: 30px;*/        
        text-align: center;
        font-size: 22px;
        color: white;
        background: #0099FF;
      }

      .title2 {
        /*margin-top: 30px;*/
        text-align: center;
        font-size: 18px;
        color: white;
        background: #0099FF;
      }

     .modoru {   
     color: #191970;
     font-weight: 500;
     text-decoration-line: none;
     font-size: 20px;      
		 margin-left: 100px;
     }

     .modoru2 {
      color: #191970;
     font-weight: 500;
     text-decoration-line: none;
     font-size: 16px;
     margin-left: 100px;
     }
      
    .swiper-slide img {       
      width: auto;
      height: auto;
      max-width: 93%;
      max-height: 93%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      left: 50%;
      top: 50%;
    }
    	

@media screen and (max-width:390px) {
   body {  
	  position:relative;
      width: 100%;
      /*height: 100%; }*/
}

img{
  /* SP‚Ì’·‰Ÿ‚µ‹ÖŽ~ */
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
}
}

@media screen and (max-width:480px) {
  body {  
   position:relative;
     width: 100%;
     /*height: 100%; }*/
}

img{
 /* SP‚Ì’·‰Ÿ‚µ‹ÖŽ~ */
 -webkit-touch-callout:none;
 -webkit-user-select:none;
 -moz-touch-callout:none;
 -moz-user-select:none;
 user-select:none;
}
}

@media screen and (max-width:768px) {
  body {  
   position:relative;
     width: 100%;
     /*height: 100%; }*/
}

img{
 /* SP‚Ì’·‰Ÿ‚µ‹ÖŽ~ */
 -webkit-touch-callout:none;
 -webkit-user-select:none;
 -moz-touch-callout:none;
 -moz-user-select:none;
 user-select:none;
}
}



