/*
共通系 style
*/
* {
  padding: 0;
  margin: 0;
  font-family: "Hiragino Kaku Gothic Pro", verdana, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
li {
  list-style: none;
}
li::marker {
  content: '';
}
.c-btn {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  padding: 0;
  text-align: center;
  line-height: 48px;
  border-radius: 4px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  border: none;
}

.c-btn:visited,
.c-btn:link {
  color: #fff;
}

.c-btn-gray,
.c-btn-gray:link,
.c-btn-gray:visited {
  background-color: #fff;
  color: #666;
  font-weight: bold;
  border: 1px solid #D1D1D1;
}

.c-btn-green {
  background-color: #76952f;
  color: #fff;
  font-weight: bold;
}

.c-btn-green:hover {
  background-color: #91aa59;
  color: #fff;
  text-decoration: none;
}

.c-btn-orange {
  background-color: #f5a32d;
  color: #fff;
  font-weight: bold;
}

.c-btn-orange:hover {
  background-color: #f6b556;
  color: #fff;
  text-decoration: none;
}

.c-btn-orange-outline {
  background: #fff;
  border: 1px solid #f5a32d;
  color: #f5a32d;
}

.c-btn-green-outline {
  background: #fff;
  border: 1px solid #76952f;
  color: #76952f;
}

.c-btn-green-outline,
.c-btn-green-outline:link,
.c-btn-green-outline:visited {
  color: #76952f;
}

.c-btn-green-outline:hover {
  border-color: #91aa59;
  color: #91aa59;
}

.c-btn-orange-outline,
.c-btn-orange-outline:link,
.c-btn-orange-outline:visited {
  color: #f5a32d;
}

.c-btn-orange-outline:hover {
  border-color: #f5a32d;
  color: #f5a32d;
}

/*
footer style
*/
.o-help-footer__upper {
  padding: 0 16px;
}
.o-help-footer .c-btn {
  text-decoration: none;
  max-width: 360px;
  margin: 0 auto;
}
.o-help-footer-page-help {
  margin-top: 72px;
}
.o-help-footer-page-help li:first-child {
  margin-bottom: 16px;
}
.o-help-footer-page-help__subText {
  text-align: center;
  font-size: 13px;
  color: #666;
  margin-bottom: 4px;
}
.o-help-footer-link-toiawase {
  margin-top: 40px;
}
.o-help-footer {
  min-width: 320px;
}
.o-help-footer footer ul li a {
  padding: 0 5px;
  color: #333;
}
.o-help-footer .global-footer {
  margin-top: 40px;
}
.o-help-footer__lower {
  margin: 64px 16px 16px 16px;
  border-top: 1px solid #ddd;
  padding-top: 16px;
}
.o-help-footer__title {
  font-size: 17px;
  color: #333;
}
.o-help-footer-shop li {
  margin-top: 8px;
}
.o-help-footer-shop a {
  font-size: 15px;
  font-weight: 600;
  color: #76952F;
  position: relative;
}
.o-help-footer-shop a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 1px;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  border-top: 2px solid #76952f;
  border-right: 2px solid #76952f;
  right: -16px;
}
.o-help-footer .footer-sp-small .global-footer_copy {
  margin-top: 16px;
}
.o-help-footer .footer-sp-small .global-footer_inner {
  padding: 24px 8px 40px 8px;
}
.o-help-footer .footer.footer-sp-small ul li {
  margin-bottom: 4px;
}
@media screen and (min-width: 640px) {
  .o-help-footer .footer-sp-small .global-footer_copy {
    padding: 0 8px;
    text-align: right;
  }
}