@media screen and (max-width: 768px) {

	#countdown img{
		width: 95%;
	    margin-left:auto !important;
	    margin-right:auto !important;
		height:auto !important;
		display:block !important;
		margin-bottom:0px !important;
		float: none !important;
	}

.cnt-left{
	width:45%;
	text-align:right;
}
.backtop{
	position: absolute;
	right:  0px;
    top: 50px;
	z-index:1;
	width:300px;
}
.backtop2{
	position: absolute;
	right:  0px;
/*    bottom: -150px;*/
    bottom: 0px;
	z-index:1;
	width:300px;
}
	body div.section1{
/*		padding-bottom:170px;*/
		padding-bottom:30px;
	}

	img.img-float-r{
		max-width: 45%;
	}
	img.nores{
		width: auto !important;
	}
	.nopc{
		display: inline-block;
	}
	.nosp{
		display: none;
	}
	img.mb0{
		margin-bottom:0px !important;
	}
  .hero {
    padding: 60px 0 0 !important;
    background-position: center top;
    background-size: cover;
  }
}

@media screen and (max-width: 480px) {

#countdown {
	padding-top:0;
    height: 35px;
}

.a700 {
	font-size : 15px;
}

.a700 span.fsc-48y {
	font-size : 18px;
}

.a700 span.fin {
	font-size : 18px;
}

h2{
	text-align: center;
	font-weight:bold;
	font-size:1.2em;
}

.fb30{
	font-size:1.3em;
}

	img{
		width: 90%;
	    margin-left:auto !important;
	    margin-right:auto !important;
		height:auto !important;
		display:block !important;
		margin-bottom:15px !important;
		float: none !important;
	}

	img.u-max-full-width{
		max-width: 100% !important;
	}

	img.u-max-70p-width {
		max-width: 70% !important;
	}
	img.img-float-r{
		max-width: 90% !important;
	}

	img.mb0{
		margin-bottom:0px !important;
	}

	.mincho30 {
	    font-size: 125% !important;
	}

	.mincho24 {
	    font-size: 115% !important;
	}

	.f20 {
	    font-size: 110% !important;
	}
	
	.fb24 {
	    font-size: 110% !important;
	}

	h4{
		font-size:1.2em;
	}

	 .hero {
	    padding: 35px 0 0 !important;

	 }
	.osusume ul {
	    font-size: 1.7rem;
	}
	
	.order_title{
	font-size:1.2em;
	}

	.message .container{
		/*background: url(../images/mess_bg.jpg) no-repeat scroll center 100px;
		-webkit-background-size:80%;
		background-size:80%;*/
	}
	.program1 .section-description {
	    font-size: 1.1em;
	}

.guidance dl{
	font-size:110%;
}

.guidance .waku {
    max-width: 100%;
}

.mokuji_title{
	font-size:1.2em;
}

form table {
	border-top: 1px solid #999;
	width: 100% !important;
}

form table th{
	display: block;
	border-top: none;
	text-align: left;
	width: 100% !important;
}
form table td{
	display: block;
	border-top: none;
	width: 100% !important;
}

form table td input {
	max-width:100% !important;
}

form input[type="submit"]{
	height:2.4em !important;
	font-size: 1.0em;
}


}

/* Bigger than 769 */
@media (min-width: 769px) {
  .hero {
  	/*padding: 0 0 !important;*/
  }
  .hero-heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 4rem 0 3rem;
    width: 100%;
  }
  .section-description {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .container{
    width: 100%;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 3rem 0 3rem;
  }
  .hero {
  	/*padding: 0 0 !important;*/
    /*height: 980px;*/
    height: auto;

  }
  .hero-heading {
    font-size: 3.0rem;
  }
}