@charset "utf-8";
/* CSS Document */

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://use.typekit.net/mzz3tbg.css');
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;

  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*======================================================
# Media Query
====================================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #004ea2;
  overflow-x: hidden;
}
body.modal-open {
  overflow: hidden;
}

img {
  vertical-align: bottom;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.l-header {
  height: 116.92px;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .l-header {
    height: 67px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    width: 100%;
  }
}
.l-header__inner {
  max-width: 1300px;
  padding: 0 50.16px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .l-header__inner {
    padding: 0 50.16px 10px 50.16px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding: 0 16px 10px 16px;
  }
}
.l-header__logo {
  width: 210px;
  height: auto;
}
@media screen and (max-width: 1160px) {
  .l-header__logo {
    width: 200px;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__login {
  display: none;
  width: 56px;
  height: auto;
}
@media screen and (max-width: 1160px) {
  .l-header__login {
    display: block;
  }
}
.l-header__link {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin-left: auto;
  color: #154ea3;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  border-bottom: solid 1px #154ea3;
  padding-bottom: 1px;
  padding-left: 2px;
  position: absolute;
  bottom: 5px;
  right: 50.16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-right: 1em;
}
@media screen and (max-width: 1160px) {
  .l-header__link {
    right: 50.16px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__link {
    right: 16px;
    font-size: 12px;
  }
}
.l-header__link::after {
  position: absolute;
  content: ">";
  font-size: 16px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

footer {
  width: 100%;
}

footer a.over:hover {
  opacity: 0.6;
}

footer .footer_gnav {
  margin-bottom: 40px;
}

footer .footer_gnav .inner_footer_gnav {
  display: table;
  width: 830px;
  margin: 0 auto;
}

footer .footer_gnav .inner_footer_gnav .col {
  /*float: left;*/
  display: table-cell;
  width: 250px;
  padding-left: 20px;
  border-left: #9a9a9a solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

footer .footer_gnav .inner_footer_gnav .col:last-child {
  border-right: #e1e1e1 solid 1px;
}

footer .footer_gnav .inner_footer_gnav .col dl {
  margin-bottom: 33px;
}

footer .footer_gnav .inner_footer_gnav .col dl:last-child {
  margin-bottom: 0;
}

footer .footer_gnav .inner_footer_gnav .col dl dt {
  font-size: 12px;
  font-weight: bolder;
  line-height: 1.4em;
  color: #666;
  margin-bottom: 16px;
}

footer .footer_gnav .inner_footer_gnav .col ul li,
footer .footer_gnav .inner_footer_gnav .col dl dd {
  margin-top: 13px;
  font-size: 11px;
  line-height: 1.4em;
  color: #666;
  padding-left: 11px;
  background: url("images/footer-navigate-arrow.png") left center no-repeat;
}

footer .footer_gnav .inner_footer_gnav .col ul li:first-of-type {
  margin-top: 0;
}

footer .footer_gnav .inner_footer_gnav .col a {
  text-decoration: none;
}

footer .footer_gnav .inner_footer_gnav .col a:hover {
  text-decoration: underline;
}

footer .footer_gnav .inner_footer_gnav:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

footer .footer_nav {
  padding: 24px 0 24px 0;
  font-size: 10px;
  color: #353535;
  /* background-color: #f7f4f0; */
  background-color: #c8c8c8;
}

footer .footer_nav .inner_footer_nav {
  width: 830px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  font-size: 12px;
}

footer .footer_nav .inner_footer_nav .footer_nav_copy {
  line-height: 1.5;
  font-weight: bold;
}

footer .footer_nav .inner_footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  line-height: 3;
}

footer .footer_nav .inner_footer_nav ul li {
  margin-right: 18px;
}

footer .footer_nav .inner_footer_nav ul li:last-child {
  margin-right: 0;
}

footer .footer_nav .inner_footer_nav ul li a {
  text-decoration: none;
}

footer .footer_nav .inner_footer_nav ul li a:hover {
  text-decoration: underline;
}

footer .copyright {
  padding: 45px 0 45px 0;
  font-size: 10px;
  color: #333333;
  text-align: center;
}

footer .backTop {
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: -60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

footer .backTop.on {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}

footer .backTop a {
  display: block;
  width: 50px;
  height: 50px;
  /* background: #9a9a9a; */
  background-color: rgba(154, 154, 154, .8);
  position: relative;
}

footer .backTop a::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-color: #ccc !important;
  border-right: 1px solid;
  border-bottom: 1px solid;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

footer .backTop a img {
  width: 100%;
}

@-webkit-keyframes backTop_arrow_on {
  0% {
    background-position: center 16px;
  }
  20% {
    background-position: center 8px;
  }
  100% {
    background-position: center 16px;
  }
}

@keyframes backTop_arrow_on {
  0% {
    background-position: center 16px;
  }
  20% {
    background-position: center 8px;
  }
  100% {
    background-position: center 16px;
  }
}
footer .sp_only,
.footer_nav_sp {
  display: none;
}

@media screen and (max-width: 840px) {
  footer {
    margin-bottom: 58px;
  }
}

footer .footer_gnav {
  margin: 80px auto 40px;
}
footer .footer_gnav a {
  font-size: 12px;
}

@media only screen and (min-width: 841px) {
  footer .sp_only {
    display: none;
  }
}
@media only screen and (max-width: 840px) {
  footer {
    min-width: auto;
    margin-top: 8vw;
  }
  footer .sp_only {
    display: block;
    margin-top: 8vw;
  }
  footer .footer_gnav, footer .footer_nav {
    display: none;
  }
  footer .footer_nav_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer_nav_sp {
    border-top: 1px solid #9a9a9a;
  }
  footer .footer_nav_sp li {
    width: 50%;
    border-bottom: 1px solid #9a9a9a;
    position: relative;
  }
  footer .footer_nav_sp li:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 8%;
    right: 0;
    width: 1px;
    height: 83%;
    background: #9a9a9a;
  }
  footer .footer_nav_sp li a {
    font-size: 12px;
    padding: 0.7em 1em;
    line-height: 1.8;
    color: #353535;
    text-decoration: none;
    display: block;
  }
}
@media only screen and (max-width: 840px) and (max-width: 767px) {
  footer {
    min-width: auto;
    margin-top: 8vw;
  }
  footer .pc_only {
    display: none;
  }
  footer .footer_nav_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer_nav_sp {
    border-top: 1px solid #9a9a9a;
  }
  footer .footer_nav_sp li {
    width: 50%;
    border-bottom: 1px solid #9a9a9a;
    position: relative;
  }
  footer .footer_nav_sp li:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 8%;
    right: 0;
    width: 1px;
    height: 83%;
    background: #9a9a9a;
  }
  footer .footer_nav_sp li a {
    font-size: 12px;
    padding: 0.7em 1em;
    line-height: 1.8;
    color: #004ea2;
    text-decoration: none;
    display: block;
  }
  footer .backTop.on {
    bottom: 21vw;
  }
  footer .backTop a {
    display: block;
    width: 30px;
    height: 30px;
  }
  footer .backTop a::after {
    width: 11px;
    height: 11px;
  }
  footer .copyright {
    padding: 6vw 0 8vw;
    color: #353535;
  }
}
@media only screen and (max-width: 840px) {
  footer .backTop.on {
    bottom: 21vw;
  }
  footer .backTop a {
    display: block;
    width: 30px;
    height: 30px;
  }
  footer .backTop a::after {
    width: 11px;
    height: 11px;
  }
  footer .copyright {
    padding: 6vw 0 12vw;
    color: #353535;
  }
}

.c-nav.pc {
  display: block;
}
@media screen and (max-width: 1160px) {
  .c-nav.pc {
    display: none;
  }
}
.c-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-column-gap: 31.68px;
     -moz-column-gap: 31.68px;
          column-gap: 31.68px;
  position: relative;
}
.c-nav__item {
  text-align: center;
}
.c-nav__item a, .c-nav__item .c-nav__text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-nav__item.hover {
  cursor: pointer;
}
.c-nav__item.hover:hover .c-nav__megamenu {
  opacity: 1;
  visibility: visible;
}
.c-nav__item.hover:hover .c-nav__megamenu::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: -36px;
  left: 80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999999;
}
.c-nav__item.hover:hover .c-nav__megamenu-2::before {
  top: -40px;
  left: unset;
  right: 158px;
}
.c-nav__item.hover:hover .c-nav__text {
  position: relative;
}
.c-nav__item.hover:hover .c-nav__text::after {
  position: absolute;
  content: "";
  width: 23.1px;
  height: 27.72px;
  background-color: #EAEFF5;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999999;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.c-nav__item.hover:hover .c-nav__text-2::after {
  top: 30px;
  left: 50%;
}
.c-nav__button {
  width: 146px;
  height: 43px;
}
.c-nav__button a {
  background-color: #004ea2;
  color: #fff;
  border-radius: 24px;
  font-size: 12px;
  font-weight: bold;
  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: 10px 5px;
}
.c-nav__button a img {
  max-width: 22px;
  width: 100%;
}
.c-nav__button .header_info_right-col--1 {
  font-size: 10px;
  letter-spacing: 0.08em;
}
.c-nav__button .header_info_right-col--2 {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.06em;
  padding-top: 4px;
  font-weight: 200;
  font-family: "futura-pt", sans-serif;
}
.c-nav__button2 {
  width: 146px;
  height: 43px;
  position: relative;
  border-bottom: 3px solid #0F1031;
  background-color: #004ea2;
}
.c-nav__button2 a {
  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;
  height: 100%;
}
.c-nav__button2 .officialstore-btn_right {
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.c-nav__button2 .officialstore-btn_left {
  width: 32px;
}
.c-nav__button2 .officialstore-btn_left img {
  max-width: 22px;
  width: 100%;
}
.c-nav__button3 {
  width: 146px;
  height: auto;
}
.c-nav__button3 a {
  display: block;
}
.c-nav__button3 img {
  width: 100%;
  height: auto;
}
.c-nav__megamenu {
  left: -50px;
  top: 50px;
  opacity: 0;
  position: absolute;
  text-align: center;
  visibility: hidden;
  background-color: #EAEFF5;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
  padding: 10px 0;
  z-index: 999;
  width: 660px;
  height: 124.08px;
  border-radius: 10px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 23.1px;
     -moz-column-gap: 23.1px;
          column-gap: 23.1px;
}
.c-nav__megamenu::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.c-nav__megamenu-2 {
  height: 80px;
}
.c-nav__megamenu--list {
  width: 27%;
}
.c-nav__megamenu--list.lg {
  width: 35%;
}
.c-nav__megamenu--list.sm {
  width: 100%;
  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;
  -webkit-column-gap: 30.36px;
     -moz-column-gap: 30.36px;
          column-gap: 30.36px;
}
.c-nav__megamenu--item1 {
  cursor: pointer;
}
.c-nav__megamenu--item1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 11.88px;
     -moz-column-gap: 11.88px;
          column-gap: 11.88px;
}
.c-nav__megamenu--item1 + .c-nav__megamenu--item1 {
  margin-top: 6.6px;
}
.c-nav__megamenu--item1 img {
  width: 68.64px;
  height: 47.52px;
}
.c-nav__megamenu--item2 {
  text-align: left;
  cursor: pointer;
}
.c-nav__megamenu--item2 + .c-nav__megamenu--item2 {
  margin-top: 1em;
}
.c-nav__megamenu--item3 {
  text-align: left;
  cursor: pointer;
}
.c-nav__megamenu--item1 p, .c-nav__megamenu--item2, .c-nav__megamenu--item3 {
  position: relative;
  padding-left: 0.8em;
}
.c-nav__megamenu--item1 p::after, .c-nav__megamenu--item2::after, .c-nav__megamenu--item3::after {
  position: absolute;
  content: "";
  background-image: url(images/megaarrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.62px;
  height: 7.92px;
}

.c-nav-sp {
  display: none;
}
@media screen and (max-width: 1160px) {
  .c-nav-sp {
    position: fixed;
    right: -120%;
    top: 0;
    z-index: 999;
    width: calc(100% - 68.5px);
    height: 100dvh;
    background: #4890e5;
    color: #fff;
    padding: 100px 0 0 0;
    font-size: 12px;
    line-height: 1.6666666667;
    font-weight: 700;
    letter-spacing: 0.16em;
    -webkit-transition: right 0.4s;
    transition: right 0.4s;
    display: block;
    overflow-y: scroll;
  }
  .c-nav-sp.active {
    right: 0;
  }
  .c-nav-sp__item a, .c-nav-sp__item2 a {
    height: 48px;
  }
  .c-nav-sp__item, .c-nav-sp__item2, .c-nav-sp__item3 {
    border-top: 1px solid #fff;
  }
  .c-nav-sp__item a, .c-nav-sp__item2 a, .c-nav-sp__item3 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 17.5px;
    width: 100%;
    position: relative;
  }
  .c-nav-sp__item a::after, .c-nav-sp__item2 a::after, .c-nav-sp__item3 a::after {
    position: absolute;
    content: "";
    background-image: url("images/navarrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    right: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 7px;
    height: 10px;
  }
  .c-nav-sp__item.noborder, .c-nav-sp__item2.noborder, .c-nav-sp__item3.noborder {
    border: unset;
  }
  .c-nav-sp__item.border, .c-nav-sp__item2.border, .c-nav-sp__item3.border {
    border-bottom: 1px solid #fff;
  }
  .c-nav-sp__item2, .c-nav-sp__item3 {
    width: 50%;
  }
  .c-nav-sp__item2 a {
    font-size: 10.5px;
    line-height: 1.5238095238;
  }
  .c-nav-sp__item2 + .c-nav-sp__item2 {
    border-left: 1px solid #fff;
  }
  .c-nav-sp__item3 a {
    height: 78px;
  }
  .c-nav-sp__item3 + .c-nav-sp__item3 {
    border-left: 1px solid #fff;
  }
  .c-nav-sp__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-burger {
  display: none;
  width: 30px;
  height: 18px;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .c-burger {
    display: block;
  }
}
.c-burger__top, .c-burger__mid, .c-burger__bottom {
  width: 100%;
  height: 3px;
  background: #004ea2;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-burger__top {
  top: 0;
}
.c-burger__mid {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}
.c-burger__bottom {
  bottom: 0;
}
.c-burger.active {
  z-index: 9999999;
}
@media screen and (max-width: 768px) {
  .c-burger.active {
    right: 4px;
  }
}
.c-burger.active .c-burger__top {
  background: #fff;
  top: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  rotate: 45deg;
}
.c-burger.active .c-burger__mid {
  opacity: 0;
}
.c-burger.active .c-burger__bottom {
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  rotate: -45deg;
  left: 2px;
}

.c-fixed-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-fixed-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
  }
  .c-fixed-sp.showHide {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    -webkit-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
  }
  .c-fixed-sp.showHide.show {
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .c-fixed-sp__button {
    width: 33.3333333333%;
    height: 58px;
    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;
    text-align: center;
    font-size: 14px;
    line-height: 1.2142857143;
    font-weight: 700;
    letter-spacing: 0.16em;
  }
  .c-fixed-sp__button.tel {
    background: #007bc7;
  }
  .c-fixed-sp__button.counseling {
    background: #004ea2;
  }
  .c-fixed-sp__button.rev {
    background: #eb6d80;
  }
}
.c-fixed-line {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-fixed-line {
    position: fixed;
    bottom: 68px;
    right: 0;
    z-index: 99;
    color: #fff;
    width: 187px;
    height: auto;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease; /* アニメーションの時間とイージングを設定 */
  }
  .c-fixed-line img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.c-fixed-line__button {
  position: absolute;
  color: #004ea2;
  right: 1px;
  top: -14px;
  background: #fff;
  border: 1px solid;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  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;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 2px;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .s-text-center {
    text-align: center;
  }
}

/* hidden
--------------------------------------------------------------*/
.u-xl-only {
  display: none;
}
@media screen and (max-width: 1140px) {
  .u-xl-only {
    display: block;
  }
}

.u-xl-hidden {
  display: block;
}
@media screen and (max-width: 1140px) {
  .u-xl-hidden {
    display: none;
  }
}

.u-md-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}
.u-md-only--inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only--inline {
    display: inline-block;
  }
}
.u-md-only--flex {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--inline {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--inline {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--flex {
    display: none;
  }
}




.column-wrap {
	color: #004EA2;
	outline: none;
    max-width: 765px;
    margin: 0 auto;	
}
.column-wrap img{
	display: block;
	text-align: center;
	margin: 0 auto;
	width:100%;
	max-width: 765px;
}
.column-wrap .sp-none{display: block;}
.column-wrap .pc-none{display: none;}

.column-wrap p{
	font-size: 14px;
	width: auto;
	max-width: 765px;
	margin: 20px auto;
	line-height: 1.8em;
}


.column-wrap .bg__l-blue{
	padding: 30px;
	background: #F7FAFF;
	box-sizing: border-box;
	margin: 20px auto;
}

.column-wrap .topics__text__gray{color: #888888;	}
.column-wrap .topics__text__blue{color: #004EA2;	}

.column-wrap .fs-s{font-size: 10px;}
.column-wrap .fs-m{font-size: 14px;}
.column-wrap .fs-l{font-size: 22px;}
.column-wrap .fs-xl{font-size: 32px;}

.column-wrap .t-center{text-align: center;}
.column-wrap .f-bold{font-weight: bold;}

.column-wrap .m-20{margin: 20px auto;}

.column-wrap .list-normal{
	list-style: disc;
	padding-left: 20px;
	margin: 20px auto;
}
.column-wrap .list-normal li{
	

	list-style: disc;
	margin: 8px 0;
}
@media screen and (max-width: 765px) {
	.column-wrap {width: 90%;margin: 0 auto;}
	
	.pc-none{display: block;}
	.sp-none{display: none;}
	
	.column-wrap p{ width: 90%;}
	
}



/**common**/
.c-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 6px 2em 5px;
  line-height: 1.5;
}
.c-breadcrumb li {
  font-size: 12px;
  font-weight: 200;
}
.c-breadcrumb li:first-child {
  position: relative;
}
.c-breadcrumb li:not(:last-child)::after {
  content: ">";
  color: #666666;
  margin: 0 0.75em;
  font-size: 14px;
}
.c-breadcrumb li a {
  color: #666666;
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 1px solid #004ea2;
}
.c-breadcrumb__current a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .c-breadcrumb {
    padding: 3px 0;
  }
}

.l-main{
	margin: 0 auto;
}

.c-breadcrumb{
	max-width:  1000px;
	margin: 0 auto 1em;
}


@media screen and (max-width: 765px) {
	.c-breadcrumb{
		width: 90%;
		margin: 70px auto 1em;	
	}
}



/***entrance***/
.entrance{
	background: url("images/entrance_bg.webp")center top no-repeat,radial-gradient(circle, rgba(58, 99, 255, 0.8), rgba(42, 179, 252, 0.8) 90%);
	width: 100%;
	min-height: 500px;
	position: relative;
}

@media (max-width: 767px) {
	.entrance{
		min-height: 250px;
		background-size: cover;
	}
}


.entrance__item{
	width: 500px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 22%;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (max-width: 767px) {
	.entrance__item{
		width: 100%;
	}
}


.entrance__title{
	margin: 0 auto;
	font-weight: bold;
    line-height: 4rem;
	letter-spacing: 0.08em;
	font-size: 22px;
	font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	text-shadow: 0px 0px 10px rgba(0, 123, 199, 0.8);
}

@media (max-width: 767px) {
	.entrance__title{
		margin-top: 20px;
		line-height: 2rem;
	}
}


.entrance__title span{
	font-size: 16px;
	display: block;
	font-weight: normal;
}

.entrance__logo{
	width: 100%;
    max-width: 150px;
}

@media (max-width: 767px) {
	.entrance__logo{
		max-width: 80px;
	}
}


/****/
.column-wrap .top-link__wrap{
	max-width: 366px;
	margin:27px auto;
	padding: 0;
}

.column-wrap .top-link__wrap .top-link__item {
	border: 1px solid #004ea2;
	border-radius: 5px;
	text-decoration: none;
	color: #004ea2;
	padding: 10px ;
	position: relative;
	margin: 9px 0;
	background: url("images/icon_arrow_right.svg")right 20px center no-repeat;
}

.column-wrap .top-link__wrap .top-link__item a{
	border-radius: 5px;
	text-decoration: none;
	color: #004ea2;
	width: 100%;
    display: block;
    cursor: pointer;
	padding-left: 40px;
	line-height: 25px;
}

.column-wrap .top-link__wrap .top-link__item:first-child a{ background: url("images/icon_enn.svg")left center no-repeat;}
.column-wrap .top-link__wrap .top-link__item:nth-child(2) a{ background: url("images/icon_pin.svg")left center no-repeat;}
.column-wrap .top-link__wrap .top-link__item:nth-child(3) a{ background: url("images/icon_we.svg")left center no-repeat;}

.top-link__wrap .top-link__item:hover{
	opacity: 0.5;
}

/******/
.column-wrap .column-contents{
	letter-spacing: 0.1em;
	width: 100%;
	box-sizing: border-box;
	margin: 2vw auto;
}

.column-wrap .contents__title{
	border-bottom: 2px solid #004EA2;
	border-image: linear-gradient(to right, #0251D3 0%, #2CB5FF 100%) 1;
	font-size: 20px;
	line-height: 1.6rem;
	padding: 0 0 5px;
}

.column-wrap .contents__title span{
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.column-wrap .contents__date-name{
	margin: 10px auto 0;
	text-align: right;
	font-size: 10px;
}

@media (max-width: 765px) {
	.column-wrap .contents__date-name{
		width: 100%;
	}
}

.column-wrap .contents__caption{
	margin: 2vw auto 4vw;
	letter-spacing: 0.1em;
}



/**目次（toc）アンカーリンク**/

.column-wrap .contents-toc {
	background:url("images/contents-toc_dogear.webp")left top no-repeat , #F7FAFF;
	margin: 0 auto 40px;
}

.column-wrap .contents-toc__block {
	display: flex;
	flex-direction: column;
	min-width: 200px;
	padding: 0;
}

.column-wrap .contents-toc__item {
  display: inline-block;
}

.column-wrap button:focus {
  outline: none;
	border: none;
	box-shadow: none;
}
.column-wrap .contents-toc__head {
	position: relative;
	text-align: left;
	padding: 20px 30px 20px 50px;
	cursor: pointer;
	width: 100%;
	font-family: Futura, 'Lato', sans-serif;
	font-size: 14px;
	color: #004EA2;
	letter-spacing: 0.5em;
}

.column-wrap .contents-toc__body {
	line-height: 0;
	opacity: 0;
	transition:  padding 0.4s, opacity 0.4s;
	overflow: hidden;
}

.column-wrap .contents-toc__body.is-open {
	padding: 20px 20px 50px;
	line-height: 2.5rem;
	opacity: 1;
}

.column-wrap .is-open .contents-toc__anchor{
	margin-left: 20px;
}

.column-wrap .is-open .contents-toc__anchor li{
	margin:0 auto 5px ;
	height: auto;
	font-size: 12px;
	line-height: 1.5rem;
}

.column-wrap .is-open .contents-toc__anchor li:last-child{
	padding-bottom: 20px;
}

.column-wrap .is-open .contents-toc__anchor ul {
	margin-bottom: 15px;
}


.column-wrap .contents-toc__anchor li{
	list-style: decimal;
	height: 0;
	width: 100%;
	border-bottom: 2px solid #D7E9FF;
}

.column-wrap .contents-toc__anchor li::marker{
	font-family: Futura, 'Lato', sans-serif;
	font-size: 20px;
}

.column-wrap .contents-toc__anchor li .contents-toc__num{
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
	display: block;
	margin: 20px auto 10px;
}

.column-wrap .contents-toc__anchor ul{
	padding-left: 10px;
}

.column-wrap .contents-toc__anchor ul li{
	list-style: disc;
	text-decoration: underline;
	text-underline-offset: 3px;
	border-bottom: 0;
	cursor: pointer;
	width: 100%;	
}

/**hoverスタイル**/
.column-wrap .contents-toc__anchor li .contents-toc__num:hover,.contents-toc__anchor ul li:hover{opacity: 0.5;}

.column-wrap .topics__num{
	background: #F7FAFF;
	border: 2px solid #004EA2;
	box-sizing: border-box;
	font-family: Futura, 'Lato', sans-serif;
	font-size: 13px;
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
	max-width: 500px;
	position: relative;
	margin: 60px auto 40px;
}

.topics__matome{
	font-size: 22px!important;
}

.column-wrap .topics__num span{
	font-size: 22px;
	margin-left: 20px;
	display: block;
}

.column-wrap .topics__num::before{
	content: "";
    background: #F7FAFF;
    position: absolute;
    height: 2px;
    width: 92%;
    margin: 0 auto;
    top: -2px;
    left: 0;
    right: 0;
}
.column-wrap .topics__num:after{
	content: "";
    background: #F7FAFF;
    position: absolute;
    height: 2px;
    width: 92%;
    margin: 0 auto;
    bottom: -2px;
    left: 0;
    right: 0;
}

.column-wrap .topics__title{
	font-size: 22px;
	text-align: center;
	margin: 2vw auto 40px;
}

.column-wrap .topics__sub-title{
	font-size: 18px;
	position: relative;
	padding: 1rem 0;
  	border-bottom: 2px solid #D2E6FF;
	margin: 30px auto;
	line-height: 1.6rem;
}

.column-wrap .topics__sub-title:before{
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 10%;
	height: 2px;
	content: '';
	background: #004EA2;
}

.column-wrap .topics__item h4{
	font-size: 18px;
	margin: 0 0 20px;
	width: 50%;
	font-weight: 500;
}

.column-wrap .topics__item h4 .box-emb{
	background: #E9F3FF;
    padding: 10px 15px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 12px;
    font-weight: normal;
    display: block;
    width: fit-content;
    margin-bottom: 10px;
}

.column-wrap .topics__item__box{
	width: 100%;
}

.column-wrap .topics__item__img{
	display: flex;
	justify-content: center;
    align-items: center;
	gap: 40px;
}
@media (max-width: 765px) {
	.column-wrap .topics__item__img{
		gap: 20px;
	}
}



.column-wrap .topics__item__img img{
	width: 50%;
}

.column-wrap .flex-box{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
    align-items: center;
	margin-bottom: 30px;
}

.column-wrap .item__common-table{
	border-collapse:collapse;
	margin: 20px auto;
	width: 100%;
	font-size: 12px;
}

.column-wrap .item__common-table th{
	border: 2px solid #fff;
	background: #E9F3FF;
	padding: 13px;
	width: 29%;
}

.column-wrap .item__common-table td{
	border: 2px solid #E9F3FF;	
	padding: 15px;
}
.column-wrap .item__common-table ul {
	margin-left: 20px;
}
.column-wrap .item__common-table ul li{
	list-style: disc;
}

.column-wrap .topics__text__marker{
	background: #FDFFCB;
}

.column-wrap .topics__sub-title2{
	font-size: 16px;
	padding: 10px;
	background: #E9F3FF;
	box-sizing: border-box;
}

/**汎用〇チェックリスト**/
.column-wrap .topics__circle-checklist{
	padding-left: 15px;
	margin: 30px auto;
}

.column-wrap .topics__circle-checklist li{
	position: relative;
	padding-left: 30px;
	line-height: 1.6rem;
}

/**赤いチェックマークのリスト**/
.column-wrap .topics__circle-checklist-red{
	border-left: 2px solid #EC6B81;
}
.column-wrap .topics__circle-checklist-red li:before{
	content: "";
	background: url("images/icon_check_red.svg") left center no-repeat;
	width: 20px;
	height: 20px;
    display: block;
    left: 0;
    right: 0;
	top: 2px;
	line-height: 1.6rem;
    position: absolute;	
}

/**グレーのチェックマークのリスト**/
.column-wrap .topics__circle-checklist-gray{
	border-left: 2px solid #E2E2E2;
}
.column-wrap .topics__circle-checklist-gray li:before{
	content: "";
	background: url("images/icon_check_gray.svg") left center no-repeat;
	width: 20px;
	height: 20px;
    display: block;
    left: 0;
    right: 0;
	top: 2px;
	line-height: 1.6rem;
    position: absolute;	
}


/***/
.column-wrap .demerit{
	background: #FBFBFB;
	width: 80%;
	margin: 50px auto;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	
}
@media (max-width: 765px) {
	.column-wrap .demerit{
		width: 90%;
	}
}

.column-wrap .demerit:before,
.column-wrap .demerit:after {
  position: absolute;
  content: '';
}

.column-wrap .demerit:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.column-wrap .demerit:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.column-wrap .demerit p{
	text-align: center;
	color: #333333;
}

.column-wrap .demerit__list{
	width: 310px;
    margin: 20px auto;
}

@media (max-width: 765px) {
	.column-wrap .demerit__list{
		width: auto;
	}
}

.column-wrap .demerit__list li{
	position: relative;
	padding-left: 30px;
	line-height: 1.6rem;
	color: #333333;
}

.column-wrap .demerit__list li:before{
	content: "";
	background: url("images/icon_check_gray.svg") left center no-repeat;
	width: 20px;
	height: 20px;
    display: block;
    left: 0;
    right: 0;
	top: 2px;
	line-height: 1.6rem;
    position: absolute;	
}

.column-wrap .topics__step{
	width: 200px;
	margin: 0 auto;
	gap:10px;
}

.column-wrap .topics__step li{
	list-style: decimal;
	
}

.column-wrap .topics__step li::marker{
	font-family: Futura, 'Lato', sans-serif;
	font-size: 20px;
}

.column-wrap .topics__medicine-list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	text-align: center;
	margin: 50px auto;
}

.column-wrap .topics__medicine-list li{
     -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;	
	font-size: 10px;
    line-height: 1.3em;
}

.column-wrap .topics__medicine-list li img{margin-bottom: 5px;}


.column-wrap .topics__medicine-list li:nth-child(3),.column-wrap .topics__medicine-list li:nth-child(4),.column-wrap .topics__medicine-list li:nth-child(5){
	width: calc( 100% / 3 ); 
	margin: 20px 0 0;
}


/****/
.column-wrap .topics__logo-set{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin: 12px auto;
}

.column-wrap .box__clinics-share{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:12px;
	margin: 30px auto;
}

.column-wrap .box__clinics-share p{
	border-radius: 90px;
    border: 1px dashed #004EA2;
    text-align: center;
    padding: 15px;
    height: 124px;
    width: 124px;
    box-sizing: border-box;
	box-shadow: 0px 0px 20px -5px rgba(0, 78, 162, 0.5);

}

.column-wrap .box__clinics-share p span{
	font-size: 36px;
	font-family: Futura, 'Lato', sans-serif;	
}
.column-wrap .box__clinics-share p b{font-size: 24px;}
.column-wrap .box__clinics-share .circle01{
	font-size: 18px;
	margin: 0;
}
.column-wrap .box__clinics-share .circle02{
	font-size: 12px;
	letter-spacing: -0.01em;
	padding: 26px 10px;
	margin: 0;
}

.column-wrap .box__clinics-share p sup{
	vertical-align: top;
	font-size: 10px;
}
/**/
.column-wrap .txt_decoration {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	margin: 30px auto;
	line-height: 1.6em;
}

.column-wrap .txt_decoration::before,.txt_decoration::after {
  width: 1px;
  height: 43px;
  content: "";
  background-color: #004EA2;
}

.column-wrap .txt_decoration::before {
  margin-right: 0.5em;
  transform: rotate(-30deg);
}

.column-wrap .txt_decoration::after {
  margin-left: 0.5em;
  transform: rotate(30deg);
}

.column-wrap .txt_decoration .text-red{
	color: #EC6B81;
	display: contents;
}


.column-wrap .btn-common{
	background:url("images/icon_arrow_right_white.svg") right 20px center no-repeat ,linear-gradient(15deg, rgba(0, 78, 162, 1) 0%, rgba(0, 155, 250, 1) 100%);
	color: #fff;
	max-width: 340px;
	padding: 15px 20px ;
	box-sizing: border-box;
	text-decoration: none;
	border-radius: 30px;
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 20px auto;
}


/***/
.column-wrap .merit__list{
    margin: 20px auto;
}

.column-wrap .merit__list li{
	position: relative;
	padding-left: 30px;
	line-height: 1.6rem;
	color: #333333;
}

.column-wrap .merit__list li:before{
	content: "";
	background: url("images/icon_check_red.svg") left center no-repeat;
	width: 20px;
	height: 20px;
    display: block;
    left: 0;
    right: 0;
	top: 2px;
	line-height: 1.6rem;
    position: absolute;	
}

.column-wrap .flow-3step{
	margin: 20px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
}

.column-wrap .flow-3step div{
	border: 1px solid #004EA2;
	background: #F2F8FE;
	border-radius: 100px;
	padding: 10px;
	text-align: center;
	font-size: 10px;	
	width: 116px;
    height: 116px;	
	margin: 0;
	box-shadow: 0px 5px 8px -4px #777777;
}	
@media (max-width: 765px) {
	.column-wrap .flow-3step div{
		width: 96px;
        height: 96px;
		padding: 3px;
	}
}


.column-wrap .flow-3step div p{
	font-size: 10px;

    letter-spacing: -0.2px;
    margin: 0 auto;
    width: 100%;
    line-height: 1.5em;
}


.column-wrap .flow-3step div span{
	margin-bottom: 10px;
	display: block;
	font-family: Futura, 'Lato', sans-serif;	
	font-size: 10px;
	font-weight: bold;
}

.column-wrap .flow-3step div span b{
	font-size: 20px;
	font-family: Futura, 'Lato', sans-serif;	
}

.column-wrap .area-counseling{
	margin: 50px auto;
	position: relative;
	max-width: 465px;
}

.column-wrap .area-counseling .bgimg{
	position: relative;
}

.column-wrap .area-counseling ul{
	color: #fff;
    position: absolute;
	bottom: 13%;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    display: block;
    left: 0;
	right: 0;
	max-width: 765px;
}

.column-wrap .area-counseling a{
	position: absolute;
	bottom: 10px;
	border: 1px solid #fff;
	background:url("images/icon_arrow_right_white.svg") right 20px center no-repeat , rgb(255 255 255 / .2);
	left: 0;
	right: 0;
}
@media (max-width: 765px) {
	.column-wrap .area-counseling ul li{
		font-size: 12px;
	}
	
	.column-wrap .area-counseling a{
		width: 90%;
		margin: 10px auto;
	}
}


.note{
	margin: 0 auto;
}
@media (max-width: 765px) {
	.note{
		width: 90%;
		display: block;
	}
	.column-wrap .bg__l-blue p{
		width: 100%;
		margin: 10px auto;
	}
}
