@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;
}
@font-face {
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Jost-Black.woff2") format("woff2");
  font-family: "Jost";
  font-weight: 900;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Jost-Bold.woff2") format("woff2");
  font-family: "Jost";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Jost-Medium.woff2") format("woff2");
  font-family: "Jost";
  font-weight: 500;
  font-display: swap;
}
@keyframes arrow {
  0% {
    bottom: 1em;
    opacity: 0;
  }

  100% {
    bottom: -3em;
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(5em);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100% !important;
}
@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;
  letter-spacing: 0;
  font-family: "Noto Sans JP", "sans-serif";
  font-size: 100% !important;
  right: 0 !important;
  color: white;
  background-color: #004da0;
  line-height: 1.6;
  -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 {
  text-decoration-skip-ink: none;
  text-decoration: underline;
  color: #b0dac9;
  display: inline;
  transition: all ease 0.5s;
  word-break: break-all;
}
a:hover {
  text-decoration: none;
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
a.remove-icon:after {
  display: none;
}
a img {
  transition: all ease 0.5s;
}

a:hover img {
  opacity: 0.8;
}

p, li {
  line-height: 2;
}
@media (max-width: 750px) {
  p, li {
    line-height: 1.9;
  }
}

p small {
  display: inline-block;
  line-height: 1.75;
}

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

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

.switch {
  visibility: hidden;
}

.bold {
  font-weight: bold;
}

.black {
  font-weight: 900;
}

.medium {
  font-weight: 500;
}

.jost {
  font-family: "Jost", sans-serif;
}

@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;
}

.mt11em {
  padding-top: 11em;
}
@media (max-width: 750px) {
  .mt11em {
    padding-top: 28vw;
  }
}

.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;
  }
}

.mt80 {
  margin-top: 5em;
}
@media (max-width: 750px) {
  .mt80 {
    margin-top: 9.3vw;
  }
}

.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;
  }
}

.red {
  color: red;
}

.theme {
  color: #004da0;
}

.theme_dark {
  color: #003476;
}

.green {
  color: #b0dac9;
}

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, .inner930 {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}

.inner {
  max-width: 1100px;
}
.inner .inner930 {
  width: 100%;
}

.inner930 {
  max-width: 930px;
}

/* リンク・フォーム */
.linkbox {
  position: relative;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #003476;
  font-weight: bold;
  width: 19.6em;
  text-decoration: none;
  border-radius: 2em;
  transition: all ease 0.5s;
  margin-right: auto;
  margin-left: auto;
  padding: 1em;
}
@media (min-width: 751px) {
  .linkbox {
    font-size: 1.43em;
  }
}
.linkbox::after {
  content: "";
  display: block;
  width: 0.65em;
  height: 0.65em;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  background: url(../images/contents/icon_arrow_wh.png) no-repeat center center;
  background-size: contain;
  transform: rotate(-90deg);
  margin: auto;
}
.linkbox:hover {
  opacity: 0.8;
}

.reserveBtn {
  position: relative;
  display: block;
  color: #004da0 !important;
  background: linear-gradient(135deg, #3897cd 0%, #b0dac9 100%);
  font-size: 1.35em;
  font-weight: bold;
  width: 23vw;
  text-decoration: none;
  text-align: center;
  border-radius: 3em;
  padding: 1.5em;
  margin-right: auto;
  margin-left: auto;
}
.reserveBtn::after {
  content: "";
  display: block;
  width: 0.67vw;
  height: 0.67vw;
  position: absolute;
  top: 0;
  right: 1.5vw;
  bottom: 0;
  background: url(../images/common/icon_arrow.png) no-repeat center center;
  background-size: contain;
  margin: auto;
}
@media (max-width: 750px) {
  .reserveBtn::after {
    width: 0.64em;
    height: 0.64em;
    right: 1em;
  }
}
@media (max-width: 750px) {
  .reserveBtn {
    width: 76.8vw;
    padding: 1em;
  }
}
.reserveBtn:hover {
  opacity: 0.8;
}

.linkbox_wrap {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: 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;
  }
}

/* ヘッダー部分 */
.header, .header_fixed {
  z-index: 8;
}
@media (max-width: 750px) {
  .header, .header_fixed {
    padding: 5.3vw 0;
  }
}
@media (min-width: 751px) {
  .header .logowrap, .header_fixed .logowrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 22vw;
    text-align: center;
    padding: 2.3vw;
  }
}
.header .descrition, .header_fixed .descrition {
  color: white;
  font-size: 1.3vw;
  line-height: 1.3;
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  .header .descrition, .header_fixed .descrition {
    text-align: center;
    font-size: 3vw;
    margin-bottom: 1em;
  }
}
@media (min-width: 751px) {
  .header .descrition span, .header_fixed .descrition span {
    display: block;
  }
}
.header .logo, .header_fixed .logo {
  display: block;
  width: 12.1vw;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 750px) {
  .header .logo, .header_fixed .logo {
    width: 34.4vw;
  }
}
.header .menu-trigger, .header_fixed .menu-trigger {
  position: absolute;
  top: 1.3vw;
  right: 1.3vw;
  width: 3vw;
  height: 3vw;
  z-index: 8;
}
@media (max-width: 750px) {
  .header .menu-trigger, .header_fixed .menu-trigger {
    top: 4vw;
    right: 4vw;
    width: 7vw;
    height: 7vw;
  }
}
@media (min-width: 751px) {
  .header .menu-trigger:hover, .header_fixed .menu-trigger:hover {
    cursor: pointer;
  }
}
.header .menu-trigger,
.header .menu-trigger span, .header_fixed .menu-trigger,
.header_fixed .menu-trigger span {
  transition: all 0.4s;
  box-sizing: border-box;
}
.header .menu-trigger span, .header_fixed .menu-trigger span {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3vw;
  z-index: 10;
}
@media (max-width: 750px) {
  .header .menu-trigger span, .header_fixed .menu-trigger span {
    width: 7vw;
    height: 7vw;
  }
}
.header .menu-trigger span::before, .header .menu-trigger span::after, .header_fixed .menu-trigger span::before, .header_fixed .menu-trigger span::after {
  content: "";
  display: block;
  background-color: white;
  height: 2px;
  width: 3vw;
}
@media (max-width: 750px) {
  .header .menu-trigger span::before, .header .menu-trigger span::after, .header_fixed .menu-trigger span::before, .header_fixed .menu-trigger span::after {
    width: 7vw;
  }
}
.header .menu-trigger span::after, .header_fixed .menu-trigger span::after {
  margin-top: 0.78em;
}
.header.active .menu-trigger, .header_fixed.active .menu-trigger {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  background-color: transparent;
  z-index: 10;
}
.header.active .menu-trigger span::before, .header.active .menu-trigger span::after, .header_fixed.active .menu-trigger span::before, .header_fixed.active .menu-trigger span::after {
  background-color: #004da0;
}
@media (max-width: 750px) {
  .header.active .menu-trigger span::before, .header.active .menu-trigger span::after, .header_fixed.active .menu-trigger span::before, .header_fixed.active .menu-trigger span::after {
    background-color: white;
  }
}
.header.active .menu-trigger span::before, .header_fixed.active .menu-trigger span::before {
  left: 0;
  transform: rotate(45deg);
}
.header.active .menu-trigger span::after, .header_fixed.active .menu-trigger span::after {
  transform: rotate(-45deg);
  margin-top: 0;
}
.header .g_menu, .header_fixed .g_menu {
  text-align: center;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
  z-index: 8;
  overflow: auto;
  position: fixed;
  width: 100%;
  transform: translateX(100%);
  background-color: white;
  z-index: 9;
}
@media (max-width: 750px) {
  .header .g_menu, .header_fixed .g_menu {
    background: url(../images/common/gmenu_sp.jpg) no-repeat center center;
    background-size: cover;
    padding: 5.3vw;
  }
}
@media (min-width: 751px) {
  .header .g_menu, .header_fixed .g_menu {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    /* no prefix */
    display: flex;
  }
}
@media (min-width: 751px) {
  .header .g_menu .logobox, .header_fixed .g_menu .logobox {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    /* no prefix */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-flex: 0 0 51.4%;
    flex: 0 0 51.4%;
    width: 51.4%;
    max-width: 51.4%;
    background: url(../images/common/gmenu_pc.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media (min-width: 751px) {
  .header .g_menu .logobox .descrition, .header_fixed .g_menu .logobox .descrition {
    line-height: 1.5;
    font-size: 1.5vw;
  }
}
@media (min-width: 751px) {
  .header .g_menu .logobox .logo, .header_fixed .g_menu .logobox .logo {
    width: 14.3vw;
  }
}
.header .g_menu nav, .header_fixed .g_menu nav {
  display: inline-block;
  width: 100%;
}
@media (max-width: 750px) {
  .header .g_menu nav, .header_fixed .g_menu nav {
    margin-top: 12.9vw;
  }
}
@media (min-width: 751px) {
  .header .g_menu nav, .header_fixed .g_menu nav {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    /* no prefix */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.header .g_menu li, .header_fixed .g_menu li {
  margin-bottom: 2em;
}
@media (min-width: 751px) {
  .header .g_menu li, .header_fixed .g_menu li {
    margin-bottom: 1.8vw;
  }
}
.header .g_menu a, .header_fixed .g_menu a {
  display: block;
  font-weight: bold;
  line-height: 1.38;
  text-align: center;
  text-decoration: none;
  color: white;
}
@media (min-width: 751px) {
  .header .g_menu a, .header_fixed .g_menu a {
    font-size: 1.2vw;
    color: #004da0;
  }
}
.header .g_menu a:hover, .header_fixed .g_menu a:hover {
  opacity: 0.8;
}
.header.active .g_menu, .header_fixed.active .g_menu {
  transform: translateX(0%);
}
.header .snsbox, .header_fixed .snsbox {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  margin-top: 1.5vw;
}
.header .snsbox a, .header_fixed .snsbox a {
  display: block;
  width: 3.4vw;
  margin: 0 0.8vw;
}
@media (max-width: 750px) {
  .header .snsbox a, .header_fixed .snsbox a {
    width: 10vw;
    margin: 0 2.4vw;
  }
}

.header_fixed {
  position: fixed;
  top: -10em;
  left: 0;
  transition: all ease 0.5s;
  width: 100%;
  background-color: white;
  padding-top: 3vw;
  padding-bottom: 3vw;
}
@media (min-width: 751px) {
  .header_fixed {
    display: none;
  }
}
.header_fixed.show {
  top: 0;
}
.header_fixed .logowrap {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
}
.header_fixed .logowrap .logo {
  width: 18vw;
  margin-left: 3vw;
}
.header_fixed .logowrap .reserveBtn {
  font-size: 2.9vw;
  width: 44vw;
  margin-right: 14.9vw;
}
.header_fixed .menu-trigger span::before, .header_fixed .menu-trigger span::after {
  background-color: #004da0;
}

/* フッター部分 */
.totop {
  position: fixed;
  right: 3em;
  bottom: 3em;
  width: 6em;
  height: 6em;
  display: inline-block;
}
@media (max-width: 750px) {
  .totop {
    right: 5vw;
    bottom: 5vw;
    width: 13vw;
    height: 13vw;
  }
}

.cta {
  background: url(../images/common/inquiry_bk.jpg) no-repeat center center;
  background-size: cover;
  padding: 8em 0;
}
@media (max-width: 750px) {
  .cta {
    background-image: url(../images/common/inquiry_bk_sp.jpg);
    padding: 11.7vw 0;
  }
}
@media (max-width: 750px) {
  .cta .h2img {
    max-width: 69.3vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.cta .linkbox {
  color: #003476;
  background-color: white;
}
@media (min-width: 751px) {
  .cta .linkbox {
    font-size: 1.1em;
  }
}
.cta .linkbox::after {
  background-image: url(../images/common/icon_arrow.png);
  transform: rotate(0deg);
}

.footer {
  color: #0c192e;
  background-color: white;
  padding-top: 6em;
}
@media (max-width: 750px) {
  .footer {
    padding-top: 10vw;
  }
}
@media (max-width: 750px) {
  .footer .links {
    max-width: 80vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 750px) {
  .footer .links ul {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
  }
}
.footer .links li {
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  .footer .links li {
    width: 50%;
    margin-bottom: 0.5em;
  }
  .footer .links li:nth-child(even) {
    width: 50%;
  }
}
@media (min-width: 751px) {
  .footer .links li {
    display: inline-block;
    text-align: center;
    margin-right: 1em;
    margin-left: 1em;
  }
}
.footer .links li:last-of-type {
  width: 100%;
}
@media (max-width: 750px) {
  .footer .links li:last-of-type {
    text-align: center;
  }
}
.footer .links a {
  color: #0c192e;
  text-decoration: none;
  position: relative;
}
.footer .links a::before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #0c192e;
  border-right: 1px solid #0c192e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 0.3em;
  margin-bottom: 0.15em;
}
.footer .links a:hover {
  opacity: 0.8;
}
.footer .logobox {
  max-width: 12.7em;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5.4em;
  margin-bottom: 5.4em;
}
@media (max-width: 750px) {
  .footer .logobox {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
}
.footer .copy {
  font-size: 0.75em;
  padding: 2em 0;
}
@media (max-width: 750px) {
  .footer .copy {
    font-size: 0.6em;
  }
}

/* フォント */
@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: 11em;
}
@media (max-width: 750px) {
  section {
    padding-bottom: 28vw;
  }
}
section.mt {
  padding-top: 11em !important;
}
@media (max-width: 750px) {
  section.mt {
    padding-top: 28vw !important;
  }
}
section.mb {
  padding-bottom: 11em;
}
@media (max-width: 750px) {
  section.mb {
    padding-bottom: 28vw;
  }
}
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-dark {
  background-color: #003476;
}
.bg-dot {
  background: url(../images/contents/support_bk.png) no-repeat top 7.37em center;
  background-size: 100%;
}
@media (max-width: 750px) {
  .bg-dot {
    background-image: url(../images/contents/support_bk_sp.png);
    background-position: top 58vw center;
  }
}

@media (min-width: 751px) {
  .column_2 > ul {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
    margin-left: -4em;
  }
  .column_2 > ul > li {
    width: calc(50% - 4em);
    margin-left: 4em;
  }
  .column_2 > ul > li:nth-child(n + 3) {
    margin-top: 3em;
  }
}
@media (max-width: 750px) {
  .column_2 > ul > li:not(:first-of-type) {
    margin-top: 4vw;
  }
}

@media (min-width: 751px) {
  .column_3 > ul {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
    margin-left: -5em;
  }
  .column_3 > ul > li {
    width: calc(33.333% - 5em);
    margin-left: 5em;
  }
  .column_3 > ul > li:nth-child(n + 4) {
    margin-top: 5em;
  }
}
@media (max-width: 750px) {
  .column_3 > ul > li:not(:first-child) {
    margin-top: 8vw;
  }
}

@media (min-width: 751px) {
  .column_4 > ul {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
    margin-left: -3.25em;
  }
  .column_4 > ul > li {
    width: calc(25% - 3.25em);
    margin-left: 3.25em;
  }
  .column_4 > ul > li:nth-child(n + 5) {
    margin-top: 3.25em;
  }
}
@media (max-width: 750px) {
  .column_4 > ul > li:not(:first-child) {
    margin-top: 4vw;
  }
}

@media (max-width: 750px) {
  .column_2_sp > ul {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
    margin-left: -5.3vw;
  }
  .column_2_sp > ul > li {
    width: calc(50% - 5.3vw);
    margin-left: 5.3vw;
  }
  .column_2_sp > ul > li:not(:first-child) {
    margin-top: 0;
  }
  .column_2_sp > ul > li:nth-child(n + 3) {
    margin-top: 10vw;
  }
}

@media (min-width: 751px) {
  .flex {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    /* no prefix */
    display: flex;
  }
}

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

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

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

.dllist {
  max-width: 590px;
  margin-right: auto;
  margin-left: auto;
}
.dllist dl > div {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
  margin-bottom: 1em;
}
.dllist dt, .dllist dd {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  border-bottom: 2px solid white;
  line-height: 1.28;
  padding: 1em 0.5em;
}
@media (min-width: 751px) {
  .dllist dt, .dllist dd {
    font-size: 1.1em;
    padding: 1em 0.8em;
  }
}
.dllist dt {
  -webkit-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
}
@media (max-width: 750px) {
  .dllist dt {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
    margin-bottom: 0;
  }
}
.dllist dd {
  width: calc(80% - 1.38em);
  margin-left: 1.38em;
}
@media (max-width: 750px) {
  .dllist dd {
    width: calc(75% - 1.38em);
  }
}

@media (min-width: 751px) {
  .imgflex {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    /* no prefix */
    display: flex;
  }
}
@media (min-width: 751px) {
  .imgflex .imgbox {
    -webkit-flex: 1 0 46%;
    flex: 1 0 46%;
    width: 46%;
    max-width: 46%;
  }
}
@media (max-width: 750px) {
  .imgflex .textbox {
    padding-top: 1em;
  }
}
@media (min-width: 751px) {
  .imgflex .textbox {
    padding-left: 2em;
  }
}
@media (min-width: 751px) {
  .imgflex.alter {
    flex-direction: row-reverse;
  }
}
@media (max-width: 750px) {
  .imgflex.alter .textbox {
    padding-top: 1em;
  }
}
@media (min-width: 751px) {
  .imgflex.alter .textbox {
    padding-right: 2em;
    padding-left: 0;
  }
}
