.headline {
  position: relative;
  background: #f6f6f6;
  text-align: center;
  padding: 65px 0;
}
.headline p {
  line-height: 1.9em;
}

.headline__heading {
  font-size: 22px;
  margin-bottom: 20px;
}

.headline__news {
  background: #ffffff;
  padding: 10px;
  width: 100%;
  margin: 10px auto 0;
  border-radius: 10px;
  box-sizing: border-box;
}
.headline__news a {
  display: flex;
  justify-content: center;
}
.headline__news a:hover .inline-block-link {
  text-decoration: underline;
}
.headline__news .news-badge {
  width: 60px;
  height: 22px;
  display: inline-block;
  background: #fce39b;
  margin-right: 10px;
  border: 1px solid #17160f;
  border-radius: 12px;
  line-height: 22px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}
.headline__news .inline-block-link {
  text-align: left;
}

.pointimage {
  text-align: center;
}
.pointimage p span {
  display: inline-block;
  background: #ffffff;
  font-weight: bold;
  padding: 9px 15px;
  border: 1px solid #16160e;
  border-radius: 25px;
  margin-bottom: 5px;
  position: relative;
  min-width: 80px;
}
.pointimage p span::before, .pointimage p span::after {
  content: "";
  position: absolute;
  border-width: 7px;
  border-style: solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
  right: 0;
  margin: 0 auto;
  width: 0;
}
.pointimage p span::before {
  border-top-color: #16160e;
  border-right-color: #16160e;
  z-index: 1;
  bottom: -14px;
  left: 1px;
}
.pointimage p span::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-right-width: 6px;
  z-index: 2;
  bottom: -12px;
  left: 0;
}
.pointimage img {
  width: 184px;
  margin: 0 auto;
}

.navigation--footerglobal {
  background: #e5e5e5;
}
.navigation--footerglobal h3 {
  font-size: 16px;
  margin: 0 0 10px;
}
.navigation--footerglobal .inner_narrow {
  box-sizing: border-box;
}

.navigation--footerglobal__inner {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}

.navigation--footerglobal__list {
  display: flex;
  justify-content: space-between;
}
.navigation--footerglobal__list > li a:hover {
  opacity: 0.85;
}

.navigation--footerglobal__heading {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}

.pointimage {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.headline {
  padding-bottom: 164px !important;
}

.guide__contents > section {
  padding: 32px 0;
}
.guide__contents > section:not(:last-child) {
  border-bottom: solid 1px #c8c8c8;
}

.guide__list {
  margin-top: 20px;
  display: flex;
}

.guide-banner__list {
  margin-top: 30px;
}
.guide-banner__list p {
  margin-top: 16px;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .headline {
    padding: 50px 16px;
  }
  .navigation--footerglobal {
    padding: 30px 0;
  }
  .navigation--footerglobal .inner_narrow {
    padding: 0 13px;
  }
  .navigation--footerglobal__inner {
    padding: 0 20px;
  }
  .navigation--footerglobal__list {
    flex-wrap: wrap;
    max-width: 375px;
  }
  .navigation--footerglobal__list > li {
    flex: 0 1 48%;
    margin-bottom: 15px;
  }
  .guide__contents > section {
    margin: 0 20px;
  }
  .guide__list {
    flex-direction: column;
  }
  .guide__list > li {
    order: 2;
  }
  .guide__list > li:nth-child(2n+1) {
    order: 1;
  }
  .guide-banner__list > li:not(:first-child) {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .headline p {
    max-width: 796px;
    margin: auto;
  }
  .headline__heading {
    font-size: 26px;
  }
  .headline__news {
    width: 750px;
  }
  .headline__news a {
    align-items: center;
  }
  .headline__news .news-badge {
    height: 25px;
    border-radius: 14px;
    line-height: 25px;
    font-size: 12px;
  }
  .navigation--footerglobal {
    padding: 40px 0;
  }
  .navigation--footerglobal__inner {
    width: 796px;
  }
  .navigation--footerglobal__list > li {
    flex: 0 0 175px;
  }
  .guide__heading {
    font-size: 22px;
  }
  .guide__list {
    flex-wrap: wrap;
  }
  .guide__list > li {
    width: 50%;
    margin-top: 0 !important;
  }
  .guide__list > li:nth-child(n+3) {
    margin-top: 16px !important;
  }
  .guide-banner__list {
    display: flex;
  }
  .guide-banner__list > li {
    box-sizing: border-box;
    width: 50%;
    margin: 0 16px;
  }
  .guide-banner__list > li:first-child {
    margin-left: 0;
  }
  .guide-banner__list > li:last-child {
    margin-right: 0;
  }
  .guide-banner__list > li img:hover {
    opacity: 0.85;
  }
}