@charset "UTF-8";
/*16*1.75/2*/
/*======*/
/* 共通 */
/*======*/
/* PC/SP出し分け
------------------------------ */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* パンくず
-----------------------------------*/
.b-nv {
  margin: 0 auto;
  padding: 0 80px;
  margin-bottom: -48px;
  font-size: 14px;
  position: relative;
  z-index: 2;
  color: #314a70;
}
.b-nv a {
  color: #314a70;
}
.b-nv a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .b-nv {
    display: none;
  }
}
.b-nv ul {
  display: flex;
  justify-content: flex-start;
  padding: 16px 0;
}
.b-nv ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 8px;
  line-height: 1;
}
.b-nv ul li a {
  margin-right: 8px;
}
.b-nv ul li::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #314a70;
}
.b-nv ul li:last-child::after {
  content: none;
}

/* 共通レイアウト
-----------------------------------*/
/*リスト*/
.list-style01 {
  margin-bottom: 2em;
  padding-left: 25px;
}
.list-style01 li {
  position: relative;
  margin-bottom: 0.5em;
}
.list-style01 li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #314a70;
  position: absolute;
  top: 11px;
  left: -22px;
  border-radius: 100%;
}

.list-style02 {
  display: flex;
  justify-content: space-between;
  gap: 1%;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .list-style02 {
    display: block;
  }
}
.list-style02 li {
  text-align: center;
  flex-grow: 1;
  padding: 16px;
  width: 33%;
  background-color: #2d78c6;
  text-align: center;
  color: #FFF;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .list-style02 li {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.list-style02 li span {
  flex-grow: 1;
}

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