/* 洗濯機のかさ上げ用CSS */
.sp {
  display: block;
}
.pc {
  display: none;
}
.img-sp {
  display: block;
}
.img-pc {
  display: none;
}
.hidden {
  display: none;
}
.inner {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.wave-border-top {
  margin-top: -16px;
}

.wave-border-bottom {
  margin-bottom: -16px;
}

.wave-border-top img {
  width: 100%;
}

.wave-border-bottom img {
  transform: translateY(-2px) rotate(180deg);
  width: 100%;
}

input:focus {
  background-color: #e0f4fb !important;
  color: #032d60;
  border: 2px solid #032d60 !important;
}

@media (min-width: 1024px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .img-sp {
    display: none;
  }
  .img-pc {
    display: block;
  }
  .wave-border-top img {
    transform: translateY(-4px);
  }
  .wave-border-bottom img {
    transform: translateY(-2px) rotate(180deg);
  }
}
/* header styling */

.campaign-header-sp img {
  width: 100%;
}

.campaign-header-pc {
  display: none;
}

.fixed-banner-line {
  position: fixed;
  bottom: 56px;
  right: 0;
  z-index: 1000;
}

.fixed-banner-campaign {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.fixed-banner-campaign img {
  width: 100%;
}

@media (min-width: 1024px) {
  .fixed-banner-line {
    bottom: 96px;
  }
  .campaign-header-sp {
    display: none;
  }
  .campaign-header-pc {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 14px;
    height: 80px;
    background-color: #db3131;
  }
  .top-campaign-pc {
    height: 80px;
    overflow: hidden;
  }
  .top-campaign-pc img {
    width: auto;
  }
  .top-campaign-text {
    height: 65px;
    overflow: hidden;
  }
  .top-campaign-text img {
    width: auto;
  }
  .contact-btn-wrapper {
    display: flex;
    align-items: end;
    justify-content: center;
    background-color: #06c755;
    color: white;
    border-radius: 9999px;
    text-decoration: none;
    padding: 10px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 8px;
    font-weight: bold;
  }
  .contact-btn-wrapper p {
    display: flex;
    align-items: bottom;
  }
  .contact-btn-wrapper span {
    font-size: 13px;
  }
  .contact-btn-wrapper .btn-arrow {
    background-color: white;
    color: #06c755;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 9999px;
    font-size: 10px;
    margin-left: 8px;
  }
}

/* top-wrapper styling */
.img-pc {
  display: none;
}

.top-wrapper {
  background-image: url("https://suidou-support.jp/wp-content/uploads/2022/09/top-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.logo {
  padding-top: 12px;
  padding-left: 18px;
}

.logo img {
  width: 128px;
}

.top-title-inner img {
  width: 100%;
  position: relative;
  z-index: 10;
}

.top-banner {
  margin-top: -24px;
  text-align: center;
}

.top-banner .img-sp {
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .img-sp {
    display: none;
  }
  .img-pc {
    display: block;
  }
  .top-banner .img-pc {
    margin: 0 auto;
  }
  .top-banner {
    margin-top: -80px;
  }
}

/* top-copy styling */
.top-copy {
  background-color: #e0f4fb;
  padding: 20px 16px;
}

.top-copy-title {
  text-align: center;
  font-size: 20px;
  color: #032d60;
  font-weight: 900;
  margin-bottom: 8px;
  letter-spacing: 2px;
}

.top-copy-title span {
  font-size: 24px;
}

.top-copy-content {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: 1px dotted #032d60;
  border-width: 3px;
  border-radius: 24px;
  background-image: url("https://suidou-support.jp/wp-content/uploads/2022/09/top-copy-content-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 16px;
}

.top-copy-img {
  width: 30%;
}

.top-copy-bubble p {
  position: relative;
  font-weight: bold;
  background-color: #26ae90;
  color: white;
  padding: 16px;
  margin-left: 24px;
  border-radius: 16px;
  font-size: 14px;
}

.top-copy-bubble {
  position: relative;
  width: 70%;
}

.top-copy-bubble:before {
  content: "◀︎";
  position: absolute;
  z-index: 100;
  top: 16px;
  left: 14px;
  font-size: 16px;
  color: #26ae90;
}

.top-copy-bubble span {
  font-size: 18px;
}

.top-copy-text {
  line-height: 1.875;
  margin-top: 8px;
  margin-bottom: 8px;
}

.top-copy-content-img {
  padding-right: 16px;
}

.top-copy-content-img .img-sp {
  width: 100%;
}

@media (min-width: 1024px) {
  .top-copy {
    padding: 40px 0;
  }
  .top-copy-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .top-copy-title span {
    font-size: 46px;
  }
  .top-copy-content {
    padding-left: 0;
    margin-top: 40px;
  }
  .top-copy-img {
    width: 170px;
    margin-left: 120px;
    margin-top: 64px;
  }
  .top-copy-bubble {
    position: absolute;
    top: -24px;
    left: 0;
    width: fit-content;
    height: 72px;
  }
  .top-copy-bubble:before {
    content: "▼";
    top: auto;
    bottom: 0;
    left: 56px;
    font-size: 24px;
  }
  .top-copy-bubble p {
    font-size: 18px;
    border-radius: 9999px;
    padding: 8px 24px;
  }
  .top-copy-bubble span {
    font-size: 24px;
  }
  .top-copy-text {
    color: #032d60;
    font-weight: bold;
    font-size: 28px;
    margin-left: 32px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .top-copy-content-img {
    margin-left: 80px;
    margin-top: -8px;
    margin-bottom: 40px;
    padding-right: 0;
  }
}

/* consequence styling */
.consequence {
  margin-top: -8px;
  background-color: #eeeeee;
  padding: 0 16px 16px;
}

.consequence-title {
  font-size: 20px;
  font-weight: bold;
  color: #032d60;
  line-height: 88px;
  text-align: center;
  letter-spacing: 2px;
}

.consequence-title span {
  font-size: 24px;
}

.consequence-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 28px;
}

.consequence-img-wrapper p {
  text-align: center;
  font-size: 14px;
  margin-top: 6px;
}

.consequence-img-wrapper img {
  width: 100%;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .consequence {
    padding: 0;
    padding-bottom: 40px;
  }
  .consequence-img {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 24px;
    row-gap: 24px;
  }
  .consequence-title {
    font-size: 38px;
    padding: 24px 0;
  }
  .consequence-title span {
    font-size: 46px;
  }
  .consequence-img-wrapper p {
    font-size: 18px;
    margin-top: 12px;
  }
}

/* inside styling */
.inside {
  padding: 32px 16px;
  margin-bottom: 24px;
}
.inside-title {
  font-size: 20px;
  color: #032d60;
  line-height: 38px;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

.inside-title span {
  font-size: 24px;
}

.inside-movie video {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.inside-reason {
  margin-top: 40px;
}

.inside-smell-reason {
  background-color: #eeeeee;
  padding: 24px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.inside-smell-reason-title {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #032d60;
}

.reason-img {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  row-gap: 8px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.reason-img img {
  width: 40%;
}

.inside-reason-copy {
  font-weight: bold;
  text-align: center;
  color: #032d60;
  margin-top: -16px;
  letter-spacing: 2px;
}

.inside-reason-copy img {
  width: 280px;
}

.inside-reason-copy .dotted-underline {
  font-size: 20px;
  padding-bottom: 6px;
  border-bottom: dotted 3px #032d60;
}

@media (min-width: 1024px) {
  .inside {
    padding: 52px 0;
  }
  .inside-title {
    font-size: 38px;
    line-height: 72px;
  }
  .inside-title span {
    font-size: 46px;
  }
  .inside-wrapper {
    display: flex;
  }
  .inside-smell-reason {
    margin-left: 40px;
  }
  .reason-img img {
    width: 30%;
  }
  .inside-reason {
    margin-top: 0;
  }
  .inside-reason-copy {
    margin-top: -16px;
  }
  .inside-reason-copy img {
    width: 442px;
  }
  .inside-reason-copy .dotted-underline {
    font-size: 32px;
    border-bottom: dotted 4px #032d60;
  }
}

/* solution styling */
.solution {
  padding: 32px 16px;
  background-color: #e0f4fb;
  margin-top: -8px;
}

.ok-bubble {
  width: 146px;
  margin: 0 auto;
  display: block;
  margin-top: -64px;
  position: relative;
  z-index: 100;
}

.solution-title {
  font-weight: bold;
  color: #032d60;
  text-align: center;
  font-size: 20px;
  margin-top: 4px;
}

.solution-title .dotted-underline {
  padding-bottom: 6px;
  border-bottom: dotted 3px #032d60;
  letter-spacing: 2px;
}

.solution-title p {
  margin-top: 20px;
}

.solution-title p span {
  font-size: 24px;
  margin-top: 20px;
}

.solution-text {
  margin-top: 16px;
  margin-bottom: 8px;
  text-align: center;
  line-height: 32px;
}

.solution-img img {
  width: 100%;
  object-fit: cover;
}

.solution-img img:nth-child(even) {
  margin-top: -32px;
}

@media (min-width: 1024px) {
  .solution {
    padding: 52px 0;
  }
  .ok-bubble {
    width: 198px;
    margin-top: -96px;
  }
  .solution-title .dotted-underline {
    font-size: 32px;
  }
  .solution-title p {
    font-size: 38px;
  }
  .solution-title p span {
    font-size: 46px;
  }
  .solution-text {
    font-size: 18px;
    line-height: 36px;
  }
  .solution-img img:nth-child(even) {
    margin-top: -60px;
  }
}

/* main-campaign styling */
.main-campaign {
  padding-bottom: 32px;
  background-size: auto auto;
  background-color: rgba(219, 49, 49, 1);
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 3px,
    rgba(0, 0, 0, 0.04) 3px,
    rgba(0, 0, 0, 0.04) 6px
  );
}

.main-campaign-bubble {
  padding-top: 24px;
  display: flex;
  column-gap: 24px;
  justify-content: space-between;
  position: relative;
}

.main-campaign-bubble .main-campaign-bubble-1 {
  position: absolute;
  top: -38px;
  left: 2px;
  width: 104px;
}

.main-campaign-bubble .main-campaign-bubble-2 {
  position: absolute;
  top: -38px;
  right: 2px;
  width: 104px;
}

.main-campaign-title {
  width: 100%;
  font-weight: bold;
  color: white;
  text-align: center;
  letter-spacing: -2px;
  position: relative;
  z-index: 100;
}

.main-campaign-title .dotted-underline {
  letter-spacing: normal;
  border-bottom: dotted 3px #ffffff;
  padding-bottom: 6px;
  font-size: 20px;
}

.main-campaign-title p {
  margin-top: 8px;
  font-size: 18px;
  letter-spacing: 1px;
}

.main-campaign-title p span {
  font-size: 28px;
  letter-spacing: 0;
}

.main-campaign-content {
  text-align: center;
  position: relative;
}

.main-campaign-content .campaign-date {
  width: 180px;
  margin-bottom: 8px;
  margin: 0 auto;
}

.main-campaign-content .main-campaign-img {
  position: absolute;
  width: 100%;
  top: -64px;
  left: 0;
  right: 0;
}

.main-campaign-content .main-campaign-price {
  margin: 0 auto;
  margin-top: 16px;
}

.main-campaign-additional {
  text-align: center;
  margin-top: 16px;
}

.main-campaign-additional img {
  margin: 0 auto;
}

.main-campaign-additional p {
  color: white;
  font-size: 11px;
}

.main-campaign-btn {
  margin-top: 16px;
}

.btn-wrapper {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  background-color: #06c755;
  color: white;
  border-radius: 9999px;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 16px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1.5px;
}

.btn-wrapper span {
  font-size: 16px;
}

.btn-wrapper .btn-arrow {
  background-color: white;
  color: #06c755;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  font-size: 11px;
  padding-left: 3px;
  margin-left: 2px;
}

@media (min-width: 1024px) {
  .main-campaign {
    padding-bottom: 52px;
    margin-top: -16px;
  }
  .main-campaign-title {
    font-size: 40px;
    width: fit-content;
  }
  .main-campaign-title .dotted-underline {
    padding-bottom: 6px;
    font-size: 30px;
  }
  .main-campaign-title p span {
    line-height: 20px;
    font-size: 48px;
  }
  .main-campaign-title p {
    margin-top: 16px;
    font-size: 40px;
  }
  .main-campaign-bubble {
    justify-content: center;
  }
  .main-campaign-bubble .main-campaign-bubble-1,
  .main-campaign-bubble .main-campaign-bubble-2 {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
  }
  .main-campaign-content .campaign-date {
    width: auto;
  }
  .main-campaign-content .main-campaign-img {
    width: auto;
    margin: 0 auto;
    top: 16px;
  }
  .main-campaign-btn {
    margin-top: 24px;
  }
  .btn-wrapper {
    letter-spacing: 4px;
    font-size: 28px;
    padding-left: 36px;
    padding-right: 8px;
  }
  .btn-wrapper span {
    font-size: 28px;
  }
  .btn-wrapper .btn-arrow {
    width: 56px;
    height: 56px;
    font-size: 20px;
    margin-left: 16px;
  }
}

/* case styling */
.case {
  background-color: #e0f4fb;
  padding: 36px 16px;
}

.case-title {
  font-size: 22px;
  font-weight: 900;
  color: #032d60;
  padding-top: 16px;
  padding-bottom: 40px;
  text-align: center;
}

.case-lists {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  justify-content: center;
}

.case-card {
  background-color: white;
  border-radius: 24px;
  position: relative;
  margin-bottom: 32px;
  width: 100%;
}

.case-card-num {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}

.card-title {
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
  padding-top: 24px;
  padding-bottom: 16px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.card-title.num-1 {
  background-color: #fcba5d;
}
.card-title.num-2 {
  background-color: #26ae90;
}
.card-title.num-3 {
  background-color: #aa89bd;
}

.card-content {
  text-align: center;
  padding: 0 16px 16px;
}

.card-content img {
  margin-top: 20px;
  width: 100%;
}

@media (min-width: 1024px) {
  .case-title {
    font-size: 44px;
    padding-top: 24px;
  }
  .case-card {
    width: 30%;
  }
}

/* flow styling */
.flow {
  padding: 36px 16px;
}

.flow-title {
  font-size: 22px;
  font-weight: 900;
  color: #032d60;
  padding-top: 16px;
  padding-bottom: 40px;
  text-align: center;
}

.flow-content {
  border: solid 2px #00a1e0;
  border-radius: 24px;
  padding: 24px 0;
  margin-bottom: 40px;
}

.flow-content .flow-arrow {
  width: 100%;
}

.flow-card {
  display: flex;
  align-items: flex-start;
  column-gap: 12px;
  padding: 8px 16px 24px;
}

.flow-card:first-child {
  padding-top: 0;
}

.flow-card:last-child {
  padding-bottom: 0;
}

.flow-card-content h6 {
  font-weight: 900;
  color: #032d60;
  margin-bottom: 4px;
}

.flow-card-content p {
  font-size: 14px;
  color: #333333;
}

.flow-aftercare {
  margin-bottom: 24px;
}

.flow-aftercare .dotted-underline {
  font-size: 18px;
  color: #032d60;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.dotted-underline span {
  border-bottom: dotted 3px #032d60;
  padding-bottom: 10px;
}

.aftercare-content-flex img {
  float: right;
  margin-right: 24px;
  margin-left: 8px;
}

.aftercare-content-text p {
  margin-bottom: 16px;
  line-height: 32px;
}

@media (min-width: 1024px) {
  .flow-title {
    font-size: 44px;
    letter-spacing: 2px;
  }
  .flow-content {
    display: flex;
    padding: 0;
    margin-bottom: 60px;
  }
  .flow-card {
    flex-direction: column;
    align-items: center;
    width: 20%;
    padding-top: 32px;
    padding-right: 16px;
    padding-left: 0;
  }
  .flow-card:first-child {
    padding-top: 32px;
    padding-left: 16px;
  }
  .flow-card-content h6 {
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 24px;
    text-align: center;
  }
  .flow-card-content p {
    font-size: 14px;
  }
  .flow-content .flow-arrow-pc {
    width: auto;
    height: 100%;
  }
  .flow-aftercare .dotted-underline {
    font-size: 32px;
    text-align: left;
  }
  .dotted-underline span {
    border-bottom: dotted 3px #032d60;
    padding-bottom: 10px;
    letter-spacing: 2px;
  }
  .aftercare-content-flex {
    display: flex;
    flex-direction: row-reverse;
  }
  .aftercare-content-flex img {
    float: none;
    width: 200px;
    margin-right: 40px;
    margin-left: 0;
    transform: translateY(-40px);
  }
  .aftercare-content-text {
    margin-top: 20px;
    margin-right: 80px;
    margin-bottom: 24px;
  }
  .aftercare-content-text p {
    font-size: 18px;
    line-height: 36px;
  }
}

/* form styling */
.form {
  background-color: #00a1e0;
  padding: 0 16px 40px;
}

.form .inner {
  margin-bottom: 0;
}

.form-title {
  color: white;
  font-size: 22px;
  letter-spacing: 1px;
  text-align: center;
  padding: 40px 0 24px;
  font-weight: 900;
}

.form-content {
  background-color: white;
  padding: 24px 16px 40px;
  border-radius: 24px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.form-name-group,
.form-contactinfo-group,
.form-content-group {
  padding-bottom: 16px;
}

.form-name-group h6,
.form-contactinfo-group h6,
.form-content-group h6 {
  background-color: #032d60;
  color: white;
  padding-left: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: bold;
  margin-bottom: 16px;
}

.label-wrapper {
  margin-bottom: 16px;
}

.label-wrapper label {
  color: #032d60;
  font-size: 14px;
  padding-left: 12px;
}

.label-wrapper input,
.label-wrapper select,
.label-wrapper textarea {
  margin-top: 2px;
  background-color: white;
  border: solid 2px #032d60;
  border-radius: 12px;
  padding: 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.zip-wrapper {
  position: relative;
}

.zip-wrapper::before {
  content: "検索";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-48%);
  width: 80px;
  height: 28px;
  border-radius: 8px;
  background: #eeeeee;
  color: #032d60;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pref {
  appearance: none;
}

.pref-wrapper {
  position: relative;
}

.pref-arrow {
  position: absolute;
  top: 52%;
  right: 16px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6.63px solid #032d60;
  border-bottom: 0;
}

.form-submit-group .submit {
  width: 250px;
  margin: 0 auto;
  background-color: #01b8ff;
  color: white;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 9999px;
  padding: 13px 0;
  padding-right: 8px;
  cursor: pointer;
}

.submit-wrapper {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.submit-wrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: white;
  border-radius: 9999px;
}

.submit-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #01b8ff;
  border-right: 0;
}

form .error {
  margin-left: 8px;
  color: #db3131;
}

@media (min-width: 1024px) {
  .form-title {
    font-size: 44px;
    letter-spacing: 2px;
  }
  .form-content {
    padding: 40px 40px 60px;
  }
  .form-name-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
  }
  .form-name-group h6,
  .form-contactinfo-group h6,
  .form-content-group h6 {
    grid-column: 1 / 3;
    font-size: 18px;
    padding: 4px 0;
    padding-left: 16px;
  }
  .label-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
  .label-wrapper label {
    font-size: 16px;
  }
  .label-wrapper input,
  .label-wrapper select,
  .label-wrapper textarea {
    margin-top: 4px;
    padding: 16px;
    font-size: 18px;
  }
  .form-contactinfo-group .label-wrapper input,
  .form-contactinfo-group .label-wrapper select {
    width: 49%;
  }
  .zip-wrapper::before {
    right: 52%;
    transform: translateY(-46%);
    width: 100px;
    height: 36px;
  }
  .pref-arrow {
    top: 54%;
    right: 54%;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8.29px solid #032d60;
  }
  #addr,
  #email {
    width: 100%;
  }
  .form-submit-group .submit {
    width: 320px;
    font-size: 30px;
    letter-spacing: 3px;
    padding: 16px 0;
    padding-right: 16px;
  }
  .submit-wrapper:before {
    right: 12px;
    width: 56px;
    height: 56px;
  }
  .submit-wrapper:after {
    right: 28px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #01b8ff;
  }
}

/* q&a styling */
.q-a {
  background-color: #eeeeee;
  padding: 0 16px 40px;
}

.q-a-title {
  color: #032d60;
  font-size: 22px;
  letter-spacing: 1px;
  text-align: center;
  padding: 56px 0 24px;
  font-weight: 900;
}

.q-a-card {
  background-color: white;
  padding: 12px 8px;
  margin-bottom: 2px;
}

.question {
  display: flex;
  align-items: flex-start;
  column-gap: 4px;
}

.question h6 {
  font-weight: bold;
  color: #032d60;
  line-height: 24px;
  margin-right: 8px;
}

.question.is-active .q-a-btn img {
  transform: rotate(180deg);
}

.answer.is-open {
  max-height: 100%;
}

.q-a-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: auto;
  width: 24px;
  height: 24px;
}

.answer {
  color: #333333;
  margin-top: 8px;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 14px;
  max-height: 0;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .q-a-title {
    font-size: 44px;
    letter-spacing: 2px;
  }
  .question {
    align-items: center;
    column-gap: 12px;
  }
  .question-icon {
    width: 40px;
    height: 40px;
  }
  .question h6 {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .answer {
    font-size: 16px;
    line-height: 32px;
    padding-left: 48px;
  }
}

/* footer styling */
.footer {
  background-color: #032d60;
  padding-top: 24px;
  padding-bottom: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer img {
  width: 120px;
  margin-bottom: 24px;
}

.footer a {
  color: white;
  margin-bottom: 24px;
}

.footer p {
  color: #cccccc;
  font-size: 12px;
}

@media (min-width: 1024px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 88px;
  }
  .footer img {
    width: 168px;
  }

  .footer a {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .footer p {
    font-size: 16px;
  }
}

/* thanks-page styling */
.form-thanks {
  padding: 16px 16px 114px;
  background-color: #00a1e0;
}

.thanks-title {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 1px;
  color: white;
  text-align: center;
  margin-bottom: 32px;
}

.form-thanks .content {
  background-color: white;
  padding: 40px 16px;
  color: #032d60;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 24px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.form-thanks .thanks-back {
  margin-top: 16px;
  color: #032d60;
}

@media (min-width: 1024px) {
  .form-thanks {
    padding: 55px 280px 220px;
  }
  .thanks-title {
    font-size: 44px;
    margin-bottom: 56px;
  }
  .form-thanks .thanks-back {
    margin-top: 24px;
  }
}
