.p-form {
  max-width: 108em;
}
.p-form-container {
  padding: 80px 60px;
}

@media screen and (max-width: 960px) {
  .p-form-container {
    padding: 8.33333vw 2.08333vw;
  }
}
.p-form-card {
  width: 210px;
  height: 125px;
  margin: 0 3px 6px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .p-form-card {
    width: calc(50% - 1rem);
    height: 24.8vw;
    margin: 0 0 2.6vw;
  }
}

.p-form-card_content {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-form-card_content_inner {
  font-size: 17px;
  line-height: 1.58824;
}

@media screen and (max-width: 960px) {
  .p-form-card_content_inner {
    font-size: 3.325vw;
    line-height: 1.6;
  }
}

.p-form-card_content_text {
  font-weight: 700;
}

.p-form-card_content_date {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 10px 0 0;
  text-align: left;
}

@media screen and (max-width: 960px) {
  .p-form-card_content_date {
    font-size: 3.73vw;
  }
}

.p-form-card_checkbox {
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid #000;
  border-radius: unset;
  position: absolute;
  top: 43%;
  left: 5%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 960px) {
  .p-form-card_checkbox {
    width: 5vw;
    height: 5vw;
  }
}

.p-form-card_checkbox::after {
  content: "";
  width: 10px;
  height: 5px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: 30%;
  left: 20%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}

@media screen and (max-width: 960px) {
  .p-form-card_checkbox::after {
    width: 2.6vw;
    height: 1.3vw;
  }
}

.p-form-card_label {
  width: 100%;
  height: 100%;
  padding: 0 0 0 20%;
  display: inline-block;
  border-radius: 10px;
  background: #fafafa;
}

@media screen and (max-width: 960px) {
  .p-form-card_label {
    padding: 0 0 0 12vw;
    border-radius: 1.3vw;
  }
}

.p-form-card-thumbnail,
.p-form-card-thumbnail-l {
  margin: 0 auto 2rem;
  width: 425px;
  height: 233px;
}

@media screen and (max-width: 960px) {
  .p-form-card-thumbnail,
  .p-form-card-thumbnail-l {
    width: 87.1vw;
    max-width: 100%;
    height: auto;
    min-height: 33vw;
  }
  .p-form-card-thumbnail:nth-last-of-type(1),
  .p-form-card-thumbnail-l:nth-last-of-type(1) {
    margin: 0 auto;
  }
}

@media screen and (min-width: 961px) {
  .p-form-card-thumbnail-l {
    height: 250px;
  }
}

@media screen and (max-width: 960px) {
  .p-form-card-thumbnail-l {
    width: 48%;
    max-width: 48%;
  }
  .p-form-card-thumbnail-l:nth-last-of-type(1) {
    margin: 0 auto 2.6vw;
  }
}

.p-form-card-thumbnail_label {
  padding: 26px 10px 20px;
}

@media screen and (max-width: 960px) {
  .p-form-card-thumbnail_label {
    padding: 3.38vw 2.6vw 2.6vw;
  }
}

.p-form-card-thumbnail_checkbox {
  top: 30px;
  left: 15px;
}

@media screen and (max-width: 960px) {
  .p-form-card-thumbnail_checkbox {
    top: 2.6vw;
    left: 2.6vw;
  }
}

.p-form-card-thumbnail_name,
.p-form-card-thumbnail-l_name {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  padding: 0 0 0 35px;
}

@media screen and (max-width: 960px) {
  .p-form-card-thumbnail_name,
  .p-form-card-thumbnail-l_name {
    font-size: 3.38vw;
    line-height: 1.03846;
    padding: 0 0 0 8vw;
  }
}

.p-form-card-thumbnail-l_name {
  text-align: left;
}

@media screen and (min-width: 961px) {
  .p-form-card-thumbnail-l_name {
    min-height: 54px;
  }
}

@media screen and (max-width: 960px) {
  .p-form-card-thumbnail-l_name {
    font-size: 3.38vw;
    line-height: 1.23077;
    padding: 6.5vw 0 0;
  }
}

.p-form-card-thumbnail_content,
.p-form-card-thumbnail-l_content {
  height: calc(100% - 27px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}

@media screen and (max-width: 960px) {
  .p-form-card-thumbnail_content,
  .p-form-card-thumbnail-l_content {
    height: auto;
    padding: 1.6vw 0 0;
  }
}

@media screen and (min-width: 961px) {
  .p-form-card-thumbnail-l_content {
    height: calc(100% - 54px);
  }
}

@media screen and (max-width: 960px) {
  .p-form-card-thumbnail-l_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-form-card-thumbnail_img,
.p-form-card-thumbnail-l_img {
  width: 182px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .p-form-card-thumbnail_img,
  .p-form-card-thumbnail-l_img {
    width: 23.66vw;
  }
}

@media screen and (max-width: 960px) {
  .p-form-card-thumbnail-l_img {
    width: 80%;
    min-height: 32.5vw;
    padding: 0;
  }
}

.p-form-card-thumbnail_inner,
.p-form-card-thumbnail-l_inner {
  width: calc(100% - 182px);
  padding: 20px 0 0 10px;
}

@media screen and (max-width: 960px) {
  .p-form-card-thumbnail_inner,
  .p-form-card-thumbnail-l_inner {
    width: calc(100% - 23.66vw);
    padding: 0 0 0 2.6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 960px) {
  .p-form-card-thumbnail-l_inner {
    width: 100%;
    padding: 0;
  }
}

.p-form-card-thumbnail_content_text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
}

@media screen and (max-width: 960px) {
  .p-form-card-thumbnail_content_text {
    font-size: 3.12vw;
    line-height: 1.5;
  }
}

.u-font-size-80 {
  font-size: 80% !important;
}

.ui-datepicker {
  font-size: 2rem;
  width: 32rem;
}

/* タブレットサイズ以下 */
@media screen and (max-width: 960px) {
  .ui-datepicker {
    font-size: 4vw;
    width: 100%;
    max-width: 66vw;
  }
}
