@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/* design size variable */
/* constance variable */
/* device width variable */
/* font responsive ratio */
/* spacer responsive ratio */
/* noto sans font weight */
/* general method */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/*****************
フォントコンポーネント
*****************/
.c-font--sans-10-m {
  font-size: 10px;
  font-weight: 500;
}

@media only screen and (max-width: 834px) {
  .c-font--sans-10-m {
    font-size: 3.125vw;
  }
}

.c-font--sans-11-l {
  font-family: "Noto Sans Japanese";
  font-size: 11px;
  font-weight: 200;
}

@media only screen and (max-width: 834px) {
  .c-font--sans-11-l {
    font-size: 3.125vw;
  }
}

.c-font--sans-12-r {
  font-size: 12px;
}

@media only screen and (max-width: 834px) {
  .c-font--sans-12-r {
    font-size: 3.125vw;
  }
}

.c-font--sans-14-r {
  font-size: 14px;
}

@media only screen and (max-width: 834px) {
  .c-font--sans-14-r {
    font-size: 3.4375vw;
  }
}

.c-font--sans-14-m, .p-modal_nav .nav_render > ul .child li {
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 834px) {
  .c-font--sans-14-m, .p-modal_nav .nav_render > ul .child li {
    font-size: 3.4375vw;
  }
}

.c-font--sans-14-b {
  font-size: 14px;
  font-weight: 700;
}

@media only screen and (max-width: 834px) {
  .c-font--sans-14-b {
    font-size: 3.4375vw;
  }
}

.c-font--sans-15-r {
  font-size: 15px;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 834px) {
  .c-font--sans-15-r {
    font-size: 3.75vw;
  }
}

.c-font--sans-15-m {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 834px) {
  .c-font--sans-15-m {
    font-size: 3.75vw;
  }
}

.c-font--sans-15-b {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 834px) {
  .c-font--sans-15-b {
    font-size: 3.75vw;
  }
}

.c-font--sans-16-r {
  font-size: 16px;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 834px) {
  .c-font--sans-16-r {
    font-size: 3.75vw;
  }
}

.c-font--sans-16-b {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 834px) {
  .c-font--sans-16-b {
    font-size: 3.75vw;
  }
}

.c-font--sans-16-m, .p-modal_nav .nav_render > ul > li {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 834px) {
  .c-font--sans-16-m, .p-modal_nav .nav_render > ul > li {
    font-size: 3.75vw;
  }
}

.c-font--sans-18-m {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 834px) {
  .c-font--sans-18-m {
    font-size: 4.0625vw;
  }
}

.c-font--sans-18-b {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 834px) {
  .c-font--sans-18-b {
    font-size: 4.0625vw;
  }
}

.c-font--sans-20-b {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 834px) {
  .c-font--sans-20-b {
    font-size: 4.375vw;
  }
}

.c-font--sans-22-m, .p-modal_nav .logo {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 834px) {
  .c-font--sans-22-m, .p-modal_nav .logo {
    font-size: 5vw;
  }
}

.c-font--sans-22-b {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 834px) {
  .c-font--sans-22-b {
    font-size: 5vw;
  }
}

.c-font--sans-26-m {
  font-size: 26px;
  font-weight: 500;
}

@media only screen and (max-width: 834px) {
  .c-font--sans-26-m {
    font-size: 6.25vw;
  }
}

.c-font--sans-35-b {
  font-size: 35px;
  font-weight: 700;
}

@media only screen and (max-width: 834px) {
  .c-font--sans-35-b {
    font-size: 8.125vw;
  }
}

.c-font--serif-12-m {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 500;
}

@media only screen and (max-width: 834px) {
  .c-font--serif-12-m {
    font-size: 3.125vw;
  }
}

.c-font--serif-14-l {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 834px) {
  .c-font--serif-14-l {
    font-size: 3.4375vw;
  }
}

.c-font--serif-14-m {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 834px) {
  .c-font--serif-14-m {
    font-size: 3.4375vw;
  }
}

.c-font--serif-16-m {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 834px) {
  .c-font--serif-16-m {
    font-size: 3.75vw;
  }
}

.c-font--serif-20-m {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 834px) {
  .c-font--serif-20-m {
    font-size: 4.375vw;
  }
}

.c-font--serif-24-m {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 834px) {
  .c-font--serif-24-m {
    font-size: 5vw;
  }
}

.c-font--serif-28-m {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 834px) {
  .c-font--serif-28-m {
    font-size: 5vw;
  }
}

.c-font--serif-30-m {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 834px) {
  .c-font--serif-30-m {
    font-size: 7.5vw;
  }
}

.c-font--dosis-11-l {
  font-family: "Dosis", sans-serif;
  font-size: 11px;
  font-weight: 200;
  letter-spacing: 0.238em;
}

.c-font--dosis-11-r {
  font-family: "Dosis", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.238em;
}

.c-font--dosis-12-l {
  font-family: "Dosis", sans-serif;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.238em;
}

.c-font--dosis-20-m {
  font-family: "Dosis", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.238em;
}

@media only screen and (max-width: 834px) {
  .c-font--dosis-20-m {
    font-size: 4.375vw;
  }
}

.c-font--dosis-30-m {
  font-family: "Dosis", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.238em;
}

@media only screen and (max-width: 834px) {
  .c-font--dosis-30-m {
    font-size: 5.625vw;
  }
}

.c-font--dosis-50-m {
  font-family: "Dosis", sans-serif;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.238em;
}

@media only screen and (max-width: 834px) {
  .c-font--dosis-50-m {
    font-size: 7.8125vw;
  }
}

.c-font--barlow-12 {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-weight: 600;
}

@media only screen and (max-width: 834px) {
  .c-font--barlow-12 {
    font-size: 3.125vw;
  }
}

.c-font--barlow-16 {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

@media only screen and (max-width: 834px) {
  .c-font--barlow-16 {
    font-size: 3.75vw;
  }
}

.c-font--barlow-20 {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

@media only screen and (max-width: 834px) {
  .c-font--barlow-20 {
    font-size: 5vw;
  }
}

.c-font--barlow-60 {
  font-family: "Barlow", sans-serif;
  font-size: 60px;
  font-weight: 600;
}

@media only screen and (max-width: 834px) {
  .c-font--barlow-60 {
    font-size: 9.375vw;
  }
}

.p-drawer {
  border-left: solid 1px #fff;
}

.p-drawer a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 69px;
  height: 54px;
}

@media only screen and (max-width: 980px) {
  .p-drawer a {
    width: 50px;
    height: 100%;
  }
}

@media only screen and (max-width: 834px) {
  .p-drawer a {
    width: 15.625vw;
    height: 100%;
  }
}

.p-drawer a span.box {
  display: block;
  width: 16px;
  height: 14px;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .p-drawer a span.box {
    width: 5vw;
    height: 4.375vw;
  }
}

.p-drawer a span.line {
  background: #fff;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: liner;
  -moz-transition-property: all;
  -moz-transition-duration: 0.25s;
  -moz-transition-timing-function: liner;
  -ms-transition-property: all;
  -ms-transition-duration: 0.25s;
  -ms-transition-timing-function: liner;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: liner;
}

.p-drawer a span.line:first-child {
  top: 0;
}

.p-drawer a span.line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.p-drawer a span.line:last-child {
  bottom: 0;
}

.p-drawer a.active span.line:first-child {
  top: 50%;
  transform: translate(0, 0) rotate(-45deg);
}

.p-drawer a.active span.line:nth-child(2) {
  transform: scale(0, 1);
}

.p-drawer a.active span.line:last-child {
  bottom: 50%;
  transform: translate(0, 0) rotate(45deg);
}

.p-link-arrow--yellow {
  position: relative;
}

.p-link-arrow--yellow:after {
  background: url(../img/btn_with_arrow_y.png) no-repeat left top/contain;
  content: " ";
  display: block;
  width: 74px;
  height: 74px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 834px) {
  .p-link-arrow--yellow:after {
    width: 11.5625vw;
    height: 11.5625vw;
  }
}

.p-link-arrow--black {
  position: relative;
}

.p-link-arrow--black:after {
  background: url(../img/btn_with_arrow_b.png) no-repeat left top/contain;
  content: " ";
  display: block;
  width: 74px;
  height: 74px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 834px) {
  .p-link-arrow--black:after {
    width: 11.5625vw;
    height: 11.5625vw;
  }
}

.p-modal_nav {
  background: #000;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 0;
  position: absolute;
  left: 0;
  top: 100%;
  transform: scale(1, 0);
  transform-origin: 0 0;
  z-index: -1;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: liner;
  -moz-transition-property: all;
  -moz-transition-duration: 0.25s;
  -moz-transition-timing-function: liner;
  -ms-transition-property: all;
  -ms-transition-duration: 0.25s;
  -ms-transition-timing-function: liner;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: liner;
}

.p-modal_nav.active {
  transform: scale(1, 1);
  z-index: 9999;
}

@media only screen and (max-width: 834px) {
  .p-modal_nav {
    align-items: flex-start;
  }
}

.p-modal_nav .container {
  width: 1024px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .p-modal_nav .container {
    width: 90%;
  }
}

@media only screen and (max-width: 834px) {
  .p-modal_nav .container {
    width: 100%;
  }
}

.p-modal_nav a {
  color: #fff;
}

.p-modal_nav .logo {
  margin-bottom: 30px;
}

@media only screen and (max-width: 834px) {
  .p-modal_nav .logo {
    display: none;
  }
}

.p-modal_nav .logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-modal_nav .logo img {
  width: 60px;
  margin-right: 30px;
}

@media only screen and (max-width: 834px) {
  .p-modal_nav .logo img {
    width: 9.375vw;
    margin-right: 4.6875vw;
  }
}

.p-modal_nav .nav_render > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 834px) {
  .p-modal_nav .nav_render > ul {
    padding: 0;
  }
}

@media only screen and (max-width: 834px) {
  .p-modal_nav .nav_render > ul > li {
    width: 100%;
  }
}

.p-modal_nav .nav_render > ul > li > a {
  display: block;
  border-bottom: solid 1px #fff;
}

@media only screen and (max-width: 834px) {
  .p-modal_nav .nav_render > ul > li > a {
    width: 100%;
    box-sizing: border-box;
    padding: 4.6875vw;
    position: relative;
  }
  .p-modal_nav .nav_render > ul > li > a.has_child:after {
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    content: " ";
    transform: rotate(-45deg);
    border-bottom: #fff solid 1px;
    border-right: #fff solid 1px;
    right: 1em;
    top: calc(50% - 3px);
  }
}

.p-modal_nav .nav_render > ul > li > a:hover {
  background: #fff000;
  color: #000;
}

.p-modal_nav .nav_render > ul > li > a:hover.has_child:after {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  content: " ";
  transform: rotate(-45deg);
  border-bottom: #000 solid 1px;
  border-right: #000 solid 1px;
  right: 1em;
  top: calc(50% - 3px);
}

.p-modal_nav .nav_render > ul .child {
  margin-top: 14px;
}

@media only screen and (max-width: 834px) {
  .p-modal_nav .nav_render > ul .child {
    background: #000;
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    padding: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    overflow: scroll;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.25s;
    -webkit-transition-timing-function: liner;
    -moz-transition-property: all;
    -moz-transition-duration: 0.25s;
    -moz-transition-timing-function: liner;
    -ms-transition-property: all;
    -ms-transition-duration: 0.25s;
    -ms-transition-timing-function: liner;
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: liner;
  }
  .p-modal_nav .nav_render > ul .child.active {
    opacity: 1;
    z-index: 9999;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.25s;
    -webkit-transition-timing-function: liner;
    -moz-transition-property: all;
    -moz-transition-duration: 0.25s;
    -moz-transition-timing-function: liner;
    -ms-transition-property: all;
    -ms-transition-duration: 0.25s;
    -ms-transition-timing-function: liner;
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: liner;
  }
}

@media only screen and (max-width: 834px) {
  .p-modal_nav .nav_render > ul .child li {
    font-size: 3.75vw;
  }
}

.p-modal_nav .nav_render > ul .child li:not(:last-child) {
  margin-bottom: 10px;
}

@media only screen and (max-width: 834px) {
  .p-modal_nav .nav_render > ul .child li:not(:last-child) {
    margin-bottom: 0;
  }
}

.p-modal_nav .nav_render > ul .child li > a {
  display: block;
}

@media only screen and (max-width: 834px) {
  .p-modal_nav .nav_render > ul .child li > a {
    border-bottom: solid 1px #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 4.6875vw;
  }
}

.p-modal_nav .nav_render > ul .child li > a:hover {
  background: #fff000;
  color: #000;
}

#business_d_members > #top-head {
  top: -100px;
  position: fixed;
  width: 100%;
  margin: 100px auto 0;
  padding: 15px 0;
  height: 70px;
  box-sizing: border-box;
  line-height: 1;
  z-index: 999;
  background: #000;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 834px) {
  #business_d_members > #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    height: 12.5vw;
  }
}

#business_d_members > #top-head a {
  color: #fff;
  text-decoration: none;
}

#business_d_members > #top-head .inner {
  position: relative;
  width: 907px;
}

@media only screen and (max-width: 1000px) {
  #business_d_members > #top-head .inner {
    width: 90%;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members > #top-head .inner {
    width: 100%;
    padding: 0;
  }
}

#business_d_members > #top-head .logo {
  float: left;
  width: 113px;
}

@media only screen and (max-width: 900px) {
  #business_d_members > #top-head .logo {
    width: 12.55556vw;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members > #top-head .logo {
    margin-top: 2.65625vw;
    margin-left: 4.6875vw;
    width: 19.53125vw;
  }
  #business_d_members > #top-head .logo img {
    height: 4vh;
    width: auto;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members > #top-head #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -111.25vw;
    background: #000;
    width: 100%;
    z-index: 1000;
    transition: .5s ease-in-out;
  }
}

#business_d_members > #top-head #global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  top: -4px;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 1020px) {
  #business_d_members > #top-head #global-nav ul {
    font-size: 1.47059vw;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members > #top-head #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 4.375vw;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}

#business_d_members > #top-head #global-nav ul li {
  float: left;
  line-height: 22px;
  display: table;
  height: 50px;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 834px) {
  #business_d_members > #top-head #global-nav ul li {
    position: relative;
    border-bottom: solid 1px #fff;
    float: none;
    width: 100%;
    text-align: left;
    display: block;
    height: auto;
    line-height: normal;
    padding-left: 5.46875vw;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members > #top-head #global-nav ul li:first-child {
    border-top: solid 1px #fff;
  }
}

#business_d_members > #top-head #global-nav ul li:last-child {
  border-bottom: none;
}

#business_d_members > #top-head #global-nav ul li:last-child:before {
  border: none;
}

#business_d_members > #top-head #global-nav ul li:last-child a {
  padding-right: 0;
}

#business_d_members > #top-head #global-nav ul li:last-child a:after {
  display: none;
}

@media only screen and (max-width: 834px) {
  #business_d_members > #top-head #global-nav ul li:after {
    position: absolute;
    content: "";
    right: 6.25vw;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2.34375vw;
    height: 2.34375vw;
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
  }
}

#business_d_members > #top-head #global-nav ul li a {
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

@media only screen and (max-width: 1020px) {
  #business_d_members > #top-head #global-nav ul li a {
    padding: 0 1.76471vw;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members > #top-head #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 0;
    line-height: 15.625vw;
  }
}

#business_d_members > #top-head #global-nav ul li:before {
  position: absolute;
  border-right: solid 1px #fff;
  content: "";
  height: 22px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 834px) {
  #business_d_members > #top-head #global-nav ul li:before {
    display: none;
  }
}

#business_d_members > #top-head #nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

@media only screen and (max-width: 834px) {
  #business_d_members > #top-head #nav-toggle {
    display: block;
    top: 3.4375vw;
    width: 6.25vw;
  }
}

#business_d_members > #top-head #nav-toggle div {
  position: relative;
}

#business_d_members > #top-head #nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  transition: .35s ease-in-out;
}

#business_d_members > #top-head #nav-toggle span:nth-child(1) {
  top: 0;
}

#business_d_members > #top-head #nav-toggle span:nth-child(2) {
  top: 11px;
}

@media only screen and (max-width: 834px) {
  #business_d_members > #top-head #nav-toggle span:nth-child(2) {
    top: 2.65625vw;
  }
}

#business_d_members > #top-head #nav-toggle span:nth-child(3) {
  top: 22px;
}

@media only screen and (max-width: 834px) {
  #business_d_members > #top-head #nav-toggle span:nth-child(3) {
    top: 5vw;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members > #top-head #mobile-head {
    width: 100%;
    z-index: 999;
    position: relative;
  }
}

#business_d_members > #top-head.open #nav-toggle span:nth-child(1) {
  top: 11px;
  transform: rotate(315deg);
}

#business_d_members > #top-head.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

#business_d_members > #top-head.open #nav-toggle span:nth-child(3) {
  top: 11px;
  transform: rotate(-315deg);
}

@media only screen and (max-width: 834px) {
  #business_d_members > #top-head.open #global-nav {
    /* #global-nav top + #mobile-head height */
    transform: translateY(123.4375vw);
  }
}

.c-block--navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 834px) {
  .c-block--navigation {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 12.5vw;
  }
}

.c-block--navigation li {
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
}

@media only screen and (max-width: 834px) {
  .c-block--navigation li {
    padding: 0 3.125vw;
    font-size: 5.9375vw;
  }
  .c-block--navigation li a {
    display: block;
    width: 100%;
    height: 100%;
  }
}

.c-block--navigation li:not(:first-child) {
  padding-left: 23px;
  margin-left: 23px;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .c-block--navigation li:not(:first-child) {
    padding-left: 3.125vw;
    margin-left: 0;
    border-top: solid 1px #ccc;
    padding-top: 3.125vw;
    margin-top: 3.125vw;
  }
}

.c-block--navigation li:not(:first-child):before {
  content: "/";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 834px) {
  .c-block--navigation li:not(:first-child):before {
    display: none;
  }
}

.c-block--navigation li.no-slash {
  padding-left: 0;
  margin-left: 0;
}

@media only screen and (max-width: 834px) {
  .c-block--navigation li.no-slash {
    padding-left: 3.125vw;
  }
}

.c-block--navigation li.no-slash:before {
  display: none;
}

@media only screen and (max-width: 834px) {
  .c-block--navigation li.instagram img {
    width: 6.25vw;
    margin-right: 0.5em;
    vertical-align: middle;
  }
}

.c-block--review_list {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  .c-block--review_list {
    flex-wrap: wrap;
  }
}

.c-block--review_list .col {
  width: 29.29688%;
}

@media only screen and (max-width: 834px) {
  .c-block--review_list .col {
    width: 48%;
  }
  .c-block--review_list .col:not(:nth-last-child(-n+2)) {
    margin-bottom: 6.25vw;
  }
}

.c-block--review_list .col figure {
  background: #e8e5e2;
  padding: 50px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 834px) {
  .c-block--review_list .col figure {
    padding: 7.8125vw;
    margin-bottom: 4.6875vw;
  }
}

.c-block--review_list .col figure img {
  width: 100%;
}

.c-block--review_list .col .title {
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  line-height: 150%;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 834px) {
  .c-block--review_list .col .title {
    margin-bottom: 1.5625vw;
    font-size: 5vw;
  }
}

.c-block--review_list .col .name {
  font-size: 12px;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 834px) {
  .c-block--review_list .col .name {
    font-size: 3.125vw;
  }
}

.c-block--collection_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c-block--collection_list .col {
  width: 22.46094%;
}

@media only screen and (max-width: 834px) {
  .c-block--collection_list .col {
    width: 48%;
  }
}

.c-block--collection_list .col:not(:nth-last-child(-n+4)) {
  margin-bottom: 55px;
}

@media only screen and (max-width: 834px) {
  .c-block--collection_list .col:not(:nth-last-child(-n+4)) {
    margin-bottom: 8.59375vw;
  }
}

@media only screen and (max-width: 834px) {
  .c-block--collection_list .col:not(:nth-last-child(-n+2)) {
    margin-bottom: 8.59375vw;
  }
}

.c-block--collection_list .col a {
  display: block;
}

.c-block--collection_list .col figure {
  margin-bottom: 30px;
}

@media only screen and (max-width: 834px) {
  .c-block--collection_list .col figure {
    margin-bottom: 4.6875vw;
  }
}

.c-block--collection_list .col figure img {
  width: 100%;
}

.c-block--collection_list .col h2 {
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 834px) {
  .c-block--collection_list .col h2 {
    margin-bottom: 2.1875vw;
    font-size: 3.75vw;
  }
}

.c-block--collection_list .col p {
  font-size: 14px;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 834px) {
  .c-block--collection_list .col p {
    font-size: 3.75vw;
    font-weight: 300;
  }
}

.c-block--collection_list .col .sold_out {
  border: solid 1px #000;
  margin-top: 14px;
  padding: 5px 0;
  font-size: 16px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .c-block--collection_list .col .sold_out {
    margin-top: 2.1875vw;
    font-size: 4.375vw;
  }
}

.c-block--page-title {
  margin-bottom: 27px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .c-block--page-title {
    margin-bottom: 4.21875vw;
    font-size: 5.625vw;
  }
}

.c-block--page-title + p {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .c-block--page-title + p {
    font-size: 3.125vw;
    text-align: left;
  }
}

.c-block--pager {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 834px) {
  .c-block--pager {
    margin-top: 9.375vw;
  }
}

.c-block--pager a {
  background: #000;
  border: solid 1px #000;
  display: block;
  width: 30px;
  padding: 0.25em;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.c-block--pager li:not(:first-child) {
  margin-left: 1em;
}

.c-block--pager li.current a {
  background: #fff;
  border: solid 1px #000;
  color: #000;
}

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/**
EC-CUBE リセット
 */
body {
  background: none;
}

.ec-layoutRole {
  background: none;
}

.ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
}

html {
  font-size: 100%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

p, li, dt, dd, input, textarea, th, td {
  color: #333333;
  line-height: 175%;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

img {
  vertical-align: bottom;
}

.wrapper_dbm {
  width: 1024px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .wrapper_dbm {
    width: 80vw;
  }
}

@media only screen and (max-width: 834px) {
  .wrapper_dbm {
    width: 87.5vw;
  }
}

.inner {
  width: 980px;
  margin: 0 auto;
}

@media only screen and (max-width: 1020px) {
  .inner {
    width: 96.07843vw;
  }
}

@media only screen and (max-width: 834px) {
  .inner {
    width: 87.5vw;
  }
}

.inner:after {
  content: "";
  clear: both;
  display: block;
}

.pc {
  display: inherit !important;
}

@media only screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

.pc-min-1281 {
  display: none;
}

@media only screen and (min-width: 1281px) {
  .pc-min-1281 {
    display: inherit;
  }
}

.pc-1280 {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .pc-1280 {
    display: inherit;
  }
}

@media only screen and (max-width: 768px) {
  .pc-1280 {
    display: none;
  }
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 834px) {
  .sp {
    display: inherit !important;
  }
}

img.pc, br.pc, span.pc, strong.pc, small.pc {
  display: inline;
}

@media only screen and (max-width: 834px) {
  img.pc, br.pc, span.pc, strong.pc, small.pc {
    display: none;
  }
}

img.sp, br.sp, span.sp, strong.sp, small.sp {
  display: none;
}

@media only screen and (max-width: 834px) {
  img.sp, br.sp, span.sp, strong.sp, small.sp {
    display: inline;
  }
}

a[href^="tel"] {
  cursor: text;
}

@media only screen and (max-width: 834px) {
  a[href^="tel"] {
    cursor: pointer;
  }
}

span[data-aos],
strong[data-aos],
small[data-aos] {
  display: inline-block;
}

main {
  overflow: hidden;
}

main .wrapper_dbm {
  width: 1024px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  main .wrapper_dbm {
    width: 80vw;
  }
}

@media only screen and (max-width: 768px) {
  main .wrapper_dbm {
    width: 94%;
  }
}

@media only screen and (max-width: 834px) {
  main .wrapper_dbm {
    width: 80vw;
  }
}

main .main_title {
  font-size: 32px;
  font-weight: 700;
  display: table;
  margin: 0 auto 50px;
  color: #333333;
}

@media only screen and (max-width: 980px) {
  main .main_title {
    font-size: 3.26531vw;
  }
}

@media only screen and (max-width: 834px) {
  main .main_title {
    font-size: 5.625vw;
    margin-bottom: 10.15625vw;
    text-align: center;
  }
}

main .main_title em {
  background: linear-gradient(transparent 90%, #cc0033 0%) 100% -3px;
  display: inline;
}

@media only screen and (max-width: 834px) {
  main .main_title em {
    background: linear-gradient(transparent 87%, #cc0033 0%) 100% -3px;
    font-size: 5.625vw;
    margin-bottom: 10.15625vw;
    line-height: 9.84375vw;
    text-align: center;
  }
}

#business_d_members {
  padding-top: 100px;
}

@media only screen and (max-width: 834px) {
  #business_d_members {
    padding-top: 15.625vw;
  }
}

#business_d_members .line_babble {
  margin-bottom: 55px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #business_d_members .line_babble {
    margin-bottom: 8.59375vw;
    font-size: 5.3125vw;
    line-height: 140%;
  }
}

#business_d_members .line_babble span {
  display: inline-block;
  position: relative;
}

#business_d_members .line_babble span:before, #business_d_members .line_babble span:after {
  background: #000;
  content: "";
  display: block;
  width: 2px;
  height: 60px;
  position: absolute;
  bottom: 0;
}

@media only screen and (max-width: 834px) {
  #business_d_members .line_babble span:before, #business_d_members .line_babble span:after {
    height: 9.375vw;
  }
}

#business_d_members .line_babble span:before {
  left: -30px;
  transform: rotate(-20deg) translateY(25%);
}

@media only screen and (max-width: 834px) {
  #business_d_members .line_babble span:before {
    left: -4.6875vw;
  }
}

#business_d_members .line_babble span:after {
  right: -30px;
  transform: rotate(20deg) translateY(25%);
}

@media only screen and (max-width: 834px) {
  #business_d_members .line_babble span:after {
    right: -4.6875vw;
  }
}

#business_d_members .btn.join {
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #business_d_members .btn.join {
    margin-bottom: 3.125vw;
  }
}

#business_d_members .btn.join a {
  background: #dd002b;
  border-radius: 5px;
  box-sizing: border-box;
  display: inline-block;
  width: 600px;
  padding: 27px 0 27px 13px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 834px) {
  #business_d_members .btn.join a {
    width: 100%;
    padding: 4.21875vw 4.21875vw 4.21875vw 8.59375vw;
    font-size: 4.375vw;
    text-align: center;
    line-height: 145%;
  }
}

#business_d_members .btn.join a:before {
  background: url("/content/dam/nttcom/hq/jp/business/lp/dbm/img/icon_pc.png") no-repeat left top/contain;
  content: "";
  display: block;
  width: 46px;
  height: 33px;
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 834px) {
  #business_d_members .btn.join a:before {
    width: 7.1875vw;
    height: 5.15625vw;
    left: 4.375vw;
  }
}

#business_d_members .btn.join a:after {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  content: " ";
  transform: rotate(-45deg);
  border-bottom: #fff solid 2px;
  border-right: #fff solid 2px;
  right: 39px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

@media only screen and (max-width: 834px) {
  #business_d_members .btn.join a:after {
    right: 4.6875vw;
  }
}

#business_d_members .catch {
  margin-bottom: 33px;
  font-size: 24px;
  font-weight: 700;
  line-height: 208.33333%;
  letter-spacing: 0.105em;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #business_d_members .catch {
    margin-bottom: 5.15625vw;
    font-size: 4.375vw;
  }
}

#business_d_members .catch em {
  display: inline-block;
  color: #fff;
  font-size: 32px;
  position: relative;
}

@media only screen and (max-width: 834px) {
  #business_d_members .catch em {
    font-size: 5vw;
  }
}

#business_d_members .catch em:after {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) skew(-10deg);
  z-index: 1;
}

#business_d_members .catch em b {
  display: inline-block;
  position: relative;
  z-index: 2;
}

#business_d_members .mv img {
  width: 100%;
}

#business_d_members .top-lead {
  background: #dbdbdb;
  padding: 56px 0 76px;
}

@media only screen and (max-width: 834px) {
  #business_d_members .top-lead {
    padding: 8.75vw 0 11.875vw;
  }
}

#business_d_members .top-lead p {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 183.33333%;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #business_d_members .top-lead p {
    font-size: 4.0625vw;
  }
}

#business_d_members .top-lead p span {
  background: #dbdbdb;
  background: linear-gradient(180deg, #dbdbdb 60%, #fcffc7 60%);
  position: relative;
}

#business_d_members .top-lead p b {
  display: inline-block;
  position: relative;
  z-index: 2;
}

#business_d_members #db-members {
  background: url("/content/dam/nttcom/hq/jp/business/lp/dbm/img/bg_db_members.png") no-repeat center center/cover;
  padding: 66px 0;
  position: relative;
}

@media only screen and (max-width: 834px) {
  #business_d_members #db-members {
    padding: 10.3125vw 0;
  }
}

#business_d_members #db-members .wrapper_dbm {
  position: relative;
}

#business_d_members #db-members h2 {
  margin-bottom: 55px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #business_d_members #db-members h2 {
    margin-bottom: 8.59375vw;
  }
}

#business_d_members #db-members h2 img {
  width: 572px;
  max-width: 100%;
}

@media only screen and (max-width: 834px) {
  #business_d_members #db-members h2 img {
    width: 90.3125vw;
  }
}

#business_d_members #db-members .catch em:after {
  background: #007cc1;
}

#business_d_members #db-members .text {
  margin-bottom: 34px;
  font-size: 20px;
  line-height: 190%;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #business_d_members #db-members .text {
    margin-bottom: 5.3125vw;
    font-size: 3.75vw;
    text-align: left;
  }
}

#business_d_members #db-members .absolute_box {
  background: #fff;
  border: solid 1px #e30028;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 1280px) {
  #business_d_members #db-members .absolute_box {
    width: 11.71875vw;
    height: 11.71875vw;
    right: -0.78125vw;
  }
}

@media only screen and (max-width: 768px) {
  #business_d_members #db-members .absolute_box {
    width: 14.32292vw;
    height: 14.32292vw;
    top: 7.8125vw;
    right: 0;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members #db-members .absolute_box {
    border-radius: 6.25vw;
    width: 58.59375vw;
    height: 12.5vw;
    margin: 0 auto 6.25vw;
    position: static;
  }
}

#business_d_members #db-members .absolute_box p {
  color: #e30028;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 1280px) {
  #business_d_members #db-members .absolute_box p {
    font-size: 1.09375vw;
  }
}

@media only screen and (max-width: 768px) {
  #business_d_members #db-members .absolute_box p {
    font-size: 1.5625vw;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members #db-members .absolute_box p {
    display: flex;
    align-items: center;
    font-size: 3.125vw;
  }
}

#business_d_members #db-members .absolute_box p em {
  display: inline-block;
  margin-top: 7px;
  font-size: 40px;
}

@media only screen and (max-width: 1280px) {
  #business_d_members #db-members .absolute_box p em {
    font-size: 3.125vw;
  }
}

@media only screen and (max-width: 768px) {
  #business_d_members #db-members .absolute_box p em {
    font-size: 3.90625vw;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members #db-members .absolute_box p em {
    margin-top: 0;
    margin-left: 3.75vw;
    font-size: 6.25vw;
  }
}

#business_d_members #db-members aside {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #business_d_members #db-members aside {
    font-size: 3.125vw;
    text-align: left;
    line-height: 145%;
  }
}

#business_d_members #be_save_points {
  background: rgba(179, 231, 238, 0.25);
  padding: 130px 0 100px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points {
    padding: 18.75vw 0 15.625vw;
  }
  #business_d_members #be_save_points .wrapper_dbm {
    width: 100%;
  }
}

#business_d_members #be_save_points h2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 127.27273%;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points h2 {
    width: 100%;
    font-size: 5.625vw;
    text-align: center;
  }
}

#business_d_members #be_save_points h2 span {
  display: inline-block;
  position: relative;
  text-align: left;
  padding-left: 190px;
}

@media only screen and (max-width: 768px) {
  #business_d_members #be_save_points h2 span {
    padding-left: 13.02083vw;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points h2 span {
    padding-left: 0;
  }
}

#business_d_members #be_save_points h2 span b {
  background: #b3e7ee;
  background: linear-gradient(180deg, rgba(179, 231, 238, 0) 75%, #fcff00 75%, #fcff00 85%, rgba(252, 255, 0, 0) 85%);
  text-align: left;
}

#business_d_members #be_save_points h2 span:before {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  #business_d_members #be_save_points h2 span:before {
    width: 11.71875vw;
    height: 11.71875vw;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points h2 span:before {
    width: 29.6875vw;
    height: 29.6875vw;
    margin: 0 auto 6.25vw;
    position: static;
    transform: none;
  }
}

#business_d_members #be_save_points ul.check_list li {
  padding-left: 64px;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points ul.check_list li {
    padding-left: 10vw;
    font-size: 4.375vw;
  }
}

#business_d_members #be_save_points ul.check_list li:not(:last-child) {
  margin-bottom: 40px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points ul.check_list li:not(:last-child) {
    margin-bottom: 6.25vw;
  }
}

#business_d_members #be_save_points ul.check_list li:before {
  background: url("/content/dam/nttcom/hq/jp/business/lp/dbm/img/icon_check.png") no-repeat left top/contain;
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 5px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points ul.check_list li:before {
    width: 7.03125vw;
    height: 7.03125vw;
    top: 0.78125vw;
  }
}

#business_d_members #be_save_points ul.check_list li em {
  color: #cb0033;
}

#business_d_members #be_save_points ul.check_list li em.underline {
  border-bottom: solid 1px #cb0033;
}

#business_d_members #be_save_points ul.check_list li small {
  font-size: 12px;
  font-weight: 300;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points ul.check_list li small {
    font-size: 3.4375vw;
  }
}

#business_d_members #be_save_points .stack {
  margin-bottom: 146px;
  position: relative;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .stack {
    margin-bottom: 22.8125vw;
  }
}

#business_d_members #be_save_points .stack h2 {
  margin-bottom: 110px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .stack h2 {
    margin-bottom: 12.5vw;
  }
}

#business_d_members #be_save_points .stack h2 span:before {
  background: url("/content/dam/nttcom/hq/jp/business/lp/dbm/img/icon_stack.png") no-repeat left top/contain;
}

#business_d_members #be_save_points .stack .inner {
  width: 722px;
  margin: 0 auto;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .stack .inner {
    width: 87.5vw;
  }
}

#business_d_members #be_save_points .stack .check_list {
  margin-bottom: 63px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .stack .check_list {
    margin-bottom: 9.84375vw;
  }
}

#business_d_members #be_save_points .stack table {
  width: 100%;
}

#business_d_members #be_save_points .stack table th, #business_d_members #be_save_points .stack table td {
  font-weight: 500;
}

#business_d_members #be_save_points .stack table th:not(:last-child), #business_d_members #be_save_points .stack table td:not(:last-child) {
  border-right: solid 1px #000;
}

#business_d_members #be_save_points .stack table th {
  background: #e5e5e5;
  padding: 13px 0;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
  line-height: 156.25%;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .stack table th {
    padding: 2.03125vw 0;
    font-size: 3.125vw;
  }
}

#business_d_members #be_save_points .stack table th span {
  display: block;
  padding-top: 25px;
  position: relative;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .stack table th span {
    padding-top: 3.90625vw;
  }
}

#business_d_members #be_save_points .stack table th span:before {
  background: #f60000;
  content: "NEW";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .stack table th span:before {
    width: 12.5vw;
    height: 6.25vw;
    font-size: 3.90625vw;
    top: -4.6875vw;
  }
}

#business_d_members #be_save_points .stack table th span:after {
  position: absolute;
  display: block;
  height: 1px;
  width: 1px;
  content: " ";
  left: 50%;
  top: 3px;
  transform: translateX(-50%);
  border-top: #f60000 solid 16px;
  border-left: transparent solid 8px;
  border-right: transparent solid 8px;
  border-bottom: none;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .stack table th span:after {
    position: absolute;
    display: block;
    height: 1px;
    width: 1px;
    content: " ";
    left: 50%;
    top: 3px;
    transform: translateX(-50%);
    border-top: #f60000 solid 2.5vw;
    border-left: transparent solid 2.5vw/2;
    border-right: transparent solid 2.5vw/2;
    border-bottom: none;
  }
}

#business_d_members #be_save_points .stack table th em {
  background: #f60000;
  border-radius: 25px;
  display: inline-block;
  padding: 0 1em;
  color: #fff;
  font-size: 10px;
  line-height: 150%;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .stack table th em {
    border-radius: 1.5625vw;
    font-size: 3.125vw;
  }
}

#business_d_members #be_save_points .stack table td {
  background: #fff;
  padding: 16px 0;
  font-size: 14px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .stack table td {
    padding: 2.5vw;
    font-size: 3.125vw;
    white-space: nowrap;
    vertical-align: middle;
  }
}

#business_d_members #be_save_points .stack table tr:nth-child(2) td {
  background: rgba(102, 179, 224, 0.8);
}

#business_d_members #be_save_points .stack table tr:nth-child(3) td {
  background: rgba(153, 205, 235, 0.8);
}

#business_d_members #be_save_points .stack table tr:nth-child(4) td {
  background: rgba(204, 230, 245, 0.8);
}

#business_d_members #be_save_points .stack table tr:nth-child(5) td {
  background: rgba(229, 242, 250, 0.8);
}

#business_d_members #be_save_points .stack table tr:nth-child(6) td {
  background: #fff;
}

#business_d_members #be_save_points .stack .absolute {
  display: block;
  width: 260px;
  position: absolute;
  right: 0;
  top: 40px;
}

@media only screen and (max-width: 1280px) {
  #business_d_members #be_save_points .stack .absolute {
    width: 20.3125vw;
    top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #business_d_members #be_save_points .stack .absolute {
    width: 26.04167vw;
    top: 5.20833vw;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .stack .absolute {
    width: 31.25vw;
    top: 46.875vw;
    right: 3.125vw;
  }
}

#business_d_members #be_save_points .use {
  margin-bottom: 113px;
  position: relative;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .use {
    margin-bottom: 17.65625vw;
  }
}

#business_d_members #be_save_points .use h2 {
  margin-bottom: 110px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .use h2 {
    margin-bottom: 12.5vw;
  }
}

#business_d_members #be_save_points .use h2 span:before {
  background: url("/content/dam/nttcom/hq/jp/business/lp/dbm/img/icon_use.png") no-repeat left top/contain;
}

#business_d_members #be_save_points .use .inner {
  width: 722px;
  margin: 0 auto;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .use .inner {
    width: 87.5vw;
  }
}

#business_d_members #be_save_points .use .check_list {
  width: 600px;
  margin: 0 auto 60px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .use .check_list {
    width: 100%;
    margin-bottom: 9.375vw;
  }
}

#business_d_members #be_save_points .use .check_list + figure {
  margin-bottom: 80px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .use .check_list + figure {
    margin-bottom: 12.5vw;
  }
}

#business_d_members #be_save_points .use .check_list + figure img {
  width: 413px;
  max-width: 100%;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .use .check_list + figure img {
    width: 100%;
  }
}

#business_d_members #be_save_points .use .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -25px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .use .row {
    justify-content: space-between;
    width: 54.6875vw;
    margin: 0 auto;
  }
}

#business_d_members #be_save_points .use .row .col {
  width: 126px;
  margin-left: 25px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .use .row .col {
    width: 25vw;
    margin-left: 0;
    margin-bottom: 7.5vw;
  }
}

#business_d_members #be_save_points .use .row .col figure {
  margin-bottom: 14px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .use .row .col figure {
    margin-bottom: 2.1875vw;
  }
}

#business_d_members #be_save_points .use .row .col figure img {
  width: 100%;
}

#business_d_members #be_save_points .use .row .col p {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 150%;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .use .row .col p {
    font-size: 3.4375vw;
  }
}

#business_d_members #be_save_points .use .row.new {
  margin-bottom: 77px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .use .row.new {
    margin-bottom: 12.03125vw;
  }
}

#business_d_members #be_save_points .use .until_now .col {
  margin-bottom: 30px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .use .until_now .col {
    margin-bottom: 4.6875vw;
  }
}

#business_d_members #be_save_points .management {
  position: relative;
}

#business_d_members #be_save_points .management .bg {
  background: #a4d1ec;
  border-radius: 10px;
  width: 890px;
  margin: 0 auto;
  padding: 10px 0;
}

@media only screen and (max-width: 1030px) {
  #business_d_members #be_save_points .management .bg {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #business_d_members #be_save_points .management .bg {
    width: 98%;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .management .bg {
    border-radius: 1.5625vw;
    width: 93.75vw;
    padding: 1.5625vw 0;
  }
}

#business_d_members #be_save_points .management .bg .inner-bg {
  background: #fff;
  border-radius: 10px;
  padding-top: 97px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .management .bg .inner-bg {
    border-radius: 1.5625vw;
    padding-top: 15.15625vw;
    padding-bottom: 9.375vw;
  }
}

#business_d_members #be_save_points .management .block {
  width: 680px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #business_d_members #be_save_points .management .block {
    width: 90%;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .management .block {
    width: 87.5vw;
  }
}

#business_d_members #be_save_points .management h2 {
  margin-bottom: 82px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .management h2 {
    margin-bottom: 12.5vw;
  }
}

#business_d_members #be_save_points .management h2 span:before {
  background: url("/content/dam/nttcom/hq/jp/business/lp/dbm/img/icon_management.png") no-repeat left top/contain;
}

#business_d_members #be_save_points .management .check_list {
  width: 600px;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .management .check_list {
    width: 100%;
    margin-bottom: 7.8125vw;
  }
}

#business_d_members #be_save_points .management .check_list + figure {
  margin-bottom: 75px;
  text-align: center;
}

#business_d_members #be_save_points .management .check_list + figure img {
  display: inline-block;
  width: 633px;
  position: relative;
  right: -76px;
}

@media only screen and (max-width: 768px) {
  #business_d_members #be_save_points .management .check_list + figure img {
    right: -3.90625vw;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .management .check_list + figure img {
    width: 100%;
    right: auto;
  }
}

#business_d_members #be_save_points .management .check_list + figure figcaption {
  margin-top: 13px;
  font-size: 12px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .management .check_list + figure figcaption {
    margin-top: 2.03125vw;
    font-size: 3.125vw;
  }
}

#business_d_members #be_save_points .management aside {
  margin-top: 23px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .management aside {
    margin-top: 3.59375vw;
  }
}

#business_d_members #be_save_points .management aside ul li {
  padding-left: 1em;
  font-size: 11px;
  font-weight: 300;
  position: relative;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .management aside ul li {
    font-size: 3.125vw;
  }
}

#business_d_members #be_save_points .management aside ul li a {
  text-decoration: underline;
}

#business_d_members #be_save_points .management aside ul li:before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
}

#business_d_members #be_save_points .management .solving h3 {
  margin-bottom: 33px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .management .solving h3 {
    margin-bottom: 5.15625vw;
  }
}

#business_d_members #be_save_points .management .solving h4 {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .management .solving h4 {
    margin-bottom: 3.125vw;
    font-size: 3.75vw;
    line-height: 140%;
  }
}

#business_d_members #be_save_points .management .solving h4 em {
  display: inline-block;
  margin-top: 24px;
  color: #0080cb;
  font-size: 21px;
  line-height: 142.85714%;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .management .solving h4 em {
    margin-top: 3.75vw;
    font-size: 4.375vw;
  }
}

#business_d_members #be_save_points .management .solving .problem {
  background: #e5e5e5;
  border-radius: 5px;
  padding: 20px 36px;
  margin-bottom: 36px;
  position: relative;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .management .solving .problem {
    padding: 3.125vw 5.625vw;
    margin-bottom: 5.625vw;
  }
}

#business_d_members #be_save_points .management .solving .problem:before {
  background: #e5e5e5;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%) rotate(45deg);
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .management .solving .problem:before {
    width: 6.25vw;
    height: 6.25vw;
    bottom: -3.125vw;
  }
}

#business_d_members #be_save_points .management .solving .problem .row {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .management .solving .problem .row {
    flex-wrap: wrap;
  }
}

#business_d_members #be_save_points .management .solving .problem .row .col {
  display: flex;
  justify-content: space-between;
  width: 47.13494%;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .management .solving .problem .row .col {
    width: 100%;
  }
}

#business_d_members #be_save_points .management .solving .problem .row .col figure {
  width: 32.15686%;
}

#business_d_members #be_save_points .management .solving .problem .row .col figure img {
  width: 100%;
}

#business_d_members #be_save_points .management .solving .problem .row .col p {
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 62.7451%;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 700;
  line-height: 128.57143%;
  position: relative;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .management .solving .problem .row .col p {
    border-radius: 1.5625vw;
    padding: 0 3.4375vw;
    font-size: 3.125vw;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .management .solving .problem .row .col:first-child {
    margin-bottom: 4.6875vw;
  }
}

#business_d_members #be_save_points .management .solving .problem .row .col:first-child figure {
  order: 2;
}

#business_d_members #be_save_points .management .solving .problem .row .col:first-child p {
  order: 1;
}

#business_d_members #be_save_points .management .solving .problem .row .col:first-child p:before {
  position: absolute;
  display: block;
  height: 1px;
  width: 1px;
  content: " ";
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
  border-left: #fff solid 22px;
  border-top: transparent solid 11px;
  border-bottom: transparent solid 11px;
  border-right: none;
}

#business_d_members #be_save_points .management .solving .problem .row .col:last-child p:before {
  position: absolute;
  display: block;
  height: 1px;
  width: 1px;
  content: " ";
  left: -11px;
  top: 50%;
  transform: translateY(-50%);
  border-right: #fff solid 22px;
  border-top: transparent solid 11px;
  border-bottom: transparent solid 11px;
  border-left: none;
}

#business_d_members #be_save_points .management .solving .answer {
  background: rgba(179, 231, 238, 0.5);
  border-radius: 10px;
  padding: 30px 46px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .management .solving .answer {
    border-radius: 1.5625vw;
    padding: 4.6875vw 7.1875vw;
  }
}

#business_d_members #be_save_points .management .solving .answer h4 {
  margin-bottom: 34px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .management .solving .answer h4 {
    margin-bottom: 5.3125vw;
  }
}

#business_d_members #be_save_points .management .solving .answer figure img {
  width: 100%;
}

#business_d_members #be_save_points .babble {
  padding-top: 90px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .babble {
    padding-top: 14.0625vw;
    margin-bottom: 12.5vw;
  }
}

#business_d_members #be_save_points .babble p {
  background: #0080cb;
  padding: 30px 0;
  width: 880px;
  margin: 0 auto;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 163.33333%;
  letter-spacing: 0.07em;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #business_d_members #be_save_points .babble p {
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .babble p {
    width: 92.1875vw;
    padding: 4.6875vw 0;
    font-size: 5.46875vw;
  }
}

#business_d_members #be_save_points .babble p:after {
  background: #0080cb;
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%) rotate(45deg);
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .babble p:after {
    width: 8.75vw;
    height: 8.75vw;
    bottom: -4.375vw;
  }
}

#business_d_members #be_save_points .btn.join a {
  padding-left: 0;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #business_d_members #be_save_points .btn.join a {
    width: 87.5vw;
    padding: 4.21875vw 4.21875vw 4.21875vw 13.125vw;
  }
}

#business_d_members #d_account {
  padding-top: 134px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account {
    padding-top: 20.9375vw;
  }
  #business_d_members #d_account .wrapper_dbm {
    width: 100%;
  }
}

#business_d_members #d_account span.babble {
  background: #fcff00;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  font-size: 20px;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
  position: absolute;
  left: -200px;
  top: 50%;
  transform: translateY(-50%);
}

#business_d_members #d_account span.babble:after {
  position: absolute;
  content: "";
  border-left: 18px solid #fcff00;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: -14px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account span.babble:after {
    border-top: 10px solid #fcff00;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: auto;
    bottom: -4.375vw;
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  #business_d_members #d_account span.babble {
    width: 18.22917vw;
    height: 18.22917vw;
    left: -20.83333vw;
    font-size: 2.1875vw;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account span.babble {
    width: 32.8125vw;
    height: 32.8125vw;
    margin: 0 auto 2.8125vw;
    font-size: 4.0625vw;
    position: relative;
    left: 0;
    transform: none;
  }
}

#business_d_members #d_account h2 {
  margin-bottom: 86px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account h2 {
    margin-bottom: 13.4375vw;
  }
}

#business_d_members #d_account h2 span {
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #business_d_members #d_account h2 span.babble {
    border-radius: 6.25vw;
    width: 58.59375vw;
    height: 12.5vw;
    margin: 0 auto 2.8125vw;
    position: static;
    transform: none;
  }
  #business_d_members #d_account h2 span.babble:after {
    display: none;
  }
  #business_d_members #d_account h2 span.babble br {
    display: none !important;
  }
}

#business_d_members #d_account h2 img {
  width: 460px;
  max-width: 100%;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account h2 img {
    width: 87.8125vw;
  }
}

#business_d_members #d_account .catch {
  margin-bottom: 71px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .catch {
    margin-bottom: 11.09375vw;
  }
}

#business_d_members #d_account .catch em:after {
  background: #cb0033;
}

#business_d_members #d_account .text {
  margin-bottom: 88px;
  font-size: 20px;
  letter-spacing: 190%;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .text {
    width: 87.5vw;
    margin: 0 auto 13.75vw;
    font-size: 3.75vw;
    text-align: left;
  }
}

#business_d_members #d_account .merit {
  width: 890px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #business_d_members #d_account .merit {
    width: 98%;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit {
    width: 93.75vw;
  }
}

#business_d_members #d_account .merit h3.bg {
  background: #cb0033;
  padding: 13px 0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit h3.bg {
    padding: 2.03125vw;
    font-size: 6.25vw;
  }
}

#business_d_members #d_account .merit .btn.detail {
  text-align: center;
}

#business_d_members #d_account .merit .btn.detail a {
  background: #fff;
  border: solid 1px #dd002b;
  border-radius: 5px;
  display: inline-block;
  width: 330px;
  padding: 17px 0;
  color: #dd002b;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .btn.detail a {
    width: 51.5625vw;
    padding: 2.65625vw;
    font-size: 4.0625vw;
  }
}

#business_d_members #d_account .merit .btn.detail a:after {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  content: " ";
  transform: rotate(-45deg);
  border-bottom: #dd002b solid 1px;
  border-right: #dd002b solid 1px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

#business_d_members #d_account .merit aside {
  font-size: 12px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit aside {
    font-size: 3.125vw;
    line-height: 175%;
    text-align: left;
    margin: 0 auto;
    width: 90%;
  }
}

#business_d_members #d_account .merit .block {
  margin-bottom: 42px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block {
    margin-bottom: 6.5625vw;
  }
}

#business_d_members #d_account .merit .block > section:nth-child(odd) {
  background: #f6f6f6;
}

#business_d_members #d_account .merit .block > section:nth-child(even) {
  background: #ededee;
}

#business_d_members #d_account .merit .block > section h4 {
  text-align: center;
  position: relative;
}

#business_d_members #d_account .merit .block > section h4 > span {
  display: inline-block;
  width: 323px;
  position: relative;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section h4 > span {
    width: 100%;
  }
}

#business_d_members #d_account .merit .block > section p.lead {
  margin-bottom: 33px;
  font-size: 25px;
  font-weight: 900;
  line-height: 156%;
  letter-spacing: 0.084em;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section p.lead {
    margin-bottom: 5.15625vw;
    font-size: 4.6875vw;
  }
}

#business_d_members #d_account .merit .block > section p.lead span {
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 90%, #ce0f31 90%);
}

#business_d_members #d_account .merit .block > section p.text {
  margin-bottom: 40px;
  font-size: 20px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section p.text {
    margin-bottom: 6.25vw;
    font-size: 3.75vw;
    text-align: left;
  }
}

#business_d_members #d_account .merit .block > section.gacco {
  padding: 53px 0 64px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.gacco {
    padding: 8.28125vw 0 10vw;
  }
}

#business_d_members #d_account .merit .block > section.gacco h4 {
  margin-bottom: 33px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.gacco h4 {
    margin-bottom: 5.15625vw;
  }
}

#business_d_members #d_account .merit .block > section.gacco h4 img {
  width: 91.02167%;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.gacco h4 img {
    width: 57.34375vw;
  }
}

#business_d_members #d_account .merit .block > section.gacco .examples {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 25px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.gacco .examples {
    flex-wrap: wrap;
  }
}

#business_d_members #d_account .merit .block > section.gacco .examples ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 780px;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 768px) {
  #business_d_members #d_account .merit .block > section.gacco .examples ul {
    width: 90%;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.gacco .examples ul {
    display: block;
    margin-bottom: 4.6875vw;
  }
}

#business_d_members #d_account .merit .block > section.gacco .examples ul li {
  width: 380px;
}

@media only screen and (max-width: 768px) {
  #business_d_members #d_account .merit .block > section.gacco .examples ul li {
    width: 48%;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.gacco .examples ul li {
    width: 100%;
    margin-bottom: 6.25vw;
  }
}

#business_d_members #d_account .merit .block > section.gacco .examples ul li:last-child {
  margin-bottom: 0;
}

#business_d_members #d_account .merit .block > section.gacco .examples ul li img {
  width: 100%;
  margin-bottom: 10px;
}

#business_d_members #d_account .merit .block > section.gacco .examples ul li h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 140%;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.gacco .examples ul li h5 {
    font-size: 4.0625vw;
  }
}

#business_d_members #d_account .merit .block > section.gacco .examples ul li p {
  font-size: 15px;
  line-height: 175%;
  font-weight: 400;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.gacco .examples ul li p {
    font-size: 3.4375vw;
  }
}

#business_d_members #d_account .merit .block > section.gacco .examples .col section:not(:last-child) {
  margin-bottom: 20px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.gacco .examples .col section:not(:last-child) {
    margin-bottom: 3.125vw;
  }
}

#business_d_members #d_account .merit .block > section.gacco .examples .col section h6 {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.056em;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.gacco .examples .col section h6 {
    margin-bottom: 2.03125vw;
    font-size: 4.0625vw;
  }
}

#business_d_members #d_account .merit .block > section.gacco .examples .col section h6 span {
  background: #656464;
  padding: 0 0.5em;
  color: #fff;
}

#business_d_members #d_account .merit .block > section.gacco .examples .col section p {
  font-size: 14px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.gacco .examples .col section p {
    font-size: 3.4375vw;
  }
}

#business_d_members #d_account .merit .block > section.gacco .examples p.marker {
  width: 100%;
  margin-top: 23px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.gacco .examples p.marker {
    margin-top: 3.59375vw;
    font-size: 3.4375vw;
  }
}

#business_d_members #d_account .merit .block > section.gacco .examples p.marker span {
  background: #fcff00;
}

#business_d_members #d_account .merit .block > section.gacco .btn {
  margin-bottom: 18px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.gacco .btn {
    margin-bottom: 2.8125vw;
  }
}

#business_d_members #d_account .merit .block > section.newspicks {
  padding: 90px 0 64px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.newspicks {
    padding: 9.375vw 0 10vw;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.newspicks .babble {
    margin-bottom: 8.28125vw;
  }
}

#business_d_members #d_account .merit .block > section.newspicks h4 {
  margin-bottom: 68px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.newspicks h4 {
    margin-bottom: 9.0625vw;
  }
}

#business_d_members #d_account .merit .block > section.newspicks h4 img {
  width: 380px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.newspicks h4 img {
    width: 59.375vw;
  }
}

#business_d_members #d_account .merit .block > section.newspicks figure {
  margin-bottom: 35px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.newspicks figure {
    margin-bottom: 5.46875vw;
  }
}

#business_d_members #d_account .merit .block > section.newspicks figure img {
  width: 302px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.newspicks figure img {
    width: 59.375vw;
  }
}

#business_d_members #d_account .merit .block > section.newspicks p.text {
  text-align: center;
  margin: 0 auto 15px;
  line-height: 38px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.newspicks p.text {
    text-align: left;
    line-height: 5.9375vw;
    width: 87.5vw;
    margin-bottom: 7.8125vw;
  }
}

#business_d_members #d_account .merit .block > section.newspicks .list {
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 500px;
  margin: 0 auto 30px;
  padding: 20px;
  box-sizing: border-box;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.newspicks .list {
    text-align: left;
    padding: 5.9375vw;
    width: 84.375vw;
    margin-bottom: 7.8125vw;
  }
}

#business_d_members #d_account .merit .block > section.newspicks .list li {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.08em;
  position: relative;
  margin-bottom: 14px;
  padding-left: 1.2em;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.newspicks .list li {
    font-size: 3.4375vw;
    line-height: 4.6875vw;
    margin-bottom: 2.1875vw;
  }
}

#business_d_members #d_account .merit .block > section.newspicks .list li span {
  position: absolute;
  right: 10px;
  bottom: 0;
  font-size: 12px;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.newspicks .list li span {
    font-size: 3.125vw;
  }
}

#business_d_members #d_account .merit .block > section.newspicks .list li:last-child {
  margin-bottom: 0;
}

#business_d_members #d_account .merit .block > section.newspicks .list li:before {
  content: "●";
  color: #cccccc;
  position: absolute;
  left: 0;
  top: 0;
}

#business_d_members #d_account .merit .block > section.wifi {
  padding: 114px 0 70px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.wifi {
    padding: 9.375vw 0 10.9375vw;
  }
}

#business_d_members #d_account .merit .block > section.wifi h4 {
  margin-bottom: 70px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.wifi h4 {
    margin-bottom: 10.9375vw;
  }
}

#business_d_members #d_account .merit .block > section.wifi h4 img {
  width: 100%;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.wifi h4 img {
    width: 62.5vw;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.wifi h4 .babble {
    margin-bottom: 7.8125vw;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.wifi p.lead {
    padding-right: 18.75vw;
  }
}

#business_d_members #d_account .merit .block > section.wifi p.lead span {
  position: relative;
}

#business_d_members #d_account .merit .block > section.wifi p.lead span:after {
  background: url("/content/dam/nttcom/hq/jp/business/lp/dbm/img/img_wifi.png") no-repeat left top/contain;
  content: "";
  display: block;
  width: 100px;
  height: 84px;
  position: absolute;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .block > section.wifi p.lead span:after {
    width: 15.625vw;
    height: 13.125vw;
    right: -18.75vw;
  }
}

#business_d_members #d_account .merit .others {
  margin-bottom: 80px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .others {
    margin-bottom: 12.5vw;
  }
}

#business_d_members #d_account .merit .others h4 {
  margin-bottom: 100px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .others h4 {
    margin-bottom: 15.625vw;
    font-size: 6.25vw;
    line-height: 175%;
  }
}

#business_d_members #d_account .merit .others h4 span {
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 90%, #ce0f31 90%);
}

#business_d_members #d_account .merit .others p {
  color: #cb0033;
  font-size: 38px;
  font-weight: 900;
  line-height: 157.89474%;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .others p {
    font-size: 6.40625vw;
  }
}

#business_d_members #d_account .merit .others p span {
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 75%, #ededee 75%);
}

#business_d_members #d_account .merit .btn.entry {
  margin-bottom: 150px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .btn.entry {
    margin-bottom: 20.3125vw;
  }
}

#business_d_members #d_account .merit .btn.entry a {
  background: #dd002b;
  border-radius: 5px;
  box-sizing: border-box;
  display: inline-block;
  width: 600px;
  padding: 27px 0 27px 84px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .btn.entry a {
    width: 87.5vw;
    padding: 4.21875vw 13.125vw;
    font-size: 4.6875vw;
    text-align: left;
  }
}

#business_d_members #d_account .merit .btn.entry a span {
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .btn.entry a span {
    text-align: center;
    line-height: 145%;
  }
}

#business_d_members #d_account .merit .btn.entry a span:before {
  background: url("/content/dam/nttcom/hq/jp/business/lp/dbm/img/icon_document.png") no-repeat left top/contain;
  content: "";
  display: block;
  width: 49px;
  height: 33px;
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .btn.entry a span:before {
    width: 7.65625vw;
    height: 5.15625vw;
    left: -9.375vw;
  }
}

#business_d_members #d_account .merit .btn.entry a:after {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  content: " ";
  transform: rotate(-45deg);
  border-bottom: #fff solid 2px;
  border-right: #fff solid 2px;
  right: 39px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .merit .btn.entry a:after {
    right: 6.09375vw;
  }
}

#business_d_members #d_account .campaign {
  margin-bottom: 136px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .campaign {
    margin-bottom: 21.25vw;
  }
}

#business_d_members #d_account .campaign h3 {
  margin-bottom: 45px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .campaign h3 {
    margin-bottom: 7.03125vw;
  }
}

#business_d_members #d_account .campaign .block {
  width: 886px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #business_d_members #d_account .campaign .block {
    width: 98%;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .campaign .block {
    width: 87.5vw;
  }
}

#business_d_members #d_account .campaign .block figure img {
  max-width: 100%;
}

#business_d_members #d_account .campaign .block > figure {
  padding-top: 1px;
}

#business_d_members #d_account .campaign .block .row {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .campaign .block .row {
    flex-wrap: wrap;
  }
}

#business_d_members #d_account .campaign .block .row section {
  width: 49.43567%;
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .campaign .block .row section {
    width: 100%;
  }
}

#business_d_members #d_account .campaign .block .row section h4 {
  background: #de002b;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  font-weight: 700;
  position: relative;
}

#business_d_members #d_account .campaign .block .row section h4:after {
  background: #de002b;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%) rotate(-45deg);
}

#business_d_members #d_account .campaign .block .row section h4 .count {
  color: #fff;
  font-size: 17px;
}

@media only screen and (max-width: 768px) {
  #business_d_members #d_account .campaign .block .row section h4 .count {
    font-size: 1.82292vw;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .campaign .block .row section h4 .count {
    font-size: 2.8125vw;
  }
}

#business_d_members #d_account .campaign .block .row section h4 .count em {
  font-size: 29px;
}

@media only screen and (max-width: 768px) {
  #business_d_members #d_account .campaign .block .row section h4 .count em {
    font-size: 3.38542vw;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .campaign .block .row section h4 .count em {
    font-size: 4.6875vw;
  }
}

#business_d_members #d_account .campaign .block .row section h4 .content {
  border-left: solid 1px #fff;
  padding-left: 25px;
  margin-left: 25px;
  color: #f3ef00;
  font-size: 18px;
  line-height: 127.77778%;
}

@media only screen and (max-width: 768px) {
  #business_d_members #d_account .campaign .block .row section h4 .content {
    font-size: 2.08333vw;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members #d_account .campaign .block .row section h4 .content {
    padding-left: 3.90625vw;
    margin-left: 3.90625vw;
    font-size: 3.125vw;
  }
}

#business_d_members #contact {
  margin-bottom: 97px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #contact {
    margin-bottom: 9.375vw;
  }
}

#business_d_members #contact .main_title {
  margin-bottom: 60px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #contact .main_title {
    margin-bottom: 8.59375vw;
    font-size: 5.625vw;
  }
}

#business_d_members #contact .left_box {
  float: left;
  margin-left: 80px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1020px) {
  #business_d_members #contact .left_box {
    margin-left: 7.84314%;
  }
}

@media only screen and (max-width: 880px) {
  #business_d_members #contact .left_box {
    float: none;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members #contact .left_box {
    margin-left: 0;
    margin-bottom: 9.375vw;
  }
}

#business_d_members #contact .left_box h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #cc0033;
}

@media only screen and (max-width: 834px) {
  #business_d_members #contact .left_box h3 {
    margin-bottom: 5.46875vw;
    font-size: 5vw;
  }
}

#business_d_members #contact .left_box h3 img {
  width: 30px;
  margin-right: 12px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #contact .left_box h3 img {
    width: 9.375vw;
    margin-right: 4.6875vw;
  }
}

#business_d_members #contact .left_box .contact_btn {
  border: solid 1px #333333;
  width: 330px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #fff;
  cursor: pointer;
}

#business_d_members #contact .left_box .contact_btn:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 1020px) {
  #business_d_members #contact .left_box .contact_btn {
    width: 32.35294vw;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members #contact .left_box .contact_btn {
    width: 100%;
    line-height: 15.625vw;
    font-size: 4.6875vw;
    border-radius: 1.5625vw;
    -webkit-border-radius: 1.5625vw;
    -moz-border-radius: 1.5625vw;
  }
}

#business_d_members #contact .left_box .contact_btn:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/content/dam/nttcom/hq/jp/business/lp/dbm/img/link_icon.png) no-repeat center top/contain;
  width: 13px;
  height: 13px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #contact .left_box .contact_btn:after {
    width: 4.0625vw;
    height: 4.0625vw;
  }
}

#business_d_members #contact .right_box {
  float: right;
  margin-right: 30px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1020px) {
  #business_d_members #contact .right_box {
    margin-right: 2.94118%;
  }
}

@media only screen and (max-width: 880px) {
  #business_d_members #contact .right_box {
    float: none;
    margin-left: 9.09091%;
  }
}

@media only screen and (max-width: 834px) {
  #business_d_members #contact .right_box {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 6.25vw;
  }
}

#business_d_members #contact .right_box h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #cc0033;
}

@media only screen and (max-width: 834px) {
  #business_d_members #contact .right_box h3 {
    margin-bottom: 5.46875vw;
    font-size: 5vw;
  }
}

#business_d_members #contact .right_box h3 img {
  width: 20px;
  margin-right: 12px;
  vertical-align: middle;
}

@media only screen and (max-width: 834px) {
  #business_d_members #contact .right_box h3 img {
    width: 6.25vw;
    margin-right: 4.6875vw;
  }
}

#business_d_members #contact .right_box p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 18px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #contact .right_box p {
    font-size: 4.375vw;
    margin-bottom: 4.6875vw;
  }
}

#business_d_members #contact .right_box h4 {
  font-size: 36px;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333333;
}

@media only screen and (max-width: 834px) {
  #business_d_members #contact .right_box h4 {
    font-size: 11.25vw;
    margin-bottom: 4.6875vw;
    text-align: center;
  }
}

#business_d_members #contact .right_box h4 span {
  font-size: 12px;
  font-weight: 400;
  color: #cc0033;
  border: solid 1px #cc0033;
  line-height: 100%;
  padding: 5px;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

@media only screen and (max-width: 834px) {
  #business_d_members #contact .right_box h4 span {
    font-size: 3.75vw;
    padding: 1.5625vw;
  }
}

#business_d_members #contact .right_box span {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #contact .right_box span {
    font-size: 3.75vw;
    line-height: 6.25vw;
  }
}

#business_d_members #contact .text {
  clear: both;
  border-top: solid 1px #cccccc;
  padding-top: 40px;
}

@media only screen and (max-width: 834px) {
  #business_d_members #contact .text {
    padding-top: 6.25vw;
  }
}

#business_d_members #contact .text p {
  font-size: 12px;
  font-weight: 400;
}

@media only screen and (max-width: 834px) {
  #business_d_members #contact .text p {
    font-size: 2.8125vw;
  }
}

footer .snsArea ul li,
footer .snsArea ul li a{
	line-height: 1.1;
}
footer .linkArea li{
	line-height: 1;
}