@charset "utf-8";

.top{
  background-image:url(winter1.png);
  background-size: cover;
  background-color:rgba(255,255,255,0.3);
  background-blend-mode:lighten;
  padding-top: 100px;
  padding-bottom: 150px;
  text-align: center;
}

.q p{
  font-size: 16px;
  margin: 0 10px;
}

.center{
  margin:0 auto;
  width: 75%;
}

.subheading{
  font-size: 20px;
  margin: 7px 0;
}

.chage{
	font-weight:bold;
  color: black;
  background-color: rgb(255, 155, 142);
}

.borderline{
  margin-top: 20px;
  border-bottom: 1px solid rgb(170, 170, 170);
}

.mainback{
  background-image: url(winter2.png);
  background-size: cover;
  background-color:rgba(255,255,255,0.3);
  background-blend-mode:lighten;
  background-attachment: fixed;
  text-align: center;
}

.toi-center{
  background-color: #f5f5f5;
  width: 1000px;
  margin:0px auto;  
}

.q{
  border-bottom: 1px solid rgb(219, 219, 219);
  padding-bottom: 5px;
}

.item{
  background-color: #ffff00;
  font-weight: bold ;
}

.toi{
  color: #ff0000;
  font-weight: bold ;
}

.btn {
  margin-left: 70px;
  margin-right: 70px;
  display: inline-block;
}

.column{
  margin-top: 20px;
}

.textbox{
  height: 28px;
  margin-right: 20px;
}

input[type="submit"] {
  display: inline-block;
  width: 60px;
  height: 28px;
  border-radius: 30px;
  border-style: none;
  color: white;
  background-color:coral;
  font-size: 15px;
  letter-spacing: 0.1em;
}

.h-adv{
  text-align: center;
  width: 100%;
  position:fixed;
  top:0px;
  left:0px;
  z-index:10;
}

.q-adv{
  margin-top: 50px;
  text-align: center;
  width: 100%;
} 