@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;
}

/* page TOP DOWN  */
#updown {

    font-size: 25px;
    color: #00a1e0;
    background: #fff;
    text-align: center;
    z-index: 1000;
    position: fixed;
    right: 10px;
    bottom: 10px;
    border-radius: 18px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0s 0.2s;
    transition: opacity 0.2s ease-in-out, visibility 0s 0.2s;

    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;

}

#updown a {
    line-height: 36px;
    color: #00a1e0;
    display: block;
    height: 36px;
    width: 36px;
}


[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#updown .down:before {
    content: "";
    display: block;
    background: #ded6cf;
    width: 18px;
    height: 1px;
    margin: 0 auto;
}
.icon-up:before {
    content: "\e903";
}
.icon-down:before {
    content: "\e904";
}

:after, :before {
    box-sizing: border-box;
}


/* 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;
	}

}

