.mv_under.mv_blog {
  background: url("../../assets/images/blog_mv.webp") center center/cover;
}
.mv_under h1 {
  color: #180564;
}
.mv_under .eg, .mv_under .jp {
  color: #180564;
}
.mv_under .jp {
  font-weight: bold;
}
@media all and (max-width: 1120px) {
  .mv_under {
    height: 400px;
  }
}
@media all and (max-width: 767px) {
  .mv_under {
    height: 300px;
  }
  .mv_under .under_page_ttl {
    display: block;
    padding-top: 0;
  }
  .mv_under .under_page_ttl .eg {
    font-size: 2.2rem;
    margin-right: 0;
  }
  .mv_under .under_page_ttl h1, .mv_under .under_page_ttl .jp {
    font-size: 1.3rem;
  }
  .mv_under.mv_blog {
    background: url("../../assets/images/blog_mv_sp.webp") center center/cover;
  }
}

.under_page_ttl {
  color: #180564;
}

.blog_under {
  background: white;
  padding: 60px 0 120px 0;
  box-sizing: border-box;
}
.blog_under .inner {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 0 100px;
}
@media all and (max-width: 1280px) {
  .blog_under .inner {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 767px) {
  .blog_under {
    padding: 30px 0 80px 0;
  }
}

@media all and (max-width: 1280px) {
  .side {
    margin-top: 60px;
  }
}

.side_bx {
  margin-bottom: 40px;
}
.side_bx .fb {
  color: #B44700;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}
.side_bx .side_in a {
  margin-top: 20px;
  text-decoration: none;
  color: #333;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 0 15px;
  align-items: center;
}
.side_bx .side_in a:hover .img img {
  transform: scale(1.05);
}
.side_bx .side_in .txt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}
.side_bx .side_in .img {
  overflow: hidden;
}
.side_bx .side_in .img img {
  transition: all 0.3s ease;
  width: 100%;
  height: auto;
}
@media all and (max-width: 1280px) {
  .side_bx .side_in {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 20px;
  }
}
@media all and (max-width: 1000px) {
  .side_bx .side_in {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 767px) {
  .side_bx .side_in {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.sb2 {
  margin-bottom: 0;
}
.sb2 .fb {
  margin-bottom: 10px;
}
.sb2 .side_in a {
  font-size: 1.4rem;
  margin-top: 0;
  display: block;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
}
.sb2 .side_in a:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 12px;
  height: 1px;
  background: #000;
}
@media all and (max-width: 767px) {
  .sb2 .side_in a {
    margin-top: 5px;
  }
  .sb2 .side_in a:before {
    top: 11px;
  }
}

.blog_bx .bxx {
  text-decoration: none;
  color: #000;
  background: #FAFAFA;
  padding: 4px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  display: grid;
  grid-template-columns: 34% 1fr;
  margin-bottom: 30px;
}
.blog_bx .bxx:hover img {
  transform: scale(1.05);
}
.blog_bx .img {
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: unset;
  height: 100%;
}
.blog_bx .img img {
  transition: all 0.3s ease;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog_bx .cont {
  padding: 30px;
  box-sizing: border-box;
}
.blog_bx .cont .ctb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
}
.blog_bx .cont .ct {
  font-size: 1.3rem;
  font-weight: bold;
  width: 90px;
  text-align: center;
  background: #000;
  color: white;
  border-radius: 5px;
}
.blog_bx .cont .ymd {
  color: #180564;
  font-size: 1.3rem;
  font-weight: bold;
  margin-left: 10px;
}
.blog_bx .cont h2 {
  font-size: 2rem;
  margin: 10px 0;
}
.blog_bx .cont .txt {
  font-size: 1.4rem;
}
@media all and (max-width: 767px) {
  .blog_bx .bxx {
    padding: 3px;
    border-radius: 5px;
    grid-template-columns: 1fr;
  }
  .blog_bx .img {
    border-radius: 3px;
    aspect-ratio: 16/9;
  }
  .blog_bx .img img {
    height: auto;
    width: 100%;
  }
  .blog_bx .cont {
    padding: 15px;
  }
  .blog_bx .cont .ctb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
  }
  .blog_bx .cont .ct {
    font-size: 1.1rem;
    width: 70px;
    border-radius: 2px;
  }
  .blog_bx .cont .ymd {
    font-size: 1.1rem;
    margin-left: 10px;
  }
  .blog_bx .cont h2 {
    font-size: 1.6rem;
    margin: 10px 0;
  }
  .blog_bx .cont .txt {
    font-size: 1.2rem;
  }
}

.single_under .single_ttls h1 {
  font-size: 4rem;
  font-weight: bold;
  margin: 10px 0;
}
.single_under .single_ttls .ymd_ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
}
.single_under .single_ttls .ct {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 2px 10px;
  box-sizing: border-box;
  border-radius: 3px;
  background: #000;
  color: white;
  margin-right: 20px;
}
.single_under .single_ttls .ymd {
  font-size: 1.4rem;
  font-weight: bold;
  color: #180564;
}
.single_under .img_areas {
  margin: 60px 0 30px 0;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}
.single_under .img_areas img {
  width: 100%;
}
.single_under h2 {
  font-size: 2.2rem;
  border-radius: 5px;
  padding: 12px 30px;
  margin: 40px 0;
  font-weight: bold;
  color: white;
  position: relative;
  background: #180464;
  box-sizing: border-box;
}
.single_under h2:before {
  content: "";
  position: absolute;
  top: 25%;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 3px;
  height: 50%;
  background: #A993FF;
}
.single_under h3 {
  position: relative;
  color: #180464;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  box-sizing: border-box;
  font-size: 1.8rem;
  padding: 0 0 10px 15px;
  margin: 20px 0;
}
.single_under h3:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 5px;
  height: 5px;
  background: #180464;
  border-radius: 100%;
}
.single_under h4 {
  margin: 20px 0;
}
.single_under h4 i {
  font-size: 1.8rem;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ffdcb8 0%);
  display: inline;
  padding: 0 2px 4px;
}
.single_under #toc_container {
  border: 2px solid #E6E6E6;
  box-sizing: border-box;
  position: relative;
  margin: 40px 0;
  padding: 30px 40px;
  width: 100%;
  position: relative;
}
.single_under #toc_container:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 40px;
  margin-top: 0;
  margin-left: 0;
  width: 50px;
  height: 4px;
  background: #A993FF;
}
.single_under #toc_container .toc_title {
  text-align: left;
  color: #180464;
  font-size: 2rem;
  font-weight: bold;
}
.single_under #toc_container ul {
  margin: 0;
  padding: 0;
}
.single_under #toc_container ul ul {
  padding-left: 20px;
}
.single_under #toc_container li {
  padding: 2px 0;
  box-sizing: border-box;
}
.single_under #toc_container a {
  color: #333;
  font-weight: bold;
  font-size: 1.4rem;
  text-decoration: none;
}
.single_under #toc_container .toc_number {
  margin-right: 10px;
}
.single_under .wp-block-image {
  margin-bottom: 30px;
}
.single_under .wp-block-image img {
  width: 100% !important;
}
@media all and (max-width: 767px) {
  .single_under .single_ttls h1 {
    font-size: 2rem;
    margin: 10px 0;
  }
  .single_under .single_ttls .ct {
    font-size: 1.2rem;
    padding: 2px 7px;
    margin-right: 10px;
  }
  .single_under .single_ttls .ymd {
    font-size: 1.2rem;
  }
  .single_under .img_areas {
    margin: 20px 0 0 0;
    width: 115%;
    position: relative;
    left: -7.5%;
    border-radius: 0;
  }
  .single_under h2 {
    font-size: 1.8rem;
    padding: 12px 20px;
    margin-bottom: 30px;
  }
  .single_under h3 {
    font-size: 1.6rem;
    margin: 15px 0;
  }
  .single_under h3:before {
    top: 11px;
  }
  .single_under h4 i {
    font-size: 1.6rem;
  }
  .single_under #toc_container {
    margin: 20px 0;
    padding: 15px 20px;
  }
  .single_under #toc_container:before {
    top: -1px;
    left: 40px;
    width: 30px;
    height: 2px;
  }
  .single_under #toc_container .toc_title {
    font-size: 1.6rem;
  }
  .single_under #toc_container a {
    font-size: 1.2rem;
  }
  .single_under #toc_container .toc_number {
    margin-right: 10px;
  }
  .single_under #toc_container p.toc_title + ul.toc_list {
    margin-top: 5px;
  }
}

.pr_nx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.pr_nx a {
  display: block;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.pr_nx p img {
  position: relative;
  width: 20px;
  height: auto;
  transition: all 0.3s ease;
}
.pr_nx .pr a {
  position: relative;
  padding-left: 30px;
}
.pr_nx .pr a:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 20px;
  height: 17px;
  transition: all 0.3s ease;
  background: url("../../assets/images/prev_arw.png") center center/cover;
}
.pr_nx .pr a:hover:before {
  left: -5px;
}
.pr_nx .nx a {
  position: relative;
  padding-right: 30px;
}
.pr_nx .nx a:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  margin-top: 0;
  margin-left: 0;
  width: 20px;
  height: 17px;
  transition: all 0.3s ease;
  background: url("../../assets/images/next_arw.png") center center/cover;
}
.pr_nx .nx a:hover:before {
  right: -5px;
}
@media all and (max-width: 767px) {
  .pr_nx p img {
    width: 15px;
  }
  .pr_nx .pr a {
    position: relative;
    padding-left: 25px;
  }
  .pr_nx .pr a:before {
    top: 5px;
    left: 0;
    width: 17px;
    height: 14px;
  }
  .pr_nx .nx a {
    padding-right: 25px;
  }
  .pr_nx .nx a:before {
    top: 5px;
    width: 17px;
    height: 14px;
  }
}

.auth {
  margin-top: 80px;
}
.auth .auth_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: baseline;
}
.auth i {
  font-family: "dss", sans-serif;
  color: #180464;
  font-size: 2rem;
  margin-right: 10px;
}
.auth em {
  font-size: 1.2rem;
}
.auth .bx {
  display: grid;
  grid-template-columns: 300px 1fr;
  padding: 10px;
  gap: 0 60px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  background: #FAFAFA;
  align-items: center;
}
.auth .img {
  margin-top: 0;
}
.auth .img img {
  width: 100%;
  height: auto;
}
.auth .prof_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: baseline;
}
.auth .cr {
  font-weight: bold;
  font-size: 1.2rem;
  margin-right: 20px;
}
.auth .nm {
  font-size: 2rem;
  font-weight: bold;
}
.auth .txt {
  margin-top: 20px;
  font-size: 1.4rem;
}
@media all and (max-width: 1000px) {
  .auth .bx {
    gap: 0 30px;
  }
  .auth .prof_ttl {
    display: block;
  }
  .auth .nm {
    font-size: 2rem;
  }
}
@media all and (max-width: 767px) {
  .auth {
    margin-top: 40px;
  }
  .auth i {
    font-size: 1.8rem;
  }
  .auth .bx {
    grid-template-columns: 1fr;
    padding: 5px;
    gap: 0;
  }
  .auth .cr {
    font-size: 1.2rem;
    margin-right: 10px;
  }
  .auth .nm {
    font-size: 1.8rem;
  }
  .auth .txt {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .auth .in {
    margin-top: 10px;
    padding: 10px;
  }
  .auth .img {
    margin-top: 0;
    height: 200px;
    overflow: hidden;
  }
}

.pagenate_wrap {
  margin: 100px 0 0 0;
  text-align: center;
}
.pagenate_wrap .in {
  display: inline-block;
}
.pagenate_wrap .in2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 10px;
}
.pagenate_wrap .page-numbers {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 10px;
  color: #052746;
  transition: all 0.3s ease;
  font-family: "fh", sans-serif;
  background: white;
  text-decoration: none;
  display: inline-block;
}
.pagenate_wrap .page-numbers:hover {
  background: #052746;
  color: white;
}
.pagenate_wrap .page-numbers.current {
  background: #052746;
  color: white;
}
.pagenate_wrap .page-numbers.next, .pagenate_wrap .page-numbers.prev {
  padding: 11px 0 0 0;
  min-width: 0;
}
.pagenate_wrap .page-numbers.next:before, .pagenate_wrap .page-numbers.prev:before {
  content: none;
}
.pagenate_wrap .page-numbers.dots {
  padding: 9px 0 0 0;
}
@media all and (max-width: 767px) {
  .pagenate_wrap {
    margin: 50px 0 0 0;
  }
  .pagenate_wrap .in2 {
    gap: 0 4px;
  }
  .pagenate_wrap .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    padding: 10px 0 0 0;
  }
  .pagenate_wrap .page-numbers.next, .pagenate_wrap .page-numbers.prev {
    padding: 10px 0 0 0;
    min-width: 0;
  }
  .pagenate_wrap .page-numbers.next:before, .pagenate_wrap .page-numbers.prev:before {
    content: none;
  }
  .pagenate_wrap .page-numbers.dots {
    padding: 9px 0 0 0;
  }
}

.afters {
  margin-bottom: 100px;
}

.c-secTitle {
  border-left: solid 2px #180464 !important;
}

/*# sourceMappingURL=blog.css.map */
