@charset "UTF-8";
#vi_lower {
  background-image: url(/cms/wp-content/themes/sdat_renew/img/cmn/vi_dummy.webp);
}
@media screen and (max-width: 767px) {
  #vi_lower {
    background-position: left center;
  }
}

/* index
------------------------------------ */
#contents .categoryLink {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 2rem;
  margin-bottom: 10rem;
}
#contents .categoryLink li a {
  background: #1f4584;
  border: 1px solid #1f4584;
  padding: 0.5rem 2rem;
  color: #fff;
  text-decoration: none;
  border-radius: 50vh;
}
#contents .categoryLink li a.current {
  background: #fff;
  color: #333;
}
#contents .categoryLink li a:hover {
  opacity: 0.5;
}
#contents .newslist {
  margin-bottom: 10rem;
}
#contents .newslist a {
  text-decoration: none;
}
#contents .newslist li {
  margin-bottom: 3rem;
}
#contents .newslist dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  grid-gap: 3rem;
}
#contents .newslist dl dt {
  padding: 0.2rem 0;
  width: 6em;
  font-size: 1.4rem;
  color: #1f4584;
}
#contents .newslist dl dd:nth-child(2) a {
  display: block;
  color: #fff;
  width: 8em;
  border-radius: 50vh;
  background: #1f4584;
  padding: 0.2rem 1rem;
  font-size: 1.3rem;
  text-align: center;
}
#contents .newslist dl dd:nth-child(2) a:hover {
  opacity: 0.5;
}
#contents .newslist dl dd:last-child {
  width: calc(100% - 6em - 8em);
  line-height: 1.4;
}
#contents .newslist dl dd:last-child a {
  text-decoration: underline;
}
#contents .pager {
  display: flex;
  grid-gap: 1rem;
  justify-content: center;
}
#contents .pager li span,
#contents .pager li a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 1rem;
  border: 1px solid #dee0e6;
  background: #1f4584;
  color: #fff;
}
#contents .pager li span {
  background: #eff0f4;
  color: #ccc;
}
#contents .pager li a:hover {
  color: #1f4584;
  background: #eff0f4;
}
@media screen and (max-width: 767px) {
  #contents .categoryLink {
    justify-content: center;
    margin-bottom: 5rem;
  }
  #contents .categoryLink li {
    width: calc(48% - 1rem);
  }
  #contents .categoryLink li a {
    display: block;
    text-align: center;
  }
  #contents .newslist {
    padding: 0;
  }
  #contents .newslist li {
    padding-top: 1.5rem;
    border-top: 1px dotted #1f4584;
  }
  #contents .newslist dl {
    flex-wrap: wrap;
    grid-gap: 1rem;
  }
  #contents .newslist dl dd:last-child {
    width: 100%;
    line-height: 1.4;
  }
}

/* detail 
------------------------------------ */
#contents .newsheader {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 2rem;
  margin-bottom: 5rem;
  flex-wrap: wrap;
}
#contents .newsheader h2.htype02 {
  width: 100%;
  margin-bottom: 0;
}
#contents .newsheader p {
  margin: 0;
  line-height: 1;
}
#contents .newsheader p.date {
  margin-left: 30px;
}
#contents .newsheader p.icon {
  background: #1f4584;
  padding: 0.5rem 2rem;
  color: #fff;
  text-decoration: none;
  border-radius: 50vh;
  font-size: 1.4rem;
}
#contents .newsbody {
  margin-bottom: 10rem;
  overflow: hidden;
}
#contents .newsbody h1 {
  color: #0c1f55;
  font-size: 2.0rem;
  padding-left: 26px;
  position: relative;
  font-weight: bold;
  margin-bottom: 2rem;
}
#contents .newsbody h1:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 1px;
  background: #d2d5df;
}
@media screen and (max-width: 767px) {
  #contents .newsbody h1 {
    font-size: 1.8rem;
  }
}
#contents .newsbody h2 {
  color: #444;
  font-size: 1.8rem;
  padding-left: 26px;
  position: relative;
  font-weight: bold;
  margin-bottom: 2rem;
}
#contents .newsbody h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 1px;
  background: #d2d5df;
}
#contents .newsbody h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 7px;
  height: 1px;
  background: #d2d5df;
}
@media screen and (max-width: 767px) {
  #contents .newsbody h2 {
    font-size: 1.6rem;
  }
}
#contents .newsbody ul {
  /* "◯" */
  margin: 0 0 15px 10px;
}
#contents .newsbody ul li {
  position: relative;
  padding-left: 1.9rem;
}
#contents .newsbody ul li:before {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #CCC;
  left: .5rem;
  height: 0.7rem;
  width: 0.7rem;
  border-radius: 50%;
  top: 1rem;
}
#contents .newsbody ol {
  margin: 0 0 35px 10px;
}
#contents .newsbody ol li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
#contents .backbtn {
  clear: both;
  text-align: center;
  margin-top: 6rem;
}
#contents .backbtn a {
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  padding: 1rem 4rem;
  background: #1f4584;
  color: #fff;
  border-radius: 50vh;
}
@media screen and (max-width: 1024px) {
  #contents .newsheader p.date {
    margin-left: 2rem;
  }
  #contents .newsbody {
    padding-left: 0;
    margin-bottom: 5rem;
  }
}

/* ------------------------------------
// wp class
------------------------------------ */
div.alignright,
img.alignright,
a.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

div.alignleft,
img.alignleft,
a.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

div.aligncenter,
img.aligncenter,
a.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .aligncenter,
  .alignright,
  .alignleft {
    float: none !important;
    padding: 0 0 20px 0 !important;
  }
}
