/*YOU-TUBE*/
/*LAYOUT*/
.the--pc{
position:relative;
display: flex;
  flex-wrap: wrap;
}
.the--pc a{
color:#fff;
text-decoration:underline;
}
.the--pc a:hover{
color:#fff;
text-decoration:none;
}
.the--pc p,.the--pc em,.the--pc h4{
color:#fff;
}
.the--pc p{
font-size:16px;line-height:22px;
}
.the--pc em{
font-size:12px;line-height:18px;
}
.the--pc h4{
font-size: 32px;
  hyphens: auto;
  line-height: 37px;
}

.the--pc .info--symbol,.the--pc .info--close{display:none;}


.the--pc iframe.pc-show {
  order: 1;
  flex: 0 0 100%;
  box-sizing: border-box;
}
.the--pc .preview {
  width: 100%;
  height: 550px;
  display: flex;
  position: relative;
  text-align: cvert;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
top:0;
}

 @media (max-width: 450px) {
.the--pc .preview {
height:auto;
}

}
.the--pc .preview-wrapper {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
padding:10px;
}

.the--pc .privacy--check-btn{
width: auto;
  padding: 20px;
  color: #afcbd7;
  border: none;
  font-weight: 600;
  font-size: 16px;
  margin: 20px 0;

  background-color: #afcbd7;
  border: 1px solid #fff;
  border-radius: 50px;
}
.the--pc .privacy--check-btn:hover{
width: auto;
  padding: 20px;
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 16px;
  margin: 20px 0;

  background-color: #fff;
  border: 1px solid #afcbd7;
  border-radius: 50px;
cursor:pointer;
}

a.privacy--non-check-btn{
margin-top:0px;
color:#e2001a;
font-size:12px;
}

a.privacy--non-check-btn.show{
  order: 2;
  flex: 0 0 100%;
  box-sizing: border-box;
  width: 100%;
}



a.privacy--non-check-btn:hover{
margin-top:0px;
color:#1d1d1b;
display:inline-block;
font-size:12px;
cursor:pointer;
}

/*FUNCTIONAL*/
.the--pc .preview.absolute, .the--pc iframe {display:none;}
.the--pc .preview.show {display:block;}
.the--pc iframe.pc-show {display:block;}
a.privacy--non-check-btn.show{display: inline-block;}
a.privacy--non-check-btn{display:none;}



/*FORMULAR*/
label {
  display: block;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;

}