@charset "UTF-8";
/*************  home css  ******************/
/* reset
--------------------------- */
/*
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/******************************

**  media PC

*******************************/
/**  custom  **/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #000;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: calc(100 / 1000 * 1em);
  width: 100%;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a,
label,
input,
button {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.tab-sp,
.sp {
  display: none;
}

.c-main {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .c-main {
    margin-top: 70px;
  }
}
.c-main__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-main__2col--side {
  width: 300px;
  background-color: #F4F6FA;
}
@media screen and (max-width: 1024px) {
  .c-main__2col--side {
    width: 240px;
  }
}
@media screen and (max-width: 940px) {
  .c-main__2col--side {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .c-main__2col--side {
    display: none;
  }
}
.c-main__2col--main {
  width: calc(95% - 300px);
  margin-inline: auto;
  padding: 20px 0 150px;
}
@media screen and (max-width: 1024px) {
  .c-main__2col--main {
    width: calc(95% - 240px);
  }
}
@media screen and (max-width: 940px) {
  .c-main__2col--main {
    width: calc(95% - 180px);
  }
}
@media screen and (max-width: 767px) {
  .c-main__2col--main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 30px 0 20px;
  }
}

.c-inner {
  max-width: 1140px;
  width: 92%;
  margin-inline: auto;
}
.c-inner-mid {
  max-width: 900px;
  width: 88%;
  margin-inline: auto;
}
.c-inner-sm {
  max-width: 720px;
  width: 88%;
  margin-inline: auto;
}

.c-section__title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: calc(59 / 40 * 1em);
  letter-spacing: normal;
  font-size: clamp(30px, 30px + 10 * (100vw - 767px) / 599, 40px);
  color: #0F318D;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-section__title {
    margin-bottom: 24px;
  }
}
.c-section__title--wh {
  color: #fff;
}
.c-section__title .ico-horn {
  position: relative;
}
.c-section__title .ico-horn::before {
  content: "＼";
  position: absolute;
  left: -30px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-section__title .ico-horn::before {
    top: auto;
    bottom: 0;
    left: -4px;
  }
}
.c-section__title .ico-horn::after {
  content: "／";
  position: absolute;
  right: -30px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-section__title .ico-horn::after {
    right: -24px;
    top: auto;
    bottom: 0;
  }
}

.c-cta {
  padding: 60px 0;
}
@media screen and (max-width: 940px) {
  .c-cta {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-cta {
    padding: 0 0 50px;
  }
}
.c-cta__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 940px) {
  .c-cta__container {
    gap: 35px;
  }
}
.c-cta__img {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 940px) {
  .c-cta__img {
    width: 80vw;
  }
}
@media screen and (max-width: 767px) {
  .c-cta__img {
    display: none;
  }
}
.c-cta__dtl {
  width: 100%;
}
.c-cta__dtl-main {
  margin-bottom: 10px;
}
.c-cta__dtl-link {
  text-align: center;
  display: block;
  width: 82%;
  margin-right: 0;
  margin-left: auto;
  padding: 30px;
  color: #fff;
  background-color: #FF9600;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 599, 20px);
  position: relative;
  border: solid 1px #FF9600;
}
@media screen and (max-width: 940px) {
  .c-cta__dtl-link {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-cta__dtl-link {
    padding: 21px;
  }
}
.c-cta__dtl-link::after {
  content: "";
  width: 34px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-arrow-circle.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-cta__dtl-link::after {
    width: 25px;
    right: 4.2%;
  }
}
.c-cta__dtl-link:hover {
  background-color: #fff;
  color: #FF9600;
}

.c-button {
  text-align: center;
}
.c-button button {
  text-align: center;
  display: inline-block;
  max-width: 300px;
  width: 82%;
  margin-inline: auto;
  margin-right: 0;
  margin-left: auto;
  padding: 30px;
  color: #fff;
  background-color: #FF9600;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 599, 18px);
  position: relative;
  border: solid 1px #FF9600;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 940px) {
  .c-button button {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-button button {
    padding: 21px;
  }
}
.c-button button::after {
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-arrow-circle.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-button button::after {
    width: 25px;
    right: 2.4%;
  }
}
.c-button button:hover {
  background-color: #fff;
  color: #FF9600;
}
.c-button__link.back {
  color: #FF9600;
  background-color: #fff;
  border: solid 1px #FF9600;
}
.c-button__link.back::after {
  background-image: url(../img/common/ico-arrow-org.svg);
  right: auto;
  left: 4.2%;
}
.c-button__link.back:hover {
  color: #fff;
  background-color: #FF9600;
}
.c-button--vip-link {
  max-width: 250px;
  width: 80%;
  margin-inline: auto;
  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;
  border: solid 1px #FF9600;
  background-color: #FF9600;
  color: #fff;
  gap: 8px;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 599, 14px);
  -webkit-box-shadow: 0 4px 4px #c7cfdd;
          box-shadow: 0 4px 4px #c7cfdd;
}
@media screen and (max-width: 767px) {
  .c-button--vip-link {
    font-size: 16px;
    width: 94%;
    max-width: 100%;
  }
}
.c-button--vip-link::before {
  content: "";
  display: inline-block;
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../img/mypage/ico-crown.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-button--vip-link::before {
    width: 40px;
  }
}
.c-button--vip-link:hover {
  background-color: #fff;
  color: #FF9600;
}

.c-breadcrumb {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin: 0;
  }
}
.c-breadcrumb__position {
  max-width: 1140px;
  width: 92%;
  margin-inline: auto;
}
.c-breadcrumb__item {
  position: relative;
  line-height: 1.2em;
}
.c-breadcrumb__item:not(:last-of-type)::after {
  content: ">";
  color: #A6B5CC;
  position: absolute;
  top: 2px;
  right: -18px;
}
.c-breadcrumb__item a {
  white-space: nowrap;
}
.c-breadcrumb__link {
  font-size: 12px;
  font-weight: 700;
  line-height: calc(15 / 12 * 1em);
  letter-spacing: normal;
  color: #A6B5CC;
}
.c-breadcrumb__link:hover {
  text-decoration: underline;
}
.c-breadcrumb__link.current {
  color: #000;
  pointer-events: none;
}

.l-body.mypage .l-footer {
  margin-top: 0;
}

/**  header  **/
.l-header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  border-bottom: solid 1px #fafafa;
}
.l-header__container {
  height: 100%;
  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;
  gap: 50px;
}
@media screen and (max-width: 1140px) {
  .l-header__container {
    gap: 35px;
  }
}
.l-header__logo {
  margin-left: 3.4%;
}
.l-header__logo a {
  display: block;
}
.l-header__nav {
  height: 100%;
  margin-right: 0;
  margin-left: auto;
}
.l-header__nav-list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.l-header__nav-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 599, 16px);
  padding: 5px 0;
  position: relative;
}
.l-header__nav-link::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #0F318D;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-header__nav-link:hover {
  color: #0F318D;
}
.l-header__nav-link:hover::after {
  width: 100%;
}
.l-header__nav.open {
  right: 0;
}
.l-header__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2%;
}
@media screen and (max-width: 767px) {
  .l-header__link {
    padding-right: 0;
  }
}
.l-header__link-list {
  width: 120px;
  height: 100%;
}
.l-header__link-list.user .l-header__link-item {
  background-color: #FF9600;
}
.l-header__link-list.user .l-header__link-item::before {
  background-color: #fff;
  -webkit-mask-image: url("../img/common/ico-user.svg");
          mask-image: url("../img/common/ico-user.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.l-header__link-list.login .l-header__link-item {
  background-color: #0F318D;
}
.l-header__link-list.login .l-header__link-item::before {
  background-color: #fff;
  -webkit-mask-image: url("../img/common/ico-login.svg");
          mask-image: url("../img/common/ico-login.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.l-header__link-list.logout .l-header__link-item {
  background-color: #0F318D;
}
.l-header__link-list.logout .l-header__link-item::before {
  background-color: #fff;
  -webkit-mask-image: url("../img/common/ico-login.svg");
          mask-image: url("../img/common/ico-login.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.l-header__link-item {
  height: 100%;
  color: #fff;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 5 * (100vw - 767px) / 599, 16px);
}
.l-header__link-item::before {
  content: "";
  width: 50px;
  height: 32px;
  display: inline-block;
}
.l-header__link-item:hover {
  opacity: 0.75;
}
.l-header__link-program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__link-program {
    width: 140px;
  }
}
.l-header__link-program a {
  padding: 19px 75px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 599, 16px);
  border-radius: 60px;
  color: #fff;
  background-color: #FF9600;
  position: relative;
  border: solid 1px #FF9600;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1140px) {
  .l-header__link-program a {
    padding: 21px 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__link-program a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    line-height: 1.4642857143;
    padding: 14px 10px 14px 20px;
    border-radius: 0;
  }
}
.l-header__link-program a::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1140px) {
  .l-header__link-program a::after {
    right: 18px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__link-program a::after {
    right: 10px;
  }
}
.l-header__link-program a:hover {
  color: #FF9600;
  background-color: #fff;
}
.l-header__trigger {
  display: none;
  width: 62px;
  height: 62px;
}
.l-header__trigger-btn {
  width: 100%;
  height: 100%;
  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;
}
.l-header__trigger-btn span {
  width: 50%;
  height: 3px;
  background-color: #000;
  border-radius: 10px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-header__trigger-btn span::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 10px;
  position: absolute;
  top: -10px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-header__trigger-btn span::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 10px;
  position: absolute;
  bottom: -10px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-header__trigger-btn:hover {
  cursor: pointer;
}
.l-header__trigger-btn.active span {
  background-color: transparent;
}
.l-header__trigger-btn.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__trigger-btn.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header--mypage {
  border-bottom: solid 1px #EAEDF2;
}
.l-header--mypage .l-header__nav {
  margin-right: 350px;
}
@media screen and (max-width: 1140px) {
  .l-header--mypage .l-header__nav {
    margin-right: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header--mypage .l-header__nav {
    margin-right: auto;
  }
}
.l-header__account {
  max-width: 300px;
  width: 22.4%;
  position: fixed;
  top: 18px;
  right: 1.2%;
  padding: 11px 0;
  border-radius: 33px;
  border: solid 1px #EAEDF2;
  background-color: #F4F6FA;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .l-header__account {
    position: static;
    margin-right: 0;
    margin-left: auto;
    width: auto;
    padding: 11px 2.2%;
  }
}
@media screen and (max-width: 767px) {
  .l-header__account {
    width: 92px;
    height: 100%;
    border-radius: 0;
    overflow: visible;
  }
}
.l-header__account-name {
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(8px, 8px + 4 * (100vw - 767px) / 599, 12px);
}
@media screen and (max-width: 767px) {
  .l-header__account-name {
    display: none;
  }
}
.l-header__account-name .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 599, 16px);
  text-decoration: underline;
}
.l-header__account-wrap {
  border-color: #EAEDF2;
  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;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .l-header__account-wrap {
    height: 100%;
    gap: 0;
  }
}
.l-header__account-wrap:hover {
  cursor: pointer;
}
.l-header__account-wrap::before {
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: url(../img/common/ico-user-blue.svg) no-repeat center/42%;
  background-color: #fff;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-header__account-wrap::before {
    width: 50px;
  }
}
.l-header__account-wrap::after {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-arrow-blue.svg) no-repeat center/contain;
}
.l-header__account-wrap.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-header__account-nav {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .l-header__account-nav {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #F4F6FA;
  }
}
.l-header__account-nav.open {
  margin-top: 15px;
  max-height: 900px;
}
@media screen and (max-width: 767px) {
  .l-header__account-nav.open {
    margin-top: 0;
  }
}
.l-header__account-item:not(:last-of-type) {
  border-bottom: solid 1px #EAEDF2;
}
.l-header__account-item:hover .l-header__account-link {
  background-color: #fff;
}
.l-header__account-link {
  display: block;
  padding: 15px 45px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .l-header__account-link {
    padding: 25px 23px;
    font-size: 12px;
    white-space: nowrap;
  }
}

/**  footer  **/
.l-footer {
  margin-top: 100px;
  padding: 50px 0 30px;
  background-color: #0F318D;
}
.l-footer__nav {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.l-footer__nav-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #fff;
}
.l-footer__nav-link:hover {
  text-decoration: underline;
}
.l-footer__copyright {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 599, 14px);
  color: #fff;
}

/******************************

**  media tab

*******************************/
@media screen and (max-width: 1024px) {
  /**  custom  **/
  .pc {
    display: none;
  }
  .tab-sp {
    display: block;
  }
  /**  header  **/
  .l-header {
    height: 70px;
  }
  .l-header__container {
    height: 70px;
    gap: 0;
  }
  .l-header__nav {
    position: fixed;
    top: 70px;
    right: -120%;
    width: 320px;
    background-color: #0F318D;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .l-header__nav-list {
    display: block;
    padding-top: 30px;
    width: 92%;
    margin-inline: auto;
    overflow: auto;
  }
  .l-header__nav-item {
    border-bottom: solid 1px #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .l-header__nav-item:hover {
    border-bottom-color: #FF9600;
  }
  .l-header__nav-item:hover a {
    color: #FF9600;
  }
  .l-header__nav-link {
    padding: 30px 0;
    font-size: 16px;
    display: block;
    color: #fff;
  }
  .l-header__link {
    margin-right: 0;
    margin-left: auto;
  }
  .l-header__link-list {
    width: 100px;
  }
  .l-header__link-item::before {
    width: 32px;
    height: 22px;
  }
  .l-header__trigger {
    display: block;
  }
  /**  footer  **/
  .l-footer {
    margin-top: 60px;
  }
}
/******************************

**  media SP

*******************************/
@media screen and (max-width: 767px) {
  /**  custom  **/
  .pc-tab {
    display: none;
  }
  .sp {
    display: block;
  }
  .c-main {
    margin-top: 70px;
    overflow: hidden;
  }
  /**  header  **/
  .l-header {
    height: 70px;
  }
  .l-header__logo {
    margin-left: 4.2%;
    width: 40%;
  }
  .l-header__nav {
    width: 100%;
  }
  .l-header__nav-list {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 92%;
    margin-inline: auto;
    padding: 30px 0 100px;
    overflow: auto;
  }
  .l-header__nav-item {
    width: 100%;
    border-bottom: solid 1px #fff;
  }
  .l-header__nav-link {
    font-size: 16px;
    color: #fff;
    padding: 25px 0;
    display: block;
  }
  .l-header__link-list {
    width: 80px;
  }
  .l-header__trigger-btn span {
    width: 45%;
  }
  /**  footer  **/
  .l-footer {
    margin-top: 20px;
    padding: 25px 0;
  }
  .l-footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0;
  }
  .l-footer__nav-item {
    width: 50%;
  }
  .l-footer__nav-link {
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 500;
  }
  .l-footer__copyright {
    font-size: 11px;
  }
}
/******************************

**  blog css

*******************************/
.blog-main {
  padding-top: 40px;
}
.blog__sec {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .blog__sec {
    padding: 50px 0;
  }
}
.blog__sec.popular {
  background-color: #F4F6FA;
}
.blog__sec-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 599, 24px);
  color: #0F318D;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .blog__sec-ttl {
    margin-bottom: 16px;
  }
}
.blog__mainv {
  padding: 100px 0;
  max-width: 1340px;
  width: 92%;
  margin-inline: auto;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .blog__mainv {
    padding: 45px 0;
    border-radius: 10px;
  }
}
.blog__mainv-cp {
  text-align: center;
}
.blog__mainv-ttl {
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(25px, 25px + 25 * (100vw - 767px) / 599, 50px);
  color: #fff;
}
.blog__mainv-ttl span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #0F318D;
  padding: 6px 20px;
  border-radius: 10px;
  background-color: #fff;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .blog__mainv-ttl span {
    margin-top: 12px;
    border-radius: 5px;
    padding: 3px 10px;
  }
}
.blog__container {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .blog__container {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.blog__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 40px;
}
@media screen and (max-width: 1024px) {
  .blog__card {
    gap: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .blog__card {
    gap: 30px;
  }
}
.blog__card li {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 1024px) {
  .blog__card li {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .blog__card li {
    width: 100%;
  }
}
.blog__card li a {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.blog__card li a:hover .blog__card-ttl,
.blog__card li a:hover .blog__card-txt {
  text-decoration: underline;
}
.blog__card-thumb {
  margin-bottom: 10px;
}
.blog__card-info {
  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;
  gap: 10px;
}
.blog__card-date {
  font-size: 12px;
  font-weight: 500;
  line-height: calc(18 / 12 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 599, 12px);
}
.blog__card-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: calc(18 / 12 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 599, 12px);
  padding: 2px 10px;
  border-radius: 40px;
  border: solid 1px #0F318D;
  color: #0F318D;
}
.blog__card-ttl {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
}
.blog__card-txt {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(24 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 1 * (100vw - 767px) / 599, 14px);
}

.c-category {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .c-category {
    padding: 50px 0;
  }
}
.c-category__inner {
  max-width: 1180px;
  width: 92%;
  margin-inline: auto;
}
.c-category__ttl {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 3 * (100vw - 767px) / 599, 14px);
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-category__ttl {
    margin-bottom: 10px;
  }
}
.c-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .c-category__list {
    gap: 3px;
  }
}
.c-category__list li a {
  text-align: center;
  display: inline-block;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 5 * (100vw - 767px) / 599, 16px);
  white-space: nowrap;
  border: solid 1px #0F318D;
  color: #0F318D;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .c-category__list li a {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-category__list li a {
    padding: 7px 10px;
  }
}
.c-category__list li a.active {
  color: #fff;
  background-color: #0F318D;
}

.c-pagination {
  margin-top: 100px;
  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;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 50px;
    gap: 2px;
  }
}
.c-pagination a {
  width: 46px;
  aspect-ratio: 1/1;
  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;
}
@media screen and (max-width: 767px) {
  .c-pagination a {
    width: 38px;
  }
}
.c-pagination a:hover img {
  opacity: 1;
}
.c-pagination__arrow {
  opacity: 0.15;
  pointer-events: none;
}
.c-pagination__arrow.visible {
  opacity: 1;
  pointer-events: all;
}
.c-pagination__num {
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
}
.c-pagination__num.current {
  pointer-events: none;
  color: #fff;
  background-color: #0F318D;
}
.c-pagination__num:hover {
  text-decoration: underline;
}

.article .blog-main {
  padding-top: 0;
  background-color: #F4F6FA;
}
.article .popular {
  padding: 40px 0 150px;
}
@media screen and (max-width: 767px) {
  .article .popular {
    padding: 35px 0 60px;
  }
}
.article .l-footer {
  margin-top: 0;
}
.article__container {
  max-width: 1140px;
  width: 92%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  margin-top: 40px;
}
@media screen and (max-width: 940px) {
  .article__container {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .article__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.article__main {
  width: 66%;
}
@media screen and (max-width: 767px) {
  .article__main {
    width: 100%;
  }
}
.article__side {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .article__side {
    width: 100%;
    display: none;
  }
}
.article__side-block {
  margin-top: 30px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 940px) {
  .article__side-block {
    border-radius: 12px;
  }
}
.article__side-head {
  text-align: center;
  padding: 18px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 6 * (100vw - 767px) / 599, 20px);
  color: #fff;
  background-color: #0F318D;
}
@media screen and (max-width: 940px) {
  .article__side-head {
    padding: 14px;
  }
}
.article__side-wrap {
  padding: 25px 20px;
}
@media screen and (max-width: 940px) {
  .article__side-wrap {
    padding: 16px 4.2%;
  }
}
.article__post {
  padding: 40px 50px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 940px) {
  .article__post {
    padding: 30px 4.2%;
    border-radius: 12px;
  }
}
.article__post-ttl {
  padding-bottom: 18px;
  margin-bottom: 10px;
  border-bottom: solid 1px #0F318D;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(36 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 599, 24px);
}
.article__post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.article__post-tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 599, 12px);
  color: #fff;
  background-color: #0F318D;
}
.article__post-date {
  color: #A6B5CC;
  font-size: 12px;
  font-weight: 500;
  line-height: calc(18 / 12 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 599, 12px);
}
.article__post-thumb {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .article__post-thumb {
    margin: 20px 0;
  }
}
.article__editor h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(35 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 599, 20px);
  padding: 16px 35px;
  background-color: #F4F6FA;
  border-left: solid 6px #0F318D;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .article__editor h2 {
    padding: 10px 16px;
  }
}
.article__editor h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(35 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 599, 20px);
  color: #0F318D;
  padding-bottom: 3px;
  margin-bottom: 20px;
  border-bottom: solid 2px #0F318D;
}
.article__editor h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: calc(32 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 599, 18px);
  color: #0F318D;
  margin-bottom: 10px;
}
.article__editor p {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(24 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 1 * (100vw - 767px) / 599, 14px);
  margin: 20px 0;
}
.article__editor p + p {
  margin-bottom: 0;
}
.article__editor ul {
  margin: 10px 0;
  padding: 20px;
  border: solid 1px #F4F6FA;
}
@media screen and (max-width: 767px) {
  .article__editor ul {
    padding: 10px 4.2%;
  }
}
.article__editor ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(24 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 1 * (100vw - 767px) / 599, 14px);
  position: relative;
  padding-left: 0.8em;
}
.article__editor ul li::before {
  content: "";
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #7EAAE4;
  position: absolute;
  top: 10px;
  left: 0;
}
.article__editor ul li:not(:last-child) {
  margin-bottom: 4px;
}
.article__editor ol {
  margin: 10px 0;
  padding: 20px;
  border: solid 1px #F4F6FA;
}
@media screen and (max-width: 767px) {
  .article__editor ol {
    padding: 10px 4.2%;
  }
}
.article__editor ol li {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(24 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 1 * (100vw - 767px) / 599, 14px);
  position: relative;
  padding-left: 1.2em;
  counter-increment: list-num;
}
.article__editor ol li::before {
  content: counter(list-num) ".";
  color: #0F318D;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.article__editor ol li:not(:last-child) {
  margin-bottom: 4px;
}
.article__editor table {
  width: 100%;
  margin: 20px 0;
}
.article__editor table th {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(24 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 1 * (100vw - 767px) / 599, 14px);
  padding: 13px;
  text-align: center;
  color: #fff;
  background-color: #0F318D;
  border-right: solid 1px #fff;
}
@media screen and (max-width: 767px) {
  .article__editor table th {
    padding: 5px 0;
  }
}
.article__editor table td {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(24 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 1 * (100vw - 767px) / 599, 14px);
  padding: 13px;
  text-align: center;
  border-bottom: solid 1px #F4F6FA;
  border-right: solid 1px #F4F6FA;
  border-left: solid 1px #F4F6FA;
}
@media screen and (max-width: 767px) {
  .article__editor table td {
    padding: 8px;
  }
}
.article__editor strong {
  font-weight: bold;
}
.article__editor .marker {
  display: inline-block;
  padding: 1px 5px;
  background-color: #FFCA80;
  font-weight: bold;
}
.article__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.article__category li a {
  padding: 3px 10px;
  border: solid 1px #0F318D;
  background-color: #fff;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 599, 12px);
  color: #0F318D;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.article__category li a:hover {
  background-color: #0F318D;
  color: #fff;
}
.article__popular li:not(:last-of-type) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #EAEDF2;
}
.article__popular li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.article__popular li a:hover .article__popular-ttl {
  text-decoration: underline;
}
.article__popular-thumb {
  width: 38%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  display: block;
}
.article__popular-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.article__popular-wrap {
  width: 62%;
}
.article__popular-ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 5 * (100vw - 767px) / 599, 16px);
  margin-bottom: 8px;
}
.article__popular-info {
  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;
  gap: 6px;
}
.article__popular-date {
  font-size: 12px;
  font-weight: 500;
  line-height: calc(18 / 12 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 599, 12px);
}
.article__popular-tag {
  font-size: 12px;
  font-weight: 500;
  line-height: calc(18 / 12 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 599, 12px);
  color: #0F318D;
  padding: 2px 10px;
  border: solid 1px #0F318D;
  border-radius: 30px;
}
.article__popular.recommend li a {
  position: relative;
}
.article__popular.recommend li a::after {
  width: 22px;
  height: 22px;
  aspect-ratio: 1/1;
  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;
  border-radius: 100%;
  color: #fff;
  background-color: #7EAAE4;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 599, 12px);
  position: absolute;
  top: 2%;
  left: 1%;
}
.article__popular.recommend li:nth-child(1) a::after {
  content: "1";
  background-color: #FF9600;
}
.article__popular.recommend li:nth-child(2) a::after {
  content: "2";
}
.article__popular.recommend li:nth-child(3) a::after {
  content: "3";
}

.c-banner {
  margin-bottom: 14px;
}
