@charset "UTF-8";

/* =====================
  mv_page
===================== */

#mv_page {
  margin-bottom: 60px;
}

/* =====================
  nav_anchor
===================== */

#nav_anchor {
  margin-bottom: 27px;
}

#nav_anchor ul {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px 0;
  background: none;
}

#nav_anchor ul li {
  max-width: 190px !important;
  width: 18% !important;
}

#nav_anchor ul li:not(.empty) {
  border: 1px solid #214C9B;
  font-size: 17px;
}

#nav_anchor ul li a {
  color: #0857AA;
  font-weight: 600;
  padding: 7px 30px;
}

#nav_anchor ul li a::before {
  width: 10px;
  height: 9px;
  background: url(/images/icon_arrow_blue.svg) no-repeat center;
  background-size: contain;
  right: 10px;
  transform: translateY(-50%) rotate(90deg);
  margin-top: 0;
}

/*  en
------------------------*/

._en #nav_anchor ul {
  gap: min(18px,1vw);
}

._en #nav_anchor ul li {
  max-width: 90px !important;
  width: 9% !important;
}

/* =====================
  glossary
===================== */

#glossary {
  padding-top: 0;
}

.section {
  max-width: 880px;
  width: 100%;
  margin: 0 auto 60px auto;
}

.glossary_list {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 22.5px 0;
}

.glossary_list::after {
  content: '';
  width: 33%;
}

.glossary_list li {
  width: 33%;
  font-size: 16px;
  padding: 0 15px;
  position: relative;
}

.glossary_list li::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #0657aa;
  border-right: 0;
  position: absolute;
  top: 9px;
  left: 0;
}

.glossary_list li a {
  text-decoration: underline;
}

/* =====================
  single_glossary
===================== */

#single_glossary #breadcrumbs {
  margin-bottom: 45px;
}

#single_glossary #container .inner {
  width: 880px;
  margin: 0 auto;
}

/*  post_head
------------------------*/

#post_head {
  padding: 0 0 10px;
}

.single_ttl {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 7px;
}

.glossary_data {
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: 600;
}

.glossary_data dt {
  width: 100px;
  position: relative;
}

.glossary_data dt::before {
  content: '：';
  position: absolute;
  top: 0;
  right: 0;
}

.glossary_data dd {
  width: calc( 100% - 100px );
}

._en .glossary_data dt {
  width: 142px;
  position: relative;
}

._en .glossary_data dd {
  width: calc( 100% - 142px );
}


/*  glossary_post
------------------------*/

#glossary_post {
  padding: 0 0 70px;
}

.post > p:not([class]):not(:last-of-type) {
  margin-bottom: 13px;
  font-size: 16px;
}

.post h2.wp-block-heading {
  background: #0857AA;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding: 6px 19px;
  line-height: 1.5;
  margin-top: 45px;
  margin-bottom: 23px;
}

.post h3.wp-block-heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #0657AA;
  margin-top: 20px;
  margin-bottom: 5px;
}

.post .wp-block-list li {
  text-indent: -16px;
  padding-left: 16px;
}

.post .wp-block-list li::before {
  content: '・';
}

.related_box {
  background: #F4F4F4;
  padding: 28px 30px 50px;
  margin-top: 35px;
}

.related_box_ttl {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #0657AA;
  margin-bottom: 13px;
}

.related_box .glossary_list li {
  width: 100%;
}

.related_box .glossary_list li:not(:last-child) {
  margin-bottom: 7px;
}