a:link {
color:#1e50a2;
}
a:visited {
color: #1e50a2;
}

.breadcrumb {
  margin: 10px;
  padding: 46px;
  list-style: none;
}
.breadcrumb li {
  display: inline;
  list-style: none;
  font-weight: 200;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
  color: #555;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  font-family: "MS PGothic";
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

.side {
float: left;
width: 30%;
text-align: center;
}

.side {
float: left;
width: 30%;
text-align: center;
}
.side h1 {
color: #4d4d4f;
font-size: 17px;
text-align: center;
}
.side ul {
list-style: none;
}
.side li {
list-style: none;
}

.layout {
display: flex;
max-width: 1200px;
padding-left: 25px;
padding-bottom: 50px;
margin-right: auto;
margin-left: auto;
align-items: center;
line-hight: 1.3;
}

#main div.contents h1 {
font-size: 20px;
}
#main div.contents h2 {
font-size: 16px;
}
#main div.contents ul {
list-style: inside;
}
#main div.contents p {
font-size: 15px;
}
