main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 120px; }
  @media (max-width: 960px) {
    main {
      padding: 0 24px; } }
  @media (max-width: 520px) {
    main {
      padding: 0 12px; } }

h1 {
  text-align: left; }

h2 {
  text-align: center;
  margin: 0; }

a {
  text-decoration: none; }

h3 {
  text-align: left;
  margin: 0;
  display: block; }

.small-text {
  text-align: left; }

.section-care__description p {
  text-align: left; }

.section-care__care-list-wrap {
  max-width: 1200px;
  margin: 40px auto 0;
  flex-wrap: wrap;
  display: flex; }
  .section-care__care-list-wrap h2 {
    font-size: 1.8rem; }

.section-care__tab {
  width: calc(100%/3);
  height: 50px;
  background-color: #D4D4D4;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  display: block;
  float: left;
  order: -1; }

input[name="tab_name"] {
  display: none; }

input:checked + .section-care__tab {
  background-color: #FFFFFF; }

.section-care__tab {
  border-radius: 20px 20px 0 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 960px) {
    .section-care__tab h2 {
      line-height: 3rem; } }
  .section-care__tab__content-wrap {
    display: none;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 0 0 20px 20px;
    padding: 40px 40px 60px; }
    @media (max-width: 520px) {
      .section-care__tab__content-wrap {
        padding: 40px 10px 60px; } }
  .section-care__tab__content {
    width: 100%; }
    .section-care__tab__content p {
      text-align: left; }
    .section-care__tab__content-wrap {
      gap: 40px; }
    .section-care__tab__content__img-text {
      display: flex;
      flex-direction: row;
      gap: 40px;
      margin-top: 40px; }
      @media (max-width: 700px) {
        .section-care__tab__content__img-text {
          flex-direction: column;
          text-align: center;
          align-items: center; } }
      .section-care__tab__content__img-text__text {
        width: 600px; }
        @media (max-width: 700px) {
          .section-care__tab__content__img-text__text {
            width: 400px;
            max-width: 100%; } }
        .section-care__tab__content__img-text__text p {
          margin: 0; }
      .section-care__tab__content__img-text::after {
        border-bottom: 1px solid #333333; }
      .section-care__tab__content__img-text__img {
        width: 400px;
        max-width: 100%; }
        .section-care__tab__content__img-text__img img {
          width: 100%;
          border-radius: 20px; }

input:checked + .section-care__tab + .section-care__tab__content-wrap {
  display: flex;
  flex-direction: column; }
