@media screen and (max-width: 797px) {
  .p-beginningGroup {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-downloadGroup section + section {
  margin-top: 80px;
}
@media screen and (min-width: 798px) {
  .p-downloadGroup__inner {
    padding-left: 37px;
  }
}

.p-downloadGroup--info {
  margin-bottom: 80px;
}
.p-downloadGroup--info__items {
  border: 2px solid var(--color-brilliant-amaranth);
  border-radius: 15px;
}
.p-downloadGroup--info__item:nth-child(1) {
  background-color: var(--color-brilliant-amaranth);
  color: var(--color-whi);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.p-downloadGroup--info__item:nth-child(2) {
  background-color: var(--color-pinkish-white2);
}
@media screen and (min-width: 798px) {
  .p-downloadGroup--info__items {
    display: flex;
    margin-top: 80px;
  }
  .p-downloadGroup--info__items:not(:first-child) {
    margin-top: 20px;
  }
  .p-downloadGroup--info__item:nth-child(1) {
    border-radius: 13px 0 0 13px;
    width: 183px;
  }
  .p-downloadGroup--info__item:nth-child(2) {
    border-radius: 0 13px 13px 0;
    flex: 1;
    padding: 20px 30px 20px 40px;
  }
}
@media screen and (max-width: 797px) {
  .p-downloadGroup--info__items {
    margin-top: 40px;
  }
  .p-downloadGroup--info__items:not(:first-child) {
    margin-top: 30px;
  }
  .p-downloadGroup--info__item:nth-child(1) {
    border-radius: 13px 13px 0 0;
    font-size: 1.7rem;
    min-height: 47px;
  }
  .p-downloadGroup--info__item:nth-child(2) {
    border-radius: 0 0 13px 13px;
    padding: 25px 20px;
  }
}

@media screen and (min-width: 798px) {
  .p-listFormsGroup__item {
    display: flex;
  }
  .p-listFormsGroup__item:not(:first-child) {
    border-top: 1px solid var(--color-pale-gray2);
  }
  .p-listFormsGroup__heading {
    padding-top: 14px;
    width: 206px;
  }
  .p-listFormsGroup--txtblock {
    flex: 1;
  }
  .p-listFormsGroup--txtblock__items {
    display: flex;
  }
  .p-listFormsGroup--txtblock__items:not(:first-child) {
    border-top: 1px solid var(--color-pale-gray2);
  }
  .p-listFormsGroup--txtblock__item {
    padding-bottom: 14px;
  }
  .p-listFormsGroup--txtblock__item:not(:first-child) {
    padding-top: 14px;
  }
  .p-listFormsGroup--txtblock__item:nth-child(1) {
    padding-top: 14px;
    width: 120px;
  }
  .p-listFormsGroup--txtblock__item:nth-child(2) {
    flex: 1;
    margin-left: 70px;
  }
}
@media screen and (max-width: 797px) {
  .p-listFormsGroup__item:not(:first-child) {
    margin-top: 30px;
  }
  .p-listFormsGroup__heading a {
    background-color: var(--color-pale-cornflower-blue);
    border-radius: 15px;
    color: var(--color-strong-azure);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
  }
  .p-listFormsGroup--txtblock__items {
    display: flex;
    font-size: 1.7rem;
    margin-top: 25px;
    padding-left: 20px;
  }
  .p-listFormsGroup--txtblock__item:nth-child(1) {
    width: 90px;
  }
  .p-listFormsGroup--txtblock__item:nth-child(2) {
    flex: 1;
  }
}

@media screen and (min-width: 798px) {
  .p-eachFormsGroup__items {
    display: flex;
  }
  .p-eachFormsGroup__item {
    border: 1px solid var(--color-brilliant-cornflower-blue);
  }
  .p-eachFormsGroup__item:not(:first-child) {
    border-left: none;
  }
  .p-eachFormsGroup__item:nth-child(1) {
    display: flex;
    width: 40%;
  }
  .p-eachFormsGroup__item:nth-child(1) .p-eachFormsGroup--inside__item:nth-child(1) {
    width: 30%;
  }
  .p-eachFormsGroup__item:nth-child(1) .p-eachFormsGroup--inside__item:nth-child(2) {
    width: 70%;
  }
  .p-eachFormsGroup__item:nth-child(1) .p-eachFormsGroup__heading {
    background-color: var(--color-pale-cornflower-blue);
    min-height: 39px;
  }
  .p-eachFormsGroup__item:nth-child(1) .p-eachFormsGroup__body {
    background-color: var(--color-cyanish-white);
    padding: 18px;
  }
  .p-eachFormsGroup__item:nth-child(2), .p-eachFormsGroup__item:nth-child(3) {
    width: 30%;
  }
  .p-eachFormsGroup__item:nth-child(2) .p-eachFormsGroup--inside__item, .p-eachFormsGroup__item:nth-child(3) .p-eachFormsGroup--inside__item {
    background-color: var(--color-pinkish-white3);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 121px;
    padding: 18px;
    text-align: center;
  }
  .p-eachFormsGroup__item:nth-child(2) .p-eachFormsGroup--inside__item:nth-child(2), .p-eachFormsGroup__item:nth-child(3) .p-eachFormsGroup--inside__item:nth-child(2) {
    border-left: 1px solid var(--color-brilliant-cornflower-blue);
  }
  .p-eachFormsGroup__item:nth-child(2) .p-eachFormsGroup__heading {
    background-color: var(--color-very-pale-crimson);
  }
  .p-eachFormsGroup__item:nth-child(3) .p-eachFormsGroup__heading {
    background-color: var(--color-light-greenish-gray);
  }
  .p-eachFormsGroup__item:nth-child(3) .p-eachFormsGroup--inside__item {
    background-color: var(--color-light-greenish-gray2);
  }
  .p-eachFormsGroup__item .p-eachFormsGroup__heading {
    border-bottom: 1px solid var(--color-brilliant-cornflower-blue);
    color: var(--color-strong-azure);
    font-weight: 700;
    padding: 7px 15px;
  }
  .p-eachFormsGroup__item .p-eachFormsGroup__heading .icon-download {
    position: relative;
  }
  .p-eachFormsGroup__item .p-eachFormsGroup__heading .icon-download::after {
    background-image: url(/assets/images/icon_download.svg);
    background-size: cover;
    content: "";
    height: 16px;
    position: absolute;
    right: 0;
    top: 4px;
    width: 19px;
  }
  .p-eachFormsGroup__item .p-eachFormsGroup__body {
    display: flex;
    align-items: center;
    min-height: 121px;
  }
  .p-eachFormsGroup__item .p-eachFormsGroup--inside__item:nth-child(2) .p-eachFormsGroup__heading {
    border-left: 1px solid var(--color-brilliant-cornflower-blue);
  }
  .p-eachFormsGroup__item .p-eachFormsGroup--inside__item:nth-child(2) .p-eachFormsGroup__body {
    border-left: 1px solid var(--color-brilliant-cornflower-blue);
  }
  .p-eachFormsGroup__item .p-eachFormsGroup--inside__item figcaption {
    margin-top: 10px;
  }
  .p-eachFormsGroup__item .p-eachFormsGroup--inside__item.noneDl {
    background-color: var(--color-very-pale-gray);
  }
  .p-eachFormsGroup__item .p-eachFormsGroup--inside__item.noneDl a {
    pointer-events: none;
    text-decoration: none;
    opacity: 0.5;
  }
  .p-eachFormsGroup--inside__items {
    display: flex;
    width: 100%;
  }
  .p-eachFormsGroup--inside__item {
    width: 50%;
  }
  .p-eachFormsGroup__listBlock {
    margin-top: 30px;
  }
  .p-eachFormsGroup__listBlock .c-list__circle li:nth-child(2) {
    margin-top: 20px;
  }
  .p-eachFormsGroup__listBlock .c-list__circle li .list-inner {
    padding-left: 15px;
  }
  .p-eachFormsGroup__listBlock .c-list__disc + .c-list__circle {
    margin-top: 40px;
  }
  .p-eachFormsGroup__listBlock .p-link__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .p-eachFormsGroup__listBlock .p-link__list li {
    margin-right: 40px;
  }
  .p-eachFormsGroup__listBlock .p-link__list li .icon-arw_r_bule.reverse {
    padding-left: 25px;
  }
  .p-eachFormsGroup__listBlock .p-link__list li .icon-arw_r_bule::after {
    height: 13px;
    top: calc(50% - 7.5px);
    width: 14px;
  }
  .p-eachFormsGroup__listBlock + .c-tertiaryHeading {
    margin-top: 80px;
  }
  .p-eachFormsGroup__roundedCorners {
    background-color: var(--color-pinkish-white4);
    border-radius: 15px;
    color: var(--color-brilliant-red);
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding: 20px;
  }
  .p-eachFormsGroup__roundedCorners ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .p-eachFormsGroup__roundedCorners ul li {
    margin-right: 70px;
  }
  .p-eachFormsGroup__items.type2 .p-eachFormsGroup__item:nth-child(1) {
    width: 100%;
  }
  .p-eachFormsGroup__items.type2 .p-eachFormsGroup__item:nth-child(1) .p-eachFormsGroup--inside__item:nth-child(1) {
    width: 15%;
  }
  .p-eachFormsGroup__items.type2 .p-eachFormsGroup__item:nth-child(1) .p-eachFormsGroup--inside__item:nth-child(2) {
    width: 25%;
  }
  .p-eachFormsGroup__items.type2 .p-eachFormsGroup__item:nth-child(1) .p-eachFormsGroup--inside__item:nth-child(3) {
    border-left: 1px solid var(--color-brilliant-cornflower-blue);
    width: 60%;
  }
  .p-eachFormsGroup__items.type2 .p-eachFormsGroup__item:nth-child(1) .p-eachFormsGroup--inside__item:nth-child(3) .p-eachFormsGroup__body {
    background-color: var(--color-pinkish-white3);
    justify-content: center;
    text-align: center;
  }
  .p-eachFormsGroup__items.type2 .p-eachFormsGroup__item:nth-child(1) .p-eachFormsGroup--inside__item:nth-child(3) .p-eachFormsGroup__body p {
    margin-right: 50px;
  }
}
@media screen and (max-width: 797px) {
  .p-eachFormsGroup__items {
    background-color: var(--color-cyanish-white);
    border: 1px solid var(--color-brilliant-cornflower-blue);
    padding-left: 65px;
    position: relative;
  }
  .p-eachFormsGroup__items::before {
    background-image: url(/assets/images/icon_download.svg);
    background-size: cover;
    content: "";
    height: 16px;
    left: 22px;
    position: absolute;
    top: 50%;
    width: 19px;
    transform: translateY(-50%);
  }
  .p-eachFormsGroup__item {
    border-left: 1px solid var(--color-brilliant-cornflower-blue);
  }
  .p-eachFormsGroup__item:nth-child(1) .p-eachFormsGroup--inside__items {
    display: none;
  }
  .p-eachFormsGroup__item:nth-child(2) .p-eachFormsGroup--inside__item {
    background-color: var(--color-very-pale-crimson2);
  }
  .p-eachFormsGroup__item:last-child {
    border-top: 1px solid var(--color-brilliant-cornflower-blue);
  }
  .p-eachFormsGroup__item:last-child .p-eachFormsGroup--inside__item {
    background-color: var(--color-cyanish-white);
  }
  .p-eachFormsGroup__item .p-eachFormsGroup__heading {
    display: none;
  }
  .p-eachFormsGroup__item .p-eachFormsGroup--inside__items {
    display: flex;
  }
  .p-eachFormsGroup__item .p-eachFormsGroup--inside__item {
    background-color: var(--color-pinkish-white3);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 121px;
    padding: 0;
    text-align: center;
    width: 50%;
  }
  .p-eachFormsGroup__item .p-eachFormsGroup--inside__item figure img {
    height: auto;
    width: 50px;
  }
  .p-eachFormsGroup__item .p-eachFormsGroup--inside__item figure figcaption {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .p-eachFormsGroup__item .p-eachFormsGroup--inside__item.noneDl {
    background-color: var(--color-very-pale-gray);
  }
  .p-eachFormsGroup__item .p-eachFormsGroup--inside__item.noneDl a {
    pointer-events: none;
    text-decoration: none;
    opacity: 0.5;
  }
  .p-eachFormsGroup .p-eachFormsGroup__listBlock {
    margin-top: 30px;
  }
  .p-eachFormsGroup .p-eachFormsGroup__listBlock .c-list__circle li:nth-child(n+2) {
    margin-top: 20px;
  }
  .p-eachFormsGroup .p-eachFormsGroup__listBlock .c-list__circle li .list-inner {
    margin-top: 20px;
  }
  .p-eachFormsGroup .p-eachFormsGroup__listBlock .c-list__disc + .c-list__circle {
    margin-top: 40px;
  }
  .p-eachFormsGroup .p-eachFormsGroup__listBlock .p-link__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .p-eachFormsGroup .p-eachFormsGroup__listBlock .p-link__list li:not(:first-child) {
    margin-top: 35px;
  }
  .p-eachFormsGroup .p-eachFormsGroup__listBlock .p-link__list li .icon-arw_r_bule.reverse {
    padding-left: 25px;
  }
  .p-eachFormsGroup .p-eachFormsGroup__listBlock .p-link__list li .icon-arw_r_bule::after {
    height: 13px;
    top: calc(50% - 7.5px);
    width: 14px;
  }
  .p-eachFormsGroup .p-eachFormsGroup__listBlock + .c-tertiaryHeading {
    margin-top: 60px;
  }
  .p-eachFormsGroup__roundedCorners {
    background-color: var(--color-pinkish-white4);
    border-radius: 15px;
    color: var(--color-brilliant-red);
    font-size: 1.6rem;
    margin-bottom: 40px;
    padding: 20px;
  }
  .p-eachFormsGroup__roundedCorners ul {
    margin-top: 25px;
  }
  .p-eachFormsGroup__roundedCorners ul li:not(:first-child) {
    margin-top: 5px;
  }
  .p-eachFormsGroup__items.type2 {
    padding-left: 0;
  }
  .p-eachFormsGroup__items.type2::before {
    background: none;
  }
  .p-eachFormsGroup__items.type2 .p-eachFormsGroup__item:nth-child(1) {
    border-left: none;
    border-top: none;
    width: 100%;
  }
  .p-eachFormsGroup__items.type2 .p-eachFormsGroup__item:nth-child(1) .p-eachFormsGroup--inside__items {
    display: block;
  }
  .p-eachFormsGroup__items.type2 .p-eachFormsGroup__item:nth-child(1) .p-eachFormsGroup--inside__item:nth-child(1),
  .p-eachFormsGroup__items.type2 .p-eachFormsGroup__item:nth-child(1) .p-eachFormsGroup--inside__item:nth-child(2) {
    display: none;
  }
  .p-eachFormsGroup__items.type2 .p-eachFormsGroup__item:nth-child(1) .p-eachFormsGroup--inside__item:nth-child(3) {
    width: 100%;
  }
  .p-eachFormsGroup__items.type2 .p-eachFormsGroup__item:nth-child(1) .p-eachFormsGroup--inside__item:nth-child(3) .p-eachFormsGroup__body {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    text-align: center;
  }
  .p-eachFormsGroup__items.type2 .p-eachFormsGroup__item:nth-child(1) .p-eachFormsGroup--inside__item:nth-child(3) .p-eachFormsGroup__body p {
    margin-right: 30px;
  }
}