@charset "utf-8";
/* CSS Document */
#main01>p {
  margin-bottom: 20px;
}
#elm01>div {
  width: 100%;
  margin: 0 0 20px 0;
}
.txt02 {
  font-size: 19px;
  border: 1px solid #ddd;
  padding: 1em 0.5em;
}
.txt02 a {
  display: block;
  position: relative;
}
#elm01 .txt02 a:hover {
  text-decoration: none;
  color:#df0523;
}
.txt02 a::after {
  font-family: 'Font-Awesome-Icons';
  font-weight: normal;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 19px;
  font-size: 26px;
  content: "\f105";
  color: #df0523;
  vertical-align: middle;
  line-height: 1;
  position: absolute;
  top: 1px;
  right: 0;
  text-align: right;
}
.pic01 {
  border-top: solid 1px #df0523;
}

@media print, screen and (min-width: 1024px) {
#elm01>div {
  width: 432px;
  margin: 0 20px 30px 0;
}
#elm01>div.fL:nth-child(2n) {
  margin: 0 0 30px 0;
}
}

@media print, screen and (min-width: 768px) {
}
