@charset "UTF-8";
/*
特設サイト一覧
*/
/* ────────────────────────────────────────────────────────── PC */
h2.titleType1 {
  position: relative;
  width: 195px;
  margin: 60px auto 30px;
  padding: 10px;
  border: 2px solid #1E1210;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
}
h2.titleType1:nth-child(1) {
  margin-top: 0;
}
h2.titleType1:before {
  display: block;
  position: absolute;
  top: -11px;
  left: -11px;
  width: 8px;
  height: 8px;
  border: 2px solid #1E1210;
  border-radius: 6px;
  content: "";
}
h2.titleType1:after {
  display: block;
  position: absolute;
  bottom: -11px;
  right: -11px;
  width: 8px;
  height: 8px;
  border: 2px solid #1E1210;
  border-radius: 6px;
  content: "";
}
#main > div.listTable {
  margin-top: 0;
  overflow: hidden;
  position: relative;
}
div.listTable {
  overflow: hidden;
  position: relative;
}
dl.listBox {
  width: 340px;
  margin: 30px 20px 0 0;
  overflow: hidden;
  position: relative;
  float: left;
}
@media (max-width: 768px) {
  dl.listBox {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
dl.listBox:nth-child(-n+2) {
  margin-top: 0;
}
dl.listBox:nth-child(odd) {
  clear: both;
}
dl.listBox:nth-child(even) {
  margin-right: 0;
}
dl.listBox dt {
  width: 140px;
  float: left;
}
dl.listBox dt img {
  width: 140px;
  height: auto;
}
dl.listBox dd {
  text-align: justify;
  padding-left: 160px;
}
dl.listBox dd span.ttl {
  display: block;
  font-weight: bold;
  margin-bottom: 1em;
}
dl.listBox dd span.more {
  display: block;
  margin-top: 1em;
}
