@charset "UTF-8";

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

#nav_anchor {
  margin-bottom: 0;
}

#nav_anchor .inner {
  width: 85%;
}

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

#nav_anchor ul::before,
#nav_anchor ul::after {
  content: '';
  width: 18.5%;
}

#nav_anchor ul::before {
  order: 1;
}

#nav_anchor ul li {
  width: 18.5% !important;
}

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

#nav_anchor ul li::after {
  display: none;
}

body:not(._en) #nav_anchor ul li.empty {
  display: none;
}

#nav_anchor ul li a {
  color: #0857AA;
  font-weight: 600;
  padding: 8px 20px 8px 10px;
}

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

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

._en #nav_anchor ul li {
  width: 13% !important;
}

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

#glossary {
  padding-top: 0;
}

.section {
  padding-top: 35px;
}

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

.glossary_list li {
  width: 50%;
  font-size: 14px;
  line-height: 1.6;
  padding: 0 12px;
  position: relative;
}

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

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

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

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

#post_head {
  padding: 30px 0 0;
}

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

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

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

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

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

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

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


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

#glossary_post {
  padding: 0 0 70px;
}

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

.post h2.wp-block-heading {
  background: #0857AA;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 18px;
  line-height: 1.5;
  margin-top: 35px;
  margin-bottom: 23px;
}

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

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

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

.related_box {
  background: #F4F4F4;
  padding: 20px 20px 25px;
  margin-top: 35px;
}

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

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

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