@charset "UTF-8";
.new_focus_contents {
  margin-bottom: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.new_focus_contents .imageArea {
  width: 50%;
  max-width: 360px;
  margin-right: 3em;
  border: 3px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.new_focus_contents .imageArea .logo img {
  max-width: 100%;
}

.new_focus_contents .data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.new_focus_contents .new_ex,
.new_focus_contents .focus_ex {
  border-radius: 8px;
  padding: 0.5em 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new_focus_contents .new_ex .icon,
.new_focus_contents .focus_ex .icon {
  width: 4em;
  margin-right: 0.5em;
  padding: 0.5em;
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.new_focus_contents .new_ex h1.name,
.new_focus_contents .focus_ex h1.name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.75em;
  font-weight: bold;
  line-height: 1.325;
}

.new_focus_contents .new_ex {
  background: #d1f042;
}

.new_focus_contents .new_ex .icon {
  background: #778e0b;
}

.new_focus_contents .new_ex .icon:before {
  content: "新規";
}

.new_focus_contents .focus_ex {
  background: #ffe6d3;
}

.new_focus_contents .focus_ex .icon {
  background: #ff8f3a;
}

.new_focus_contents .focus_ex .icon:before {
  content: "注目";
}

.new_focus_contents .guide {
  margin: 1.25em 0.5em 2em;
}

.new_focus_contents .guide p {
  font-size: 1.125em;
  line-height: 1.75;
}

.new_focus_contents .url {
  margin: 0 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.new_focus_contents .url .t {
  margin-right: 0.75em;
  background: #666;
  color: #fff;
  padding: 0.25em 1em;
  border-radius: 1em;
}

.new_focus_contents a {
  font-size: 1.25em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

@media screen and (max-width: 899px) {
  .new_focus_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .new_focus_contents .imageArea {
    max-width: none;
    width: 100%;
    border: none;
    margin: 0 auto 1em;
  }
  .new_focus_contents .imageArea .logo img {
    max-width: 100%;
  }
}

h2.prt {
  margin-bottom: 0.5em;
  font-weight: bold;
}

/* リスト部分 */
dl.ex_list {
  margin-bottom: 5em;
}

dl.ex_list dt, dl.ex_list dd {
  margin: 0;
  padding: 0.5em 0;
  line-height: 1.25em;
}

dl.ex_list dt {
  float: left;
  width: 5em;
  text-align: center;
  font-weight: bold;
}

dl.ex_list dt span {
  font-size: 0.875em;
  padding: 0 0.75em;
  border-radius: 1em;
  background: #d1f042;
  display: block;
  margin: 0.125em 0;
}

dl.ex_list dd {
  padding-left: 6em;
  border-top: 1px solid #ccc;
}

dl.ex_list dd:last-child {
  border-bottom: 1px solid #ccc;
}

dl.ex_list dd .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

dl.ex_list dd a {
  display: block;
  color: #333;
  margin: 0.125em;
  margin-right: 1em;
}

dl.ex_list dd a:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}

dl.ex_list dd a .svg-inline--fa {
  color: #aaa;
}

dl.ex_list dd a:hover {
  opacity: 0.7;
}

dl.ex_list dd a.linkless {
  color: #999;
}

dl.ex_list dd a.linkless {
  opacity: 1;
}

@media screen and (max-width: 599px) {
  dl.ex_list dt {
    width: 3em;
  }
  dl.ex_list dd {
    padding-left: 3.5em;
  }
}
