.first-time__eye-chatch {
  position: relative;
  margin-bottom: 105px;
}
@media screen and (min-width: 740px) {
  .first-time__eye-chatch {
    margin-bottom: 0;
  }
}
.first-time__eye-chatch-img-sp img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
@media screen and (min-width: 740px) {
  .first-time__eye-chatch-img-sp {
    display: none;
  }
}
.first-time__eye-chatch-img-pc {
  display: none;
}
.first-time__eye-chatch-img-pc img {
  width: 100%;
  height: 542px;
  object-fit: cover;
}
@media screen and (min-width: 740px) {
  .first-time__eye-chatch-img-pc {
    display: block;
  }
}
.first-time__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) {
  .first-time__eye-chatch-card {
    display: flex;
    width: 400px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    top: 110px;
    left: 180px;
  }
}
.first-time__eye-chatch-card h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}
.first-time__eye-chatch-card p {
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__eye-chatch-card p {
    font-size: 16px;
    font-weight: 300;
  }
}
.first-time__cta-area {
  padding: 30px 0;
}
@media screen and (min-width: 740px) {
  .first-time__cta-area {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
  }
}
.first-time__cta-area-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.first-time__cta-area-wrap-second {
  margin-top: 40px;
}
@media screen and (min-width: 740px) {
  .first-time__cta-area-wrap-second {
    margin-top: 0;
  }
}
.first-time__cta-area-action-text {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.first-time__cta-area-action-text p {
  color: #008F79;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}
.first-time__cta-area-open-button {
  display: flex;
  width: 295px;
  height: 56px;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px rgba(114, 87, 87, 0.15);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__cta-area-open-button {
    width: 350px;
  }
}
.first-time__cta-area-open-button-red {
  background: #007561;
}
.first-time__cta-area-open-button-yellow {
  background: #ffa400;
}
.first-time__cta-area-open-button-yellow span {
  letter-spacing: 0px;
}
.first-time__cta-area-open-button span {
  padding-left: 10px;
  flex-grow: 1;
}
.first-time__cta-area-link {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 10px;
}
@media screen and (min-width: 740px) {
  .first-time__cta-area-link {
    margin-top: 20px;
  }
}
.first-time__cta-area-link span {
  color: #00619e;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  text-decoration-line: underline;
}
.first-time__news {
  background: #f5f5f5;
  padding: 10px;
}
@media screen and (min-width: 740px) {
  .first-time__news {
    padding: 20px;
  }
}
.first-time__news h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__news h2 {
    width: 107px;
    font-size: 18px;
  }
}
.first-time__news-wrap {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #e0dbdb;
  background: #fff;
  margin: 5px 0;
}
@media screen and (min-width: 740px) {
  .first-time__news-wrap {
    width: calc(100% - 107px - 20px);
  }
}
@media screen and (min-width: 740px) {
  .first-time__news-pc-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (min-width: 740px) {
  .first-time__news-pc-wrap-outer {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.first-time__news-item span {
  color: #00619e;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}
.first-time__news-list-link {
  color: #00619e;
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-decoration-line: underline;
}
@media screen and (min-width: 740px) {
  .first-time__news-list-link {
    font-size: 16px;
  }
}
.first-time__tab-area {
  padding: 30px 0;
}
.first-time__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) {
  .first-time__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) {
  .first-time__tab-title {
    width: 530px;
    height: 91px;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 30px 10px;
  }
}
.first-time__tab-title p {
  line-height: 140%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 1080px) {
  .first-time__tab-title p {
    font-size: 18px;
  }
}
.first-time__tab-title-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.first-time__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) {
  .first-time__tab-title-wrap #upTab1::before {
    left: calc((100% - 620px) / 2);
    width: 4px;
    height: 4px;
  }
}
@media screen and (min-width: 1080px) {
  .first-time__tab-title-wrap #upTab1::before {
    left: calc((100% - 1080px) / 2);
  }
}
.first-time__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) {
  .first-time__tab-title-wrap #upTab1::after {
    left: calc((100% - 620px) / 2 + 300px - 4px);
    width: 4px;
    height: 4px;
  }
}
@media screen and (min-width: 1080px) {
  .first-time__tab-title-wrap #upTab1::after {
    left: calc((100% - 1080px) / 2 + 530px - 4px);
  }
}
.first-time__tab-title-wrap #upTab1:hover {
  cursor: pointer;
}
.first-time__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) {
  .first-time__tab-title-wrap #upTab2::before {
    right: calc((100% - 620px) / 2);
    width: 4px;
    height: 4px;
  }
}
@media screen and (min-width: 1080px) {
  .first-time__tab-title-wrap #upTab2::before {
    right: calc((100% - 1080px) / 2);
  }
}
.first-time__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) {
  .first-time__tab-title-wrap #upTab2::after {
    right: calc((100% - 620px) / 2 + 300px - 4px);
    width: 4px;
    height: 4px;
  }
}
@media screen and (min-width: 1080px) {
  .first-time__tab-title-wrap #upTab2::after {
    right: calc((100% - 1080px) / 2 + 530px - 4px);
  }
}
.first-time__tab-title-wrap #upTab2:hover {
  cursor: pointer;
}
.first-time__tab-title-img {
  width: 24px;
  height: 24px;
  background: url("/other/kojin/tameru/toushin/common/img/icon/triangle-down-gray-small.svg");
}
.first-time__tab-title-img-wrap {
  display: none;
}
@media screen and (min-width: 740px) {
  .first-time__tab-title-img-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.first-time__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) {
  .first-time__tab-title.is-active {
    border-top: 4px solid #008F79;
    border-right: 4px solid #008F79;
    border-left: 4px solid #008F79;
  }
}
.first-time__tab-title.is-active .first-time__tab-title-img {
  background: url("/other/kojin/tameru/toushin/common/img/icon/triangle-down-red-small.svg");
}
.first-time__tab-dummy {
  border-bottom: 2px solid #008F79;
  flex: 1;
}
@media screen and (min-width: 740px) {
  .first-time__tab-dummy {
    border-bottom: 4px solid #008F79;
  }
}
.first-time__tab-dummy-gap5 {
  width: 5px;
  flex: none;
}
@media screen and (min-width: 740px) {
  .first-time__tab-dummy-gap5 {
    width: 20px;
  }
}
.first-time__tab-contents {
  padding: 30px 0;
  border-bottom: 2px solid #008F79;
}
.first-time__tab-contents#tab-contents2 {
  display: block;
}
.first-time__tab-contents#tab-contents1 {
  display: none;
}
.first-time__tab-contents-title {
  padding-top: 30px;
}
.first-time__tab-contents-title h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-title h2 {
    font-size: 40px;
  }
}
.first-time__tab-contents-title--underline {
  width: 60px;
  height: 2px;
  background: #008F79;
  margin: 10px auto 18px;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-title--underline {
    width: 100px;
    height: 4px;
  }
}
.first-time__tab-contents-items {
  display: flex;
  padding: 30px 10px;
  gap: 5px;
  justify-content: center;
  background: #EAF9F7;
  flex-wrap: wrap;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-items {
    padding: 20px 0;
    gap: 20px;
  }
}
.first-time__tab-contents-items-wrap {
  padding: 30px 0;
}
.first-time__tab-contents-item {
  display: flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 2px solid #66CDAA;
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(114, 87, 87, 0.15);
  width: 175px;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-item {
    width: 255px;
  }
}
.first-time__tab-contents-item span {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-item span {
    font-size: 20px;
  }
}
.first-time__tab-contents-section-title {
  text-align: center;
  padding: 0 14px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-title {
    font-size: 28px;
  }
  .first-time__tab-contents-section-title.first-time__w100 {
    width: 100%;
  }
}
.first-time__tab-contents-section-title-wrap {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-title-wrap {
    gap: 20px;
  }
}
.first-time__tab-contents-section-title-wrap img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-title-wrap img {
    margin-top: 20px;
    width: 1080px;
  }
}
.first-time__tab-contents-section-title-underline {
  width: 100%;
  height: 2px;
  background-color: #e0dbdb;
  margin-top: 10px;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-title-underline {
    width: 500px;
    margin-top: 0;
  }
}
.first-time__tab-contents-section-subtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-subtitle {
    font-size: 16px;
    text-align: center;
  }
}
.first-time__tab-contents-section-point {
  min-width: 355px;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-point {
    display: flex;
    gap: 50px;
  }
}
.first-time__tab-contents-section-point-wrap {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-point-wrap {
    gap: 50px;
  }
}
.first-time__tab-contents-section-point-img img {
  margin: 0 auto;
  width: 120px;
  height: 120px;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-point-img img {
    width: 240px;
    height: 240px;
  }
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-point-contents {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (min-width: 1080px) {
  .first-time__tab-contents-section-point-contents {
    width: 790px;
  }
}
.first-time__tab-contents-section-point-box {
  width: 85px;
  height: 30px;
  display: flex;
  padding: 3px 15px;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  border: 2px solid #66CDAA;
  background: #fff;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-point-box {
    width: 98px;
    height: 34px;
    border: 4px solid #66CDAA;
    padding: 5px 20px;
  }
}
.first-time__tab-contents-section-point-box p {
  color: #007561;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
}
.first-time__tab-contents-section-point-box p span {
  font-size: 16px;
}
.first-time__tab-contents-section-point-box-wrap {
  display: flex;
  align-items: center;
}
.first-time__tab-contents-section-point-box-line {
  width: 100%;
  border-top: 2px solid #66CDAA;
}
.first-time__tab-contents-section-point-body {
  padding: 15px 10px 20px;
  border-bottom: 2px solid #66CDAA;
}
.first-time__tab-contents-section-point-body-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-point-body-title {
    font-size: 24px;
  }
}
.first-time__tab-contents-section-point-body-text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-point-body-text {
    font-size: 16px;
  }
}
.first-time__tab-contents-section-point-body-text p {
  line-height: 150%;
}
.first-time__tab-contents-section-point-body-text-notice {
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-point-body-text-notice {
    font-size: 14px;
  }
}
.first-time__tab-contents-section-merit-card {
  border-radius: 5px;
  border: 2px solid #e0dbdb;
  display: flex;
  padding: 15px 10px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-merit-card {
    display: block;
    max-width: 320px;
    padding: 20px;
    align-self: stretch;
  }
}
@media screen and (min-width: 1080px) {
  .first-time__tab-contents-section-merit-card {
    width: 320px;
    height: 396px;
  }
}
.first-time__tab-contents-section-merit-card-wrap {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-merit-card-wrap {
    flex-direction: row;
    margin-top: 20px;
    max-width: 1080px;
    gap: 60px;
  }
}
.first-time__tab-contents-section-merit-card h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-merit-card h3 {
    font-size: 20px;
  }
}
.first-time__tab-contents-section-merit-card img {
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-merit-card img {
    width: 160px;
    height: 160px;
    margin: 20px auto 0;
  }
  .first-time__tab-contents-section-merit-card img.first-time__tab-contents-section-merit-card-mt50 {
    margin-top: 50px;
  }
}
.first-time__tab-contents-section-merit-card p {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-merit-card p {
    margin-top: 20px;
    font-size: 16px;
  }
}
.first-time__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) {
  .first-time__tab-contents-section-service-wrap {
    max-width: 1080px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    gap: 40px;
  }
}
.first-time__tab-contents-section-service-card {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-service-card {
    padding: 0;
  }
}
.first-time__tab-contents-section-service-card img {
  width: 355px;
  height: auto;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-service-card img {
    width: 520px;
    height: 400px;
  }
}
.first-time__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) {
  .first-time__tab-contents-section-service-card-body {
    width: 480px;
    gap: 40px;
  }
}
.first-time__tab-contents-section-service-card-body-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.first-time__tab-contents-section-service-card-body-text h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-service-card-body-text h3 {
    font-size: 18px;
  }
}
.first-time__tab-contents-section-service-card-body-text p {
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-service-card-body-text p {
    font-size: 16px;
    letter-spacing: 0px;
  }
}
.first-time__tab-contents-section-ranking {
  display: flex;
  width: 375px;
  padding: 30px 10px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-ranking {
    gap: 40px;
  }
}
.first-time__tab-contents-section-ranking-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-ranking-title {
    font-size: 28px;
  }
}
.first-time__tab-contents-section-ranking-table {
  width: 100%;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-ranking-table {
    width: 800px;
  }
}
.first-time__tab-contents-section-ranking-table-header {
  background: #EAF9F7;
}
.first-time__tab-contents-section-ranking-table-header-rank {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 41px;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-ranking-table-header-rank {
    width: 118px;
  }
}
.first-time__tab-contents-section-ranking-table-header-rank p {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
.first-time__tab-contents-section-ranking-table-header-name {
  display: flex;
  padding: 10px 20px;
  align-items: center;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-ranking-table-header-name {
    width: 682px;
  }
}
.first-time__tab-contents-section-ranking-table-header-name p {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
.first-time__tab-contents-section-ranking-table-row {
  width: 100%;
  display: flex;
}
.first-time__tab-contents-section-ranking-table-body {
  border-bottom: 1px solid #66CDAA;
}
.first-time__tab-contents-section-ranking-table-body-rank {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  padding: 10px;
  gap: 5px;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-ranking-table-body-rank {
    width: 118px;
    padding: 10px 30px;
    gap: 20px;
  }
}
.first-time__tab-contents-section-ranking-table-body-rank p {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  color: #beb9b9;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-ranking-table-body-rank p {
    font-size: 24px;
  }
}
.first-time__tab-contents-section-ranking-table-body-rank img {
  width: 20px;
  height: 20px;
}
.first-time__tab-contents-section-ranking-table-body-rank .first-time__tab-contents-section-ranking-table-body-rank-top {
  color: #ffa400;
}
.first-time__tab-contents-section-ranking-table-body-name {
  display: flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
  align-self: stretch;
  width: calc(100% - 58px);
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-ranking-table-body-name {
    padding: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 682px;
    gap: 10px;
  }
}
.first-time__tab-contents-section-ranking-table-body-name a {
  color: #00619e;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-decoration-line: underline;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-ranking-table-body-name a {
    font-size: 16px;
  }
}
.first-time__tab-contents-section-ranking-table-free-badge {
  display: flex;
  padding: 3px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #ffa400;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-ranking-table-free-badge {
    padding: 5px 10px;
  }
}
.first-time__tab-contents-section-ranking-table-free-badge p {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-ranking-table-free-badge p {
    font-size: 14px;
  }
}
.first-time__tab-contents-section-ranking-period {
  text-align: right;
  font-size: 10px;
  font-weight: 600;
  line-height: 150%;
  margin-top: 10px;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-ranking-period {
    font-size: 12px;
  }
}
.first-time__tab-contents-section-find {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background-color: #fff;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-find {
    padding: 40px 100px;
    gap: 80px;
  }
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-find-wrap {
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px;
    background-color: #f5f5f5;
  }
}
.first-time__tab-contents-section-find-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.first-time__tab-contents-section-find-category h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-find-category h3 {
    font-size: 24px;
  }
}
.first-time__tab-contents-section-find-category-item {
  display: flex;
  width: 355px;
  padding: 10px;
  align-items: center;
  gap: 5px;
  border-radius: 5px;
  border: 2px solid #66CDAA;
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(114, 87, 87, 0.15);
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-find-category-item {
    width: 390px;
    padding: 20px;
    gap: 10px;
  }
}
.first-time__tab-contents-section-find-category-item-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-find-category-item-list {
    justify-content: center;
  }
}
@media screen and (min-width: 1080px) {
  .first-time__tab-contents-section-find-category-item-list {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.first-time__tab-contents-section-find-category-item img {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-find-category-item img {
    width: 30px;
    height: 30px;
  }
}
.first-time__tab-contents-section-find-category-item span {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-find-category-item span {
    font-size: 18px;
  }
}
.first-time__tab-contents-section-find-category-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.first-time__tab-contents-section-find-category-title-wrap p {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
.first-time__tab-contents-section-find-category-text {
  display: flex;
}
.first-time__tab-contents-section-find-category-link {
  color: #00619e;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  text-decoration-line: underline;
}
.first-time__tab-contents-section-favorite {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-favorite {
    width: 720px;
    margin: 0 auto;
  }
}
.first-time__tab-contents-section-favorite h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-favorite h3 {
    font-size: 24px;
  }
}
.first-time__tab-contents-section-favorite-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-favorite-title-wrap {
    gap: 20px;
  }
  .first-time__tab-contents-section-favorite-title-wrap .first-time__tab-contents-section-favorite-mb20 {
    margin-bottom: 20px;
    width: 100%;
  }
}
.first-time__tab-contents-section-favorite-title-wrap p {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-favorite-title-wrap p {
    font-size: 16px;
  }
}
.first-time__tab-contents-section-favorite-text {
  display: flex;
}
.first-time__tab-contents-section-favorite-link {
  color: #00619e;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  text-decoration-line: underline;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-favorite-link {
    font-size: 16px;
  }
}
.first-time__tab-contents-section-system {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-system {
    max-width: 1080px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .first-time__tab-contents-section-system {
    gap: 60px;
  }
}
.first-time__tab-contents-section-system-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) {
  .first-time__tab-contents-section-system-card {
    width: calc((100% - 120px + 20px) / 3);
    padding: 40px;
    gap: 20px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1080px) {
  .first-time__tab-contents-section-system-card {
    width: 320px;
  }
}
.first-time__tab-contents-section-system-card img {
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 1080px) {
  .first-time__tab-contents-section-system-card img {
    width: 160px;
    height: 160px;
  }
}
.first-time__tab-contents-section-system-card a {
  color: #00619e;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  text-decoration-line: underline;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-section-system-card a {
    font-size: 16px;
  }
}
.first-time__tab-contents-open-account {
  width: 100%;
  border: 2px solid #66CDAA;
  border-radius: 5px;
}
.first-time__tab-contents-open-account-section {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-open-account-section {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.first-time__tab-contents-open-account-header {
  border-bottom: 2px solid #66CDAA;
  background: #EAF9F7;
  width: 100%;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-open-account-header {
    padding: 20px 10px;
  }
}
.first-time__tab-contents-open-account-header p {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-open-account-header p {
    font-size: 28px;
  }
}
.first-time__tab-contents-open-account-body {
  display: flex;
  padding: 15px 10px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-open-account-body {
    padding: 40px;
    gap: 40px;
  }
}
.first-time__tab-contents-open-account-body-explanation p {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-open-account-body-explanation p {
    font-size: 16px;
  }
}
.first-time__tab-contents-open-account-body-card {
  display: flex;
  padding: 15px 10px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 2px solid #66CDAA;
  width: 100%;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-open-account-body-card {
    padding: 20px;
    width: 300px;
    align-self: stretch;
  }
}
@media screen and (min-width: 1080px) {
  .first-time__tab-contents-open-account-body-card {
    height: 260px;
  }
}
.first-time__tab-contents-open-account-body-card-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-open-account-body-card-wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}
.first-time__tab-contents-open-account-body-card-wrap.gap-20 {
  gap: 20px;
}
.first-time__tab-contents-open-account-body-card h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-open-account-body-card h3 {
    margin-bottom: 10px;
  }
}
.first-time__tab-contents-open-account-body-card img {
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-open-account-body-card img {
    width: 160px;
    height: 160px;
  }
}
.first-time__tab-contents-open-account-body-card-img {
  width: 40px;
  height: 40px;
  background: url("/other/kojin/tameru/toushin/assets/img/icon/triangle-down.svg");
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-open-account-body-card-img {
    background: url("/other/kojin/tameru/toushin/assets/img/icon/triangle-right.svg");
  }
}
.first-time__tab-contents-open-account-body-card-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-open-account-body-card-text {
    margin-bottom: 10px;
  }
}
.first-time__tab-contents-open-account-body-card-text--red {
  color: #008F79;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
}
.first-time__tab-contents-open-account-body-card-text--bold {
  font-weight: 600;
}
.first-time__tab-contents-open-account-body-card-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  align-self: stretch;
}
.first-time__tab-contents-open-account-body-card-point-box {
  display: flex;
  padding: 3px 15px;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  border: 2px solid #66CDAA;
  background: #fff;
  color: #007561;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-open-account-body-card-point-box {
    border: 4px solid #66CDAA;
    padding: 5px 20px;
    box-sizing: border-box;
    width: 81px;
    height: 28px;
  }
}
.first-time__tab-contents-open-account-body-card-point p {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.5px;
}
.first-time__tab-contents-open-account-body-card-point span {
  color: #008F79;
}
.first-time__tab-contents-open-account-body-card-document {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.first-time__tab-contents-open-account-body-card-document-header {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
}
.first-time__tab-contents-open-account-body-card-document-line {
  width: 100%;
  height: 2px;
  background: #66CDAA;
}
.first-time__tab-contents-open-account-body-card-document-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}
.first-time__tab-contents-open-account-body-card-link {
  color: #00619e;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  text-decoration-line: underline;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-open-account-body-card-link {
    font-size: 16px;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-open-account-body-card-link-mt-10 {
    margin-top: -10px;
  }
}
.first-time__tab-contents-open-account-body-card2 {
  display: flex;
  padding: 15px 10px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 2px solid #66CDAA;
  width: 100%;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-open-account-body-card2 {
    padding: 20px;
    width: 300px;
    height: 342px;
  }
}
.first-time__tab-contents-open-account-body-card2 h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-open-account-body-card2 h3 {
    font-size: 20px;
  }
}
.first-time__tab-contents-open-account-body-card2 img {
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-open-account-body-card2 img {
    width: 160px;
    height: 160px;
  }
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-open-account-body-card2 p {
    font-size: 16px;
  }
}
.first-time__tab-contents-open-account-body-know-more-text {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
}
.first-time__tab-contents-open-account-body-know-more-text p {
  color: #007561;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.first-time__tab-contents-open-account-body-know-more-link {
  display: flex;
  justify-content: center;
  color: #00619e;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  text-decoration-line: underline;
  margin-top: 20px;
}
@media screen and (min-width: 740px) {
  .first-time__tab-contents-open-account-body-know-more-link {
    font-size: 16px;
  }
}
.first-time__know-more {
  display: flex;
  padding: 30px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.first-time__know-more-text {
  display: flex;
  gap: 10px;
}
.first-time__know-more-text p {
  color: #007561;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.first-time__section-title {
  text-align: center;
  padding: 0 14px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__section-title {
    font-size: 28px;
  }
}
.first-time__section-title-wrap {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.first-time__section-subtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0;
}
@media screen and (min-width: 740px) {
  .first-time__section-subtitle {
    font-size: 16px;
  }
}
.first-time__section-flow-wrap {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
@media screen and (min-width: 740px) {
  .first-time__section-flow-wrap {
    max-width: 1080px;
    margin: 0 auto;
    flex-direction: row;
    gap: 60px;
  }
}
.first-time__section-flow-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) {
  .first-time__section-flow-card {
    width: 320px;
    padding: 20px;
    gap: 20px;
  }
}
.first-time__section-flow-card h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__section-flow-card h3 {
    font-size: 20px;
  }
}
.first-time__section-flow-card img {
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 740px) {
  .first-time__section-flow-card img {
    width: 160px;
    height: 160px;
  }
}
.first-time__section-flow-card-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.first-time__section-flow-card-text p {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__section-flow-card-text p {
    font-size: 16px;
  }
}
.first-time__section-flow-card a {
  color: #00619e;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  text-decoration-line: underline;
}
@media screen and (min-width: 740px) {
  .first-time__section-flow-card a {
    font-size: 16px;
  }
}
.first-time__section-seminar-wrap {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media screen and (min-width: 740px) {
  .first-time__section-seminar-wrap {
    max-width: 1080px;
    margin: 0 auto;
    justify-content: center;
    flex-direction: row;
    gap: 60px;
  }
}
.first-time__section-seminar-card {
  display: flex;
  width: 355px;
  padding: 15px 10px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 2px solid #e0dbdb;
}
@media screen and (min-width: 740px) {
  .first-time__section-seminar-card {
    padding: 40px;
    gap: 20px;
  }
}
.first-time__section-seminar-card img {
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 740px) {
  .first-time__section-seminar-card img {
    width: 160px;
    height: 160px;
  }
}
.first-time__section-seminar-card a {
  color: #00619e;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  text-decoration-line: underline;
}
@media screen and (min-width: 740px) {
  .first-time__section-seminar-card a {
    font-size: 16px;
  }
}
.first-time__section-notice-wrap {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 740px) {
  .first-time__section-notice-wrap {
    gap: 40px;
    padding: 30px 0;
  }
}
.first-time__section-notice-wrap h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .first-time__section-notice-wrap h2 {
    font-size: 24px;
  }
}
.first-time__section-notice-item {
  padding-bottom: 10px;
  border-bottom: 2px solid #66CDAA;
}
@media screen and (min-width: 740px) {
  .first-time__section-notice-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
  }
}
.first-time__section-notice-item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 740px) {
  .first-time__section-notice-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 740px) {
  .first-time__section-notice-item-wrap {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.first-time__section-notice-item-date {
  font-size: 12px;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 5px;
}
@media screen and (min-width: 740px) {
  .first-time__section-notice-item-date {
    width: 150px;
    margin-bottom: 0;
    font-size: 16px;
  }
}
.first-time__section-notice-item-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.first-time__section-notice-item-body span {
  color: #00619e;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  text-decoration-line: underline;
}
@media screen and (min-width: 740px) {
  .first-time__section-notice-item-body span {
    font-size: 16px;
    max-width: 880px;
  }
}


