@charset "UTF-8";
.breadCrumb {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}

@media screen and (max-width: 428px) {
  .breadCrumb {
    display: none;
  }
}

.breadCrumb__item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.breadCrumbItem__link {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
  font-size: 14px;
  color: #272727;
}

.breadCrumbItem__link--gray {
  color: #afafaf;
}

.breadArrow {
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadArrow--brack {
  border-top: 1px solid #272727;
  border-right: 1px solid #272727;
}

.contactTitle {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contactTitleContainer {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: 36px;
  border-bottom: 1px solid #AFAFAF;
}

@media screen and (max-width: 428px) {
  .contactTitleContainer {
    padding: 0 27px;
    margin-top: 0px;
    border-bottom: none;
  }
}

.contactTitleContainer__item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 428px) {
  .contactTitleContainer__item {
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
  }
}

.contactTitleContainer__item h1 {
  font-family: 'EB Garamond', serif;
  font-size: 40px;
}

.contactTitleContainer__item span {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
}

@media screen and (max-width: 428px) {
  .contactTitleContainer__item span {
    font-size: 14px;
    margin-top: -15px;
  }
}

.line {
  width: 1px;
  height: 40px;
  background-color: #272727;
}

@media screen and (max-width: 428px) {
  .line {
    display: none;
  }
}

.catalogFormOrder {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 428px) {
  .catalogFormOrder {
    gap: 24px;
    margin-top: 24px;
    padding: 0 27px;
    margin-bottom: 40px;
  }
}

.catalogFormOrder span {
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.08rem;
}

@media screen and (max-width: 428px) {
  .catalogNameSpStyle {
    width: 100%;
  }
  .catalogFormOrder span {
    text-align: left;
  }
}

.catalogFormOrder p {
  line-height: 1.75;
  letter-spacing: 0.08rem;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
}

@media screen and (max-width: 428px) {
  .catalogFormOrder p {
    text-align: left;
  }
  .mt__spStyle {
    margin-top: 80px;
  }
}

.catalogDownload {
  color: #00437C;
  text-decoration: underline;
}

.catalogFormOrderContainer {
  width: 458px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 428px) {
  .catalogFormOrderContainer {
    /* width: 100%; */
    width: 288px;
    margin-bottom: 40px;
    position: relative;
  }
}

.catalogFormOrderContainer__item span {
  color: #00437C;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
}

@media screen and (max-width: 428px) {
  .catalogFormOrderContainer__item span {
    position: absolute;
  }
  .catalogFormOrderContainerItem__number01 {
    left: -8px;
  }
  .catalogFormOrderContainerItem__number02 {
    left: 38%;
  }
  .catalogFormOrderContainerItem__number03 {
    right: -8px;
  }
}

.catalogFormOrderContainer__item--gray span {
  color: #AFAFAF;
}

.catalogFormOrderContainerItem__number {
  width: 70px;
  height: 70px;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-family: 'EB Garamond', serif;
  font-size: 32px;
  color: #00437C;
  border: 2px solid #00437C;
}

@media screen and (max-width: 428px) {
  .catalogFormOrderContainerItem__number {
    width: 56px;
    height: 56px;
  }
}

.catalogFormOrderContainerItem__number--blue {
  color: white;
  background-color: #00437C;
}

.catalogFormOrderContainerItem__number--gray {
  color: #AFAFAF;
  border: 2px solid #AFAFAF;
}

.catalogFormOrderline {
  width: 100%;
  height: 2px;
  margin-bottom: 33px;
  background-color: #00437C;
}

@media screen and (max-width: 428px) {
  .catalogFormOrderline {
    margin-bottom: 5px;
  }
}

.catalogFormOrderline--gray {
  background-color: #AFAFAF;
}

.registerForm {
  max-width: 840px;
  margin: 0 auto;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 428px) {
  .registerForm {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 27px;
  }
}

/*
.registerFormContainer div input{
  width: 500px;
}
 */
@media screen and (max-width: 428px) {
  .registerFormContainer div {
    width: 100%;
  }
  .registerFormContainer div input {
    width: 100%;
  }
}

.contactFormButtonContainer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 428px) {
  .contactFormButtonContainer {
    padding: 0 27px;
  }
}

.registerButtonContainer {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 428px) {
  .registerButtonContainer {
    max-width: none;
    padding: 0 27px;
    flex-direction: column;
    gap: 40px;
  }
}

.registerButton {
  width: 320px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #AFAFAF;
  color: white;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
  font-size: 18px;
}

@media screen and (max-width: 428px) {
  .registerButton {
    width: 100%;
  }
}

.registerButton--blue {
  background-color: #00437C;
}

/* brタグ（改行）スタイル */
.br__spStyle {
  display: none;
}

.br__pcStyle {
  display: inline;
}

@media screen and (max-width: 428px) {
  .br__spStyle {
    display: block;
  }
  .br__pcStyle {
    display: none;
  }
}
