.about-stepcarousel {
  margin-top: 30px;
}
.about-stepcarousel .swiper-container {
  padding-bottom: 45px;
}
.about-stepcarousel .swiper-container * {
  -webkit-text-size-adjust: 100%;
}

.about-stepcarousel__bar {
  margin: 30px 0 25px;
  overflow: hidden;
  position: relative;
  display: flex;
}
.about-stepcarousel__bar > li {
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  background: #e5e5e5;
  border-width: 1px;
  border-style: solid;
  border-color: #c8c8c8;
  position: relative;
  height: 86px;
  flex: 1;
}
.about-stepcarousel__bar > li:nth-child(1) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 5;
  flex: 0.9;
}
.about-stepcarousel__bar > li:nth-child(2) {
  z-index: 4;
}
.about-stepcarousel__bar > li:nth-child(3) {
  z-index: 3;
}
.about-stepcarousel__bar > li:nth-child(4) {
  z-index: 2;
}
.about-stepcarousel__bar > li:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  flex: 1.1;
}
.about-stepcarousel__bar > li:last-child:before, .about-stepcarousel__bar > li:last-child:after {
  content: none;
}
.about-stepcarousel__bar > li:before, .about-stepcarousel__bar > li:after {
  content: "";
  position: absolute;
  border-top: 43px solid transparent;
  border-bottom: 43px solid transparent;
  border-left-style: solid;
}
.about-stepcarousel__bar > li:before {
  top: -1px;
  border-left-color: #c8c8c8;
  z-index: 1;
}
.about-stepcarousel__bar > li:after {
  border-left-color: #e5e5e5;
  top: -1px;
  z-index: 1;
}
.about-stepcarousel__bar > li .box-icon {
  display: inline-block;
  background: #767676;
  color: #ffffff;
  line-height: 1;
  padding: 3px 10px 5px;
  border-radius: 10px;
  margin-bottom: 5px;
}
.about-stepcarousel__bar > li .box-text {
  color: #767676;
  display: block;
  font-weight: bold;
}
.about-stepcarousel__bar > li + li {
  border-left: none;
}
.about-stepcarousel__bar > li.-current {
  border-color: #16160e;
  background-color: #fce39b;
}
.about-stepcarousel__bar > li.-current:before {
  border-left-color: #16160e;
}
.about-stepcarousel__bar > li.-current:after {
  border-left-color: #fce39b;
}
.about-stepcarousel__bar > li.-done {
  border-color: #16160e;
}
.about-stepcarousel__bar > li.-done:before {
  border-left-color: #16160e;
}
.about-stepcarousel__bar > li.-current .box-icon, .about-stepcarousel__bar > li:hover .box-icon {
  background: #16160e;
  z-index: 2;
  position: relative;
}
.about-stepcarousel__bar > li.-current .box-text, .about-stepcarousel__bar > li:hover .box-text {
  color: #16160e;
  z-index: 2;
  position: relative;
}

.about-stepcarousel__container h3 {
  border-bottom: 1px dotted #16160e;
}
.about-stepcarousel__container h3 .box-icon {
  background: #16160e;
  color: #ffffff;
  border-radius: 20px;
}
.about-stepcarousel__container h4 {
  margin: 15px 0 10px;
}
.about-stepcarousel__container > li {
  border: 1px solid #16160e;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}
.about-stepcarousel__container > li:not(:first-child) {
  margin-top: 20px;
}

.about-stepcarousel__pagination {
  bottom: 10px;
}
.about-stepcarousel__pagination .swiper-pagination-bullet {
  border: 1px solid #16160e;
}
.about-stepcarousel__pagination .swiper-pagination-bullet-active {
  background: #fce39b;
}

.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;
}

.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;
}

.about-survey {
  position: fixed;
  right: 0px;
  bottom: 10px;
  z-index: 100;
  border: 1px solid #ddd;
  border-radius: 24px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.about-survey.about-index {
  bottom: 76px;
}
.about-survey.-visible {
  opacity: 1;
  pointer-events: auto;
}
.about-survey p {
  margin: 0;
}
.about-survey .as-header {
  border-bottom: 1px solid #ddd;
}
.about-survey .as-content {
  padding: 16px 24px 24px;
  text-align: left;
}
.about-survey .as-title {
  font-weight: bold;
  padding: 16px;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.about-survey .as-radioLabel {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
}
.about-survey .as-radioGroup {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.about-survey .as-radio {
  display: none;
}
.about-survey .as-radio + span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #c8c8c8;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  margin-right: 4px;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}
.about-survey .as-radio:checked + span {
  border-color: #ad0003;
}
.about-survey .as-radio:checked + span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ad0003;
  position: absolute;
  left: 3px;
  top: 3px;
}
.about-survey .as-text {
  margin-top: 16px;
  font-size: 14px;
}
.about-survey .as-note {
  margin-top: 8px;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
.about-survey .as-textarea {
  border: 1px solid #c8c8c8;
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 5px;
  margin-top: 8px;
}
.about-survey .as-close {
  position: absolute;
  right: 12px;
  top: 14px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  background: #fff;
  cursor: pointer;
}
.about-survey .as-close:hover {
  opacity: 0.85;
}
.about-survey .as-close::before, .about-survey .as-close::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  background: #333;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: 0.5s;
}
.about-survey .as-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.about-survey .as-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.about-survey .as-submit {
  background-color: #ad0003;
  color: #fff;
  padding: 8px 24px;
  border-radius: 10em;
  border: none;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  width: 8em;
  margin: 12px auto 0;
  display: block;
}
.about-survey .as-submit:disabled {
  background-color: #c8c8c8;
  cursor: not-allowed;
  opacity: 0.6;
}
.about-survey .as-thanks {
  display: none;
}
.about-survey .as-thanks-text {
  font-size: 14px;
}

.box--info {
  color: #028760;
  border: solid 1px #028760;
  border-radius: 4px;
  display: flex;
  padding: 8px 16px;
  box-sizing: border-box;
}
.box--info .mf-exclamation02 {
  font-size: 20px;
  margin-right: 4px;
}
.box--info .box--info__content {
  margin-left: 8px;
}
.box--info .box--info__content .-emphasis {
  font-weight: bold;
}

.-emphasis {
  font-weight: bold;
}

.about-tax_return .col_nav {
  overflow: hidden;
}
.about-tax_return .box--info {
  margin-top: 20px;
}
.about-tax_return .box--info .info-tax_return {
  margin-left: 8px;
}
.about-tax_return .box--info .info-tax_return p.info-tax_return-content {
  margin-top: 0;
}
.about-tax_return .box--info .info-tax_return p.info-tax_return-content:not(:last-child) {
  margin-bottom: 8px;
}
.about-tax_return .section-manual {
  background: #f6f6f6;
}
.about-tax_return .section-manual h2 {
  text-align: center;
}
.about-tax_return .section-manual .section-manual__index .title {
  border: 1px solid #16160e;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: bold;
}
.about-tax_return .section-manual .section-manual__index ol {
  background: #ffffff;
  border: 1px solid #16160e;
}
.about-tax_return .section-manual .section-manual__index ol li + li {
  border-top: 1px solid #c8c8c8;
}
.about-tax_return .section-manual .section-manual__index ol li > a {
  display: block;
  font-size: 14px;
  position: relative;
}
.about-tax_return .section-manual .section-manual-lists > li {
  background: #ffffff;
}
.about-tax_return .section-manual .section-manual-lists > li + li {
  margin-top: 20px;
}
.about-tax_return .section-manual .section-manual-lists h3 {
  padding-bottom: 5px;
  border-bottom: 1px solid #16160e;
}
.about-tax_return .section-manual .section-manual-lists p {
  margin-top: 20px;
}
.about-tax_return .section-manual .section-manual-lists .image-display {
  border: 1px solid #e5e5e5;
  display: block;
  margin-top: 20px;
  box-sizing: border-box;
}
.about-tax_return .about-new {
  background-color: #fff;
  margin-bottom: 23px;
  padding: 25px 30px 25px 27px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.about-tax_return .about-new li {
  position: relative;
  display: flex;
}
.about-tax_return .about-new li:nth-child(n+2) {
  margin-top: 20px;
}
.about-tax_return .about-new .about-new__badge {
  flex: 0 0 60px;
  height: 22px;
  display: inline-block;
  background: #fce39b;
  margin-top: -3px;
  margin-right: 10px;
  border: 1px solid #16160e;
  border-radius: 12px;
  line-height: 22px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  font-size: 12px;
}
.about-tax_return .about-new .link {
  color: #1e50a2;
}
.about-tax_return .about-new .link:hover {
  text-decoration: underline;
}
.about-tax_return .about-new .textlink-left {
  margin-top: 5px;
}

.box--info {
  color: #028760;
  border: solid 1px #028760;
  border-radius: 4px;
  display: flex;
  padding: 8px 16px;
  box-sizing: border-box;
}

@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .about-stepcarousel__bar > li {
    padding: 14px 10px 14px 25px;
  }
  .about-stepcarousel__bar > li:before, .about-stepcarousel__bar > li:after {
    border-left-width: 25px;
  }
  .about-stepcarousel__bar > li:before {
    right: -25px;
  }
  .about-stepcarousel__bar > li:after {
    right: -24px;
  }
  .about-stepcarousel__bar > li .box-icon {
    font-size: 12px;
  }
  .about-stepcarousel__bar > li .box-text {
    font-size: 16px;
  }
  .about-stepcarousel__container h3 {
    text-align: center;
    padding: 20px 0;
  }
  .about-stepcarousel__container h3 .box-icon {
    padding: 6px 15px;
    margin-right: 20px;
  }
  .about-stepcarousel__box {
    padding: 24px 24px 30px;
  }
  .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;
  }
  .about-survey {
    width: 360px;
    right: 110px;
    bottom: 20px;
    border-radius: 32px;
  }
  .about-tax_return .col_nav {
    height: 600px;
    width: 244px;
  }
  .about-tax_return .col_nav.-fixed {
    position: fixed;
    top: 100px;
  }
  .about-tax_return .section-manual {
    padding: 35px 0 70px;
  }
  .about-tax_return .section-manual .section-manual__index .title {
    text-align: center;
    background: #f6f6f6;
    padding-top: 5px;
  }
  .about-tax_return .section-manual .section-manual__index ol {
    padding: 8px 12px;
  }
  .about-tax_return .section-manual .section-manual__index ol li > a {
    padding: 6px 0;
  }
  .about-tax_return .section-manual .section-manual__index ol li > a.-current, .about-tax_return .section-manual .section-manual__index ol li > a:hover {
    font-weight: bold;
  }
  .about-tax_return .section-manual .section-manual-lists > li {
    border-radius: 10px;
    padding: 24px;
  }
  .about-tax_return .about-new .about-new__badge {
    height: 25px;
    border-radius: 14px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .about-stepcarousel__bar > li {
    padding: 8px 0px 8px 13px;
  }
  .about-stepcarousel__bar > li:before, .about-stepcarousel__bar > li:after {
    border-left-width: 14px;
  }
  .about-stepcarousel__bar > li:before {
    right: -14px;
  }
  .about-stepcarousel__bar > li:after {
    right: -13px;
  }
  .about-stepcarousel__bar > li .box-icon {
    font-size: 10px;
  }
  .about-stepcarousel__bar > li .box-text {
    font-size: 12px;
    display: flex;
    height: 3em;
    align-items: center;
    justify-content: center;
  }
  .about-stepcarousel__container h3 {
    padding: 10px 20px;
    min-height: 66px;
    display: flex;
    align-items: center;
  }
  .about-stepcarousel__container h3 .box-icon {
    font-size: 12px;
    padding: 8px 12px;
    margin-right: 10px;
    flex: none;
  }
  .about-stepcarousel__box {
    padding: 20px;
  }
  .headline {
    padding: 50px 16px;
  }
  .about-survey {
    width: 94%;
    left: 0;
    margin: 0 auto;
  }
  .about-tax_return .section-manual {
    padding: 20px 0 0;
    margin-bottom: 60px;
  }
  .about-tax_return .section-manual h2 {
    width: 256px;
    margin: 0 auto;
  }
  .about-tax_return .section-manual .section-manual__index {
    padding: 0 13px;
    margin-bottom: 30px;
  }
  .about-tax_return .section-manual .section-manual__index .section-manual__index-box {
    padding: 0 13px;
    margin-bottom: 30px;
  }
  .about-tax_return .section-manual .section-manual__index .title {
    text-align: left;
    background: #ffffff;
    font-size: 16px;
    padding: 12px 20px;
  }
  .about-tax_return .section-manual .section-manual__index ol {
    padding: 8px 20px;
  }
  .about-tax_return .section-manual .section-manual__index ol li > a {
    padding: 12px 0;
  }
  .about-tax_return .section-manual .section-manual__index ol li > a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 12px;
    height: 12px;
    background: url(/assets/images/pages/about/pointlink-icon.svg) no-repeat;
    background-size: 100% 100%;
  }
  .about-tax_return .section-manual .section-manual-lists > li {
    padding: 20px 13px;
  }
  .about-tax_return .about-new {
    margin: 0 26px 32px;
    padding: 20px;
  }
}
