.entry .entry-inner {
  margin: 0 auto;
  max-width: 960px;
}

.entry .entry-inner .entry-read {
  margin-bottom: calc(8px * 3);
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .entry .entry-inner .entry-read {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .entry .entry-inner .entry-read {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .entry .entry-inner .entry-read {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .entry .entry-inner .entry-read {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  .entry .entry-inner .entry-read {
    font-size: 1.6rem;
  }
}

.entry .entry-inner .note-txt {
  margin-bottom: calc(8px * 5);
  text-align: center;
}

@media screen and (max-width: 959px) {
  .entry .entry-inner .note-txt {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .entry .entry-inner .note-txt {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.wpcf7-form {
  padding-top: calc(8px * 7);
  padding-right: calc(8px * 6);
  padding-bottom: calc(8px * 9);
  padding-left: calc(8px * 6);
  background: #ffffff;
  border-radius: 40px;
}

@media screen and (max-width: 959px) {
  .wpcf7-form {
    padding-top: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .wpcf7-form {
    padding-top: calc((8px * 7) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .wpcf7-form {
    padding-right: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .wpcf7-form {
    padding-right: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .wpcf7-form {
    padding-bottom: calc((8px * 9) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .wpcf7-form {
    padding-bottom: calc((8px * 9) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .wpcf7-form {
    padding-left: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .wpcf7-form {
    padding-left: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .wpcf7-form {
    border-radius: 32px;
  }
}

@media screen and (max-width: 519px) {
  .wpcf7-form {
    border-radius: 24px;
  }
}

.form-field {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .form-field {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-field {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.form-field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-field__item:not(:last-child) {
  margin-bottom: calc(8px * 3);
  padding-bottom: calc(8px * 3);
  border-bottom: 1px solid #e9e5dc;
}

@media screen and (max-width: 959px) {
  .form-field__item:not(:last-child) {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-field__item:not(:last-child) {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .form-field__item:not(:last-child) {
    padding-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-field__item:not(:last-child) {
    padding-bottom: calc((8px * 3) * 0.5);
  }
}

.form-field__item.--add dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 519px) {
  .form-field__item.--add dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
  }
}

.form-field__item.--add dd span {
  display: block;
}

.form-field__item.--add dd span:nth-of-type(1) {
  width: 160px;
}

@media screen and (max-width: 519px) {
  .form-field__item.--add dd span:nth-of-type(1) {
    width: 100%;
  }
}

.form-field__item.--add dd span:nth-of-type(2) {
  width: calc(100% - 168px);
}

@media screen and (max-width: 519px) {
  .form-field__item.--add dd span:nth-of-type(2) {
    width: 100%;
  }
}

.form-field dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: 304px;
}

@media screen and (max-width: 959px) {
  .form-field dt {
    gap: 8px;
    width: 100%;
    margin-bottom: 6px;
    font-size: 1.4rem;
  }
}

.form-field dd {
  width: calc(100% - 320px);
}

@media screen and (max-width: 959px) {
  .form-field dd {
    width: 100%;
  }
}

.form-required,
.form-optional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 24px;
  padding: 1px 0 0;
  color: #ffffff;
  font-size: 1.4rem;
  border-radius: 4px;
}

@media screen and (max-width: 959px) {
  .form-required,
  .form-optional {
    width: 40px;
    height: 22px;
    font-size: 1.2rem;
  }
}

.form-required {
  background: #e9546a;
}

.form-optional {
  background: #1d6ceb;
}

.wpcf7-checkbox .wpcf7-list-item:not(:nth-last-of-type(1)) {
  margin-right: 24px;
}

.wpcf7-checkbox .wpcf7-list-item label {
  display: inline-block;
  padding: 6px 0;
  cursor: pointer;
}

.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] {
  display: none;
}

.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #eeeeee;
  border: solid 2px #eeeeee;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: '';
  position: absolute;
  top: 3px;
  left: 8px;
  z-index: 1;
  width: 8px;
  height: 15px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: transparent #999999 #999999 transparent;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  border-color: #999999;
}

.wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  display: block;
}

.wpcf7-radio .wpcf7-list-item:not(:nth-last-of-type(1)) {
  margin-right: 24px;
}

@media screen and (max-width: 959px) {
  .wpcf7-radio .wpcf7-list-item:not(:nth-last-of-type(1)) {
    margin-right: 16px;
  }
}

.wpcf7-radio .wpcf7-list-item label {
  display: inline-block;
  padding: 6px 0;
  cursor: pointer;
}

.wpcf7-radio .wpcf7-list-item label input[type="radio"] {
  display: none;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

@media screen and (max-width: 959px) {
  .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 1.4rem;
    padding-left: 28px;
  }
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #f7f6f4;
  border: solid 2px #f7f6f4;
  border-radius: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
  }
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 1;
  width: 14px;
  height: 14px;
  background: #7bba6b;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
    position: absolute;
    top: 50%;
    left: 4px;
    z-index: 1;
    width: 12px;
    height: 12px;
  }
}

.wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  border-color: #7bba6b;
}

.wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  display: block;
}

.form-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: calc(8px * 4);
  background: -webkit-gradient(linear, left top, left bottom, from(#e9546a), to(#e97c54));
  background: linear-gradient(#e9546a, #e97c54);
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 24px 8px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .form-send {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-send {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

.form-send:hover {
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}

@media screen and (max-width: 1279px) {
  .form-send {
    height: 72px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  .form-send {
    height: 64px;
    font-size: 1.8rem;
    border-radius: 16px 4px;
  }
}

@media screen and (max-width: 519px) {
  .form-send {
    height: 56px;
    font-size: 1.6rem;
  }
}

.form-send input[type="submit"] {
  display: none;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.wpcf7-spinner {
  position: absolute;
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  bottom: calc(100% + 10px);
  left: 50%;
  translate: -50% 0;
}

.wpcf7-spinner::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  -webkit-transform-origin: 8px 8px;
  transform-origin: 8px 8px;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: block;
  margin-bottom: calc(8px * 5);
  padding: 32px;
  border-radius: 4px;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    border-radius: calc(4px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    border-radius: calc(4px * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    padding: 24px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #ffffff;
  border: solid 1px #5bb545;
  color: #5bb545;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: rgba(233, 84, 106, 0.08);
  color: #e9546a;
  border: solid 1px #e9546a;
}

.wpcf7 form.invalid input::-webkit-input-placeholder, .wpcf7 form.invalid select::-webkit-input-placeholder, .wpcf7 form.invalid textarea::-webkit-input-placeholder, .wpcf7 form.invalid input::-webkit-input-placeholder, .wpcf7 form.invalid select::-webkit-input-placeholder, .wpcf7 form.invalid textarea::-webkit-input-placeholder, .wpcf7 form.unaccepted input::-webkit-input-placeholder, .wpcf7 form.unaccepted select::-webkit-input-placeholder, .wpcf7 form.unaccepted textarea::-webkit-input-placeholder {
  color: rgba(233, 84, 106, 0.4);
}

.wpcf7 form.invalid input::-moz-placeholder, .wpcf7 form.invalid select::-moz-placeholder, .wpcf7 form.invalid textarea::-moz-placeholder, .wpcf7 form.invalid input::-moz-placeholder, .wpcf7 form.invalid select::-moz-placeholder, .wpcf7 form.invalid textarea::-moz-placeholder, .wpcf7 form.unaccepted input::-moz-placeholder, .wpcf7 form.unaccepted select::-moz-placeholder, .wpcf7 form.unaccepted textarea::-moz-placeholder {
  color: rgba(233, 84, 106, 0.4);
}

.wpcf7 form.invalid input:-ms-input-placeholder, .wpcf7 form.invalid select:-ms-input-placeholder, .wpcf7 form.invalid textarea:-ms-input-placeholder, .wpcf7 form.invalid input:-ms-input-placeholder, .wpcf7 form.invalid select:-ms-input-placeholder, .wpcf7 form.invalid textarea:-ms-input-placeholder, .wpcf7 form.unaccepted input:-ms-input-placeholder, .wpcf7 form.unaccepted select:-ms-input-placeholder, .wpcf7 form.unaccepted textarea:-ms-input-placeholder {
  color: rgba(233, 84, 106, 0.4);
}

.wpcf7 form.invalid input::-ms-input-placeholder, .wpcf7 form.invalid select::-ms-input-placeholder, .wpcf7 form.invalid textarea::-ms-input-placeholder, .wpcf7 form.invalid input::-ms-input-placeholder, .wpcf7 form.invalid select::-ms-input-placeholder, .wpcf7 form.invalid textarea::-ms-input-placeholder, .wpcf7 form.unaccepted input::-ms-input-placeholder, .wpcf7 form.unaccepted select::-ms-input-placeholder, .wpcf7 form.unaccepted textarea::-ms-input-placeholder {
  color: rgba(233, 84, 106, 0.4);
}

.wpcf7 form.invalid input::placeholder,
.wpcf7 form.invalid select::placeholder,
.wpcf7 form.invalid textarea::placeholder,
.wpcf7 form.invalid input::placeholder,
.wpcf7 form.invalid select::placeholder,
.wpcf7 form.invalid textarea::placeholder,
.wpcf7 form.unaccepted input::placeholder,
.wpcf7 form.unaccepted select::placeholder,
.wpcf7 form.unaccepted textarea::placeholder {
  color: rgba(233, 84, 106, 0.4);
}

.wpcf7 form.spam .wpcf7-response-output {
  background: rgba(240, 183, 64, 0.08);
  color: #e9546a;
  border: solid 1px #f0b740;
}

.wpcf7 form.spam input::-webkit-input-placeholder, .wpcf7 form.spam select::-webkit-input-placeholder, .wpcf7 form.spam textarea::-webkit-input-placeholder {
  color: rgba(240, 183, 64, 0.4);
}

.wpcf7 form.spam input::-moz-placeholder, .wpcf7 form.spam select::-moz-placeholder, .wpcf7 form.spam textarea::-moz-placeholder {
  color: rgba(240, 183, 64, 0.4);
}

.wpcf7 form.spam input:-ms-input-placeholder, .wpcf7 form.spam select:-ms-input-placeholder, .wpcf7 form.spam textarea:-ms-input-placeholder {
  color: rgba(240, 183, 64, 0.4);
}

.wpcf7 form.spam input::-ms-input-placeholder, .wpcf7 form.spam select::-ms-input-placeholder, .wpcf7 form.spam textarea::-ms-input-placeholder {
  color: rgba(240, 183, 64, 0.4);
}

.wpcf7 form.spam input::placeholder,
.wpcf7 form.spam select::placeholder,
.wpcf7 form.spam textarea::placeholder {
  color: rgba(240, 183, 64, 0.4);
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  padding: 4px 0 0;
  color: #e9546a;
  font-size: 1.4rem;
}

.screen-reader-response {
  display: none;
}

.wpcf7 .form.invalid .wpcf7-response-output {
  color: #e9546a;
  font-size: 1.4rem;
  background-color: rgba(233, 84, 106, 0.1);
}

.privacy-frame {
  margin: 0 auto 40px auto;
  padding: 40px 24px;
  max-width: 720px;
  border: 1px solid #e9e5dc;
  background: #ffffff;
  border-radius: 40px;
}

@media screen and (max-width: 959px) {
  .privacy-frame {
    margin: 0 auto 30px auto;
    padding: 32px 16px;
    border-radius: 24px;
  }
}

@media screen and (max-width: 767px) {
  .privacy-frame {
    padding: 28px 12px;
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame {
    margin: 0 auto 20px auto;
    padding: 24px 8px;
    border-radius: 16px;
  }
}

.privacy-frame .privacy-inner {
  overflow-y: scroll;
  height: 240px;
  padding: 0 16px;
}

@media screen and (max-width: 959px) {
  .privacy-frame .privacy-inner {
    padding: 0 12px;
    height: 160px;
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-inner {
    padding: 0 8px;
  }
}

.privacy-frame .privacy-inner::-webkit-scrollbar {
  width: 8px;
}

.privacy-frame .privacy-inner::-webkit-scrollbar-track {
  background: #f7f6f4;
  border-radius: 4px;
}

.privacy-frame .privacy-inner::-webkit-scrollbar-thumb {
  background: #7bba6b;
  border-radius: 4px;
}

.privacy-frame .privacy-inner .privacy-ttl {
  margin-bottom: calc(8px * 3);
  text-align: center;
}

@media screen and (max-width: 959px) {
  .privacy-frame .privacy-inner .privacy-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-inner .privacy-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.privacy-frame .privacy-inner .privacy-ttl__main {
  margin-bottom: 4px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .privacy-frame .privacy-inner .privacy-ttl__main {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-inner .privacy-ttl__main {
    font-size: 2rem;
  }
}

.privacy-frame .privacy-inner .privacy-ttl__sub {
  margin-bottom: calc(8px * 5);
  display: block;
  color: #7bba6b;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: uppercase;
}

@media screen and (max-width: 959px) {
  .privacy-frame .privacy-inner .privacy-ttl__sub {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-inner .privacy-ttl__sub {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-inner .privacy-ttl__sub {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 959px) {
  .privacy-frame .privacy-inner p {
    font-size: 1.4rem;
  }
}

.policy-list {
  counter-reset: list-num 0;
}

.policy-list__item {
  padding: 24px 0;
}

@media screen and (max-width: 959px) {
  .policy-list__item {
    padding: 16px 0;
  }
}

.policy-list__item dt {
  position: relative;
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 12px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .policy-list__item dt {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

.policy-list__item dt::before {
  counter-increment: list-num;
  content: counter(list-num, decimal-leading-zero) ".";
  font-family: "Montserrat", sans-serif;
  color: #5bb545;
  font-size: 2.4rem;
}

@media screen and (max-width: 959px) {
  .policy-list__item dt::before {
    font-size: 2rem;
  }
}

/*# sourceMappingURL=../../maps/pages/entry.css.map */
