.p-beginners {
  padding: 120px 16px 50px;
  margin-bottom: 0;
  position: relative;
  background: #f4d9d2;
}
.p-beginners::before {
  content: "";
  display: block;
  width: 100%;
  height: 220px;
  background: url("../img/beginners/bg-sp.jpg") no-repeat center top/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 821px) {
  .p-beginners::before {
    background: url("../img/beginners/bg.jpg") no-repeat center top/cover;
    height: 430px;
  }
}
@media screen and (min-width: 821px) {
  .p-beginners {
    padding: 240px 0 70px;
  }
}
.p-beginners .beginners-inner {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 40px 16px;
  border-radius: 10px;
}
@media screen and (min-width: 821px) {
  .p-beginners .beginners-inner {
    max-width: 1296px;
    margin: 0 auto;
    padding: 100px 0;
  }
}
@media screen and (min-width: 821px) {
  .p-beginners .beginners-inner .sec-ttl {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 821px) {
  .p-beginners .beginners-inner .c-txt-img02 {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 821px) {
  .p-beginners .beginners-inner .c-txt-img02 .c-txt {
    letter-spacing: 0.05em;
  }
}

.c-txt a {
  color: #5d71ce;
  text-decoration: underline;
}

.section {
  padding: 50px 20px;
}
@media screen and (min-width: 821px) {
  .section {
    padding: 70px 20px;
  }
}
.section.color {
  background: #faede7;
}
@media screen and (min-width: 821px) {
  .section .section-content {
    max-width: 1296px;
    margin: 0 auto;
  }
}
.section .section-content:not(:last-child) {
  margin-bottom: 20px;
}
.section .section-content > * {
  margin-bottom: 16px;
}
@media screen and (min-width: 821px) {
  .section .section-content > * {
    margin-bottom: 30px;
  }
}
.section .section-content .mt0 {
  margin-top: 0;
}
.section .section-content .btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section .section-content .btn-wrapper .c-btn span {
  position: static;
}
.section .section-content .btn-wrapper .c-btn span::before {
  left: 40px;
}
@media screen and (min-width: 821px) {
  .section .section-content .btn-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .section .section-content .btn-wrapper .c-btn {
    width: 32%;
  }
}
@media screen and (min-width: 821px) {
  .section .card {
    width: 477px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 821px) {
  .section .c-txt-img .size-s {
    width: 425px;
  }
}

.c-txt-img02 .images {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 821px) {
  .c-txt-img02 .images {
    flex-direction: row;
    gap: 30px;
  }
}
@media screen and (min-width: 821px) {
  .c-txt-img02 .images img {
    width: 50%;
  }
}
.c-txt-img02 .c-ttl03 {
  margin-bottom: 0.5em;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.bg-white {
  padding: 20px 16px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (min-width: 821px) {
  .bg-white.inline {
    display: inline-block;
  }
}
@media screen and (min-width: 821px) {
  .bg-white {
    padding: 30px 40px;
  }
}
.bg-white .c-ttl03 {
  margin-bottom: 16px;
}

.c-table tr {
  border-bottom: none !important;
}
.c-table tr:last-child {
  border-bottom: 1px solid #e6e6e6 !important;
}

table {
  width: 100%;
}
table tr {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 821px) {
  table tr {
    display: table-row;
  }
}
table td {
  text-align: left !important;
  border: none !important;
  font-size: 14px;
  padding: 10px 20px !important;
}
@media screen and (min-width: 821px) {
  table td {
    padding: 28px 16px !important;
    font-size: 16px;
  }
}
table td.color {
  font-size: 18px;
}
table td:nth-of-type(1) {
  border-bottom: 1px solid #e6e6e6 !important;
}
@media screen and (min-width: 821px) {
  table td:nth-of-type(1) {
    width: 30%;
    padding: 20px 10px 20px 50px !important;
    border-right: 1px solid #e6e6e6 !important;
  }
}
@media screen and (min-width: 821px) {
  table td:nth-of-type(2) {
    width: 70%;
    padding: 28px 10px 28px 50px !important;
  }
}
table td small {
  font-size: 10px;
}
@media screen and (min-width: 821px) {
  table td small {
    font-size: 14px;
  }
}

.mt50 {
  margin-top: 50px !important;
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (min-width: 821px) {
  .mt40 {
    margin-top: 70px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}
/*# sourceMappingURL=beginners.css.map */