@charset "utf-8";

body {
	font-family: arial,sans-serif;
}
.scap {
	font-variant: small-caps;
}
.ita{
	font-style:italic;
}
.p03 {
    margin-left: 3em;
    text-indent: -3em;
}
.h4-01{
	font-weight:bold;
}
#logo1 > a {
	display: block;
	width:75%;
	max-width: 460px;
	margin-bottom: 0px;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../img/logo1-en.gif) no-repeat;
	background-size: contain;
	overflow: hidden;
}

.youtube-channel{
  margin-top: 25px;
}
.youtube-channel a{
  display: flex;
  align-items:center;
  gap: 5px;
}
.youtube-channel img{
  height: 20px;
  width: auto;
}
