@charset "UTF-8";
/* CSS Document */
@font-face {
  src: url("../fonts/NotoSansJP-Black.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-display: swap;
}
/* 基本の文字色 */
/* 背景色 */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 750px) {
  .spNone {
    display: none !important;
  }
}

@media (min-width: 751px) {
  .pcNone {
    display: none !important;
  }
}

.bold {
  font-weight: bold;
}

@media (max-width: 750px) {
  .spleft {
    text-align: left !important;
  }
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}
.center img {
  margin-right: auto;
  margin-left: auto;
}

.white {
  color: #fff;
}

.red {
  color: #e11c24;
}

.orange {
  color: #D59433;
}

.orange-second {
  color: #E79100;
}

.theme {
  color: #1D2F55;
}

.mt120 {
  margin-top: 7.5em;
}
@media (max-width: 750px) {
  .mt120 {
    margin-top: 16vw;
  }
}

.mb120 {
  margin-bottom: 7.5em;
}
@media (max-width: 750px) {
  .mb120 {
    margin-bottom: 16vw;
  }
}

.mt90 {
  margin-top: 6.25em;
}
@media (max-width: 750px) {
  .mt90 {
    margin-top: 14.67vw;
  }
}

.mb90 {
  margin-bottom: 6.25em;
}
@media (max-width: 750px) {
  .mb90 {
    margin-bottom: 14.67vw;
  }
}

.pb90 {
  padding-bottom: 6.25em;
}
@media (max-width: 750px) {
  .pb90 {
    padding-bottom: 14.67vw;
  }
}

.mt60 {
  margin-top: 3.75em;
}
@media (max-width: 750px) {
  .mt60 {
    margin-top: 13.3vw;
  }
}

.mt3em {
  margin-top: 3em;
}
@media (max-width: 750px) {
  .mt3em {
    margin-top: 2em;
  }
}

.mb3em {
  margin-bottom: 3em;
}
@media (max-width: 750px) {
  .mb3em {
    margin-bottom: 2em;
  }
}

.mt2em {
  margin-top: 2em;
}
@media (max-width: 750px) {
  .mt2em {
    margin-top: 1em;
  }
}

.mb2em {
  margin-bottom: 2em;
}
@media (max-width: 750px) {
  .mb2em {
    margin-bottom: 1em;
  }
}

.mt1em {
  margin-top: 1em;
}

.mb1em {
  margin-bottom: 1em;
}

.mt05em {
  margin-top: 0.5em;
}

.mb05em {
  margin-bottom: 0.5em;
}

.pt3em {
  padding-top: 3em;
}
@media (max-width: 750px) {
  .pt3em {
    padding-top: 2em;
  }
}

.pt2em {
  padding-top: 2em;
}
@media (max-width: 750px) {
  .pt2em {
    padding-top: 1em;
  }
}

.pt1em {
  padding-top: 1em;
}

.pt05em {
  padding-top: 0.5em;
}

.pl2em {
  padding-left: 2.5em;
}
@media (max-width: 750px) {
  .pl2em {
    padding-left: 1em;
  }
}

.mt120r {
  margin-top: 7.5rem;
}
@media (max-width: 750px) {
  .mt120r {
    margin-top: 16vw;
  }
}

.mb120r {
  margin-bottom: 7.5rem;
}
@media (max-width: 750px) {
  .mb120r {
    margin-bottom: 16vw;
  }
}

.mt90r {
  margin-top: 6.25rem;
}
@media (max-width: 750px) {
  .mt90r {
    margin-top: 14.67vw;
  }
}

.mb90r {
  margin-bottom: 6.25rem;
}
@media (max-width: 750px) {
  .mb90r {
    margin-bottom: 14.67vw;
  }
}

.pb90r {
  padding-bottom: 6.25rem;
}
@media (max-width: 750px) {
  .pb90r {
    padding-bottom: 14.67vw;
  }
}

.mt60r {
  margin-top: 3.75rem;
}
@media (max-width: 750px) {
  .mt60r {
    margin-top: 13.3vw;
  }
}

.mt3rem {
  margin-top: 3rem;
}
@media (max-width: 750px) {
  .mt3rem {
    margin-top: 2rem;
  }
}

.mb3rem {
  margin-bottom: 3rem;
}
@media (max-width: 750px) {
  .mb3rem {
    margin-bottom: 2rem;
  }
}

.mt2rem {
  margin-top: 2rem;
}
@media (max-width: 750px) {
  .mt2rem {
    margin-top: 1rem;
  }
}

.mb2rem {
  margin-bottom: 2rem;
}
@media (max-width: 750px) {
  .mb2rem {
    margin-bottom: 1rem;
  }
}

.mt1rem {
  margin-top: 1rem;
}

.mb1rem {
  margin-bottom: 1rem;
}

.mt05rem {
  margin-top: 0.5rem;
}

.mb05rem {
  margin-bottom: 0.5rem;
}

.pt3rem {
  padding-top: 3rem;
}
@media (max-width: 750px) {
  .pt3rem {
    padding-top: 2rem;
  }
}

.pt2rem {
  padding-top: 2rem;
}
@media (max-width: 750px) {
  .pt2rem {
    padding-top: 1rem;
  }
}

.pt1rem {
  padding-top: 1rem;
}

.pt05rem {
  padding-top: 0.5rem;
}

.pl2rem {
  padding-left: 2.5rem;
}
@media (max-width: 750px) {
  .pl2rem {
    padding-left: 1rem;
  }
}

/* ヘッダー部分 */
.header {
  background-color: #EDFBFF;
  position: relative;
}
@media (min-width: 751px) {
  .header .inner {
    max-width: 86.5625rem;
  }
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .logo {
  position: relative;
  z-index: 40;
}
.header .logo img {
  width: calc(80 / 375 * 100vw);
  height: calc(80 / 375 * 100vw);
}
@media (min-width: 768px) {
  .header .logo img {
    width: 6.25em;
    height: 6.25em;
  }
}
@media (max-width: 750px) {
  .header .gnav {
    display: none;
  }
}
@media (min-width: 751px) {
  .header .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.125em;
  }
}
.header .gnav.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: calc(100 / 375 * 100vw);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100vh;
  background-color: #EDFBFF;
  opacity: 0.9;
  overflow-y: auto;
}
.header .gnav.active .gnav-list {
  width: 87%;
  font-weight: 500;
}
.header .gnav.active .gnav-list .gnav-item {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
.header .gnav.active .gnav-list .gnav-item a {
  font-size: calc(16 / 375 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: calc(13 / 375 * 100vw);
  width: 100%;
}
.header .gnav.active .gnav-tel {
  display: block;
  width: 100%;
}
.header .gnav.active .gnav-tel .number {
  font-size: calc(24 / 375 * 100vw);
  font-weight: bold;
  width: 100%;
  padding-block: calc(27 / 375 * 100vw);
}
@media (min-width: 751px) {
  .header .gnav .gnav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.75em;
    font-size: 1em;
  }
  .header .gnav .gnav-list a:hover, .header .gnav .gnav-list a:focus {
    text-decoration: underline;
    opacity: 0.8;
  }
  .header .gnav .gnav-tel {
    cursor: pointer;
  }
  .header .gnav .gnav-tel:hover {
    opacity: 0.8;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
}
.header .tel-box {
  display: none;
}
.header .balloon {
  position: fixed;
  pointer-events: none;
  z-index: 0;
}
.header .balloon.num1 {
  top: -16vw;
  left: -13.33%;
  width: 150px;
  height: 150px;
}
.header .balloon.num2 {
  top: 8vw;
  right: -5.33%;
  width: 100px;
  height: 100px;
}
@media (max-width: 750px) {
  /* スマホで画面外に出ないように上部へ寄せる */
  .header .balloon.num1 {
    top: 0;
    left: -10vw;
    width: 40vw;
    height: 40vw;
    max-width: 150px;
    max-height: 150px;
  }
  .header .balloon.num2 {
    top: 6vw;
    right: -6vw;
    width: 28vw;
    height: 28vw;
    max-width: 100px;
    max-height: 100px;
  }
}
@media (min-width: 751px) {
  .header .balloon.num1 {
    top: -16.25rem;
    width: 41.25rem;
    height: 41.25rem;
  }
}
@media (min-width: 751px) {
  .header .balloon.num2 {
    top: 12.5rem;
    width: 27.5rem;
    height: 27.5rem;
  }
}
.header .balloon img {
  width: 100%;
  height: 100%;
}

/* ボタン基本スタイル */
.c-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* ハンバーガーボタン */
.hamburger-button {
  position: absolute;
  right: 3%;
  left: auto;
  z-index: 30;
  -webkit-transition: background-color 0.5s cubic-bezier(0.23, 1, 0.58, 1);
  transition: background-color 0.5s cubic-bezier(0.23, 1, 0.58, 1);
  margin: auto 0;
  outline: 0;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  width: 5.25rem;
  height: 5.25rem;
}
@media (min-width: 751px) {
  .hamburger-button {
    display: none;
  }
}
.hamburger-button:hover, .hamburger-button:focus {
  opacity: 0.8;
}
.hamburger-button .hamburger-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: auto;
  width: 100%;
  height: 14px;
}
.hamburger-button .hamburger-line .icon-open,
.hamburger-button .hamburger-line .icon-close {
  display: block;
  width: calc(48 / 375 * 100vw);
  height: calc(14 / 375 * 100vw);
}
.hamburger-button .hamburger-line .icon-close {
  display: none;
}
.hamburger-button .hamburger-label {
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: calc(10 / 375 * 100vw);
  line-height: 1;
  pointer-events: none;
}
.hamburger-button .hamburger-label.is-close {
  display: none;
}
.hamburger-button[aria-expanded=true] .hamburger-line .icon-open {
  display: none;
}
.hamburger-button[aria-expanded=true] .hamburger-line .icon-close {
  display: block;
}
.hamburger-button[aria-expanded=true] .hamburger-label:not(.is-close) {
  display: none;
}
.hamburger-button[aria-expanded=true] .hamburger-label.is-close {
  display: block;
}

/* フッター部分 */
.cta {
  color: #1D2F55;
  background-color: whitesmoke;
}

.footer {
  background-color: #fff;
  padding-top: calc(16 / 375 * 100vw);
  padding-bottom: 10vw;
  position: relative;
  z-index: 1;
  border-radius: 40px 40px 0 0;
  margin-top: -40px;
  padding: 2em 2.5em;
}
@media (min-width: 751px) {
  .footer {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 751px) {
  .footer .grid-container {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    -webkit-column-gap: 0.875rem;
       -moz-column-gap: 0.875rem;
            column-gap: 0.875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 751px) {
  .footer .logo {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }
}
.footer .logo img {
  width: calc(80 / 375 * 100vw);
  height: calc(80 / 375 * 100vw);
}
@media (min-width: 751px) {
  .footer .logo img {
    width: 6.625rem;
    height: 6.625rem;
  }
}
.footer .title {
  margin-bottom: calc(22 / 375 * 100vw);
}
@media (min-width: 751px) {
  .footer .title {
    font-size: 2rem;
    margin-bottom: initial;
    grid-column: 1;
    grid-row: 2;
    margin-top: 0.875rem;
    margin-bottom: 5.625rem;
  }
}
.footer .gnav {
  margin-bottom: calc(70 / 375 * 100vw);
}
@media (min-width: 751px) {
  .footer .gnav {
    margin-bottom: initial;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }
}
.footer .gnav .gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 751px) {
  .footer .gnav .gnav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0rem;
  }
}
.footer .gnav .gnav-list .gnav-item a {
  width: 100%;
  padding-block: calc(8 / 375 * 100vw);
}
@media (min-width: 751px) {
  .footer .gnav .gnav-list .gnav-item a {
    padding-inline: 0.875rem;
    padding-block: 0.5rem;
  }
}
.footer .gnav .gnav-list .gnav-item a:hover, .footer .gnav .gnav-list .gnav-item a:focus {
  background-color: rgba(242, 242, 242, 0.3);
  border-radius: 9999px;
  text-decoration: underline;
}
.footer .privacy {
  font-size: calc(12 / 375 * 100vw);
  font-weight: 500;
  line-height: 1.66;
  margin-bottom: calc(8 / 375 * 100vw);
}
@media (min-width: 751px) {
  .footer .privacy {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }
}
.footer .privacy a:hover, .footer .privacy a:focus {
  text-decoration: underline;
}
.footer .totop {
  position: fixed;
  bottom: 0.75rem;
  right: 1.25rem;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer .totop.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.footer .totop img {
  width: calc(100 / 375 * 100vw);
  height: calc(30 / 375 * 100vw);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (min-width: 751px) {
  .footer .totop img {
    width: 6.25rem;
    height: 1.875rem;
  }
}
.footer .totop:hover img, .footer .totop:focus-visible img {
  -webkit-box-shadow: 0 0 0 1px rgba(29, 47, 85, 0.3);
          box-shadow: 0 0 0 1px rgba(29, 47, 85, 0.3);
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100% !important;
  overflow-x: hidden;
}
@media (min-width: 750px) and (max-width: 1200px) {
  html {
    font-size: 1.25vw !important;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 3.6vw !important;
    margin-top: 0 !important;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", "sans-serif";
  font-size: 100% !important;
  font-weight: 500;
  right: 0 !important;
  color: #1D2F55;
  background-color: white;
  line-height: 1.5;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
@media (max-width: 750px) {
  body {
    width: 100%;
    min-width: auto;
    margin-top: 0 !important;
  }
}
body.fixed {
  position: fixed;
}

a {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration: none;
  color: #1D2F55;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  word-break: break-all;
}
a:hover {
  text-decoration: none;
}
a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url(../images/01_common/icon_blank.svg) no-repeat center center/100%;
  margin-right: 0.25em;
  margin-left: 0.2em;
}
a[href*=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url(../images/common/icon_pdf.svg) no-repeat center center/100%;
  margin-right: 0.25em;
  margin-left: 0.2em;
}
a[href*="tel:"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* アイコン */
}
a[href*="tel:"]:before {
  content: "";
  display: inline-block;
  width: calc(24 / 375 * 100vw);
  height: calc(24 / 375 * 100vw);
  background: url(../images/01_common/icon_phone.svg) no-repeat center center/100%;
  margin-right: 0.25em;
}
@media (min-width: 751px), print {
  a[href*="tel:"]:before {
    width: 1.25em;
    height: 1.25em;
  }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    font-size: 1.5em;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
  }
  a[href*="tel:"]:hover {
    text-decoration: underline;
  }
}
a.remove-icon:after {
  display: none;
}
a img {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

a:hover img {
  opacity: 0.8;
}

/* 下線付きのリンク */
a.under {
  text-decoration: underline;
}

p {
  line-height: 1.5;
}

li {
  line-height: 1.5;
}

img {
  height: auto;
}
@media (max-width: 750px) {
  img.width80 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 750px) {
  img.width50 {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}

/* コンテンツ幅 */
.inner,
.inner-wide,
.inner-exwide {
  width: 92%;
  margin-inline: auto;
}

/* base */
.inner {
  max-width: 1200px;
}
.inner .inner-wide, .inner .inner-exwide {
  width: 100%;
}

/* second */
.inner-wide {
  max-width: 1245px;
}

/* third */
.inner-exwide {
  max-width: 1360px;
  margin-inline: auto;
}

/* ラッパー：ボタンの中央揃え用コンテナ */
.linkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

/* フォームボタン（input系）のリセットと共通スタイル */
input[type=submit],
input[type=button],
button[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 15em;
  padding: 1.5em 2em;
  border-radius: 9999px;
  border: 1px solid #1D2F55;
  background-color: #1D2F55;
  color: white;
  text-align: center;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media (min-width: 751px) {
  input[type=submit],
  input[type=button],
  button[type=submit] {
    font-size: 1.1em;
  }
}
input[type=submit]:hover,
input[type=button]:hover,
button[type=submit]:hover {
  background-color: white;
  color: #1D2F55;
}
input[type=submit]:focus-visible,
input[type=button]:focus-visible,
button[type=submit]:focus-visible {
  outline: 2px solid #1D2F55;
  outline-offset: 2px;
}

.linkbox_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.linkbox_wrap > * {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.linkbox_wrap > *:last-of-type {
  margin-left: 1em !important;
}
@media (min-width: 751px) {
  .linkbox_wrap > *:last-of-type {
    margin-left: 2em !important;
  }
}

/* 文字サイズ */
@media (min-width: 751px) {
  .f_18 {
    font-size: 1.1em;
  }
}

.f_20 {
  font-size: 1.2em;
}
@media (max-width: 750px) {
  .f_20 {
    font-size: 1.1em;
  }
}

.f_24 {
  font-size: 1.5em;
}
@media (max-width: 750px) {
  .f_24 {
    font-size: 1.1em;
  }
}

.f_26 {
  font-size: 1.6em;
}
@media (max-width: 750px) {
  .f_26 {
    font-size: 1.2em;
  }
}

.f_28 {
  font-size: 1.75em;
}
@media (max-width: 750px) {
  .f_28 {
    font-size: 1.25em;
  }
}

.f_30 {
  font-size: 1.87em;
}
@media (max-width: 750px) {
  .f_30 {
    font-size: 1.4em;
  }
}

.f_40 {
  font-size: 2.5em;
}
@media (max-width: 750px) {
  .f_40 {
    font-size: 1.5em;
  }
}

/* コンテンツ */
section {
  padding-bottom: 4.5em;
}
@media (max-width: 750px) {
  section {
    padding-bottom: 15.33vw;
  }
}
section.mt {
  padding-top: 4.5em !important;
}
@media (max-width: 750px) {
  section.mt {
    padding-top: 15.33vw !important;
  }
}
section.mb {
  padding-bottom: 4.5em;
}
@media (max-width: 750px) {
  section.mb {
    padding-bottom: 15.33vw;
  }
}
section.mt0 {
  padding-top: 0;
}
@media (max-width: 750px) {
  section.mt0 {
    padding-top: 0;
  }
}

.contentwrap {
  margin-top: 4.5em;
}
@media (max-width: 750px) {
  .contentwrap {
    margin-top: 13.33vw;
  }
}
.contentwrap p,
.contentwrap li {
  line-height: 1.8;
}

.bg-gray {
  background-color: whitesmoke;
}

@media (min-width: 751px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.disc a,
.decimal a,
.circle a {
  display: inline;
}

div.disc > ul {
  padding-left: 1.5em;
}
div.disc > ul > li {
  list-style-type: disc;
}
div.disc > ul > li > ul {
  padding-left: 1.5em;
}

/* 点つきリスト */
ul.disc {
  padding-left: 1.5em;
}
ul.disc li {
  list-style-type: disc;
}

.decimal > ol {
  padding-left: 1.5em;
}
.decimal > ol > li {
  list-style-type: decimal;
}

.dlcolor dl {
  width: 100%;
  max-width: 710px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 751px) {
  .dlcolor dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.dlcolor dt,
.dlcolor dd {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.dlcolor dt {
  background-color: #1D2F55;
  color: white;
  width: 7em;
  text-align: center;
  padding: 0.25em;
}
@media (min-width: 751px) {
  .dlcolor dt {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 7em;
            flex: 1 0 7em;
    max-width: 7em;
    padding: 0.25em;
  }
}
@media (min-width: 751px) {
  .dlcolor dd {
    width: calc(100% - 7em);
    max-width: calc(100% - 7em);
    padding-left: 1em;
  }
}