.text_left{text-align:left;}
span.pen_yellow{background:linear-gradient(transparent 60%, #ff6 60%);}
a.download{color:#4169e1;text-decoration:underline;}
a.download:hover{text-decoration:none;}

.mgtop10{margin-top:10px;}
.mgtop20{margin-top:20px;}
.mgtop30{margin-top:30px;}
.mgtop40{margin-top:40px;}

.pdtop10{padding-top:10px;}
.pdtop20{padding-top:10px;}
.pdtop30{padding-top:10px;}
.pdtop40{padding-top:10px;}

.bbtn,
a.bbtn,
button.bbtn {
  line-height: 1.3;
  font-size:1.5rem;
  font-weight:bold;
  position: relative;
  display: block;
  width:30%;
  padding: 1rem 3rem;
  cursor: pointer;
  margin:0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #000;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #ccc;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 95%;
}

#no3 a.shoplist{display:block !important;width:200px;margin:0 auto !important;text-align:center;margin-top:20px !important;margin-bottom:-10px !important;text-decoration:underline;}
#no3 a.shoplist:hover{text-decoration:none;}

@media screen and (max-width:800px){
	.bbtn,
	a.bbtn,
	button.bbtn {
	  width:60%;
	}
	.youtube iframe {
	  width: 100%;
	  height: 100%;
	}
}