.about-register {
  background-color: #f6f6f6;
  padding: 30px 0;
}
.about-register h2 {
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
}
.about-register .inner_narrow {
  box-sizing: border-box;
}

.about-register__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-register__list li {
  display: flex;
  margin-top: 20px;
}
.about-register__list li > div:first-child {
  width: 30px;
  margin-right: 12px;
}
.about-register__list li > div:last-child {
  flex: 1;
}
.about-register__list li img {
  width: 30px;
}
.about-register__list h3 {
  font-size: 14px;
}
.about-register__list p {
  font-size: 14px;
}

.about-register__buttons {
  margin-top: 20px;
}
.about-register__buttons ul {
  display: flex;
  justify-content: space-between;
}
.about-register__buttons li {
  width: 48%;
}
.about-register__buttons a {
  display: block;
  padding: 8px;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 600;
  transition: opacity 0.3s ease;
}
.about-register__buttons a:hover {
  opacity: 0.7;
}

.about-register__buttons__register {
  background-color: #ad0003;
  border: 2px solid #ad0003;
  color: #fff;
}

.about-register__buttons__login {
  background-color: #fff;
  border: 2px solid #ad0003;
  color: #ad0003;
}

.about-register__banner {
  text-align: center;
}
.about-register__banner img:hover {
  opacity: 0.85;
}

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

.about .mark-annotation {
  font-size: 12px;
  vertical-align: super;
  margin-right: 4px;
}
.about .textlink-right {
  text-align: right;
}
.about .textlink-right > a {
  background: url(/img/icon_arrow_anchor_blue.svg) right center no-repeat;
  background-size: 0.7em;
  padding-right: 1em;
  color: #1e50a2;
}
.about .textlink-right > a:hover {
  text-decoration: underline;
}
.about .textlink-left > a {
  background: url(/img/icon_arrow_anchor_blue.svg) left center no-repeat;
  background-size: 0.7em;
  padding-left: 1em;
  color: #1e50a2;
}
.about .textlink-left > a:hover {
  text-decoration: underline;
}
.about .text-note {
  color: #6b6b6b;
}
.about .text-red {
  color: #e8000a;
  font-size: 14px;
}
.about .heading2-gray {
  text-align: center;
  background: #f6f6f6;
  border-top: 1px solid #16160e;
  border-bottom: 1px solid #16160e;
  position: relative;
}
.about .heading2-gray:before, .about .heading2-gray:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px dotted #16160e;
  left: 0;
}
.about .heading2-gray:before {
  top: 4px;
}
.about .heading2-gray:after {
  bottom: 4px;
}
.about .heading2-gray > small {
  color: #16160e;
  font-size: 10px;
  font-weight: bold;
}
.about .heading3-pointborder {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #16160e;
  margin-bottom: 20px;
}
.about .heading3-pointborder .heading3-pointborder__number {
  background: #16160e;
  color: #ffffff;
  border-top-left-radius: 4px;
  line-height: 1;
  position: relative;
  margin-right: 20px;
  flex: none;
  font-size: 14px;
}
.about .heading3-pointborder .heading3-pointborder__number:after {
  content: "";
  position: absolute;
  border-right: 15px solid transparent;
  width: 0;
  right: -15px;
  top: 0;
  border-bottom: 32px solid #16160e;
}
.about .heading3-pointborder .heading3-pointborder__text {
  padding-bottom: 4px;
  flex: 1;
}
.about .button-positive {
  background: #ad0003;
  display: block;
  text-align: center;
  color: #ffffff;
  width: 100%;
  border: 0;
  border-radius: 4px;
  padding: 15px 0;
  cursor: pointer;
}
.about .button-positive:hover {
  opacity: 0.85;
  text-decoration: none;
}

.about-navifollowing {
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s, visibility 0s ease 0.4s;
}
.about-navifollowing.-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.about-navifollowing__list {
  display: flex;
}
.about-navifollowing__list > li {
  flex: 1;
  border-right: 1px solid #e5e5e5;
}
.about-navifollowing__list > li:last-child {
  border: none;
}
.about-navifollowing__list > li a {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 5px;
  font-weight: bold;
  box-sizing: border-box;
}
.about-navifollowing__list > li a.-current {
  border-bottom: 3px solid #16160e;
}
.about-navifollowing__list > li.-red a {
  color: #ad0003;
  font-weight: bold;
}

.about-download {
  background: #f6f6f6;
  border-radius: 10px;
}

.about-download__heading {
  font-weight: bold;
  margin: 0 0 15px;
  font-size: 18px;
}

.about-download__attention {
  color: #ad0003;
  border-bottom: 1px solid #ad0003;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 18px;
  position: relative;
}
.about-download__attention::before, .about-download__attention::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;
}
.about-download__attention::before {
  border-top-color: #ad0003;
  border-right-color: #ad0003;
  z-index: 1;
  bottom: -14px;
  left: 1px;
}
.about-download__attention::after {
  border-top-color: #f6f6f6;
  border-right-color: #f6f6f6;
  border-right-width: 6px;
  z-index: 2;
  bottom: -12px;
  left: 0;
}

.about-summary {
  background: #ffffff aeb;
  padding: 50px 0;
  margin-bottom: 60px;
}
.about-summary .box-download {
  padding: 5px;
  background: #ffffff;
  border: 1px solid #16160e;
  border-radius: 10px;
}
.about-summary .about-download {
  border: 1px dotted #16160e;
  background: #ffffff;
}
.about-summary .about-download__attention::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}

.about-summary__list dt {
  margin-top: 16px;
  font-weight: bold;
}

.about-areagray {
  background: #f6f6f6;
  border-radius: 10px;
}

.about-areagray__image {
  text-align: center;
  display: block;
}

.about-explainlist > li {
  margin-bottom: 35px;
}
.about-explainlist__box:not(:nth-of-type(1)) {
  border-top: 1px dotted #c8c8c8;
  padding-top: 20px;
}
.about-explainlist__box h3 {
  font-size: 14px;
  margin-top: 8px;
}

.about-explainlist__col.-text {
  flex: 0 0 350px;
  margin-right: 32px;
}
.about-explainlist__col.-image {
  flex: 1;
}

.about-explainlist__title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.about-explainlist__icon {
  margin-right: 8px;
  flex: 0 0 55px;
}

.about-explainlist__image {
  text-align: center;
}

.about-explainlist__box__list {
  font-size: 14px;
  margin-top: 4px;
}

.about-question {
  border-bottom: 1px dotted #16160e;
}
.about-question > dt,
.about-question > dd {
  display: flex;
}
.about-question > dt {
  border-top: 1px dotted #16160e;
  font-weight: bold;
  position: relative;
}
.about-question > dt.-opened button:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.about-question > dt.-opened + dd {
  display: flex;
}
.about-question > dt button {
  background: none;
  border: 0;
  text-align: left;
  font: inherit;
  padding: 15px 40px 15px 5px;
  width: 100%;
  cursor: pointer;
}
.about-question > dt button:before {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 0;
  width: 12px;
  height: 100%;
  background-image: url(/img/icon_arrow_down_gray.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: top 50% right 0;
}
.about-question > dd {
  padding: 5px 40px 15px 5px;
  display: none;
}
.about-question > dd p + p {
  margin-top: 5px;
}
.about-question > dd p + .textlink-right {
  margin-top: 8px;
}
.about-question .box-icon {
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
  flex: 0 0 20px;
}
.about-question .box-text {
  flex-grow: 1;
}

.about-onestop-mv {
  text-align: center;
}

.about-onestop em {
  font-weight: bold;
}
.about-onestop p > a {
  color: #1e50a2;
}
.about-onestop p > a:hover {
  text-decoration: underline;
}
.about-onestop .about-onestop__dot-list li {
  list-style-type: disc;
  margin-left: 20px;
  font-size: 14px;
}
.about-onestop .about-onestop__dot-list a {
  color: #1e50a2;
}
.about-onestop .about-onestop__dot-list a:hover {
  text-decoration: underline;
}
.about-onestop .about-onestop__desc-list {
  font-size: 14px;
}
.about-onestop .about-onestop__desc-list dt {
  font-weight: bold;
}
.about-onestop .about-onestop__desc-list dt:not(:first-child) {
  margin-top: 8px;
}
.about-onestop .about-onestop__icon {
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
  top: -0.05em;
  color: #ad0003;
}
.about-onestop .inner_narrow {
  box-sizing: border-box;
}
.about-onestop .section-easy .about-areagray {
  margin: 30px 0 20px;
}
.about-onestop .section-condition .about-explainlist {
  margin-top: 30px;
}
.about-onestop .section-document ol {
  margin: 30px 0 0;
}
.about-onestop .section-document ol > li {
  margin-bottom: 30px;
}
.about-onestop .section-document ol > li h3 {
  margin-bottom: 20px;
}
.about-onestop .section-document ol > li .box-text {
  margin-bottom: 20px;
}
.about-onestop .section-document ol > li .textlink-right + .textlink-right {
  margin-top: 8px;
}
.about-onestop .about-onestop-table table {
  line-height: 1.5;
  width: 100%;
}
.about-onestop .about-onestop-table table thead td {
  background: #f6f6f6;
}
.about-onestop .about-onestop-table table th,
.about-onestop .about-onestop-table table td {
  border: 1px solid #c8c8c8;
  text-align: center;
  padding: 20px 15px;
  vertical-align: middle;
}
.about-onestop .about-onestop-table table th {
  background: #f6f6f6;
}
.about-onestop .about-onestop-table .data {
  margin-bottom: 10px;
}
.about-onestop .about-onestop-table .data table {
  table-layout: fixed;
  width: 796px;
}
.about-onestop .about-onestop-table .data table th {
  padding: 20px 0;
  text-align: center;
}
.about-onestop .about-onestop-table .data table td {
  text-align: center;
}
.about-onestop .about-onestop-table .data table .whitespace::before {
  content: "\a";
  white-space: normal;
}
.about-onestop .about-onestop-table .data table .about-onestop-table__head-cell {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 131px;
  text-align: center;
}
.about-onestop .about-onestop-table .data .text-note {
  margin: 8px 0 0;
}
.about-onestop .section-sending .box-text {
  margin-top: 30px;
}
.about-onestop .section-sending .box-flow {
  margin: 20px 0 35px;
}
.about-onestop .section-sending .title-flow {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.about-onestop .section-sending .image-flow {
  text-align: center;
  display: block;
  margin-top: 8px;
}
.about-onestop .section-taxreturn .section-taxreturn__content {
  margin-top: 30px;
}
.about-onestop .section-howtorequest .about-stepcarousel__container h4 {
  margin-top: 0;
}
.about-onestop .section-howtorequest .about-stepcarousel__container .col-image p {
  font-size: 12px;
}
.about-onestop .section-howtorequest .about-stepcarousel__container .col-image-title {
  font-weight: bold;
}
.about-onestop .section-howtorequest .about-stepcarousel__container .col-image-document {
  position: relative;
}
.about-onestop .section-howtorequest .about-stepcarousel__container .col-image-document .icon-expansion {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.about-onestop .section-howtorequest .about-stepcarousel__container .obj-border {
  display: block;
  border-bottom: 1px dotted #16160e;
  margin: 15px 0 0;
}
.about-onestop .section-howtorequest .box-idcard:not(:nth-of-type(1)) {
  border-top: 1px dotted #16160e;
  padding-top: 20px;
  margin-top: 20px;
}
.about-onestop .section-howtorequest .box-idcard .txt-sub {
  margin-top: 4px;
}
.about-onestop .section-howtorequest .box-idcard__image__plus {
  padding-bottom: 13%;
}
.about-onestop .section-howtorequest .box-idcard__image__card {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
}
.about-onestop .section-howtorequest .box-idcard__image__card span {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}
.about-onestop .section-howtorequest .box-idcard__list {
  margin-top: 4px;
}
.about-onestop .section-howtorequest .box-idcard__list li {
  font-size: 14px;
}
.about-onestop .section-howtorequest .box-idcard__image__text {
  text-align: center;
  font-size: 14px;
  margin-top: 8px;
}
.about-onestop .section-howtorequest .box-step4 {
  margin: 0 0 15px;
  border-top: 1px dotted #16160e;
  margin-top: 20px;
  padding-top: 20px;
}
.about-onestop .section-howtorequest .box-step4 .section-howtorequest-button a {
  margin: 15px 0 0;
}
.about-onestop .section-howtorequest .box-step4 .text-bold {
  margin: 15px 0;
}
.about-onestop .section-howtorequest .box-schedule {
  margin: 15px 0 0;
}
.about-onestop .section-howtorequest .box-schedule-title {
  font-weight: bold;
  margin: 0 0 15px;
}
.about-onestop .section-precautions ol {
  margin-top: 30px;
}
.about-onestop .section-precautions ol > li {
  padding: 20px 0;
  border-bottom: 1px dotted #16160e;
  box-sizing: border-box;
}
.about-onestop .section-precautions ol > li:first-child {
  border-top: 1px dotted #16160e;
}
.about-onestop .section-precautions ol > li h3 {
  margin-bottom: 15px;
}
.about-onestop .section-precautions ol > li .box-text p + p {
  margin: 10px 0 0;
}
.about-onestop .section-precautions__image {
  display: block;
}
.about-onestop .section-question .about-question {
  margin-top: 40px;
}

.section-merit {
  padding-top: 60px;
  margin-bottom: 60px;
}

.section-merit__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 16px 1fr;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
  margin-top: 20px;
}
.section-merit__item:not(:nth-of-type(1)) {
  border-top: 1px dotted #c8c8c8;
  padding-top: 20px;
}

.section-merit__item__number {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}

.section-merit__item__title {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
}

.section-merit__item__text {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  margin-top: 8px;
}
.section-merit__item__text p {
  line-height: 1.7;
}
.section-merit__item__text .txt-sub {
  margin-top: 8px;
}
.section-merit__item__text dl {
  font-size: 14px;
}
.section-merit__item__text dt {
  font-weight: bold;
  margin-top: 8px;
}

.section-merit__item__image {
  margin-top: 20px;
  background-color: #f6f6f6;
  padding: 20px;
  border-radius: 12px;
}

.section-merit__item__image__text {
  font-weight: bold;
}

.section-merit__item__banner img {
  border: 1px solid #e5e5e5;
}

.about-onestop__top-index {
  margin-top: 20px;
}

.about-onestop__top-index__list {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.about-onestop__top-index__list li {
  flex: 1;
}
.about-onestop__top-index__list a {
  display: block;
  border: 4px solid #f7b422;
  text-align: center;
  font-weight: bold;
  padding: 12px;
  border-radius: 12px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  transition: background-color 0.3s;
}
.about-onestop__top-index__list a:hover {
  background-color: #f7b422;
}
.about-onestop__top-index__list i {
  vertical-align: middle;
}

.about-onestop__index {
  margin: 0 0 50px;
  border-top: 1px dotted #16160e;
  border-bottom: 1px dotted #16160e;
  padding: 12px 0;
  position: relative;
  margin-top: 20px;
}

.about-onestop__index__list {
  padding: 20px 5px 12px;
  display: none;
  flex-direction: column;
  gap: 8px 0;
}
.-opened .about-onestop__index__list {
  display: flex;
}
.about-onestop__index__list li {
  list-style-type: decimal;
  list-style-position: inside;
}
.about-onestop__index__list a {
  color: #1e50a2;
}
.about-onestop__index__list a:hover {
  text-decoration: underline;
}

.about-onestop__index__button {
  font-weight: bold;
  padding-left: 12px;
  display: block;
  background-color: transparent;
  border: none;
  text-align: left;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.about-onestop__index__button::after {
  content: "";
  display: block;
  background-image: url(/img/icon_arrow_down_gray.png);
  background-repeat: no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.-opened .about-onestop__index__button::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.about-onestop-adjustanchor {
  margin-top: -60px;
  padding-top: 60px;
}

.section-difference__table {
  line-height: 1.5;
  width: 100%;
  margin-top: 24px;
}
.section-difference__table tr:last-of-type {
  border-bottom: 1px solid #c8c8c8;
}
.section-difference__table th {
  font-size: 16px;
}
.section-difference__table td img {
  margin-top: 16px;
}
.section-difference__table td a {
  color: #1e50a2;
}
.section-difference__table td a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .about-register {
    padding: 60px 0;
  }
  .about-register h2 {
    font-size: 18px;
  }
  .about-register__list li {
    width: 48%;
  }
  .about-register__buttons {
    padding: 0 70px;
  }
  .about-register__banner {
    margin-top: 24px;
  }
  .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 .text-note {
    font-size: 14px;
  }
  .about .heading2-gray {
    padding: 12px 0;
    font-size: 24px;
  }
  .about .heading2-gray > small {
    font-size: 12px;
  }
  .about .heading3-pointborder .heading3-pointborder__number {
    padding: 9px 9px 9px 20px;
  }
  .about-navifollowing__list > li a {
    font-size: 14px;
  }
  .about-download {
    padding: 24px;
  }
  .about-download .col-text {
    flex: 1 0 330px;
    margin-right: 38px;
  }
  .about-download .col-button {
    flex: 1 0 330px;
  }
  .about-download__inner {
    display: flex;
    justify-content: space-between;
  }
  .about-summary .col-button {
    width: 400px;
    margin-inline: auto;
  }
  .about-areagray {
    padding: 30px;
  }
  .about-explainlist__box {
    display: flex;
    align-items: center;
  }
  .about-explainlist__box:not(:nth-of-type(1)) {
    padding-top: 28px;
  }
  .about-explainlist__box h3 {
    font-size: 16px;
  }
  .about-explainlist__box__list {
    font-size: 16px;
  }
  .about-onestop-mv img {
    width: 1120px;
  }
  .about-onestop .about-onestop__dot-list li {
    font-size: 16px;
  }
  .about-onestop .about-onestop__desc-list {
    font-size: 16px;
  }
  .about-onestop .section-easy {
    margin-bottom: 80px;
  }
  .about-onestop .section-condition {
    margin-bottom: 80px;
  }
  .about-onestop .section-document {
    margin-bottom: 80px;
  }
  .about-onestop .about-onestop-table .data table .whitespace::before {
    white-space: pre;
  }
  .about-onestop .section-sending {
    margin-bottom: 80px;
  }
  .about-onestop .section-taxreturn {
    margin-bottom: 80px;
  }
  .about-onestop .section-howtorequest {
    margin-bottom: 80px;
  }
  .about-onestop .section-howtorequest .about-stepcarousel__container .onestop-document {
    display: flex;
  }
  .about-onestop .section-howtorequest .about-stepcarousel__container .col-image {
    flex: 0 0 150px;
    margin-left: 20px;
  }
  .about-onestop .section-howtorequest .about-stepcarousel__container .col-text {
    flex: 1;
  }
  .about-onestop .section-howtorequest .about-stepcarousel__container .col-text-button {
    display: flex;
  }
  .about-onestop .section-howtorequest .col-button {
    flex: 0 0 240px;
    margin-left: 10px;
  }
  .about-onestop .section-howtorequest .box-idcard {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
  }
  .about-onestop .section-howtorequest .box-idcard:not(:nth-of-type(1)) {
    padding-top: 20px;
  }
  .about-onestop .section-howtorequest .box-idcard__text {
    flex: 1.5;
  }
  .about-onestop .section-howtorequest .box-idcard__image {
    flex: 1;
  }
  .about-onestop .section-howtorequest .box-idcard__list li {
    font-size: 16px;
  }
  .about-onestop .section-howtorequest .box-step4 {
    display: flex;
  }
  .about-onestop .section-precautions {
    margin-bottom: 80px;
  }
  .about-onestop .section-precautions ol > li {
    position: relative;
    padding-left: 95px;
    min-height: 105px;
  }
  .about-onestop .section-precautions ol > li:before {
    content: "";
    position: absolute;
    width: 75px;
    height: 65px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .about-onestop .section-precautions ol > li:nth-child(1):before {
    background-image: url(/assets/images/pages/about/onestop/precautions-icon1.png);
  }
  .about-onestop .section-precautions ol > li:nth-child(2):before {
    background-image: url(/assets/images/pages/about/onestop/precautions-icon2.png);
  }
  .about-onestop .section-precautions ol > li:nth-child(3):before {
    background-image: url(/assets/images/pages/about/onestop/precautions-icon3.png);
  }
  .about-onestop .section-precautions ol > li:nth-child(4):before {
    background-image: url(/assets/images/pages/about/onestop/precautions-icon4.png);
  }
  .about-onestop .section-precautions ol > li:nth-child(5):before {
    background-image: url(/assets/images/pages/about/onestop/precautions-icon5.png);
  }
  .about-onestop .section-precautions ol > li:nth-child(6):before {
    background-image: url(/assets/images/pages/about/onestop/precautions-icon6.png);
  }
  .about-onestop .section-question {
    margin-bottom: 80px;
  }
  .section-merit {
    margin-bottom: 80px;
  }
  .section-merit__item {
    gap: 0 16px;
    margin-top: 28px;
  }
  .section-merit__item:not(:nth-of-type(1)) {
    padding-top: 28px;
  }
  .section-merit__item__number {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .section-merit__item__title {
    -ms-grid-row-align: end;
        align-self: end;
    font-size: 20px;
  }
  .section-merit__item__text {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: start;
        align-self: start;
  }
  .section-merit__item__text dl {
    font-size: 16px;
  }
  .about-onestop__top-index {
    margin-top: 32px;
  }
  .about-onestop__top-index__list i {
    margin-left: 8px;
  }
  .about-onestop__index {
    margin-top: 32px;
  }
  .about-onestop__index__list {
    flex-wrap: wrap;
    height: 190px;
  }
  .section-difference__table th,
  .section-difference__table td {
    border: 1px solid #c8c8c8;
    padding: 20px 15px;
  }
  .section-difference__table th {
    min-width: 140px;
    background: #f6f6f6;
  }
  .section-difference__table td {
    width: auto;
  }
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .about-register .inner_narrow {
    padding: 0 13px;
  }
  .about-register__list ul {
    flex-direction: column;
  }
  .about-register__banner {
    margin: 24px 16px 0;
  }
  .about-register__banner img {
    width: 100%;
  }
  .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 .text-note {
    font-size: 12px;
  }
  .about .heading2-gray {
    margin: 0 -13px;
    padding: 15px 13px;
  }
  .about .heading2-gray > span {
    display: inline-block;
  }
  .about .heading3-pointborder .heading3-pointborder__number {
    padding: 9px 3px 9px 10px;
  }
  .about-navifollowing .inner,
  .about-navifollowing .inner_narrow {
    padding: 0 !important;
  }
  .about-navifollowing__list > li a {
    font-size: 12px;
  }
  .about-download {
    padding: 20px;
  }
  .about-download .col-text {
    margin-bottom: 15px;
  }
  .about-areagray {
    padding: 20px;
  }
  .about-areagray__image img {
    max-width: 400px;
    width: 100%;
  }
  .about-explainlist__col.-text {
    margin: 0 0 20px;
  }
  .about-explainlist__image img {
    max-width: 400px;
    width: 100%;
  }
  .about-onestop .inner_narrow {
    padding: 0 13px;
  }
  .about-onestop .section-easy {
    margin-bottom: 60px;
  }
  .about-onestop .section-condition {
    margin-bottom: 60px;
  }
  .about-onestop .section-document {
    margin-bottom: 60px;
  }
  .about-onestop .about-onestop-table {
    font-size: 14px;
  }
  .about-onestop .about-onestop-table .data {
    overflow-x: scroll;
  }
  .about-onestop .about-onestop-table .data table {
    width: 130%;
  }
  .about-onestop .about-onestop-table .data table .mark-annotation {
    margin-right: 0;
    white-space: nowrap;
  }
  .about-onestop .about-onestop-table .data table th {
    padding: 20px 14px;
    width: 27%;
    text-align: left;
  }
  .about-onestop .about-onestop-table .data table td {
    text-align: left;
  }
  .about-onestop .about-onestop-table .data table .about-onestop-table__head-cell {
    width: 19%;
    text-align: left;
  }
  .about-onestop .section-sending {
    margin-bottom: 60px;
  }
  .about-onestop .section-sending .image-flow img {
    width: 300px;
  }
  .about-onestop .section-taxreturn {
    margin-bottom: 60px;
  }
  .about-onestop .section-howtorequest {
    margin-bottom: 60px;
  }
  .about-onestop .section-howtorequest .about-stepcarousel__container .col-image {
    width: 150px;
    margin: 16px auto 0;
  }
  .about-onestop .section-howtorequest .col-button {
    width: 240px;
    margin: 25px auto;
  }
  .about-onestop .section-howtorequest .box-idcard {
    margin: 20px 0 0;
  }
  .about-onestop .section-howtorequest .box-idcard__image__card {
    margin-top: 20px;
  }
  .about-onestop .section-howtorequest .box-schedule img {
    display: block;
    max-width: 400px;
    width: 100%;
    margin-inline: auto;
  }
  .about-onestop .section-precautions h3 {
    font-size: 16px;
  }
  .about-onestop .section-precautions {
    margin-bottom: 60px;
  }
  .about-onestop .section-precautions ol > li h3 {
    position: relative;
    padding-left: 60px;
    min-height: 43px;
  }
  .about-onestop .section-precautions ol > li h3:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 43px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .about-onestop .section-precautions ol > li:nth-child(1) h3:before {
    background-image: url(/assets/images/pages/about/onestop/precautions-icon1.png);
  }
  .about-onestop .section-precautions ol > li:nth-child(2) h3:before {
    background-image: url(/assets/images/pages/about/onestop/precautions-icon2.png);
  }
  .about-onestop .section-precautions ol > li:nth-child(3) h3:before {
    background-image: url(/assets/images/pages/about/onestop/precautions-icon3.png);
  }
  .about-onestop .section-precautions ol > li:nth-child(4) h3:before {
    background-image: url(/assets/images/pages/about/onestop/precautions-icon4.png);
  }
  .about-onestop .section-precautions ol > li:nth-child(5) h3:before {
    background-image: url(/assets/images/pages/about/onestop/precautions-icon5.png);
  }
  .about-onestop .section-precautions ol > li:nth-child(6) h3:before {
    background-image: url(/assets/images/pages/about/onestop/precautions-icon6.png);
  }
  .about-onestop .section-precautions__image {
    max-width: 400px;
    margin-inline: auto;
  }
  .about-onestop .section-question {
    margin-bottom: 60px;
  }
  .section-merit__item {
    align-items: center;
  }
  .about-onestop__top-index__list a {
    font-size: 14px;
    padding: 12px 4px 4px;
  }
  .about-onestop__top-index__list i {
    display: block;
    text-align: center;
  }
  .about-onestop__index__list {
    font-size: 14px;
  }
  .section-difference__table thead {
    display: none;
  }
  .section-difference__table tr {
    display: block;
    padding-bottom: 24px;
  }
  .section-difference__table th,
  .section-difference__table td {
    display: block;
  }
  .section-difference__table th {
    text-align: left;
    border-top: 1px solid #c8c8c8;
    padding-top: 24px;
  }
  .section-difference__table td {
    text-align: left;
    font-size: 14px;
    margin-top: 20px;
  }
  .section-difference__table td::before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .section-difference__table td img {
    display: block;
    max-width: 320px;
    margin-inline: auto;
  }
}
@media only screen and (min-device-width: 600px) {
  .about-onestop .about-onestop-table .data table .whitespace::before {
    white-space: pre;
  }
}
