@charset "utf-8";@media (min-width: 768px) {
  .contact {
    margin-left: auto;
    margin-right: auto;
  }
  .mainContents.contact h2 {
    font-size: 1.8rem;
    margin-bottom: 80px;
  }
  .menuWrapperSection h3 {
    height: 60px;
    margin-bottom: 30px;
    border-bottom: 1px solid #DDDFE1;
  }
}
@media (max-width: 767px) {
  .contact {
    margin: 0 1.5rem;
  }
  .mainContents.contact h2 {
    padding-left: 18px;
    padding-right: 17px;
    font-size: 1.6rem;
    margin-bottom: 30px;
    margin-left: -1.5rem;
  }
  .menuWrapperSection h3 {
    margin-bottom: 20px;
    height: 40px;
    margin-top: 30px;
  }
}
.mainContents.contact h2 {
  font-weight: bold;
  color: #464646;
}


.menuWrapper {
  font-family: Noto Sans JP;
  margin: 3rem auto;
}
.menuWrapperSection h3 {
  border-top: 1px solid #DDDFE1;
  font-size: 1.3rem;
  font-weight: 500;
  color: #0E0E0E;
  width: 100%;
  padding-left: 20px;
  display: flex;
  align-items: center;
  background-color: #F8F8F8;
}


.menuWrapperSection h3 > span {
  color: #F07291;
  margin-right: 1rem;
}
.menuWrapperSection .sp_only img {
  margin-bottom: 1.5rem;
}
.menuWrapperSection section {
  color: #323232;
  margin-bottom: 3rem;
  font-weight: 500;
  font-size: 1.1rem;
}
.menuWrapperSection section a {
  color: #49A3D8;
}
.menuWrapperSection section .red {
  color: #FF0000;
}
@media (min-width: 768px) {
  .menuWrapperSection {
    display: flex;
    margin-bottom: 5rem;
  }
  .menuWrapperSection .pcImgSection {
    width: 48%;
    margin-right: 3rem;
  }
  .menuWrapperSection .menuWrapperSectionContents {
    width: 50%;
  }
}