.Diagnose__btn {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  filter: brightness(1);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  transition: filter 0.3s ease;
}
.Diagnose__btn:hover {
  filter: brightness(1.1);
}
.-max.Diagnose__btn {
  max-width: 100% !important;
}
.-yellow.Diagnose__btn {
  background-color: #FFCB00;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  font-weight: 700;
  max-width: 280px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .-yellow.Diagnose__btn {
    max-width: 100%;
    padding: 17px 20px;
  }
}
.-yellow.-arrowRight.Diagnose__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-arrowRight.Diagnose__btn::before, .-yellow.-arrowRight.Diagnose__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.-yellow.-arrowRight.Diagnose__btn::after {
  transform: rotate(-32deg);
}
.-yellow.-arrowLeft.Diagnose__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-arrowLeft.Diagnose__btn::before, .-yellow.-arrowLeft.Diagnose__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  left: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(0% + 0.5px) 50%;
}
.-yellow.-arrowLeft.Diagnose__btn::after {
  transform: rotate(-32deg);
}
.-yellow.-plusRight.Diagnose__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-plusRight.Diagnose__btn::after {
  content: url("/shared/images/icon_plus.svg");
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.-yellow.-minusRight.Diagnose__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-minusRight.Diagnose__btn::after {
  content: url("/shared/images/icon_minus.svg");
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.-white.Diagnose__btn {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  font-weight: 700;
  max-width: 280px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .-white.Diagnose__btn {
    max-width: 100%;
    padding: 17px 20px;
  }
}
.-white.-arrowRight.Diagnose__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-white.-arrowRight.Diagnose__btn::before, .-white.-arrowRight.Diagnose__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.-white.-arrowRight.Diagnose__btn::after {
  transform: rotate(-32deg);
}
.-white.-arrowLeft.Diagnose__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-white.-arrowLeft.Diagnose__btn::before, .-white.-arrowLeft.Diagnose__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  left: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(0% + 0.5px) 50%;
}
.-white.-arrowLeft.Diagnose__btn::after {
  transform: rotate(-32deg);
}
.-red.Diagnose__btn {
  background-color: #D52323;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  font-weight: 700;
  max-width: 280px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .-red.Diagnose__btn {
    max-width: 100%;
    padding: 17px 20px;
  }
}
.-red.-arrowRight.Diagnose__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-red.-arrowRight.Diagnose__btn::before, .-red.-arrowRight.Diagnose__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.-red.-arrowRight.Diagnose__btn::after {
  transform: rotate(-32deg);
}
.-red.-arrowRight.-down.Diagnose__btn::before, .-red.-arrowRight.-down.Diagnose__btn::after {
  top: calc(50% + 4px);
  transform: rotate(122deg);
}
.-red.-arrowRight.-down.Diagnose__btn::after {
  transform: rotate(58deg);
}
.-red.-arrowLeft.Diagnose__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-red.-arrowLeft.Diagnose__btn::before, .-red.-arrowLeft.Diagnose__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(0% + 0.5px) 50%;
}
.-red.-arrowLeft.Diagnose__btn::after {
  transform: rotate(-32deg);
}

.Diagnose__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Diagnose__img img {
  max-width: 100%;
  height: auto;
}
.Diagnose__img img.-max {
  width: 100%;
}
.Diagnose__img img.-cover {
  max-width: initial;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.-keyVisual.Diagnose__img {
  margin: 0px -6%;
}

.Diagnose .commonForm, .Diagnose__main, .Diagnose__flex {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .Diagnose .commonForm, .Diagnose__main, .Diagnose__flex {
    gap: 20px;
  }
}
.Diagnose .-row.commonForm, .-row.Diagnose__main, .-row.Diagnose__flex {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .Diagnose .-row.-colSp.commonForm, .-row.-colSp.Diagnose__main, .-row.-colSp.Diagnose__flex {
    flex-direction: column;
  }
}
.Diagnose .-wrap.commonForm, .-wrap.Diagnose__main, .-wrap.Diagnose__flex {
  flex-wrap: wrap;
}

.Diagnose__title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Diagnose__title {
    font-size: 20px;
  }
}
.-center.Diagnose__title {
  text-align: center;
}
.-main.Diagnose__title {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .-main.Diagnose__title {
    margin: 20px 0;
  }
}
.-sub.Diagnose__title {
  font-weight: 700;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .-sub.Diagnose__title {
    font-size: 20px;
  }
}
ca .-white.Diagnose__title {
  color: #fff;
}
.-red.Diagnose__title {
  color: #D52323;
}
.-yellowBg.Diagnose__title {
  background-color: #FFCB00;
}
.-hasNumWrap.Diagnose__title {
  align-items: center;
  display: flex;
  gap: 10px;
}
.-num.Diagnose__title {
  width: 60px;
  height: 60px;
}
.-num.Diagnose__title img {
  width: 100%;
  height: auto;
}
.-size18.Diagnose__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .-size18.Diagnose__title {
    font-size: 14px;
  }
}

.Diagnose__txt {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .Diagnose__txt {
    font-size: 14px;
  }
}
.-red.Diagnose__txt {
  color: #D52323;
}
.-white.Diagnose__txt {
  color: #fff;
}
.-blackBg.Diagnose__txt {
  background-color: #000;
  color: #fff;
}
.-redBg.Diagnose__txt {
  background-color: #D52323;
  color: #fff;
}
.-yellowBg.Diagnose__txt {
  background-color: #FFCB00;
  font-weight: 500;
}
.-bold.Diagnose__txt {
  font-weight: 700;
}
.-fit.Diagnose__txt {
  line-height: 1;
}

.Diagnose .commonForm .selectWrap {
  position: relative;
  width: 100%;
}
.Diagnose .commonForm .selectWrap::after {
  content: "";
  border-style: solid;
  height: 0;
  position: absolute;
  transform: translateY(50%);
  width: 0;
  border-color: #000 transparent transparent transparent;
  border-width: 14px 7px 0 7px;
  bottom: 50%;
  right: 10px;
}
.Diagnose .commonForm .commonForm__td.-date {
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .Diagnose .commonForm .commonForm__td.-date {
    flex-direction: row !important;
  }
}
.Diagnose .commonForm .labelKind {
  align-items: center;
  display: flex;
  font-weight: 300;
  gap: 5px;
  margin-bottom: 0;
}
.Diagnose .commonForm .labelKind input {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .Diagnose .CommonContactLinks.-telOnly {
    gap: 40px;
  }
}
.Diagnose #captcha {
  margin: 0 auto 15px 0;
}
@media screen and (max-width: 767px) {
  .Diagnose #captcha {
    margin: 0 auto;
  }
}

.Diagnose__flex.-arrangeTop {
  align-items: flex-start;
}
.Diagnose__flex.-row {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .Diagnose__flex.-row.-colSp {
    flex-direction: column;
  }
}

.Diagnose__title.-yellowBg {
  font-weight: 900;
}

.Diagnose__txt.-flexible {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .Diagnose__txt.-flexible {
    width: 100%;
  }
}

.Diagnose__btn.-disabled {
  background-color: #c0c0c0 !important;
}

.Diagnose__img {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .Diagnose__img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */