h1 {
  color: #08294d;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 36px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6em;
}
h2 {
  font-size: 18px;
  margin-top: 60px;
  background-color: #45688C;
  padding: 10px 20px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  text-align: center;
}
.start {
  font-size: 24px;
  color: #FF0004;
}
.lead {
  text-align: center;
}
.course dt {
  font-size: 24px;
  color: #00467a;
}
.course_dd {
  font-size: 18px;
  font-weight: bold;
}
.austria_cap {
  margin-top: 10px;
}
.austria_cap li {
  text-indent: -1em;
  margin-left: 1em;
}
dl {
  display: table;
	font-size: 18px;
}
dt {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: table-cell;
}
dd {
  display: table-cell;
}
table {
  width: 100%;
}
table tr th {
  border: 1px #fff solid;
  padding: 5px 20px;
  text-align: center;
  background-color: #45688C;
  line-height: 1.6em;
	color:#fff;
}
table tr td {
  border: 1px #C7C7C7 solid;
  padding: 5px 20px;
  text-align: center;
  line-height: 1.6em;
  height: 40px;
}
table tr td span {
  font-size: 14px;
}
/*table tr td a{
	text-decoration: underline;
	text-underline-offset:3px;
	color: #001AFF
}
*/
table tr td a {
  background-color: #002392;
  color: #fff;
  border-radius: 3px;
  padding: 3px 10px;
}
table tr td a:hover {
  opacity: 0.6;
}
.report{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.report img{
	width: 350px;
}
h3 {
  font-size: 18px;
  margin-top: 20px;
  background-color: #45688C;
  padding: 10px 20px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  text-align: center;
}
.gaiyou table {
  width: 100%;
}

.gaiyou table tr td {
  border: 1px #C7C7C7 solid;
  padding: 5px 20px;
  text-align: left;
  line-height: 1.6em;
}
.gaiyou table tr td:first-of-type {
  width: 25%;
}	
h4{
font-size: 18px;
	font-family: "source-han-sans-japanese", sans-serif;
font-weight: 700;
font-style: normal;
	margin-bottom: 10px;
}

@media only screen and (max-width:640px){
	dt{
		width: 33%;
	}
	.gaiyou table tr td:first-of-type {
  padding: 5px 5px;
  text-align: center;
}
}

