.account-open__eye-chatch {
  position: relative;
  margin-bottom: 168px;
}
@media screen and (min-width: 740px) {
  .account-open__eye-chatch {
    margin-bottom: 0;
  }
}
.account-open__eye-chatch-img-sp img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
@media screen and (min-width: 740px) {
  .account-open__eye-chatch-img-sp {
    display: none;
  }
}
.account-open__eye-chatch-img-pc {
  display: none;
}
.account-open__eye-chatch-img-pc img {
  width: 100%;
  height: 542px;
  object-fit: cover;
}
@media screen and (min-width: 740px) {
  .account-open__eye-chatch-img-pc {
    display: block;
  }
}
.account-open__eye-chatch-card {
  width: 295px;
  padding: 20px;
  border-radius: 5px;
  border-top: 5px solid #008F79;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  top: 190px;
  left: calc((100vw - 295px) / 2);
}
@media screen and (min-width: 740px) {
  .account-open__eye-chatch-card {
    display: flex;
    width: 500px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    top: 110px;
    left: 180px;
  }
}
.account-open__eye-chatch-card h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}
.account-open__eye-chatch-card p {
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  margin-top: 10px;
}
@media screen and (min-width: 740px) {
  .account-open__eye-chatch-card p {
    font-size: 16px;
    font-weight: 300;
  }
}
.account-open__tab-area {
  padding: 30px 0;
}
.account-open__tab-title {
  display: flex;
  width: 175px;
  height: 80px;
  padding: 0px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 2px solid #008F79;
  border-top: 2px solid #66CDAA;
  border-right: 2px solid #66CDAA;
  border-left: 2px solid #66CDAA;
  background: #EAF9F7;
}
@media screen and (min-width: 740px) {
  .account-open__tab-title {
    width: 300px;
    border-bottom: 4px solid #008F79;
    border-top: 4px solid #66CDAA;
    border-right: 4px solid #66CDAA;
    border-left: 4px solid #66CDAA;
  }
}
@media screen and (min-width: 1080px) {
  .account-open__tab-title {
    width: 530px;
    height: 91px;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 30px 10px;
  }
}
.account-open__tab-title p {
  line-height: 140%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .account-open__tab-title p {
    font-size: 18px;
  }
}
.account-open__tab-title-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.account-open__tab-title-wrap #upTab1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc((100% - 355px) / 2);
  width: 2px;
  height: 2px;
  background-color: #008F79;
}
@media screen and (min-width: 740px) {
  .account-open__tab-title-wrap #upTab1::before {
    left: calc((100% - 620px) / 2);
    width: 4px;
    height: 4px;
  }
}
@media screen and (min-width: 1080px) {
  .account-open__tab-title-wrap #upTab1::before {
    left: calc((100% - 1080px) / 2);
  }
}
.account-open__tab-title-wrap #upTab1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc((100% - 355px) / 2 + 175px - 2px);
  width: 2px;
  height: 2px;
  background-color: #008F79;
}
@media screen and (min-width: 740px) {
  .account-open__tab-title-wrap #upTab1::after {
    left: calc((100% - 620px) / 2 + 300px - 4px);
    width: 4px;
    height: 4px;
  }
}
@media screen and (min-width: 1080px) {
  .account-open__tab-title-wrap #upTab1::after {
    left: calc((100% - 1080px) / 2 + 530px - 4px);
  }
}
.account-open__tab-title-wrap #upTab1:hover {
  cursor: pointer;
}
.account-open__tab-title-wrap #upTab2::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: calc((100% - 355px) / 2);
  width: 2px;
  height: 2px;
  background-color: #008F79;
}
@media screen and (min-width: 740px) {
  .account-open__tab-title-wrap #upTab2::before {
    right: calc((100% - 620px) / 2);
    width: 4px;
    height: 4px;
  }
}
@media screen and (min-width: 1080px) {
  .account-open__tab-title-wrap #upTab2::before {
    right: calc((100% - 1080px) / 2);
  }
}
.account-open__tab-title-wrap #upTab2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: calc((100% - 355px) / 2 + 175px - 2px);
  width: 2px;
  height: 2px;
  background-color: #008F79;
}
@media screen and (min-width: 740px) {
  .account-open__tab-title-wrap #upTab2::after {
    right: calc((100% - 620px) / 2 + 300px - 4px);
    width: 4px;
    height: 4px;
  }
}
@media screen and (min-width: 1080px) {
  .account-open__tab-title-wrap #upTab2::after {
    right: calc((100% - 1080px) / 2 + 530px - 4px);
  }
}
.account-open__tab-title-wrap #upTab2:hover {
  cursor: pointer;
}
.account-open__tab-title-img {
  width: 24px;
  height: 24px;
  background: url("/other/kojin/tameru/toushin/common/img/icon/triangle-down-gray-small.svg");
}
.account-open__tab-title-img-wrap {
  display: none;
}
@media screen and (min-width: 740px) {
  .account-open__tab-title-img-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.account-open__tab-title.is-active {
  border-top: 2px solid #008F79;
  border-right: 2px solid #008F79;
  border-left: 2px solid #008F79;
  border-bottom: none;
  background: #fff;
}
@media screen and (min-width: 740px) {
  .account-open__tab-title.is-active {
    border-top: 4px solid #008F79;
    border-right: 4px solid #008F79;
    border-left: 4px solid #008F79;
  }
}
.account-open__tab-title.is-active .account-open__tab-title-img {
  background: url("/other/kojin/tameru/toushin/common/img/icon/triangle-down-red-small.svg");
}
.account-open__tab-dummy {
  border-bottom: 2px solid #008F79;
  flex: 1;
}
@media screen and (min-width: 740px) {
  .account-open__tab-dummy {
    border-bottom: 4px solid #008F79;
  }
}
.account-open__tab-dummy-gap5 {
  width: 5px;
  flex: none;
}
@media screen and (min-width: 740px) {
  .account-open__tab-dummy-gap5 {
    width: 20px;
  }
}
.account-open__tab-contents {
  padding: 30px 0;
  border-bottom: 2px solid #008F79;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents {
    border-bottom: 4px solid #008F79;
  }
}
.account-open__tab-contents#tab-contents1 {
  display: block;
}
.account-open__tab-contents#tab-contents2 {
  display: none;
}
.account-open__tab-contents-title {
  padding: 30px 10px 0;
}
.account-open__tab-contents-title h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-title h2 {
    font-size: 40px;
  }
}
.account-open__tab-contents-title--underline {
  width: 60px;
  height: 2px;
  background: #008F79;
  margin: 10px auto 18px;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-title--underline {
    width: 100px;
    height: 4px;
  }
}
.account-open__tab-contents-emphasis {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1080px) {
  .account-open__tab-contents-emphasis {
    width: 1080px;
    margin: 0 auto;
  }
}
.account-open__tab-contents-emphasis h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  border-radius: 5px;
  border: 2px solid #66CDAA;
  background: #EAF9F7;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-emphasis h3 {
    width: 100%;
    font-size: 28px;
    padding: 20px;
  }
}
.account-open__tab-contents-section-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-section-title {
    font-size: 28px;
  }
  .account-open__tab-contents-section-title.account-open__w100 {
    width: 100%;
  }
}
.account-open__tab-contents-section-title-wrap {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-section-title-wrap {
    gap: 20px;
  }
}
.account-open__tab-contents-section-title-wrap img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-section-title-wrap img {
    margin-top: 20px;
    width: 1080px;
  }
}
.account-open__tab-contents-section-title-underline {
  width: 100%;
  height: 2px;
  background-color: #e0dbdb;
  margin-top: 10px;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-section-title-underline {
    width: 500px;
    margin-top: 0;
  }
}
.account-open__tab-contents-section-subtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-section-subtitle {
    font-size: 16px;
    text-align: center;
  }
}
.account-open__tab-contents-section-service-wrap {
  display: flex;
  padding: 30px 0px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-section-service-wrap {
    max-width: 1080px;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    gap: 40px;
    align-items: flex-start;
  }
}
.account-open__tab-contents-section-service-card {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-section-service-card {
    padding: 0;
  }
}
.account-open__tab-contents-section-service-card img {
  width: 355px;
  height: auto;
}
@media screen and (min-width: 1080px) {
  .account-open__tab-contents-section-service-card img {
    width: 520px;
    height: 400px;
  }
}
.account-open__tab-contents-section-service-card-body {
  display: flex;
  width: 335px;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 5px;
  border: 2px solid #f5f5f5;
  background: #fff;
  z-index: 1;
  margin-top: -40px;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-section-service-card-body {
    justify-content: space-between;
    height: 315px;
  }
}
@media screen and (min-width: 1080px) {
  .account-open__tab-contents-section-service-card-body {
    width: 480px;
    height: 283px;
  }
}
.account-open__tab-contents-section-service-card-body-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-section-service-card-body-text {
    gap: 20px;
  }
}
.account-open__tab-contents-section-service-card-body-text h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-section-service-card-body-text h3 {
    font-size: 18px;
  }
}
.account-open__tab-contents-section-service-card-body-text p {
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-section-service-card-body-text p {
    font-size: 16px;
  }
}
.account-open__tab-contents-section-service-card-body-text p.account-open__tab-contents-section-service-card-body-text--small {
  font-size: 12px;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-section-service-card-body-text p.account-open__tab-contents-section-service-card-body-text--small {
    font-size: 14px;
  }
}
.account-open__tab-contents-section-service-card-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 10px;
  gap: 5px;
  color: #00619e;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  text-decoration-line: underline;
}
.account-open__tab-contents-section-service-card-link img {
  width: 16px;
  height: 16px;
}
.account-open__tab-contents-required-documents {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (min-width: 1080px) {
  .account-open__tab-contents-required-documents {
    width: 1080px;
    margin: 0 auto;
    padding: 30px 0;
  }
}
.account-open__tab-contents-required-documents-item {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 1080px) {
  .account-open__tab-contents-required-documents-item {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.account-open__tab-contents-required-documents-item-img {
  width: 355px;
  height: auto;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-required-documents-item-img {
    width: 500px;
    height: 250px;
  }
}
.account-open__tab-contents-required-documents-item h3 {
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 2px solid #66CDAA;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-required-documents-item h3 {
    font-size: 24px;
  }
}
.account-open__tab-contents-required-documents-item-wrap {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-required-documents-item-wrap {
    width: auto;
    margin: 0;
  }
}
.account-open__tab-contents-required-documents-item-box {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-required-documents-item-box {
    width: 500px;
  }
}
.account-open__tab-contents-required-documents-item-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-required-documents-item-text {
    font-size: 16px;
    margin-left: 20px;
  }
}
.account-open__tab-contents-required-documents-item-text-wrap {
  display: flex;
  gap: 10px;
  flex-direction: column;
  flex-grow: 1;
}
.account-open__tab-contents-required-documents-item-text-wrap a {
  color: #00619e;
  font-size: 14px;
  font-weight: 300;
  text-decoration-line: underline;
  text-align: end;
  margin-top: 10px;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-required-documents-item-text-wrap a {
    font-size: 16px;
  }
}
.account-open__tab-contents-required-documents-item-text-bold {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  height: 30px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-required-documents-item-text-bold {
    font-size: 20px;
  }
}
.account-open__tab-contents-required-documents-notice {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0px;
}
.account-open__tab-contents-required-documents-notice a {
  color: #00619e;
  font-size: 16px;
  font-weight: 300;
  text-decoration-line: underline;
}
@media screen and (min-width: 1080px) {
  .account-open__tab-contents-need-accounts {
    width: 1080px;
    margin: 30px auto;
    background: #f5f5f5;
    padding: 40px;
    border-radius: 5px;
  }
}
.account-open__tab-contents-need-accounts-wrap {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-need-accounts-wrap {
    padding: 40px;
    background: #fff;
    border-radius: 5px;
  }
}
.account-open__tab-contents-need-accounts-wrap a {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  color: #00619e;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  text-decoration-line: underline;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-need-accounts-wrap a {
    padding-left: 105px;
    font-size: 16px;
  }
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-need-accounts-title {
    display: flex;
    justify-content: center;
  }
}
.account-open__tab-contents-need-accounts-title h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-need-accounts-title h2 {
    font-size: 28px;
  }
}
.account-open__tab-contents-need-accounts-title h2 span {
  color: #007561;
}
.account-open__tab-contents-need-accounts-img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-need-accounts-img-wrap {
    flex-direction: row-reverse;
    gap: initial;
    justify-content: flex-end;
    gap: 80px;
    width: 100%;
    padding-left: 105px;
    margin-top: 20px;
  }
}
.account-open__tab-contents-need-accounts-img-wrap img {
  width: 190px;
  height: auto;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-need-accounts-img-wrap img {
    width: 190px;
  }
}
.account-open__tab-contents-need-accounts-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-need-accounts-text {
    width: 440px;
  }
}
.account-open__tab-contents-need-accounts-text p {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-need-accounts-text p {
    font-size: 16px;
  }
}
.account-open__tab-contents-need-accounts-text p span {
  color: #007561;
}
.account-open__tab-contents-merit-card {
  display: flex;
  padding: 15px 10px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 5px;
  border: 2px solid #e0dbdb;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-merit-card {
    width: 320px;
    padding: 20px;
    gap: 20px;
    align-self: stretch;
  }
}
.account-open__tab-contents-merit-card-wrap {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-merit-card-wrap {
    flex-direction: row;
    justify-content: center;
  }
}
.account-open__tab-contents-merit-card h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-merit-card h3 {
    font-size: 20px;
  }
}
.account-open__tab-contents-merit-card img {
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-merit-card img {
    width: 160px;
    height: 160px;
  }
}
.account-open__tab-contents-merit-card p {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-merit-card p {
    font-size: 16px;
  }
}
.account-open__tab-contents-reservation {
  margin: 0 auto;
  padding: 30px 0;
  width: 295px;
}
.account-open__tab-contents-reservation a {
  width: 295px;
}
@media screen and (min-width: 740px) {
  .account-open__tab-contents-reservation a {
    width: 400px;
  }
}
.account-open__tab-contents-reservation-external-link {
  margin-top: 20px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}
.account-open__tab-contents-reservation-external-link span {
  color: #00619e;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  text-decoration-line: underline;
}
.account-open__section-title {
  text-align: center;
  padding: 0 14px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .account-open__section-title {
    font-size: 28px;
  }
}
.account-open__section-title-wrap {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}


