.tsumitate__eye-chatch {
  position: relative;
  margin-bottom: 105px;
}
@media screen and (min-width: 740px) {
  .tsumitate__eye-chatch {
    margin-bottom: 0;
  }
}
.tsumitate__eye-chatch-img-sp {
  width: 100%;
  height: 240px;
}
.tsumitate__eye-chatch-img-sp img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
@media screen and (min-width: 740px) {
  .tsumitate__eye-chatch-img-sp {
    display: none;
  }
}
.tsumitate__eye-chatch-img-pc {
  display: none;
}
.tsumitate__eye-chatch-img-pc img {
  width: 100%;
  height: 542px;
  object-fit: cover;
}
@media screen and (min-width: 740px) {
  .tsumitate__eye-chatch-img-pc {
    display: block;
  }
}
.tsumitate__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) {
  .tsumitate__eye-chatch-card {
    display: flex;
    width: 400px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    top: 110px;
    left: 180px;
  }
}
.tsumitate__eye-chatch-card h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}
.tsumitate__eye-chatch-card p {
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .tsumitate__eye-chatch-card p {
    font-size: 16px;
    font-weight: 300;
  }
}
.tsumitate__section-wrap {
  padding: 30px 10px;
}
@media screen and (min-width: 740px) {
  .tsumitate__section-wrap {
    padding: 30px 40px;
  }
}
.tsumitate__contents-title {
  padding: 30px 0px;
}
.tsumitate__contents-title h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-title h2 {
    font-size: 40px;
  }
}
.tsumitate__contents-title--underline {
  width: 60px;
  height: 2px;
  background: #008F79;
  margin: 10px auto 18px;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-title--underline {
    width: 100px;
    height: 4px;
  }
}
.tsumitate__contents-sub-title {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 0 10px;
  padding-bottom: 30px;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-sub-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 740px) {
  .tsumitate__contents .banner img {
    height: 115px;
  }
}
.tsumitate__contents-section-title {
  text-align: center;
  padding: 0 14px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-section-title {
    font-size: 24px;
  }
  .tsumitate__contents-section-title.tsumitate__w100 {
    width: 100%;
  }
}
.tsumitate__contents-section-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-section-title-wrap {
    gap: 20px;
  }
}
.tsumitate__contents-section-title span {
  color: #007561;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-section-title-sp {
    display: none;
  }
}
.tsumitate__contents-section-title-pc {
  display: none;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-section-title-pc {
    display: block;
  }
}
.tsumitate__contents-section-subtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0;
  padding: 0 10px;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-section-subtitle {
    font-size: 16px;
    text-align: center;
  }
  .tsumitate__contents-section-subtitle > span {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-section-subtitle-sp {
    display: none;
  }
}
.tsumitate__contents-section-subtitle-pc {
  display: none;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-section-subtitle-pc {
    display: block;
  }
}
.tsumitate__contents-section-subtitle-tac {
  text-align: center;
}
.tsumitate__contents-section-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-section-text {
    text-align: center;
    font-size: 16px;
  }
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-section-text-sp {
    display: none;
  }
}
.tsumitate__contents-section-text-pc {
  display: none;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-section-text-pc {
    display: block;
  }
}
.tsumitate__contents-account-open {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.tsumitate__contents-account-open-text {
  display: flex;
  gap: 10px;
  justify-content: center;
  font-size: 14px;
  color: #008F79;
}
.tsumitate__contents-account-open-link {
  display: flex;
  gap: 10px;
  justify-content: center;
  color: #00619e;
  text-decoration: underline;
  font-size: 14px;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-account-open-link {
    margin-top: 10px;
  }
}
.tsumitate__contents-account-open-open-button {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  width: 350px;
  height: 56px;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  margin: auto;
}
.tsumitate__contents-account-open-open-button-red {
  background-color: #007561;
}
.tsumitate__contents-account-open-open-button-yellow {
  background-color: #ffa400;
}
.tsumitate__contents-account-open-open-button span {
  padding-left: 10px;
  flex-grow: 1;
}
.tsumitate__contents-account-open-img-sp {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1080px) {
  .tsumitate__contents-account-open-img-sp {
    display: none;
  }
}
.tsumitate__contents-account-open-img-pc {
  display: none;
}
@media screen and (min-width: 1080px) {
  .tsumitate__contents-account-open-img-pc {
    display: block;
    margin: 0 auto;
    width: 1080px;
    height: 430px;
  }
}
.tsumitate__contents-account-open-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-account-open-wrap {
    flex-direction: row;
    gap: 20px;
  }
}
.tsumitate__contents-consultation {
  margin-top: 20px;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-consultation {
    padding: 0 40px;
  }
}
.tsumitate__contents-merit {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-merit {
    padding: 40px 40px;
    gap: 40px;
  }
}
.tsumitate__contents-merit-card {
  border-radius: 5px;
  border: 2px solid #e0dbdb;
  display: flex;
  padding: 15px 40px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-merit-card {
    width: 100%;
    padding: 20px;
    align-self: stretch;
  }
}
.tsumitate__contents-merit-card-wrap {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-merit-card-wrap {
    flex-direction: row;
    margin-top: 20px;
    max-width: 1080px;
    gap: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .tsumitate__contents-merit-card-wrap {
    gap: 60px;
  }
}
.tsumitate__contents-merit-card h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 1080px) {
  .tsumitate__contents-merit-card h3 {
    font-size: 20px;
  }
}
.tsumitate__contents-merit-card img {
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-merit-card img {
    width: 160px;
    height: 160px;
    margin: 20px auto 0;
  }
}
.tsumitate__contents-merit-card p {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-merit-card p {
    margin-top: 20px;
    letter-spacing: 0px;
    height: 85px;
  }
}
@media screen and (min-width: 1080px) {
  .tsumitate__contents-merit-card p {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: -0.8px;
    height: 72px;
  }
}
.tsumitate__contents-merit-card ul li {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-merit-card ul li {
    font-size: 16px;
  }
}
.tsumitate__contents-doll-cost-section {
  background-color: #fffef5;
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-doll-cost-section {
    padding: 40px 40px;
    gap: 40px;
  }
}
.tsumitate__contents-doll-cost-card {
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #e1dbb0;
  display: flex;
  padding: 15px 10px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-doll-cost-card {
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px 20px;
  }
}
.tsumitate__contents-doll-cost-card .text-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-doll-cost-card .text-wrap {
    gap: 0;
  }
}
.tsumitate__contents-doll-cost-card .text-wrap p {
  text-align: start;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}
.tsumitate__contents-doll-cost-card .text-wrap p span {
  font-weight: 600;
}
@media screen and (min-width: 1080px) {
  .tsumitate__contents-doll-cost-card .text-wrap p {
    text-align: center;
    font-size: 16px;
  }
}
.tsumitate__contents-doll-cost-card-primary p {
  color: #007561;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (min-width: 1080px) {
  .tsumitate__contents-doll-cost-card-primary p {
    font-size: 24px;
    letter-spacing: inherit;
  }
}
.tsumitate__contents-service {
  width: 100%;
  border: 2px solid #66CDAA;
  border-radius: 5px;
}
.tsumitate__contents-service-section {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-service-section {
    padding: 40px 40px;
    gap: 40px;
  }
}
.tsumitate__contents-service-section h2 {
  font-size: 20px !important;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-service-section h2 {
    font-size: 28px !important;
  }
}
.tsumitate__contents-service-table {
  width: 100%;
  font-size: 16px;
}
.tsumitate__contents-service-table tr {
  border-top: 1px solid #66CDAA;
  border-bottom: 1px solid #66CDAA;
}
.tsumitate__contents-service-table tr th {
  background-color: #EAF9F7;
  padding: 10px;
  text-align: center;
  min-width: 123px;
}
.tsumitate__contents-service-table tr td {
  padding: 10px;
}
.tsumitate__contents-service-table tr td a {
  color: #00619e;
  text-decoration: underline;
}
.tsumitate__contents-service-table tr td .chip {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background-color: #007561;
  border-radius: 100px;
  padding: 10px 20px;
  width: fit-content;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-service-table tr td .chip {
    padding: 5px 10px;
  }
}
.tsumitate__contents-service-table tr td .note {
  font-size: 12px;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-service-table tr td .note {
    font-size: 14px;
  }
}
.tsumitate__contents-service-table tr td ul li {
  font-size: 12px;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-service-table tr td ul li {
    font-size: 14px;
  }
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-service-table tr td .chip, .tsumitate__contents-service-table tr td .note, .tsumitate__contents-service-table tr td ul li {
    font-size: 14px;
  }
}
.tsumitate__contents-service-table-flex-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tsumitate__contents-service-table-wrap {
  width: 100%;
  align-self: stretch;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-service-table-wrap {
    align-self: center;
    max-width: 1080px;
  }
}
.tsumitate__contents-service-regulations {
  align-self: stretch;
  margin-top: 10px;
}
.tsumitate__contents-service-regulations p {
  text-align: left;
  font-size: 12px;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-service-regulations p {
    font-size: 14px;
  }
}
.tsumitate__contents-service-regulations p a {
  color: #00619e;
  text-decoration: underline;
}
.tsumitate__contents-service-supplement {
  align-self: stretch;
  margin-top: 10px;
}
.tsumitate__contents-service-supplement p {
  color: #008F79;
  text-align: left;
  font-size: 12px;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-service-supplement p {
    font-size: 14px;
  }
}
.tsumitate__contents-service-supplement a {
  display: flex;
  gap: 10px;
  color: #00619e;
  text-decoration: underline;
  font-size: 14px;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-service-supplement a {
    margin-top: 10px;
    font-size: 16px;
  }
}
.tsumitate__contents-faq {
  margin: 40px 0;
}
.tsumitate__contents-faq h2 {
  font-size: 20px !important;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-faq h2 {
    font-size: 28px !important;
  }
}
.tsumitate__contents-apply-service {
  width: 100%;
  border: 2px solid #66CDAA;
  border-radius: 5px;
  margin-top: 40px;
}
.tsumitate__contents-apply-service-section {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-apply-service-section {
    padding: 40px 40px;
    gap: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .tsumitate__contents-apply-service-section {
    padding: 40px 0;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.tsumitate__contents-apply-service-section h2 {
  font-size: 20px !important;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-apply-service-section h2 {
    font-size: 28px !important;
  }
}
.tsumitate__contents-apply-service-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) {
  .tsumitate__contents-apply-service-header {
    padding: 20px 10px;
  }
}
.tsumitate__contents-apply-service-header p {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-apply-service-header p {
    font-size: 28px;
  }
}
.tsumitate__contents-apply-service-body {
  display: flex;
  padding: 15px 10px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-apply-service-body {
    padding: 40px;
    gap: 40px;
  }
}
.tsumitate__contents-apply-service-body-explanation p {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-apply-service-body-explanation p {
    font-size: 16px;
  }
}
.tsumitate__contents-apply-service-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) {
  .tsumitate__contents-apply-service-body-card {
    padding: 20px;
    flex: 0 1 calc((100% - 150px) / 3);
    align-self: stretch;
  }
}
.tsumitate__contents-apply-service-body-card-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-apply-service-body-card-wrap {
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
    gap: 40px 5px;
  }
}
.tsumitate__contents-apply-service-body-card-wrap.gap-20 {
  gap: 20px;
}
.tsumitate__contents-apply-service-body-card h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-apply-service-body-card h3 {
    margin: 0 -15px 10px -15px;
  }
  .tsumitate__contents-apply-service-body-card h3 span {
    display: inline-block;
  }
}
.tsumitate__contents-apply-service-body-card img {
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-apply-service-body-card img {
    width: 160px;
    height: 160px;
  }
}
.tsumitate__contents-apply-service-body-card-img {
  width: 40px;
  height: 40px;
  background: url("/other/kojin/tameru/tsumitate/assets/img/icon/triangle-down.svg");
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-apply-service-body-card-img {
    background: url("/other/kojin/tameru/tsumitate/assets/img/icon/triangle-right.svg");
    background-position: center;
  }
}
.tsumitate__contents-apply-service-body-card-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-apply-service-body-card-text {
    margin-bottom: 10px;
  }
}
.tsumitate__contents-apply-service-body-card-text--red {
  color: #008F79;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
}
.tsumitate__contents-apply-service-body-card-text--bold {
  font-weight: 600;
}
.tsumitate__contents-apply-service-body-card-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  align-self: stretch;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-apply-service-body-card-point {
    gap: 10px;
  }
}
.tsumitate__contents-apply-service-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: #008F79;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-apply-service-body-card-point-box {
    border: 4px solid #66CDAA;
    padding: 5px 20px;
    box-sizing: border-box;
    width: 81px;
    height: 28px;
  }
}
.tsumitate__contents-apply-service-body-card-point p {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.5px;
}
.tsumitate__contents-apply-service-body-card-point span {
  color: #008F79;
}
.tsumitate__contents-apply-service-body-card-document {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.tsumitate__contents-apply-service-body-card-document-header {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
}
.tsumitate__contents-apply-service-body-card-document-line {
  width: 100%;
  height: 2px;
  background: #66CDAA;
}
.tsumitate__contents-apply-service-body-card-document-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}
.tsumitate__contents-apply-service-body-card-link {
  color: #00619e;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  text-decoration-line: underline;
}
@media screen and (min-width: 740px) {
  .tsumitate__contents-apply-service-body-card-link {
    font-size: 16px;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
  }
}
.tsumitate__contents-apply-service-body-know-more-text {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
}
.tsumitate__contents-apply-service-body-know-more-text p {
  color: #007561;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.tsumitate__contents-apply-service-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) {
  .tsumitate__contents-apply-service-body-know-more-link {
    font-size: 16px;
  }
}


