@import url("/css/1.0.0/base.css");

section.ptn13-contents {
}
@media screen and (min-width: 834px) {
  section.ptn13-contents .container {
    padding-top: 7.2rem;
    padding-bottom: 20.7rem;
  }
  section.ptn13-contents .button-3col {
    max-width: 120.0rem;
    margin: 0 auto;
    margin-top: 5.0rem;
    margin-bottom: 11.0rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.ptn13-contents .button-3col li {
    width: calc(33.0% - 3.5rem);
    margin: 0 1.0rem;
  }
  section.ptn13-contents .button-3col li a {
    width: 100%;
    font-size: 2.0rem;
    padding: 1.4rem 0.2rem;
  }

  section.ptn13-contents .notice-block {
    max-width: 120.0rem;
    margin: 0 auto;
    margin-top: 5.3rem;
  }
  section.ptn13-contents .notice-block p {
    display: inline-block;
    padding-bottom: 0.5rem;
    border-bottom: solid 2px #999;
    font-size: 2.0rem;
  }
  section.ptn13-contents .notice-block em {
    font-size: 2.3rem;
    font-weight: normal;
  }
  section.ptn13-contents .c-section-lead.center {
    max-width: 70.0rem;
  }
}
@media screen and (max-width: 833px) {
  section.ptn13-contents {
    position: relative;
  }
  section.ptn13-contents .button-3col {
    text-align: center;
    margin-top: 3.4rem;
    margin-bottom: 12.5rem;
    padding: 0rem 12.5rem 0rem 8.1rem;
  }
  section.ptn13-contents .button-3col li {
    margin-bottom: 4.7rem;
  }
  section.ptn13-contents .button-3col li:last-child {
    margin-bottom: 0rem;
  }
  section.ptn13-contents .button-3col li a {
    padding: 2.1rem 0.2rem;
    font-size: 2.7rem;
  }

  section.ptn13-contents .notice-block {
    margin-top: 4.8rem;
  }
  section.ptn13-contents .notice-block p {
    display: inline-block;
    padding-bottom: 0.0rem;
    border-bottom: solid 2px #999;
  }
  section.ptn13-contents .notice-block em {
    font-size: 3.4rem;
    font-weight: normal;
  }
  section.ptn13-contents .c-section-lead.center {
    margin-top: 5.3rem;
    padding: 0 0.7rem;
  }
}


@media screen and (min-width: 834px) {
  section.ptn13-contents .check-group {
    max-width: 136.5rem;
    margin: 0 auto;
    margin-top: 7.7rem;
    margin-bottom: 1.1rem;
  }
  section.ptn13-contents .check-group {
    max-width: 120.0rem;
  }
  section.ptn13-contents .check-group ul {
    margin: 0 -2.4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section.ptn13-contents .check-group.all-delete {
    margin-top: 10.0rem;
  }
  section.ptn13-contents .check-group.all-delete ul {
    justify-content: left;
    margin-top: 5.0rem;
    padding-top: 5.0rem;
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
  }
  section.ptn13-contents .check-group.all-delete .all-delete-title {
    text-align: center;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
  }
  section.ptn13-contents .check-group ul li {
    margin: 0 3.0rem;
    margin-bottom: 5.5rem;
  }
  section.ptn13-contents .check-group ul li label {
    cursor: pointer;
    user-select: none;
    display: block;
    text-decoration: none;
    position: relative;
    width: 35.5rem;
    aspect-ratio: 1/1;
    padding-top: 5.7rem;
    padding-right: 2.0rem;
    padding-left: 3.0rem;
    padding-bottom: 2.0rem;
    border: solid 1px #ccc;
    background: #fff;
    color: #222;
    box-shadow: -0.5rem -0.6rem 0 0 #ccc;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    transition: box-shadow 200ms 0s ease,
                border 200ms 0s ease;
  }
  section.ptn13-contents .check-group ul li:nth-child(odd) label {
    background: #008000;
    color: #fff;
  }
  section.ptn13-contents .check-group.delete ul li:nth-child(odd) label {
    background: #fff;
    color: #222;
  }
  section.ptn13-contents .check-group ul li label:hover {
    box-shadow: -1.0rem -1.1rem 0 0 #bfbfbf;
    border: solid 1px #222;
    opacity: 1;
  }
  section.ptn13-contents .check-group ul li.all label {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  section.ptn13-contents .check-group ul h3 {
    font-size: 2.4rem;
    margin-bottom: 2.0rem;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
  }
  section.ptn13-contents .check-group ul p {
    font-size: 1.6rem;
    line-height: 1.9;
  }
  section.ptn13-contents .check-group ul li input[type=checkbox] {
    display: block;
    position: absolute;
    bottom: 3.0rem;
    right: 3.1rem;
    transform: scale(2.0);
    accent-color: #008000;
  }
  section.ptn13-contents .check-group ul li input[type=checkbox]:hover {
    opacity: 1;
  }
  section.ptn13-contents .check-group ul li:nth-child(odd) input[type=checkbox] {
    accent-color: #fff;
  }
  section.ptn13-contents .check-group.delete ul li:nth-child(odd) input[type=checkbox] {
    accent-color: #008000;
  }
}
@media screen and (max-width: 833px) {
  section.ptn13-contents .check-group ul {
    margin-top: 7.4rem;
  }
  section.ptn13-contents .check-group ul li {
    margin-bottom: 6.6rem;
  }
  section.ptn13-contents .check-group.all-delete {
    margin-top: 10.0rem;
  }
  section.ptn13-contents .check-group.all-delete ul {
    justify-content: left;
    margin-top: 5.0rem;
    padding-top: 5.0rem;
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
  }
  section.ptn13-contents .check-group.all-delete .all-delete-title {
    text-align: center;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
  }
  section.ptn13-contents .check-group ul li label {
    display: block;
    text-decoration: none;
    position: relative;
    aspect-ratio: 1/1;
    width: 61.0rem;
    margin: 0 auto;
    padding: 1.0rem;
    padding-top: 6.3rem;
    padding-left: 4.2rem;
    padding-right: 4.2rem;
    border: solid 1px #ccc;
    background: #fff;
    box-shadow: -0.6rem -0.6rem 0 0 #ccc;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    transition: box-shadow 200ms 0s ease,
                border 200ms 0s ease;

    display: flex;
    align-items: center;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  section.ptn13-contents .check-group ul li:nth-child(odd) label {
    background: #008000;
    color: #fff;
  }
  section.ptn13-contents .check-group.delete ul li:nth-child(odd) label {
    background: #fff;
    color: #222;
  }
  section.ptn13-contents .check-group ul li.all label {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  section.ptn13-contents .check-group ul h3 {
    font-size: 4.0rem;
    margin-bottom: 0.9rem;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
  }
  section.ptn13-contents .check-group ul p {
    font-size: 3.0rem;
    line-height: 1.7;
  }
  section.ptn13-contents .check-group ul li input[type=checkbox] {
    display: block;
    position: absolute;
    bottom: 4.8rem;
    right: 5.1rem;
    transform: scale(2.0);
    accent-color: #008000;
  }
  section.ptn13-contents .check-group ul li:nth-child(odd) input[type=checkbox] {
    accent-color: #fff;
  }
}

@media screen and (min-width: 834px) {
  section.ptn13-contents .email-block {
    background: #f3f3f3;
    max-width: 118.0rem;
    margin: 0 auto;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    padding: 7.5rem 2.0rem 8.5rem 2.0rem;
  }
  section.ptn13-contents .email-block .inner {
    max-width: 70.6rem;
    margin: 0 auto;
  }
  section.ptn13-contents .email-block label {
    display: block;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
    margin-bottom: 1.8rem;
  }
  section.ptn13-contents .email-block label .icon {
    display: inline-block;
    width: 4.0rem;
    margin-right: 1.0rem;
  }
  section.ptn13-contents .email-block .input {
    display: flex;
    justify-content: left;
  }
  section.ptn13-contents .email-block input.email {
    background: #fff;
    border: solid 1px #707070;
    border-radius: 0.5rem;
    width: 52.4rem;
    padding: 1.5rem 2.0rem;
    display: inline-block;
    margin-right: 1.3rem;
  }
  section.ptn13-contents .email-block button.button,
  section.ptn13-contents .email-block input.button {
    display: inline-block;
    margin: 0;
    border-radius: 0.5rem;
    color: #fff;
    background: #222;
    text-align: center;
    width: 11.6rem;
    transition: opacity 200ms 0s ease;
  }
  section.ptn13-contents .email-block button.button:hover,
  section.ptn13-contents .email-block input.button:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 833px) {
  section.ptn13-contents .email-block {
    background: #f3f3f3;
    padding: 8.0rem 0rem 10.4rem 6.8rem;
    margin: 0 -3.5rem;
    margin-top: 14.0rem;
  }
  section.ptn13-contents .email-block label {
    display: block;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
    margin-bottom: 1.6rem;
  }
  section.ptn13-contents .email-block label .icon {
    display: inline-block;
    width: 6.2rem;
    margin-right: 0.8rem;
  }
  section.ptn13-contents .email-block .input {
    display: flex;
    justify-content: left;
  }
  section.ptn13-contents .email-block input.email {
    background: #fff;
    border: solid 1px #707070;
    border-radius: 0.5rem;
    width: 52.4rem;
    padding: 1.7rem 2.0rem;
    display: inline-block;
    margin-right: 1.3rem;
  }
  section.ptn13-contents .email-block button.button,
  section.ptn13-contents .email-block input.button {
    display: inline-block;
    margin: 0;
    border-radius: 0.5rem;
    color: #fff;
    background: #222;
    text-align: center;
    width: 11.7rem;
    transition: opacity 200ms 0s ease;
  }
}

@media screen and (min-width: 834px) {
  section.ptn13-contents .email-update-block {
    background: #f3f3f3;
    max-width: 118.0rem;
    margin: 0 auto;
    margin-top: 10.0rem;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    padding: 4.0rem 2.0rem;
  }
  section.ptn13-contents .email-update-block .inner {
    max-width: 70.6rem;
    margin: 0 auto;
  }
  section.ptn13-contents .email-update-block .input-row {
    margin-bottom: 2.5rem;
  }
  section.ptn13-contents .email-update-block label {
    display: block;
    margin-bottom: 0.5rem;
  }
  section.ptn13-contents .email-update-block input.email {
    background: #fff;
    border: solid 1px #707070;
    border-radius: 1.5rem;
    width: 100%;
    padding: 1.5rem 2.0rem;
    display: inline-block;
  }
  section.ptn13-contents .email-update-block button.button,
  section.ptn13-contents .email-update-block input.button {
    display: block;
    margin: 0;
    margin-top: 5.0rem;
    border-radius: 1.5rem;
    color: #fff;
    background: #222;
    border: solid 1px #ddd;
    text-align: center;
    padding: 0.5rem 0;
    width: 100%;
    height: 8.0rem;
    transition: opacity 200ms 0s ease;
  }
  section.ptn13-contents .email-update-block button.button:hover,
  section.ptn13-contents .email-update-block input.button:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 833px) {
  section.ptn13-contents .email-update-block {
    background: #f3f3f3;
    padding: 8.0rem 6.8rem 10.4rem 6.8rem;
    margin: 0 -3.5rem;
    margin-top: 14.0rem;
  }
  section.ptn13-contents .email-update-block .input-row {
    margin-bottom: 2.5rem;
  }
  section.ptn13-contents .email-update-block label {
    display: block;
    margin-bottom: 0.5rem;
  }
  section.ptn13-contents .email-update-block input.email {
    background: #fff;
    border: solid 1px #707070;
    border-radius: 1.5rem;
    width: 100%;
    padding: 1.7rem 2.0rem;
    display: inline-block;
  }
  section.ptn13-contents .email-update-block button.button,
  section.ptn13-contents .email-update-block input.button {
    display: inline-block;
    margin: 0;
    margin-top: 2.0rem;
    border-radius: 1.5rem;
    color: #fff;
    background: #222;
    text-align: center;
    padding: 0.5rem 0;
    width: 100%;
    height: 10.0rem;
  }
}



@media screen and (min-width: 834px) {
  section.ptn13-contents .buttons {
    max-width: 136.5rem;
    margin: 0 auto;
    margin-top: 13.9rem;
  }
  section.ptn13-contents .buttons {
    max-width: 117.5rem;
  }
  section.ptn13-contents .buttons ul {
    margin: 0 -2.4rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: left;
  }
  section.ptn13-contents .buttons ul li {
    margin: 0 2.4rem;
    margin-bottom: 5.0rem;
  }
  section.ptn13-contents .buttons ul li a,
  section.ptn13-contents .buttons ul li span {
    display: block;
    text-decoration: none;
    position: relative;
    width: 35.5rem;
    aspect-ratio: 1/1;
    padding: 1.0rem;
    padding-top: 5.7rem;
    padding-right: 2.0rem;
    padding-left: 3.0rem;
    padding-bottom: 2.0rem;
    border: solid 1px #ccc;
    background: #fff;
    box-shadow: -0.5rem -0.6rem 0 0 #ccc;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    transition: box-shadow 200ms 0s ease,
                border 200ms 0s ease;
  }
  section.ptn13-contents .buttons ul li span:before,
  section.ptn13-contents .buttons ul li a:before {
    content: "";
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-right: solid 0.3rem #222;
    border-bottom: solid 0.3rem #222;
    position: absolute;
    bottom: 0.7rem;
    right: 1.3rem;
  }
  section.ptn13-contents .buttons ul li a:hover {
    box-shadow: -0.9rem -0.8rem 0 0 #bfbfbf;
    border: solid 1px #222;
  }
  section.ptn13-contents .buttons ul h3 {
    font-size: 2.4rem;
    margin-bottom: 2.0rem;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
  }
  section.ptn13-contents .buttons ul p {
    font-size: 1.6rem;
    line-height: 1.9;
  }
  section.ptn13-contents .buttons.center ul li a {
    display: flex;
    align-items: center;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media screen and (max-width: 833px) {
  section.ptn13-contents .buttons ul {
    margin-top: 32.6rem;
    margin-bottom: 16.5rem;
  }
  section.ptn13-contents .buttons ul li {
    margin-bottom: 7.6rem;
  }
  section.ptn13-contents .buttons ul li a,
  section.ptn13-contents .buttons ul li span {
    display: block;
    text-decoration: none;
    position: relative;
    width: 61.0rem;
    margin: 0 auto;
    aspect-ratio: 1/1;
    padding: 1.0rem;
    padding-top: 6.3rem;
    padding-left: 4.2rem;
    padding-right: 4.2rem;
    border: solid 1px #ccc;
    background: #fff;
    box-shadow: -0.6rem -0.6rem 0 0 #ccc;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    transition: box-shadow 200ms 0s ease,
                border 200ms 0s ease;
  }
  section.ptn13-contents .buttons ul li span:before,
  section.ptn13-contents .buttons ul li a:before {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border-right: solid 0.4rem #222;
    border-bottom: solid 0.4rem #222;
    position: absolute;
    bottom: 2.1rem;
    right: 2.5rem;
  }
  section.ptn13-contents .buttons ul h3 {
    font-size: 4.0rem;
    margin-bottom: 0.9rem;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
  }
  section.ptn13-contents .buttons ul p {
    font-size: 3.0rem;
    line-height: 1.7;
  }
  /*section.ptn13-contents .buttons.center ul li a {*/
  section.ptn13-contents .buttons ul li a,
  section.ptn13-contents .buttons ul li span {
    display: flex;
    align-items: center;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

@media screen and (min-width: 834px) {
}
@media screen and (max-width: 833px) {
}
