@charset "UTF-8";

.vaT { vertical-align:top!important; }
.vaM { vertical-align:middle!important; }
.vaB { vertical-align:bottom!important; }



.errMsg {
	/*display:none;*/
	color: #842029;
	background-color: #f5c2c7;
	position: relative;
	padding:0.5rem 1rem;
	font-size: 0.8rem;
	border: 1px solid #f5c2c7;
	border-radius: 0.375rem;
	margin-bottom:0.25rem;
}

.detailBoxArea  {
	display:none;
}

span.fwB { font-weight:bold; }
span.red { color:#f00; }

/* Vimeo */
h5.formTtl {
    background: #000;
    color: #fff;
    text-align: center;
    margin: 0 auto 10px;
    font-weight: bold;
    padding: 0.2em 0;
    font-size: 18px;
}

h5.formTtl span.bthCd {
    display: inline-block;
    background: #fff;
    font-size: 0.8em;
    padding: 0.2em 1em;
    color: #36c;
    margin-right: 1em;
}


.vimeoArea iframe {
	max-width:100%;
}

a.noLink {
	pointer-events: none;
    color: #969696;
    background-color: #bdbdbd;
}

.bg-light.ready {
	opacity:0.4;
}

.vimeoArea {
	display:flex;
	width:100%;
	justify-content:space-between;
	margin:0 auto 2em;
}
.vimeoArea .vimeoBlock {
	width:75%;
}
.vimeoArea .slidoBlock {
	width:24%;
	max-height:580px;
	overflow:auto;
}

.taL { text-align:left!important; }
.taC { text-align:center!important; }
.taR { text-align:right!important; }


.alertComp {
	background: #ffe;
    padding: 1em;
    margin: 0 auto 2em;
    border:5px solid #0ca0f2;
    border-radius:0.5em;
}

.alertComp h4 {
	font-size:1.2em;
}


/*
@media (min-width: 768px) {
	html{
		container-type: inline-size;
	}
	.vimeoArea:is(.vimeoArea) {
	  margin-inline: calc(50% - 50cqi);
		width: 100cqw
	}
	.vimeoArea:is(.vimeoArea) .vimeoBlock {
	    width: 75cqi;
	}
	.vimeoArea:is(.vimeoArea) .slidoBlock {
	    width: 25cqi;
	    overflow: visible;
	}
}
*/


.enq12Block span.sm {
	font-size:0.8em;
}

/* smartphone */
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:768px) {

	.vimeoArea {
		display:block;
		width:100%;
		justify-content:space-between;
		margin:0 auto 2em;
	}
	.vimeoArea .vimeoBlock {
		width:100%;
		margin-bottom:1em;
	}
	.vimeoArea .slidoBlock {
		width:100%;
		overflow:auto;
	}

}



