/* --------------------------------------------------
	section size
-------------------------------------------------- */
html body {
  background-color: #ECEDEF;
}

.c-headline-page {
  max-width: 100rem;
  margin: 0 auto;
}
.c-headline-page::after {
  content: none;
}

.p-amamori {
  font-weight: 400;
}

.p-mv .l-inner {
  background-color: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .p-mv .l-inner {
    padding: 0;
  }
}
.p-mv__list {
  max-width: 96rem;
  margin: -5rem auto 0;
  display: flex;
  justify-content: center;
  gap: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-mv__list {
    margin: -6rem 2rem 0;
    gap: 0.1rem;
    position: relative;
    background-color: #fff;
  }
}
.p-mv__item {
  min-height: 8rem;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #173255;
}
@media screen and (max-width: 767px) {
  .p-mv__item {
    min-height: 10.8rem;
    flex-direction: column;
  }
}
.p-mv__item:nth-child(1) .p-mv__item-icon {
  width: 6.3rem;
  margin-right: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-mv__item:nth-child(1) .p-mv__item-icon {
    width: 5rem;
    margin-right: 0;
  }
}
.p-mv__item:nth-child(2) .p-mv__item-icon {
  width: 4.8rem;
  margin-right: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-mv__item:nth-child(2) .p-mv__item-icon {
    width: 3.8rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__item:nth-child(2) .p-mv__item-txt {
    font-size: 1.4rem;
    line-height: 0.8;
  }
}
.p-mv__item:nth-child(3) .p-mv__item-icon {
  width: 7.9rem;
  margin-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv__item:nth-child(3) .p-mv__item-icon {
    width: 5rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__item-img img {
    height: 3.5rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-mv__item-txt {
  padding-left: 2.4rem;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-mv__item-txt {
    margin-top: 0.8rem;
    border-top: 0.1rem solid #fff;
    padding-top: 0.9rem;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1;
  }
}
.p-mv__item-txt::before {
  content: "";
  width: 0.1rem;
  height: 4.2rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-mv__item-txt::before {
    content: none;
  }
}
.p-mv__item-txt .big {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-mv__item-txt .big {
    font-size: 2rem;
  }
}

.p-issue {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-issue {
    margin-bottom: 0;
  }
}
.p-issue .l-inner {
  padding: 4.4rem 6rem 4rem;
  background-color: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .p-issue .l-inner {
    padding: 3.2rem 2rem 4rem;
  }
}
.p-issue__ttl {
  color: #173255;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-issue__ttl {
    font-size: 1.7rem;
  }
}
.p-issue__list {
  margin-top: 3.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-issue__list {
    gap: 1.5rem;
  }
}
.p-issue__item {
  width: calc((100% - 2.4rem) / 4);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-issue__item {
    width: calc((100% - 1.5rem) / 2);
  }
}
.p-issue__item::before {
  content: "";
  width: 5.5rem;
  height: 4.8rem;
  position: absolute;
  top: -1.4rem;
  right: -1rem;
  background: url(../images/amamori/icon_issue.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-issue__item::before {
    width: 3.8rem;
    height: 3.4rem;
    top: -1rem;
    right: 0;
  }
}
.p-issue__item-txt {
  margin-top: 1.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-issue__item-txt {
    margin-top: 0.8rem;
    font-size: 1.44rem;
    line-height: 1.4;
  }
}
.p-issue__settle {
  margin-top: 4.4rem;
  border: 0.4rem solid #C61B1B;
  padding: 2.2rem 4.2rem 2.4rem;
  background: url(../images/amamori/bg_issue_settle_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-issue__settle {
    margin-top: 3.8rem;
    padding: 1.4rem 2rem;
    background-image: url(../images/amamori/bg_issue_settle_sp.jpg);
  }
}
.p-issue__settle-ttl {
  color: #C61B1B;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-issue__settle-ttl {
    font-size: 2.1rem;
    line-height: 1.2;
    text-align: center;
  }
}
.p-issue__settle-ttl .big {
  font-size: 3.6rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-issue__settle-ttl .big {
    font-size: 2.7rem;
  }
}
.p-issue__settle-txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-issue__settle-txt {
    margin-top: 0.8rem;
    font-size: 1.54rem;
  }
}

.p-diagnosis {
  margin-top: 4rem;
  padding: 4.8rem 0 8rem;
  background-color: #DDE0E6;
}
@media screen and (max-width: 767px) {
  .p-diagnosis {
    margin-top: 0;
    padding: 4rem 0 4.2rem;
  }
}
.p-diagnosis__sub {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 3rem;
  position: relative;
  color: #173255;
  font-size: 2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
}
.p-diagnosis__sub::before, .p-diagnosis__sub::after {
  content: "";
  width: 0.1rem;
  height: 2.5rem;
  position: absolute;
  top: 65%;
  background-color: #173255;
}
.p-diagnosis__sub::before {
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: top left;
}
.p-diagnosis__sub::after {
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: top right;
}
.p-diagnosis__ttl {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__ttl {
    margin-top: 1rem;
  }
}
.p-diagnosis__ttl::before, .p-diagnosis__ttl::after {
  content: "";
  height: 0.1rem;
  flex: 1;
  background-color: #173255;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__ttl::before, .p-diagnosis__ttl::after {
    content: none;
  }
}
.p-diagnosis__list {
  margin-top: 3.4rem;
  display: flex;
  gap: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__list {
    margin-top: 3rem;
    flex-wrap: wrap;
    gap: 1.2rem;
  }
}
.p-diagnosis__item {
  width: calc((100% - 3.9rem) / 4);
  padding-bottom: 2.2rem;
  color: #fff;
  background-color: #173255;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__item {
    width: 100%;
    padding-bottom: 2.6rem;
  }
}
.p-diagnosis__item-img img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4rem));
}
.p-diagnosis__item-num {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -5rem;
  margin-left: 1.8rem;
  padding-bottom: 1.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__item-num {
    margin-top: -4.5rem;
    margin-left: 3.5rem;
    padding-bottom: 1.2rem;
  }
}
.p-diagnosis__item-num::after {
  content: "";
  width: 2.8rem;
  height: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__item-num::after {
    width: 4rem;
  }
}
.p-diagnosis__item-ttl {
  margin: 1rem 2rem 0;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__item-ttl {
    font-size: 2.1rem;
  }
}
.p-diagnosis__item-txt {
  margin: 1rem 2rem 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__item-txt {
    font-size: 1.34rem;
  }
}
.p-diagnosis__item-txt .color {
  color: #F3FF47;
}

.p-approach {
  padding: 5.6rem 0 18.3rem;
  background: #173255 url(../images/amamori/bg_approach.png) no-repeat right -3rem top 1.3rem/69.2rem auto;
  color: #fff;
  background-blend-mode: screen;
}
@media screen and (max-width: 767px) {
  .p-approach {
    padding: 3.8rem 0 4.6rem;
  }
}
.p-approach__ttl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-approach__ttl img {
    width: 88%;
  }
}
.p-approach__block {
  max-width: 88rem;
  margin: 2.4rem auto 0;
  display: flex;
  gap: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-approach__block {
    margin-top: 1.2rem;
    flex-direction: column;
    gap: 3.3rem;
  }
}
.p-approach__txt {
  flex: 1;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-approach__txt {
    font-size: 1.54rem;
  }
}
.p-approach__txt .color {
  color: #F3FF47;
}
.p-approach__box {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .p-approach__box {
    width: 19.2rem;
    margin: 0 auto;
  }
}
.p-approach__name {
  margin-top: 0.8rem;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-approach__name {
    font-size: 1.44rem;
  }
}
.p-approach__name .big {
  margin-left: 0.4em;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-approach__name .big {
    font-size: 1.9rem;
  }
}

.p-present {
  padding-bottom: 6.3rem;
}
@media screen and (max-width: 767px) {
  .p-present {
    padding: 4.2rem 0;
  }
}
.p-present .l-inner {
  max-width: 88rem;
}
.p-present__cont {
  margin-top: -8rem;
  border: 0.1rem solid #173255;
  padding: 1.5rem 32.4rem 2.4rem 4.4rem;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-present__cont {
    margin-top: 0;
    padding: 2rem 2.2rem 2.5rem;
  }
}
.p-present__sub {
  width: -moz-fit-content;
  width: fit-content;
  border: 0.2rem solid #173255;
  padding: 0.5rem 2.8rem;
  position: absolute;
  top: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: #173255;
  font-size: 2.2rem;
  font-weight: 700;
  background-color: #F3FF47;
}
.p-present__sub::before, .p-present__sub::after {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.p-present__sub::before {
  z-index: 1;
  width: 1.4rem;
  height: 1.2rem;
  top: 100%;
  left: 43%;
  background-color: #173255;
}
.p-present__sub::after {
  z-index: 2;
  width: 1rem;
  height: 0.9rem;
  top: calc(100% - 0.1rem);
  left: calc(43% + 0.2rem);
  background-color: #F3FF47;
}
.p-present__ttl {
  width: 52rem;
  margin-left: -1rem;
}
@media screen and (max-width: 767px) {
  .p-present__ttl {
    width: initial;
    margin: 0 -0.7rem;
  }
}
.p-present__txt {
  margin-top: 0.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-present__txt {
    font-size: 1.54rem;
  }
}
.p-present__note {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-present__note {
    font-size: 1.15rem;
  }
}
.p-present__img {
  width: 26rem;
  position: absolute;
  top: 48%;
  right: 4.4rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-present__img {
    width: 25rem;
    margin: 0 auto;
    position: static;
    transform: none;
  }
}

.p-greeting {
  max-width: 62rem;
  margin-top: 2.4rem;
  margin-left: auto;
  padding: 2.9rem 5.2rem 2.4rem;
  position: relative;
  background: #F3F7FF url(../images/amamori/bg_greeting.png) no-repeat left top/29.3rem auto;
}
@media screen and (max-width: 767px) {
  .p-greeting {
    margin-top: 1.5rem;
    padding: 2.3rem 2rem;
  }
}
.p-greeting::before {
  content: "";
  width: 30.5rem;
  height: 26.7rem;
  position: absolute;
  top: 4.9rem;
  right: calc(100% - 4.8rem);
  background: url(../images/amamori/img_greeting.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-greeting::before {
    width: 15.2rem;
    height: 13.2rem;
    top: -4.2rem;
    right: -0.8rem;
  }
}
.p-greeting__ttl {
  margin-top: 0.3rem;
  margin-left: -0.5rem;
}
.p-greeting__txt {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-greeting__txt {
    margin-top: 1.2rem;
    font-size: 1.44rem;
  }
}

.p-faqs {
  padding: 5rem 0 9.7rem;
  position: relative;
  background-color: #DDE0E6;
}
@media screen and (max-width: 767px) {
  .p-faqs {
    padding: 4rem 0;
  }
}
.p-faqs__ttl {
  max-width: 82rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
}
.p-faqs__ttl::before, .p-faqs__ttl::after {
  content: "";
  height: 0.1rem;
  flex: 1;
  background-color: #173255;
}
@media screen and (max-width: 767px) {
  .p-faqs__ttl::before, .p-faqs__ttl::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .p-faqs__ttl img {
    width: 73%;
  }
}
.p-faqs__txt {
  margin-top: 2rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-faqs__txt {
    font-size: 1.54rem;
  }
}
.p-faqs__list {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-faqs__list {
    margin-top: 2.3rem;
  }
}
.p-faqs__box {
  position: relative;
  background-color: #fff;
  box-shadow: 0.1rem 0.1rem 0.6rem rgba(155, 155, 155, 0.4);
}
.p-faqs__box + .p-faqs__box {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-faqs__box + .p-faqs__box {
    gap: 1.5rem;
  }
}
.p-faqs__q {
  cursor: pointer;
  padding: 1.6rem 5.2rem 1.6rem 3.2rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-faqs__q {
    padding: 1.5rem 5rem 1.5rem 1.9rem;
    gap: 1.5rem;
  }
}
.p-faqs__q::after {
  z-index: 1;
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  transition: transform 0.4s;
  background: url(../images/amamori/arrow_faq.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-faqs__q::after {
    width: 1.9rem;
    height: 1.9rem;
    right: 1.5rem;
  }
}
.p-faqs__q.is-active::after {
  transform: translateY(-50%) rotate(180deg);
}
.p-faqs__q-icon {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #173255;
}
@media screen and (max-width: 767px) {
  .p-faqs__q-icon {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.p-faqs__q-icon img {
  width: 40%;
}
.p-faqs__q-txt {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-faqs__q-txt {
    font-size: 1.44rem;
  }
}
.p-faqs__a {
  display: none;
  position: relative;
}
.p-faqs__a::before {
  content: "";
  width: auto;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 3.2rem;
  right: 5.2rem;
  background-color: #C4C4C4;
}
@media screen and (max-width: 767px) {
  .p-faqs__a::before {
    left: 2rem;
    right: 5rem;
  }
}
.p-faqs__a-inner {
  padding: 1.6rem 5.2rem 2.2rem 3.2rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-faqs__a-inner {
    padding: 1.5rem 5rem 2rem 1.9rem;
    gap: 1.5rem;
  }
}
.p-faqs__a-icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: auto;
  border: 0.1rem solid #173255;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-faqs__a-icon {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.p-faqs__a-icon img {
  width: 44%;
}
.p-faqs__a-txt {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-faqs__a-txt {
    font-size: 1.44rem;
  }
}

.p-contact {
  padding: 7.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 4.2rem 0 0;
  }
}
.p-contact__sub {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 4.2rem;
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-contact__sub {
    padding: 0 2.5rem;
    font-size: 1.54rem;
  }
}
.p-contact__sub::before, .p-contact__sub::after {
  content: "";
  width: 0.1rem;
  height: 2.5rem;
  position: absolute;
  top: 65%;
  background-color: #173255;
}
.p-contact__sub::before {
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: top left;
}
.p-contact__sub::after {
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: top right;
}
.p-contact__img {
  margin-top: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__img {
    margin-top: 1.5rem;
  }
}
.p-contact__img::after {
  content: "";
  width: 4.2rem;
  height: 1.7rem;
  position: absolute;
  top: calc(100% - 0.1rem);
  left: 50%;
  transform: translateX(-50%);
  background-color: #173255;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .p-contact__img::after {
    width: 2.2rem;
    height: 0.9rem;
  }
}
.p-contact__ttl {
  margin-top: 4.4rem;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__ttl {
    margin-top: 2.4rem;
    font-size: 2.1rem;
    line-height: 1.6;
  }
}
.p-contact__box {
  width: 100%;
  max-width: 96rem;
  margin: 2.8rem auto 0;
  padding: 4.8rem 8rem;
  border-radius: 0.8rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact__box {
    max-width: inherit;
    margin: 1.6rem -2rem 0;
    padding: 3.2rem 2rem 4rem;
    border-radius: 0;
  }
}
.p-contact__privacy {
  margin-top: 4rem;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy {
    margin-top: 3.2rem;
  }
}
.p-contact__privacy .bold {
  font-weight: 700;
}
.p-contact .form-style .white-box .input-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #C4C4C4;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-contact .form-style .white-box .input-box {
    flex-direction: column;
    gap: 1.2rem 0;
  }
}
.p-contact .form-style .white-box .input-box:nth-last-of-type(2) {
  border-bottom: none;
}
.p-contact .form-style .white-box .input-box .ttl {
  width: calc(100% - 58rem);
  padding-right: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-contact .form-style .white-box .input-box .ttl {
    width: 100%;
    padding-right: 0;
    font-weight: 500;
  }
}
.p-contact .form-style .white-box .input-box .input_wrap {
  width: 58rem;
}
@media screen and (max-width: 767px) {
  .p-contact .form-style .white-box .input-box .input_wrap {
    width: 100%;
    padding-right: 0;
  }
}
.p-contact .form-style .white-box .input-box + .input-box {
  margin-top: 1.6rem;
}
.p-contact .form-style .form-txt {
  padding-left: 22rem;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  font-weight: 500;
  letter-spacing: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-contact .form-style .form-txt {
    padding-left: 0;
    font-size: 1.2rem;
    line-height: 1.8333333333;
    font-weight: 500;
  }
}
.p-contact .form-style .form-txt a {
  text-decoration: underline;
}
@media (min-width: 768px) and (hover: hover) {
  .p-contact .form-style .form-txt a:hover {
    text-decoration: none;
  }
}
.p-contact .form-style .btn_wrap {
  margin-top: 2.4rem;
}/*# sourceMappingURL=amamori.css.map */