.page-header {
  background: url(../header/consultation-pc.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 479px) {
  .page-header {
    background-image: url(../header/consultation-sp.jpg);
  }
}

main .note {
  margin-bottom: 30px;
  text-align: right;
}
@media screen and (max-width: 479px) {
  main .note {
    text-align: left;
  }
}
main .block {
  width: calc((100% - 60px) / 3);
  margin-bottom: 60px;
}
@media screen and (max-width: 479px) {
  main .block {
    width: 100%;
    margin-bottom: 30px;
  }
}
main .block__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 479px) {
  main .block__wrap {
    display: block;
  }
}
@media screen and (min-width: 479px) {
  main .block__wrap::after {
    display: block;
    width: calc((100% - 60px) / 3);
    content: "";
  }
}
main .block__header, main .block__contents {
  width: 100%;
}
main .block__header {
  padding: 20px;
  border-radius: 10px 10px 0 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#d2efde), to(#f4efe7)) 0 0;
  background: transparent linear-gradient(180deg, #d2efde 0%, #f4efe7 100%) 0 0;
}
main .block__title {
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: solid 1px #CDD6DD;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 479px) {
  main .block__title {
    font-size: 2.4rem;
  }
}
main .block__desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 479px) {
  main .block__desc {
    font-size: 1.2rem;
  }
}
main .block__contents {
  padding: 20px;
  border-right: solid 1px #D2EFDE;
  border-bottom: solid 1px #D2EFDE;
  border-left: solid 1px #D2EFDE;
  border-radius: 0 0 10px 10px;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .block .text-01, main .block .text-02, main .block .text-03 {
  font-weight: bold;
}
main .block .text-01 {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 479px) {
  main .block .text-01 {
    font-size: 1.8rem;
  }
}
main .block .text-03 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}
main .block .text-04 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}
main .block .text-05 {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
main .block__footer {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 30px;
  border-top: solid 1px #99A3AC;
}
@media screen and (max-width: 479px) {
  main .block__footer {
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 20px;
  }
}
@media screen and (max-width: 479px) {
  main .block__footer .text-04 {
    font-size: 1.4rem;
  }
}
main .block .label {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
main .block.block-01 .text-01 {
  margin-bottom: 0;
}
main .block.block-01 .text-02 {
  margin-bottom: 15px;
}
main .block.block-01 dl {
  margin-bottom: 10px;
}
main .block.block-01 .group:first-of-type {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #99A3AC;
}