@charset "utf-8";
/* このファイルはUTF-8のBOMなし(UTF-8N)で保存しています */

/**
 * CSS Information
 * ===============================================================
 *
 * Site URL:  http:/*
 * File name: start.css
 * Summary:   スタートページ用スタイル
 * Author:    CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    start
 * ===============================================================
*/
body[id="start"] [id="main"] {
  margin-bottom: 30px;
}

.boxQue {
  background-color: #8cd9f7;
}
.boxQueInner {
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .boxQue {
    border-radius: 0;
    padding: 20px;
  }
  .boxQueInner {
    padding: 20px 20px 30px;
  }
}
@media screen and (min-width: 769px) {
  .boxQue {
    border-radius: 20px;
    padding: 40px;
  }
  .boxQueInner {
    padding: 40px 60px 70px;
  }
}

.boxQueTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-bottom: 15px; */
  margin-bottom: 30px;
  color: #000;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
}
.boxQueTitle::before {
  flex-shrink: 0;
  width: calc(54 / 24 * 1em);
  height: calc(62 / 24 * 1em);
  margin-right: calc(14 / 24 * 1em);
  margin-bottom: calc(-10 / 24 * 1em);
  background-image: url(/assets/metpo/img/tokyomarathon2026/start/balloon-que.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.boxQueTitle .text {
  font-weight: inherit;
}

@media screen and (max-width: 768px) {
  .boxQueTitle {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .boxQueDescription {
    text-align: center;
  }
}

.boxQueFlow {
  display: flex;
  overflow: clip;
  max-width: 660px;
  margin-inline: auto;
  border-radius: 10px;
  font-size: clamp(1.8rem, calc(24 / 1024 * 100vw), 2.4rem);
}
.boxQueFlowTitle {
  position: relative;
  padding-inline: calc(20 / 24 * 1em);
  font-weight: bold;
  color: #fff;
  background-color: #1d2088;
}
.boxQueFlowTitle::after {
  position: absolute;
  content: "";
}
.boxQueFlow .numberList > li {
  display: flex;
  align-items: center;
}
.boxQueFlow .numberList > li::before {
  color: #1d2088;
}
.boxQueFlow .tag {
  width: 4em;
  margin-inline-end: calc(8 / 16 * 1em);
  padding-block: calc(4 / 16 * 1em);
  padding-inline: calc(8 / 16 * 1em);
  border-radius: 3px;
  background-color: #1d2088;
  color: #fff;
  font-weight: bold;
  font-size: calc(16 / 24 * 1em);
  line-height: 1.2;
  text-align: center;
}
.boxQueFlow .tag.tagMetpo {
  background-color: #009dcb;
}

@media screen and (max-width: 599px) {
  .boxQueFlow {
    flex-direction: column;
    row-gap: calc(32 / 24 * 1em);
  }
  .boxQueFlowTitle {
    container-type: inline-size;
    padding-block: calc(20 / 24 * 1em);
    text-align: center;
  }
  .boxQueFlowTitle::after {
    inset-block-end: calc(-24 / 24 * 1em);
    inset-inline-start: 50%;
    translate: -50% 0;
    border-block-start: calc(24 / 24 * 1em) solid #1d2088;
    border-inline: calc(20 / 24 * 1em) solid transparent;
  }
  .boxQueFlow .numberList {
    width: fit-content;
    margin-inline: auto;
  }
}
@media screen and (min-width: 600px) {
  .boxQueFlow {
    column-gap: calc(48 / 24 * 1em);
  }
  .boxQueFlowTitle {
    flex-shrink: 0;
    display: grid;
    place-items: center;
    container-type: size;
    width: 160px;
    padding-inline-end: calc(10 / 24 * 1em);
  }
  .boxQueFlowTitle::after {
    inset-block: 0;
    inset-inline-end: calc(-24 / 24 * 1em);
    border-block: 50cqh solid transparent;
    border-inline-start: calc(24 / 24 * 1em) solid #1d2088;
  }
}

.boxQueButtons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 10px 20px;
  max-width: 660px;
  margin-inline: auto;
}
.boxQueButtons .btnYes,
.boxQueButtons .btnNo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  border-radius: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  text-decoration: none;
  line-height: 1.3;
}
.boxQueButtons .btnYes::before,
.boxQueButtons .btnNo::before {
  display: block;
  position: absolute;
  inset: 3px;
  border: 3px solid #fff;
  border-radius: 12px;
  content: "";
  pointer-events: none;
}
.boxQueButtons .btnYes {
  background-color: #e70020;
}
.boxQueButtons .btnNo {
  background-color: #00abd4;
}
@media screen and (max-width: 768px) {
  .boxQueButtons {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .boxQueButtons .btnYes,
  .boxQueButtons .btnNo {
    font-size: 1.8rem;
  }
}

.boxMetpoResister {
}
.boxMetpoResisterTitle {
  margin-bottom: 30px;
  color: #000;
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
}
.boxMetpoResisterTitle .textMarker {
  display: inline-block;
  padding: 0 0.15em 0.1em;
  background-color: #fff000;
  color: inherit;
  line-height: 1.2;
}
.boxMetpoResisterDescription {
  margin-bottom: 30px;
  font-size: 1.6rem;
}
.boxMetpoResisterNotice {
  font-size: 1.4rem;
}
.boxMetpoResisterNotice strong {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .boxMetpoResisterTitle {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .boxMetpoResisterDescription {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .boxMetpoResisterNotice {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .boxMetpoResisterDescription {
    text-align: center;
  }
  .boxMetpoResisterNotice {
    text-align: center;
  }
}

.boxMetpoResisterButtons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 10px 20px;
  max-width: 660px;
  margin-inline: auto;
}
.boxMetpoResisterButtons .btnResister,
.boxMetpoResisterButtons .btnResisterTemporary {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  border-radius: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  text-decoration: none;
  line-height: 1.3;
}
.boxMetpoResisterButtons .btnResister::before,
.boxMetpoResisterButtons .btnResisterTemporary::before {
  display: block;
  position: absolute;
  inset: 3px;
  border: 3px solid #fff;
  border-radius: 12px;
  content: "";
  pointer-events: none;
}
.boxMetpoResisterButtons .btnResister {
  background-color: #003f76;
}
.boxMetpoResisterButtons .btnResisterTemporary {
  background-color: #00abd4;
}
@media screen and (max-width: 768px) {
  .boxMetpoResisterButtons {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .boxMetpoResisterButtons .btnResister,
  .boxMetpoResisterButtons .btnResisterTemporary {
    font-size: 1.8rem;
  }
}
