header .headerPC h1:before {
  display: none;
}

header .headerPC h1 span {
  display: none;
}

header .headerPC h1 .logo {
  position: relative;
  top: 5px;
  width: 80px;
}

h3 {
  font-size: 22px;
  letter-spacing: 2px;
  margin: 80px 0 30px;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
}

h3:before {
  content: "";
  border-bottom: 5px solid #4CB944;
  width: 60px;
  border-radius: 20px;
  height: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#summarypage {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  #summarypage {
    margin-bottom: 80px;
  }
}

#summarypage .summaryTitleBG {
  height: 80px;
  padding-top: 120px;
  padding-bottom: 30px;
  max-height: 14rem;
  background: #ffe888;
  color: #231815;
  letter-spacing: 0.35em;
  text-align: center;
  line-height: 80px;
  font-size: 32px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #summarypage .summaryTitleBG {
    padding-top: 80px;
  }
}

#summarypage .summaryTitleBG:before {
  background-image: url(../img/wave.png);
  background-position: center;
  background-size: auto 20px;
  background-repeat: repeat-x;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  z-index: 0;
}

#summarypage .summaryTitle h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #summarypage .summaryTitle h2 {
    font-size: 32px;
  }
}

#summarypage .summarydetail {
  max-width: 800px;
  margin: 90px auto;
  padding: 1em;
}

@media screen and (max-width: 767px) {
  #summarypage .summarydetail {
    margin: 60px auto;
  }
}

#summarypage .summarydetail .summarydetail_list {
  margin-bottom: 60px;
  background: #fafafa;
  padding: 2em;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.06);
}

#summarypage .summarydetail .summarydetail_list-title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 0.5em;
  padding: 0.5em 0 0.5em 2.5em;
}

#summarypage .summarydetail_content .summaryTable {
  width: 100%;
}

#summarypage .summarydetail_content .summaryTable tr {
  border-top: solid 1px #ccc;
}

#summarypage .summarydetail_content .summaryTable tr:last-child {
  border-bottom: solid 1px #ccc;
}

#summarypage .summarydetail_content .summaryTable tr th {
  width: 200px !important;
  padding: 20px 20px 16px 20px;
  text-align: left;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 767px) {
  #summarypage .summarydetail_content .summaryTable tr th {
    display: block;
    width: 100%;
    padding: 20px 0 0;
  }
}

#summarypage .summarydetail_content .summaryTable tr td {
  width: auto;
  padding: 18px 0 16px;
  line-height: 1.4;
  color: #333;
}

@media screen and (max-width: 767px) {
  #summarypage .summarydetail_content .summaryTable tr td {
    display: block;
    width: 100%;
  }
}

#summarypage .summarydetail_content .summaryTable tr td .yubin {
  margin-bottom: 6px;
  display: block;
  font-size: 14px;
}

#summarypage .summarydetail_content .summaryTable tr td .tel {
  color: #333;
}

#summarypage .summarydetail_content .summaryTable tr td .summaryAccessBtn {
  background: #E87D00;
  border-radius: 3px;
  color: #fff;
  padding: 6px 16px;
  font-size: 13px;
  margin-top: 10px;
  display: inline-block;
}
/*# sourceMappingURL=summary.css.map */