@charset "utf-8";
/* CSS Document */
:root {
  --cp-color: #003553;
}
[class*="section-"] {
  font-feature-settings: "palt";
}
[class*="section-"] img {
  width: auto;
  max-width: 100%;
}
[class*="section-"] h3, [class*="section-"] h4, [class*="section-"] p, [class*="section-"] figure {
  margin: 0;
}
.mv__menu._view_pc {
  display: none !important;
}
/* heading 
------------------------------*/
.heading {
  background: var(--cp-color);
  color: #fff;
}
.heading__inner {
  display: flex;
  justify-content: space-between;
  max-width: 945px;
  padding: 5px 30px;
  margin: 0 auto;
}
.heading h2, .heading p {
  margin: 0;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width:767px) {
  .heading__inner {
    padding: 0.66vw 3.2vw;
  }
  .heading h2, .heading p {
    font-size: 2vw;
  }
}
/* mv area
------------------------------*/
@media screen and (min-width:768px) {
  .main-head {
    padding: 25px 50px 25px;
    background: url("/assets/img/domestic_stocks_counter/mv_bg.jpg") no-repeat center center / cover;
    height: 504px
  }
}
@media screen and (max-width:767px) {
  .main-head {
    padding: 0;
    background: url("/assets/img/domestic_stocks_counter/mv_bg_sp.jpg") no-repeat center center / cover;
  }
}
/* mv */
.mv__wrap {
  max-width: 755px;
  padding: 0 30px;
  margin: 0 auto;
  height: 454px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv__wrap img {
  width: 100%;
}
.mv__title {
  margin: 0;
}
/*.mv__text p {
  margin: 0 0 100px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -.005em;
  font-feature-settings: "palt";
  line-height: 1.72;
  filter: drop-shadow(2.5px 2.5px 1.5px #000);
}*/
@media screen and (max-width:767px) {
  .mv__wrap {
    padding: 0 8vw;
    max-width: auto;
    height: 49.33vw;
  }
  .mv__title {
    width: 80.66vw;
  }
/*  .mv__text p {
    font-size: 3.2vw;
    line-height: 1.58;
    filter: drop-shadow(.33vw .33vw 0.02vw #000);
  }*/
}
/* mv menu */
[class^="mv__menu__box-"] {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}
[class^="mv__menu__box-"] p {
  margin: 0;
}
[class^="mv__menu__box-"] a:hover {
  opacity: .7;
}
.box-account__head {
  color: var(--navy);
  font-weight: 600;
}
.box-account__btn a {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 600;
  background: var(--red);
  border-radius: 10px;
}
.box-account__btn i {
  margin-right: 5px;
}
.box-account__foot {
  color: var(--red);
  font-weight: 500;
}
.box-login__title {
  color: #fff;
  text-align: center;
  font-weight: 600;
  background: var(--navy);
  border-radius: 10px;
}
.mv__menu__box-login ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--gray);
}
.mv__menu__box-login li a {
  display: block;
  color: #fff;
  font-weight: 500;
  background: #5087c8;
}
@media (min-width:1250px) {
  .mv__menu {
    position: fixed;
    /*top: 28%;*/
    top: 304px;
    right: calc((25% - 7.25%) - 190px);
    z-index: 10;
  }
  [class^="mv__menu__box-"] {
    box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.4);
  }
}
@media screen and (min-width:768px) {
  .mv__menu__inner {
    width: 190px;
  }
  .mv__menu__box-account {
    margin-bottom: 20px;
  }
  .box-account__head, .box-account__foot {
    font-size: 15px;
  }
  .box-account__btn {
    font-size: 20px;
    margin: 10px 0;
  }
  .box-login__title {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .mv__menu__box-login ul {
    margin-bottom: 15px;
  }
  .mv__menu__box-login li {
    font-size: 15px;
    padding: 2px 5px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width:1249px) and (min-width:768px) {
  .mv__menu {
    margin: 0;
    padding: 50px;
    background: var(--l-blue);
  }
  .mv__menu__inner {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    align-items: baseline;
    justify-content: center;
  }
  [class^="mv__menu__box-"] {
    box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.4);
  }
  [class^="mv__menu__box-"] a {
    padding: 5px;
  }
  .box-account__head, .box-account__foot {
    font-size: 20px;
  }
  .mv__menu__box-login li, .mv__menu__box-login p {
    font-size: 18px;
  }
}
@media screen and (max-width:767px) {
  .mv__menu {
    padding: 6.66vw 8vw;
    background: var(--l-blue);
  }
  .mv__menu__inner {
    width: 63.33vw;
    margin: 0 auto;
  }
  .mv__menu__box-account {
    padding: min(2.66vw, 20px);
    box-shadow: 18px 18px 12px rgba(0, 0, 0, 0.4);
  }
  .box-account__head {
    font-size: min(4.66vw, 33px);
  }
  .box-account__btn {
    margin: 2vw 0;
  }
  .box-account__btn a {
    font-size: min(6.53vw, 47px);
    line-height: 1;
    padding: 10px 15px;
  }
  .box-account__foot {
    font-size: min(4.66vw, 33px);
  }
}
/* 共通
------------------------------*/
[class*="section-"] {
  padding: 50px 30px 60px;
}
[class*="section-"] > .inner {
  max-width: 885px;
  margin-left: auto;
  margin-right: auto;
}
[class*="section-"] h3 {
  font-size: 39px;
  color: var(--cp-color);
  line-height: 1.27em;
	text-align: center;
  padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 3px solid #003654;
}
[class*="section-"] h4 {
	font-size: 28px;
	color: var(--cp-color);
	text-align: center;
	margin: 20px 0;
}
@media screen and (max-width:767px) {
  [class*="section-"] {
    padding: 4vw 0;
  }
  [class*="section-"] > .inner {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  [class*="section-"] h3 {
    font-size: 4.4vw;
    padding-bottom: 2vw;
    margin: 0 0 1.86vw;
    letter-spacing: -0.01em;
  }
}

/* section-01
------------------------------*/
.section-01 p {
    line-height: 1.66;
    font-size: 18px;
    letter-spacing: .025em;
}
.section-01 p + p {
    margin-top: 1.5em;
}

@media screen and (max-width:767px) {
    .section-01 h3 {
        font-size: 5.06vw;
    }
    .section-01 {
        padding-bottom: 9.6vw;
    }
    .section-01 p {
        font-size: 3.2vw;
        line-height: 1.58;
        letter-spacing: 0;
    }
}

/* section-02
------------------------------*/
.section-02 {
  background: #f0f0f0;
  padding-bottom: 65px;
}
.section-02 h3 {
  border-bottom: none;
}
.products__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
}
.products__container + .products__container {
  margin-top: 30px;
}
.products__item {
  width: calc((100% - 56px) / 3);
  text-align: center;
}
.products__item a:hover {
  opacity: .7;
}
.products__item p {
  font-size: 17px;
  line-height: 1.64;
  margin-top: 10px;
  letter-spacing: .025em;
}
.products__item:nth-child(3) p {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width:767px) {
    .section-02 h3 {
        padding-bottom: 0;
        margin-bottom: 2.4vw;
    }
    .section-02 {
        padding-bottom: 8vw;
    }
    .products__container {
        gap: 4vw;
    }
    .products__container + .products__container {
        margin-top: 4vw;
    }
    .products__item {
        width: calc((100% - 4vw - 1px) / 2)
    }
    .products__item p {
        font-size: 2.4vw;
        line-height: 1.64;
        margin-top: 1.33vw;
        letter-spacing: 0;
    }
    .products__item:nth-child(3) p {
        font-size: 3.73vw;
    }
}

/* section-news
------------------------------*/
.section-news {
  background: #dbe5f9;
}
.section-news > .inner {
  max-width: 770px;
}
.section-news h3 {
	font-size: 36px;
  text-align: center;
  margin-bottom: 7px;
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
}

.section-news h3 span {
  font-size: 32px;
}

@media screen and (max-width:767px) {
  .section-news h3 {
      font-size: 4.26vw;
    margin-bottom: 2.66vw;
    border-bottom: none;
    padding-bottom: 0;
  }

  .section-news h3 span {
    font-size: 3.73vw;
  }
}