@charset "UTF-8";

body {
  margin: 0;
  padding: 0;

  font-family: 'Hiragino Sans';
  /* N50 */
  background: #faf9f7;
  /* N900 */
  color: #1d1c1a;

  /* bodyLight_SP */
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}

h1 {
  /* subtitle_SP */
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
}

h2 {
  /* subtitle_SP */
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
}

p {
  margin: 0px;
}

/* ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */

.button {
  padding: 8px 24px;

  /* B500 */
  background: #454AB8;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 8px;
  cursor: pointer;

  /* bigButtonSP */
  font-family: 'Hiragino Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-align: center;

  /* wh */
  color: #FFFFFF;
}

/* ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */

.container {
  margin: 40px 0px 64px;
  padding: 32px 16px;

  /* N10 */
  background: #fffefc;
}

.accordion-title {
  margin-left: 2px;
  margin-top: 16px;

  /* B500 */
  color: #454ab8;
}

.accordion-title:before {
  margin-right: 12px;

  content: '';
  background-image: url('./assets/angle-down.svg');
  display: inline-block;
  height: 9px;
  width: 17px;
  vertical-align: middle;
}

.accordion-title.expand:before {
  background-image: url('./assets/angle-up.svg');
}

.content-title {
  margin: 16px 0px 24px;
}

.content-message {
  margin-bottom: 24px;
}

.step {
  margin-bottom: 32px;
}

.step:last-child {
  margin-bottom: 0px;
}

.step-title {
  margin: 0px 0px 24px;
  padding-left: 8px;
  display: flex;
  flex-direction: column;

  /* B500 */
  border-left: 4px solid #454AB8;
}

.step-title-label {
  /* bodyLight_SP */
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}

.step-message {
  margin-bottom: 16px;
}

.download {
  padding: 24px 24px 16px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;

  /* N100 */
  background: #f4f2f0;
  border-radius: 8px;
}

.download-message {
  margin-bottom: 24px;

  /* captionLight */
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;

  text-align: center;
}

.copy-data {
  padding: 24px;

  display: flex;
  flex-direction: column;
  align-items: center;

  /* N100 */
  background: #F4F2F0;
  border-radius: 8px;
}

.copy-data-message {
  margin: 8px 0px;

  /* bigButtonSP */
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}

.copy-button {
  margin-top: 16px;
}

.copy-complete {
  margin-top: 16px;
  display: flex;
  align-items: center;
}

.copy-complete-message {
  margin-left: 8px;

  /* bodyBold_SP */
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}

.smartphone-image {
  margin-bottom: 32px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq-title {
  margin: 0px 0px 16px;
  text-align: center;
}
