@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # https://github.com/filipelinhares/ress/blob/master/ress.css
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
  width: 100%;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #004b91;
}

.l-header {
  height: 70px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 48px;
  }
}
.l-header__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70.2781844802%;
  max-width: 960px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    width: 89.3333333333%;
  }
}
.l-header__link {
  width: 88px;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .l-header__link {
    width: 74px;
    height: 30px;
  }
}
.l-header__logout, .l-header__logout--login {
  font-size: 1.4rem;
  color: #000000;
  position: relative;
  padding: 0 18px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
.l-header__logout--login {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__logout, .l-header__logout--login {
    padding: 0 15px;
    border-right: none;
  }
}

.l-footer {
  padding: 20px 0;
  height: 99px;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer {
    height: 200px;
    padding: 35px 0 43px;
  }
}
.l-footer__nav {
  margin: 0 auto;
}
.l-footer__list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.l-footer__list-item, .l-footer__list-item--last {
  display: flex;
  padding: 0 20px;
  border-right: 1px solid #ffffff;
}
.l-footer__list-item--last {
  border-right: 0;
}
.l-footer__link {
  font-size: 1.4rem;
  font-weight: 300;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    font-size: 1.3rem;
  }
}
.l-footer__copyright {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 1.3rem;
  }
}

.c-section {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .c-section {
    padding-top: 80px;
  }
}
.c-section__title {
  text-align: center;
  font-size: 5rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-section__title {
    font-size: 3.5rem;
    line-height: 130%;
  }
}
.c-section__attention {
  margin: 0 auto;
  padding: 30px 50px;
  width: 75%;
  max-width: 960px;
  background-color: #ffffff;
  border: 1px solid #CB1540;
  font-size: 2rem;
  line-height: 3.6rem;
  color: #CB1540;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-section__attention {
    padding: 17px;
    width: 90.6666666667%;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}

.c-button {
  margin: 0 auto;
  width: 450px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background-color: #004b91;
  border-radius: 12px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  box-shadow: 0 4px 8px rgba(14, 47, 79, 0.14);
}
@media screen and (max-width: 767px) {
  .c-button {
    width: 340px;
    font-size: 1.6rem;
  }
}
.c-button::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/icon_button.png");
  background-size: contain;
}

.p-login {
  background-image: url("../img/bg_login_pc.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-login {
    background-image: url("../img/bg_login_sp.jpg");
  }
}
.p-login__top-text-container {
  margin: 0 auto;
  padding: 19px 0;
  width: 700px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 15px 15px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-login__top-text-container {
    padding: 19px 17px;
    width: 100%;
    border-radius: 0;
    font-size: 1.6rem;
  }
}
.p-login__top-text-heading {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-login__top-text-heading {
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-login__top-text {
    text-align: left;
  }
}
.p-login__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 66px;
  margin: 50px auto;
}
@media screen and (max-width: 1000px) {
  .p-login__container {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-login__container {
    gap: 30px;
    margin: 30px auto 0;
  }
}
.p-login__text-container {
  width: 36.9692532943%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .p-login__text-container {
    width: 87.4666666667%;
  }
}
.p-login__heading-1 {
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 3.4rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 1139px) {
  .p-login__heading-1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-login__heading-1 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-login__heading-1 {
    font-size: 2rem;
  }
}
.p-login__heading-2 {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 2.9rem;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 1139px) {
  .p-login__heading-2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-login__heading-2 {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-login__heading-2 {
    font-size: 1.6rem;
  }
}
.p-login__heading-span {
  display: block;
  margin-bottom: 18px;
  padding-bottom: 5px;
  font-size: 5.8rem;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #004b91;
}
@media screen and (max-width: 1139px) {
  .p-login__heading-span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-login__heading-span {
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-login__heading-span {
    margin-bottom: 5px;
    font-size: 3.3rem;
    line-height: 100%;
  }
}
.p-login__text {
  margin-top: 50px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-login__text {
    margin: 30px auto 38px;
    width: 87.4666666667%;
  }
}
.p-login__text-blue {
  width: fit-content;
  color: #0040ff;
  text-decoration: underline;
}
.p-login__login-container {
  padding: 25px 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 36.6032210835%;
  border-radius: 15px;
  background: linear-gradient(90deg, #C7E2FB 0%, #FEFCFC 48%, #C3E1FE 100%);
}
@media screen and (max-width: 1000px) {
  .p-login__login-container {
    width: 87.4666666667%;
  }
}
@media screen and (max-width: 767px) {
  .p-login__login-container {
    padding: 24px 24px;
    border-radius: 15px;
  }
}
.p-login__login-top-text {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-login__login-top-text {
    line-height: 160%;
  }
}
.p-login__form {
  margin-top: 25px;
  width: 100%;
}
.p-login__form-item {
  display: flex;
  flex-direction: column;
}
.p-login__form-item + .p-login__form-item {
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .p-login__form-item + .p-login__form-item {
    margin-top: 13px;
  }
}
.p-login__label {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-login__label {
    font-size: 1.5rem;
  }
}
.p-login__input {
  margin-top: 12px;
  padding: 20px 15px;
  height: 54px;
  background-color: #ffffff;
  border: 1px solid #004b91;
  border-radius: 6px;
  font-size: 1.6rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-login__input {
    margin-top: 11px;
    border-radius: 3.5px;
  }
}
.p-login__button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto 0;
  width: 180px;
  height: 54px;
  font-size: 1.7rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #004b91;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-login__button {
    margin-top: 12px;
    width: 100%;
    border-radius: 3px;
  }
}
.p-login__login-bottom-text {
  margin-top: 29px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-login__login-bottom-text {
    margin-top: 25px;
    text-align: center;
  }
}
.p-login__login-error {
  margin-top: 25px;
  padding: 18px 21px;
  width: 100%;
  font-size: 1.6rem;
  color: #CB1540;
  border: 1px solid #CB1540;
}
@media screen and (max-width: 767px) {
  .p-login__login-error {
    padding: 18px 17px;
  }
}
.p-login__input-error {
  margin-top: 5px;
  font-size: 1.6rem;
  color: #CB1540;
}

.p-first-view {
  padding-top: 4.7584187408%;
  background-image: url("../img/bg_first-view_pc.jpg");
  background-size: cover;
  background-position: center;
  height: 56.5vw;
  min-height: 729px;
}
@media screen and (max-width: 767px) {
  .p-first-view {
    padding-top: 13.6%;
    height: 122vw;
    min-height: 375px;
    background-image: url("../img/bg_first-view_sp.jpg");
  }
}
.p-first-view__heading-container {
  margin: 0 auto;
  width: fit-content;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
}
.p-first-view__heading-1 {
  font-size: 4.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-first-view__heading-1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 559px) {
  .p-first-view__heading-1 {
    font-size: 2rem;
  }
}
.p-first-view__heading-span {
  display: block;
  margin: -5px 0 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #004b91;
  font-size: 7rem;
  font-weight: 600;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .p-first-view__heading-span {
    font-size: 6rem;
  }
}
@media screen and (max-width: 559px) {
  .p-first-view__heading-span {
    padding-bottom: 3px;
    font-size: 3.2rem;
  }
}
.p-first-view__heading-2 {
  margin-top: 10px;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-first-view__heading-2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 559px) {
  .p-first-view__heading-2 {
    margin-top: 8px;
    font-size: 1.6rem;
  }
}
.p-first-view__dates-container {
  margin: 16px auto 0;
  width: 693px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  position: relative;
  z-index: 0;
  color: #fff;
}
@media screen and (max-width: 664px) {
  .p-first-view__dates-container {
    margin-top: 20px;
    width: 100%;
    max-width: 340px;
    height: 80px;
    flex-direction: column;
    gap: 5px;
  }
}

.p-mypage {
  padding-bottom: 80px;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-mypage {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-mypage__title {
    font-size: 2.9rem;
  }
}
.p-mypage__dates-title {
  margin-top: 45px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-mypage__dates-title {
    margin-top: 40px;
  }
}
.p-mypage__dates {
  margin-top: 25px;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-mypage__dates {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
.p-mypage__dates + .p-mypage__dates {
  margin-top: 5px;
}
.p-mypage__attention {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-mypage__attention {
    margin-top: 20px;
    line-height: 160%;
  }
}
.p-mypage__attention span {
  width: 600px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-mypage__attention span {
    width: auto;
  }
}
.p-mypage__closeattention {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-mypage__closeattention {
    margin-top: 20px;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.p-mypage__button {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-mypage__button {
    margin-top: 50px;
  }
}

.p-status {
  padding-bottom: 50px;
  background: #E1EEFF;
  padding-top: 40px;
}
.p-status__apload-text {
  margin-top: 5px;
  text-align: center;
  font-size: 2rem;
}
.p-status__apload-text + .p-status__apload-text {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-status__apload-text {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.p-status__container, .p-status__container--gray {
  margin: 60px auto 0;
  padding: 40px 0;
  text-align: center;
  width: 70.2781844802%;
  max-width: 960px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08) inset;
}
.p-status__container + .p-status__container, .p-status__container--gray + .p-status__container, .p-status__container + .p-status__container--gray, .p-status__container--gray + .p-status__container--gray {
  margin-top: 20px;
}
.p-status__container--gray {
  background-color: #CDDDF2;
  box-shadow: inset 0px 4px 18px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .p-status__container, .p-status__container--gray {
    margin-top: 40px;
    padding: 30px 0;
    width: 100%;
    border-radius: 0;
  }
}
.p-status__dates-title {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-status__dates-title {
    font-size: 2rem;
  }
}
.p-status__dates {
  margin-top: 10px;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-status__dates {
    font-size: 1.6rem;
  }
}
.p-status__upload-button {
  margin: 40px auto 0;
  display: block;
  width: 82.8125%;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .p-status__upload-button {
    margin-top: 25px;
    width: 90.6666666667%;
  }
}
.p-status__before-dates {
  margin: 30px auto 0;
  width: 80%;
  font-size: 2rem;
  font-weight: 700;
  color: #CB1540;
}
@media screen and (max-width: 767px) {
  .p-status__before-dates {
    margin-top: 20px;
    width: 89.3333333333%;
    font-size: 1.6rem;
  }
}
.p-status__list {
  margin-top: 25px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 3.6rem;
  color: #6a6a6a;
}
@media screen and (max-width: 767px) {
  .p-status__list {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
.p-status__status-text, .p-status__status-text--left {
  margin: 12px auto 0;
  width: 80%;
  font-size: 1.8rem;
  font-weight: 700;
  color: #CB1540;
}
.p-status__status-text--left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-status__status-text, .p-status__status-text--left {
    font-size: 1.6rem;
    width: 89.6%;
  }
}
.p-status__attention {
  margin-top: 38px;
}
.p-status__button {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-status__button {
    margin-top: 40px;
  }
}
.p-status__button + .p-status__button {
  margin-top: 30px;
}
.p-status__row {
  display: flex;
  align-items: flex-start;
}
.p-status__row + .p-status__row {
  margin-top: 11.5px;
}
.p-status__dl {
  text-align: left;
  margin: auto;
  width: 610px;
  margin-top: 14px;
  font-size: 1.6rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-status__dl {
    width: auto;
  }
}
.p-status__dt {
  width: 165px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-status__dt {
    width: 34.6666666667%;
    min-width: 34.6666666667%;
  }
}
.p-status__dd--inactive {
  font-weight: 400;
  color: #6a6a6a;
}
.p-status__dd--under-review {
  font-weight: 700;
  color: #CB1540;
}
.p-status__complete-title {
  text-align: center;
  color: #6a6a6a;
  font-weight: 700;
}
.p-status__complete-text {
  text-align: center;
  color: #6a6a6a;
}

.p-question {
  padding-bottom: 78px;
}
@media screen and (max-width: 767px) {
  .p-question {
    padding-bottom: 60px;
    padding-top: 50px;
  }
}
.p-question__inner {
  margin: 0 auto;
  width: 70.2781844802%;
}
@media screen and (max-width: 767px) {
  .p-question__inner {
    width: 90.6666666667%;
  }
}
.p-question__title, .p-question__title--contact, .p-question__title--receipt, .p-question__title--faq {
  color: #c48c20;
  position: relative;
}
.p-question__title--faq::before {
  width: 28.125%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-question__title--faq::before {
    display: none;
  }
}
.p-question__title--faq::after {
  width: 28.125%;
  right: 0;
}
.p-question__title--receipt {
  margin-top: 76px;
}
.p-question__title--receipt:first-child {
  margin-top: 0;
}
.p-question__title--receipt::before {
  width: 5%;
  left: 0;
}
.p-question__title--receipt::after {
  width: 5%;
  right: 0;
}
.p-question__title--contact {
  margin-top: 76px;
}
.p-question__title--contact::before {
  width: 1.5625%;
  left: 0;
}
.p-question__title--contact::after {
  width: 1.5625%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-question__title, .p-question__title--contact, .p-question__title--receipt, .p-question__title--faq {
    font-size: 2.9rem;
  }
  .p-question__title--receipt {
    margin-top: 50px;
  }
  .p-question__title--receipt:first-child {
    margin-top: 0;
  }
  .p-question__title--contact {
    margin-top: 50px;
  }
}
.p-question__title-decoration, .p-question__title--faq::before, .p-question__title--faq::after, .p-question__title--receipt::before, .p-question__title--receipt::after, .p-question__title--contact::before, .p-question__title--contact::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #c48c20;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1249px) {
  .p-question__title-decoration, .p-question__title--faq::before, .p-question__title--faq::after, .p-question__title--receipt::before, .p-question__title--receipt::after, .p-question__title--contact::before, .p-question__title--contact::after {
    display: none;
  }
}
.p-question__dl {
  margin-top: 50px;
  padding-left: 29px;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #191e2d;
}
@media screen and (max-width: 767px) {
  .p-question__dl {
    margin-top: 20px;
  }
}
.p-question__item + .p-question__item {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-question__item + .p-question__item {
    margin-top: 30px;
  }
}
.p-question__dt {
  font-weight: 700;
  position: relative;
}
.p-question__dt::before {
  content: "Q.";
  font-size: 1.6rem;
  font-weight: 700;
  color: #191e2d;
  position: absolute;
  top: 0;
  left: -29px;
}
.p-question__dd {
  margin-top: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-question__dd {
    margin-top: 0;
  }
}
.p-question__dd::before {
  content: "A.";
  font-size: 1.6rem;
  font-weight: 700;
  color: #ff7200;
  position: absolute;
  top: 0;
  left: -29px;
}
.p-question__link {
  color: #0040ff;
  border-bottom: 1px solid #0040ff;
}
.p-question__link--red {
  color: #CB1540;
  border-bottom: 1px solid #CB1540;
}
.p-question__alert {
  color: #CB1540;
  font-weight: 700;
}
.p-question__contact-text {
  margin-top: 46px;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #191e2d;
}
@media screen and (max-width: 767px) {
  .p-question__contact-text {
    margin-top: 33px;
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}
.p-question__contact-text + .p-question__contact-text {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-question__contact-text + .p-question__contact-text {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
