@charset "UTF-8";

/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.cont_inner {
	max-width: 1200px;
}

.vein_wrap {
	margin: 0 auto;
    max-width: 1500px;
	width: 94%;
	position: relative;
}
.vein_wrap .ttlpic {
	max-width: 450px;
	width: 86%;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cont_qr img{
	width: 150px;
}

.cont_qr{
	text-align: center;
}

.cont_qr .bold{
	display: inline-block;
	/* font-weight: 700; */
	font-size: 120%;
	margin: 20px 0;
}

.youtube_wrap {
	display: flex;
	gap: 80px;
}
.youtube_wrap .inbox {
	width: 100%;
}
.youtube {
  width: 100%;
  max-width: 700px;
  margin: 60px auto 0;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.youtube_wrap .ttl {
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
.vein_wrap {
	width: 100%;
}
.vein_wrap .ttlpic {
	width: 80%;
	max-width: 300px;
}
.cont_qr img{
	width: 100px;
}

.youtube_wrap {
	gap: 50px;
	flex-wrap: wrap;
}
.youtube_wrap .ttl {
	font-size: 16px;
}
}