#guide-area{
    width: 100%;
    text-align: center;
}
#guide-area img{
    margin-top: 3em;
    margin-bottom: 2em;
}
#guide-area a {
  color: #F3203E;
}
.guide-number{
    font: 'Roboto', 'serif';
    font-weight: bold;
    font-size: 2em;
    margin-top: 2em;
}
.explanation-guide-number{
    margin-right: 1em;
}
.guide-content{
    font: 'Roboto', 'serif';
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 1em;
}
.guide-content a{
    text-decoration: none;
    color: #f3203e;
}
.explanation-guide-content{
    font-size: 1.25em;
    margin-top: 1em;
    width: 70%;
    margin-left: 15%;
    text-align: left;
}
.explanation-guide-content a{
    text-decoration: none;
    color: #f3203e;
}
.guide-image{
    width: 80%;
}
.guide-index{
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
}
.guide-index a{
  color: #333;
}
.guide-index a:hover{
  color: #F3203E;
}
div#guide-area img.special-image {
  width:30%;
  min-width:260px;
}
