article .alignleft {
  text-align: left;
}
article .aligncenter {
  text-align: center;
}
article .alignright {
  text-align: right;
}
article .anchor-link .list {
  list-style: none;
}
@media screen and (min-width: 768px) {
  article .anchor-link .list {
    list-style: none;
    flex-wrap: wrap;
    justify-content: start;
  }
  article .anchor-link .list .item {
    width: 18%;
    margin: 0 0 50px;
  }
  article .anchor-link .list .item::before {
    left: auto;
    right: -10px;
  }
  article .anchor-link .list .item:first-child::before {
    content: "";
  }
  article .anchor-link .list .item + .item {
    margin: 0 0 50px;
  }
}
article .info .category {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 16px;
}
article .info .category a {
  display: inline-block;
  padding: 8px 16px;
  color: #fff;
  background: #4392BB;
  border-radius: 40px;
}
article .info .title {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
}
article .info .sub-info {
  margin: 0 0 24px;
}
article .info .sub-info .date {
  margin: 0 0 8px;
  font-size: 10px;
}
article .info .sub-info .custom-field {
  margin: 0;
}
article .info .sub-info .custom-field span {
  font-size: 10px;
}
article .info .sub-info .custom-field span + span {
  margin: 0 0 0 8px;
}
article .main-content {
  padding: 16px;
  background: #fff;
}
article .main-content h2 {
  position: relative;
  margin: 0 0 24px;
  padding: 6px 0 7px 12px;
  font-size: 18px;
  font-weight: 700;
  color: #4392BB;
  line-height: 1;
}
article .main-content h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 3px;
  border-radius: 10px;
  height: 100%;
  background: #4392BB;
}
article .main-content h3 {
  font-weight: 700;
  color: #4392BB;
}
article .main-content img {
  width: auto;
  padding: 20px;
  border: solid 1px #ccc;
  box-sizing: border-box;
}
article .main-content ul {
  list-style: disc;
}
article .main-content a {
  display: inline-block;
  text-decoration: underline;
}
article .main-content a em {
  position: relative;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  margin: 0 auto;
  padding: 12px 36px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  color: #4392BB;
  border: solid 1px #4392BB;
  border-radius: 40px;
  background: #fff;
  transition: all 0.3s;
}
article .main-content a em:before {
  transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 18px;
  top: 50%;
  z-index: 2;
  transition: all 0.3s;
}
article .main-content a em:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 18px;
  height: 18px;
  background: #4392BB;
  border-radius: 50%;
  transition: all 0.3s;
}
article .main-content a em:hover {
  background: #4392BB;
  color: #fff;
  transition: all 0.3s;
  opacity: 1;
}
article .main-content a em:hover:before {
  border-top: solid 2px #4392BB;
  border-right: solid 2px #4392BB;
}
article .main-content a em:hover:after {
  background: #fff;
}
article .main-content a:hover {
  text-decoration: none;
}
article .main-content table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
}
article .main-content table thead tr {
  border-bottom: solid 1px #888;
}
article .main-content table tr {
  border-bottom: solid 1px #888;
  /*
  &:first-child {
      td {
          font-weight: 700;
          font-size: 14px;
          text-align: center;
      }
  }*/
}
article .main-content table tr th {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
article .main-content table tr th + th {
  border-left: solid 1px #ccc;
}
article .main-content table tr td {
  padding: 16px 8px;
  font-size: 12px;
}
article .main-content table tr td + td {
  border-left: solid 1px #ccc;
}
@media screen and (min-width: 768px) {
  article .info .category {
    margin: 0 0 16px;
  }
  article .info .category a {
    padding: 8px 16px;
  }
  article .info .title {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 700;
  }
  article .info .sub-info {
    display: flex;
    align-items: baseline;
    margin: 0 0 24px;
  }
  article .info .sub-info .date {
    margin: 0;
    font-size: 12px;
    line-height: 1;
  }
  article .info .sub-info .custom-field {
    margin: 0;
  }
  article .info .sub-info .custom-field span {
    margin: 0 0 0 8px;
    font-size: 12px;
    line-height: 1;
  }
  article .info .sub-info .custom-field span + span {
    margin: 0 0 0 8px;
  }
  article .main-content {
    padding: 32px;
  }
  article .main-content h2 {
    margin: 0 0 32px;
    padding: 11px 0 12px 16px;
    font-size: 21px;
  }
  article .main-content img {
    width: auto;
    padding: 40px;
    border: solid 1px #ccc;
  }
  article .main-content a em {
    cursor: pointer;
    padding: 17px 50px;
    font-size: 16px;
  }
  article .main-content a em:before {
    width: 8px;
    height: 8px;
    right: 26px;
  }
  article .main-content a em:after {
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 28px;
    height: 28px;
  }
  article .main-content table th {
    padding: 14px 0;
    font-size: 18px;
  }
  article .main-content table tr {
    /*
    &:first-child {
        td {
            padding: 14px 0;
            font-size: 18px;
        }
    }
        */
  }
  article .main-content table tr td {
    padding: 12px 10px;
    font-size: 16px;
  }
}

.related {
  margin: 40px 0;
}
.related .title02 {
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .related {
    margin: 88px 0;
  }
  .related .title02 {
    margin: 0 0 24px;
    font-size: 21px;
  }
  .related .list {
    display: flex;
    gap: 30px;
  }
  .related .list .item {
    width: calc(33% - 15px);
  }
  .related .list .item .img {
    width: 100%;
    margin: 0 0 24px;
  }
  .related .list .item + .item {
    margin: 0;
  }
}/*# sourceMappingURL=single.css.map */