.second-mv-title {
  width: 100%;
  height: 8.4rem;
  display: block;
  background: #fff;
  border: 1px solid #074097;
}
@media only screen and (max-width: 767px) {
  .second-mv-title {
    height: 16.3rem;
    border-width: 2px;
  }
}
.second-mv-title .title-box {
  padding: 0;
  margin-bottom: 5.5rem;
  background: none;
}
@media only screen and (max-width: 767px) {
  .second-mv-title .title-box {
    margin-bottom: 12rem;
  }
}
.second-mv-title .title-box h1 {
  justify-content: center;
  margin: 0;
  color: #074097;
}
@media only screen and (max-width: 767px) {
  .second-mv-title .title-box h1 {
    display: flex;
    flex-wrap: wrap;
  }
  .second-mv-title .title-box h1 span {
    background: none;
    padding: 2rem 0 0;
    width: 100%;
    text-align: center;
  }
}

#blog-wrapper {
  width: 120rem;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  #blog-wrapper {
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  #blog-wrapper {
    width: 68.7rem;
  }
}

@media print, screen and (min-width: 768px) {
  #primary-container {
    width: 80rem;
    margin-right: 5rem;
  }
}
#primary-container .blog-content .post-info {
  padding-bottom: 2rem;
  border-bottom: 1px solid #000;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  #primary-container .blog-content .post-info {
    margin-bottom: 4rem;
  }
}
#primary-container .blog-content .post-info .post-data {
  display: flex;
  align-items: center;
}
#primary-container .blog-content .post-info .blog-cat {
  background: #074097;
  color: #fff;
  width: 17.5rem;
  line-height: 4rem;
  border-radius: 4rem;
  margin-right: 3rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #primary-container .blog-content .post-info .blog-cat {
    line-height: 6rem;
    font-size: 2.4rem;
  }
}
#primary-container .blog-content .post-info .blog-date {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
}
@media only screen and (max-width: 767px) {
  #primary-container .blog-content .post-info .blog-date {
    font-size: 2rem;
  }
}
#primary-container .blog-content .post-ttl {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #primary-container .blog-content .post-ttl {
    font-size: 4.2rem;
    line-height: 1.3;
  }
}
#primary-container .blog-content .blog-valid {
  font-size: 1.4rem;
  font-weight: 500;
  color: #e5022c;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  #primary-container .blog-content .blog-valid {
    font-size: 2.2rem;
  }
}
#primary-container .blog-content a {
  color: #074097;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #primary-container .blog-body p {
    font-size: 3rem;
  }
}
#primary-container .blog-body img {
  width: 100%;
}
#primary-container .blog-body iframe {
  width: 100%;
}
#primary-container .blog-body dl {
  margin-bottom: 3rem;
}
#primary-container .blog-body dl dt, #primary-container .blog-body dl dt {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.666;
  letter-spacing: 0.025em;
  margin-bottom: 1rem;
}
#primary-container .post-pager {
  padding-top: 5rem;
  border-top: 1px solid #000;
}
@media print, screen and (min-width: 768px) {
  #primary-container .post-pager {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  #primary-container .post-pager {
    margin-bottom: 10rem;
  }
}
#primary-container .post-pager ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #primary-container .post-pager ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#primary-container .post-pager ul li {
  margin: 0;
}
#primary-container .post-pager ul li.all {
  width: 25rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #primary-container .post-pager ul li.all {
    width: 100%;
    order: 3;
    margin-top: 3rem;
  }
}
#primary-container .post-pager ul li.all a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 6rem;
  border-radius: 12rem;
  background: #074097;
  border: 2px solid #074097;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  #primary-container .post-pager ul li.all a {
    font-size: 3.2rem;
    line-height: 10rem;
  }
}
#primary-container .post-pager ul li.all a i {
  width: 3.8rem;
  height: 3.8rem;
  background: #fff;
  border-radius: 3.8rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #primary-container .post-pager ul li.all a i {
    width: 8rem;
    height: 8rem;
  }
}
#primary-container .post-pager ul li.all a i::before, #primary-container .post-pager ul li.all a i::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.3rem;
  bottom: 0;
  left: 0;
  width: 0.85rem;
  height: 0.85rem;
  border-top: 2px solid #074097;
  border-right: 2px solid #074097;
  transform: rotate(45deg);
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  #primary-container .post-pager ul li.all a i::before, #primary-container .post-pager ul li.all a i::after {
    width: 1.8rem;
    height: 1.8rem;
  }
}
#primary-container .post-pager ul li.all a i::after {
  left: -5rem;
}
@media only screen and (max-width: 767px) {
  #primary-container .post-pager ul li.all a i::after {
    left: 15rem;
  }
}
#primary-container .post-pager ul li.all a:hover {
  background: #fff;
  color: #074097;
}
#primary-container .post-pager ul li.all a:hover i::before {
  right: -5rem;
}
@media only screen and (max-width: 767px) {
  #primary-container .post-pager ul li.all a:hover i::before {
    right: -15rem;
  }
}
#primary-container .post-pager ul li.all a:hover i::after {
  left: 0;
}
#primary-container .post-pager ul li a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #074097;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #primary-container .post-pager ul li a {
    font-size: 3.2rem;
  }
}
#primary-container .post-pager ul li a i {
  width: 6rem;
  height: 6rem;
  border-radius: 6rem;
  border: 1px solid #999999;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  #primary-container .post-pager ul li a i {
    width: 8rem;
    height: 8rem;
  }
}
#primary-container .post-pager ul li a i::before, #primary-container .post-pager ul li a i::after {
  content: "";
  width: 0.85rem;
  height: 0.85rem;
  border-top: 2px solid #074097;
  border-right: 2px solid #074097;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  #primary-container .post-pager ul li a i::before, #primary-container .post-pager ul li a i::after {
    width: 1.8rem;
    height: 1.8rem;
  }
}
#primary-container .post-pager ul li a:hover {
  opacity: 1;
}
#primary-container .post-pager ul li a:hover i {
  background: #074097;
}
#primary-container .post-pager ul li a:hover i::before, #primary-container .post-pager ul li a:hover i::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
#primary-container .post-pager ul li.prev a i {
  margin-right: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #primary-container .post-pager ul li.prev a i {
    margin-right: 3rem;
  }
}
#primary-container .post-pager ul li.prev a i::before, #primary-container .post-pager ul li.prev a i::after {
  transform: rotate(-135deg);
  left: 0.3rem;
}
@media only screen and (max-width: 767px) {
  #primary-container .post-pager ul li.prev a i::before, #primary-container .post-pager ul li.prev a i::after {
    left: 0.6rem;
  }
}
#primary-container .post-pager ul li.prev a i::after {
  right: -8rem;
}
@media only screen and (max-width: 767px) {
  #primary-container .post-pager ul li.prev a i::after {
    right: -15rem;
  }
}
#primary-container .post-pager ul li.prev a:hover i::before {
  left: -8rem;
}
@media only screen and (max-width: 767px) {
  #primary-container .post-pager ul li.prev a:hover i::before {
    left: -15rem;
  }
}
#primary-container .post-pager ul li.prev a:hover i::after {
  right: 0.3rem;
}
@media only screen and (max-width: 767px) {
  #primary-container .post-pager ul li.prev a:hover i::after {
    right: 0.6rem;
  }
}
#primary-container .post-pager ul li.next a i {
  margin-left: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #primary-container .post-pager ul li.next a i {
    margin-left: 3rem;
  }
}
#primary-container .post-pager ul li.next a i::before, #primary-container .post-pager ul li.next a i::after {
  transform: rotate(45deg);
  right: 0.3rem;
}
@media only screen and (max-width: 767px) {
  #primary-container .post-pager ul li.next a i::before, #primary-container .post-pager ul li.next a i::after {
    right: 0.6rem;
  }
}
#primary-container .post-pager ul li.next a i::after {
  left: -8rem;
}
@media only screen and (max-width: 767px) {
  #primary-container .post-pager ul li.next a i::after {
    left: -15rem;
  }
}
#primary-container .post-pager ul li.next a:hover i::before {
  right: -8rem;
}
@media only screen and (max-width: 767px) {
  #primary-container .post-pager ul li.next a:hover i::before {
    right: -15rem;
  }
}
#primary-container .post-pager ul li.next a:hover i::after {
  left: 0.3rem;
}
@media only screen and (max-width: 767px) {
  #primary-container .post-pager ul li.next a:hover i::after {
    left: 0.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  #secondary-container {
    width: 35rem;
  }
}
#secondary-container .left-ttl {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #074097;
}
@media only screen and (max-width: 767px) {
  #secondary-container .left-ttl {
    font-size: 2.6rem;
  }
}
#secondary-container .left-ttl span {
  font-family: "Outfit", sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  color: inherit;
  display: block;
  line-height: 1;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 767px) {
  #secondary-container .left-ttl span {
    font-size: 5.6rem;
    margin-bottom: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  #secondary-container .latest {
    margin-bottom: 6rem;
  }
}
#secondary-container .blog-list__single {
  margin-bottom: 1.5rem;
  display: block;
}
#secondary-container .blog-list__single a {
  display: flex;
  align-items: flex-start;
  background: #eef2f8;
  padding: 2rem;
  gap: 1.5rem;
  flex-wrap: wrap;
}
#secondary-container .blog-list__single a:hover {
  opacity: 1;
}
#secondary-container .blog-list__single a:hover .thumb figure img {
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  #secondary-container .blog-list__single a {
    padding: 3rem;
    gap: 3rem;
  }
}
#secondary-container .blog-list__single .thumb {
  width: 10.3rem;
  height: 10.3rem;
}
@media only screen and (max-width: 767px) {
  #secondary-container .blog-list__single .thumb {
    width: 20.6rem;
    height: 20.6rem;
  }
}
#secondary-container .blog-list__single .thumb figure {
  overflow: hidden;
  height: 100%;
}
#secondary-container .blog-list__single .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
#secondary-container .blog-list__single .post-text {
  width: 19.2rem;
}
@media only screen and (max-width: 767px) {
  #secondary-container .blog-list__single .post-text {
    width: calc(100% - 23.6rem);
  }
}
#secondary-container .blog-list__single .post-text .post_info {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #secondary-container .blog-list__single .post-text .post_info {
    margin-bottom: 2rem;
  }
}
#secondary-container .blog-list__single .post-text .blog-cat {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  background: #074097;
  color: #fff;
  letter-spacing: 0.1em;
  margin-right: 1rem;
  width: 10rem;
}
@media only screen and (max-width: 767px) {
  #secondary-container .blog-list__single .post-text .blog-cat {
    font-size: 2.4rem;
    margin-right: 2rem;
    width: 20rem;
  }
}
#secondary-container .blog-list__single .post-text .blog-date {
  font-family: "Outfit", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #secondary-container .blog-list__single .post-text .blog-date {
    font-size: 2.6rem;
  }
}
#secondary-container .blog-list__single .post-text .post_ttl h3 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #secondary-container .blog-list__single .post-text .post_ttl h3 {
    font-size: 3.2rem;
  }
}
#secondary-container .blog-list__single .blog-valid {
  width: 100%;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #e5022c;
}
@media only screen and (max-width: 767px) {
  #secondary-container .blog-list__single .blog-valid {
    font-size: 3rem;
  }
}
#secondary-container .side-category .category-list {
  width: 100%;
}
#secondary-container .side-category .category-list li {
  margin-bottom: 2rem;
}
#secondary-container .side-category .category-list li a {
  display: block;
  line-height: 5rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #074097;
  border: 2px solid #074097;
  border-radius: 10rem;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  #secondary-container .side-category .category-list li a {
    font-size: 4rem;
    line-height: 9rem;
  }
}
#secondary-container .side-category .category-list li a:hover {
  opacity: 1;
  background: #074097;
  color: #fff;
}
/*# sourceMappingURL=blog-single.css.map */