@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://use.typekit.net/gfl2jaj.css?display=swap');
@font-face {
  font-family: 'Sofia Pro Soft';
  src: url('/contents/ver1/common/responsive/top/fonts/SofiaProSoftBold.ttf'); /* TTF file for CSS3 browsers */
}

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
}

.what-is-main-container .faces-section-text {
  color: #606060;
  font-family: 'Noto Sans JP';
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0px;
  line-height: 28px;
}

.grey-dropdown-content-container.content-image-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.info-image {
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  max-width: 100%;
}

.sub-title {
  font-weight: bold !important;
}
.sub-title-container {
  margin-top: 15px;
}

.what-is-main-container ul.disc li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.what-is-main-container ul.disc li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 3px;
  color: #606060;
}

.info-note {
  margin-top: 20px;
}

@media only screen and (max-width: 1250px) {
  .what-is-main-container .h3-title {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 3%;
  }
  .info-image {
    width: 100%;
    flex: 1;
    max-width: initial;
  }

  .what-is-main-container p.text {
    font-size: 14px;
    line-height: 160%;
  }

  .what-is-main-container ul.disc li {
    font-size: 14px;
    line-height: 21px;
  }
  .info-note {
    margin-top: 40px;
  }
}