@media screen and (max-width: 768px) {

	.jumbotron {
	    padding-top: 0;
	    padding-bottom: 0;
	}

h1{
		font-size:1.25em !important;
}

h3{
		font-size:1.2em !important;
}

.title h2{
	font-weight: bold;
	font-size:1.3em;
}

.t-area {
    padding: 20px 15px;
    background-color: rgba(255,255,255,0.80);
}

.check li {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 15px;
    padding-top: 3px;
}

.font150 {
	font-size:120%;
}

.price{
	font-size:1.1em;
	font-weight: bold;
}

.price .red{
	font-size:2em;
	font-weight: bold;
	color: #C00;
}

.subttl-box h3{
	font-size:1.5em;
}

dl.q_and_a {
	font-size: 16px;
}

.panel-body{
	padding: 0.8em;
}

.panel-body p{
	font-size:1.0em;
}

  img.img-float-r {
    width: 100%;
  }

  img.nores {
    width: auto !important;
  }
  .nopc {
    display: block !important;
  }
  .nosp {
    display: none !important;
  }

	.sign img{
		width:30%;
	}

}