











/*--SPPC共通項目-*/

a{
  color: #004680;
  text-decoration: none;
}
a:link {
}
a:visited{
}
a:hover{
  color: #e60;
  text-decoration: underline;
}
a:active{
}
a.on{
  color: #f60;
  text-decoration: underline;
}



li{
  list-style: none;
}

.all_wrap{
  padding: 0;
}











.youtube_wrap {
width: 100%;
margin: auto;
margin-bottom: 10px;
}

 
.youtube_wrap iframe{
 aspect-ratio: 9 / 16;
 width: 100%;
 height: 100%;

}

