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 h1 {
color: #4d4d4f;
font-size: 17px;
text-align: center;
}
.side ul {
list-style: none;
padding-left: 2px; 
}
.side li {
list-style: none;
}

.ly_cont {
max-width: 1200px;
padding-bottom: 50px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
} 
#main div.bl_module.main-module {
display: flex;
align-items: center;
font-size: 17px;
line-hight: 1.5;
}
#main div.bl_module.main-module rt {
 font-size:0.6em;
 text-align: center;
 }     
#main div.bl_module.main-module h2 {
   color: black; 
   margin-bottom: 10px;
   padding-top: 10px;
   padding-left: 20px;
   font-family: "MS PMincho" ;
   }
#main div.bl_module.main-module h3 {
    color: black;
    padding-left: 20px;
    font-family: Times;
    font-style: italic;
    font-size: 20px;
    border-bottom: 2px solid #4d4d4f;
    }
#main div.bl_module.main-module p {
    color: black;
    line-hight: 1.75;
    line-break:strict;
}

#cards {
  max-width: 100%;
  display: flex;
  top: 150px;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  text-align: center;
}
.card {
  flex-grow: 1;
  object-fit: cover;
  height: 242px;
  width: auto;
  height: auto;
  padding-top: 10px;
  padding: 10px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 4px; 
}
.picture img {
  width: 500px;
  height: auto;
}
.description {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}
.description p {
font-size: 14px;
color: #4d4d4f;
text-align: center;
}

#words {
 display: flex;
 justify-content: start;
 background: #f8f5f2;
 color: #4d4d4f; 
 width: auto;
 height: 100px;
 padding-left: 8px; 
 padding-bottom: 30px;
 white-space: nowrap;
}
.title h4{
font-size: 18px;
border-left: 2.0mm ridge rgba(32, 45, 65, 0.5);
}
.word{
display: flex;
font-size: 15px;
}
.word li{
padding: 8px;
list-style: none;
}