/* inquiry */

.inquiry-wrapper {
  background: #f4f4f4;
  padding: 10vh 13vw;
}

.inquiry-note {
  text-align: center;
  font-weight: 600;
  padding-bottom: 30px;
}

.inquiry-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.inquiry-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.inquiry-address-title {
  text-align: left;
  width: 624px;
  font-size: 1em;
}

.inquiry-select {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#prefecture_id {
  color: #afafaf;
}

.inquiry-select::after {
  position: absolute;
  right: 1em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000;
  pointer-events: none;
}

.inquiry-input {
  width: 624px;
  height: 64px;
  border: 1px solid #cdd6dd;
  padding: 10px 20px;
  box-sizing: border-box;
}

.inquiry-input::placeholder {
  font-size: 18px;
  color: #afafaf;
}

.inquiry-label {
  font-size: 16px;
}

.inquiry-label span {
  color: #00b8ee;
}

.inquiry-comment-input {
  border: 1px solid #cdd6dd;
  padding: 10px 20px;
  width: 624px;
  box-sizing: border-box;
}

.inquiry-comment-input::placeholder {
  font-size: 18px;
  color: #afafaf;
}

.inquiry-button {
  width: 288px;
  height: 64px;
  color: #ffffff;
  border: none;
  background-color: #00b8ee;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.inquiry-button:focus {
  outline: none;
}

.inquiry-button[disabled] {
  background-color: #dcdcdc;
  pointer-events: none;
  cursor: not-allowed;
}

/* inquiry-submit */

.inquiry-submit-wrapper {
  padding: 10vh 13vw 25vh 13vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inquiry-submit-text-wrapper {
  display: flex;
  gap: 30px;
  max-width: 849px;
  margin-inline: auto;
}

.inquiry-submit-text-wrapper div:not(:first-of-type) {
  width: 628px;
}

.inquiry-submit-text-wrapper h3 {
  font-size: 24px;
  font-weight: 600;
  padding: 30px 0;
}

.inquiry-submit-text-wrapper p {
  font-weight: 600;
  padding-bottom: 20px;
}

.inquiry-submit-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  position: relative;
  width: 288px;
  height: 64px;
  color: #ffffff;
  border: none;
  background-color: #00b8ee;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.inquiry-submit-button:focus {
  outline: none;
}

.inquiry-submit-arrow {
  width: 10px;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%) rotate(180deg);
}

.inquiry-submit-link {
  text-decoration: none;
  color: #ffffff;
}

/* application */
.application-point-wrapper {
  padding: 20vh 20px;
}

.application-wrapper {
  padding: 20vh 20px;
}

.application-point-title {
  text-align: center;
}

.application-point-title h1,
.application-point-title h2 {
  font-size: 30px;
  display: inline-block;
  border-bottom: 2px solid #00b8ee;
  box-sizing: border-box;
  text-align: center;
  margin: 0 0 50px 0;
  padding-bottom: 0.5rem;
  font-weight: 600;
}

.application-point-content-wrapper {
  display: flex;
  justify-content: center;
  gap: 44px;
}

.application-content-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.application-point-content {
  max-width: 320px;
  width: 100%;
  max-height: 352px;
  display: flex;
  gap: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 40px 20px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.application-point-opposite-content {
  max-width: 320px;
  width: 100%;
  max-height: 352px;
  display: flex;
  gap: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 40px 20px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.application-content {
  max-width: 320px;
  width: 100%;
  max-height: 352px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.application-last-content {
  max-width: 320px;
  width: 100%;
  max-height: 352px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.application-arrow {
  width: 24px;
}

.application-opposite-content {
  max-width: 320px;
  width: 100%;
  max-height: 352px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.application-content-title {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.application-content-title span {
  font-size: 18px;
  color: #00b8ee;
  font-weight: 600;
}

.application-content-title h2,
.application-content-title h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.application-submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  position: relative;
  width: 368px;
  height: 64px;
  color: #ffffff;
  border: none;
  background: linear-gradient(to right, #05a2e1, #091cf5);
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.application-submit-button:focus {
  outline: none;
}

.application-submit-arrow {
  width: 10px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.application-submit-link {
  width: max-content;
  margin-inline: auto;
  text-decoration: none;
  color: #ffffff;
  display: flex;
  justify-content: center;
}

.price-wrapper {
  background: linear-gradient(to bottom right, #05a2e1, #091cf5);
  padding: 20vh 20px;
}

.price-title-wrapper {
  text-align: center;
}

.price-title {
  font-size: 30px;
  color: #ffffff;
  display: inline-block;
  border-bottom: 2px solid #ffffff;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-bottom: 0.5rem;
  font-weight: 600;
}

.price-content-wrapper {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px 40px;
  box-sizing: border-box;
  max-width: 584px;
  width: 100%;
  background-color: #ffffff;
  margin: 0 auto;
  text-align: center;
}

.price-content-wrapper span {
  font-size: 10px;
}

.price-content {
  height: 85px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #707070;
}

.last-price-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.price-content img {
  width: 36px;
}

.last-price-content img {
  width: 36px;
}

.usage-price-content {
  height: 85px;
  border-bottom: 1px solid #707070;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.usage-price-content-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-name {
  font-size: 24px;
  margin: 0;
}

.price {
  color: #00b8ee;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}

/* application form */

.checkboxes-wrapper {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  align-items: end;
  width: 624px;
}

.checkbox-wrapper {
  display: flex;
  flex-direction: row-reverse;
  padding: 0 15px 10px 0;
  width: max-content;
  margin-left: auto;
}

.application-form-wrapper {
  background: #f4f4f4;
  padding: 10vh 13vw;
}

.checkbox-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

input[type="checkbox"] {
  display: none;
}
.checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px 5px 0;
  position: relative;
  width: auto;
  font-size: 14px;
  text-decoration: underline;
}
.checkbox01::before {
  background: #f4f4f4;
  border: 1px solid #cdd6dd;
  border-radius: 4px;
  content: "";
  display: block;
  height: 30px;
  right: -16px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.checkbox01::after {
  border-right: 2px solid #004bb1;
  border-bottom: 2px solid #004bb1;
  content: "";
  display: block;
  height: 12px;
  right: -5px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 7px;
  padding-bottom: 0.5rem;
  font-weight: 600;
}
input[type="checkbox"]:checked + .checkbox01::after {
  opacity: 1;
}

/* application-submit */

.application-submit-wrapper {
  padding: 10vh 13vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.application-memo {
  border: 1px solid #cdd6dd;
  padding: 20px;
  width: 625px;
  box-sizing: border-box;
}

.application-memo p {
  font-size: 16px;
}

.application-memo ol {
  padding: 20px 20px 10px 20px;
}

.application-complete-text {
  padding-bottom: 50px;
}

.application-complete-text p {
  font-size: 24px;
  font-weight: 600;
  margin: 0px;
  text-align: center;
}

.application-confirm-text p {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
}

.application-memo a {
  color: #000000 !important;
}

/* request document */

.request-document-form-wrapper {
  background: #f4f4f4;
  padding: 10vh 13vw;
}
select {
  -webkit-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.request-dropdown-input {
  font-size: 18px;
  color: #afafaf;
  border: 1px solid #cdd6dd;
  padding: 10px 20px;
  width: 624px;
  height: 64px;
  box-sizing: border-box;
}

.inquiry-drop-down-input-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.inquiry-drop-down-input-wrapper::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 65%;
  width: 9px;
  height: 6px;
  background-image: url("../images/dropdown.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.document-points-wrap {
  position: relative;
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: column;
}

.document-point-wrapper {
  width: 256px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: 0;
  margin-top: -184px;
  margin-bottom: 52px;
}

.document-point-wrapper h1 {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #e5f8fe;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

.document-point {
  display: flex;
  gap: 10px;
}

.point-number {
  color: #00b8ee;
  font-weight: 600;
  margin: 0;
}

.point-txt {
  font-weight: 600;
  margin: 0;
}

/* request document submit */

.request-document-submit-wrapper {
  background: #f4f4f4;
  padding: 10vh 13vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.request-document-submit-note {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.request-document-submit-button {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 288px;
  height: 64px;
  background-color: #00b8ee;
  color: #ffffff !important;
  border: none;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  margin-top: 40px;
}

.request-document-submit-button:focus {
  outline: none;
}

.request-document-submit-button {
  font-size: 18px;
  font-weight: 600;
}

.request-document-submit-download-icon {
  color: #ffffff;
  width: 17px;
  margin-left: 10px;
}

.document-summary-image {
  width: 432px;
}

.document-summary-image-download {
  margin-top: 96px;
  margin-inline: auto;
}

.document-summary-image-submit {
  margin-top: 80px;
  margin-inline: auto;
}

.document-summary-image-form {
  margin-right: auto;
  margin-left: 0;
}

.document-summary-image img {
  width: 100%;
  height: auto;
  display: block;
}

.inquiry-form-link {
  border-bottom: 1px solid #000000;
}

/* responsible */

@media only screen and (max-width: 1200px) {
  .mobile-sp {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .sp {
    display: none;
  }

  .request-document-submit-note {
    max-width: 620px;
    width: 100%;
  }

  .application-complete-text {
    max-width: 620px;
    width: 100%;
  }

  .application-point-content-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .application-point-content {
    max-width: 450px;
    height: 260px;
    gap: 20px;
    flex-direction: row;
  }

  .application-point-opposite-content {
    max-width: 450px;
    height: 260px;
    gap: 20px;
    flex-direction: row-reverse;
  }

  .application-content-title {
    flex-direction: column;
  }

  .application-content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .application-content {
    max-width: 450px;
    height: 260px;
    gap: 20px;
    flex-direction: row;
  }

  .application-opposite-content {
    max-width: 450px;
    height: 260px;
    gap: 20px;
    flex-direction: row-reverse;
  }

  .application-last-content {
    max-width: 450px;
    height: 260px;
    gap: 20px;
    flex-direction: row;
  }

  .application-arrow {
    transform: rotate(90deg);
  }

  .application-last-element {
    display: flex;
  }

  .application-last-content {
    display: flex;
    flex-direction: column;
  }

  .application-last-element {
    width: 100%;
    justify-content: space-around;
  }

  .inquiry-submit-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .inquiry-submit-headline {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
  }

  .inquiry-submit-first-content {
    display: flex;
    align-items: center;
    text-align: center;
  }

  .inquiry-submit-text-wrapper div:not(:first-of-type) {
    width: 100%;
  }

  .inquiry-submit-text-wrapper h3 {
    padding: 0;
    text-align: center;
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .checkboxes-wrapper {
    width: 400px;
  }

  .inquiry-address-title {
    width: 400px;
  }

  .inquiry-input {
    width: 400px;
  }

  .inquiry-comment-input {
    width: 400px;
  }

  .checkbox-wrapper {
    width: 400px;
  }

  .request-dropdown-input {
    width: 400px;
  }

  .sp {
    display: none;
  }

  .application-memo {
    width: 470px;
  }

  .document-summary-image {
    width: 314px;
  }

  .document-summary-image-download {
    margin-top: 40px;
  }

  .document-summary-image-submit {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 576px) {
  .inquiry-input {
    width: 314px;
    height: 48px;
  }

  .inquiry-address-title {
    width: 314px;
    font-size: 12px;
  }

  .checkboxes-wrapper {
    width: 314px;
  }

  .inquiry-comment-input {
    width: 314px;
  }

  .request-dropdown-input {
    width: 314px;
    height: 48px;
    font-size: 16px;
  }

  .inquiry-label {
    font-size: 12px;
  }

  .inquiry-note {
    font-size: 16px;
  }

  .inquiry-input::placeholder {
    font-size: 16px;
  }

  .inquiry-comment-input::placeholder {
    font-size: 16px;
  }

  .checkbox-wrapper {
    width: 314px;
  }

  .inquiry-button {
    width: 200px;
    height: 36px;
    font-size: 14px;
  }

  .document-points-wrap {
    margin-left: -20px;
    margin-right: auto;
  }

  .document-point-wrapper {
    width: 216px;
    height: 148px;
    padding: 15px 20px;
    gap: 5px;
    margin-right: 10px;
    margin-top: -34px;
  }

  .document-point-wrapper h1 {
    font-size: 20px;
    margin: 5px 0;
  }

  .point-number {
    font-size: 12px;
  }

  .point-txt {
    font-size: 16px;
  }

  .inquiry-submit-text-wrapper h1 {
    font-size: 20px;
  }

  .inquiry-submit-text-wrapper p {
    font-size: 16px;
  }

  .inquiry-submit-button {
    width: 200px;
    height: 36px;
    font-size: 14px;
  }

  .request-document-submit-note {
    font-size: 16px;
  }

  .request-document-submit-button {
    width: 200px;
    height: 36px;
  }

  .request-document-submit-button {
    font-size: 14px;
  }

  .application-complete-text p {
    font-size: 16px;
  }

  .application-confirm-text p {
    font-size: 16px;
  }

  .application-memo {
    width: 329px;
  }

  .application-memo p {
    font-size: 14px;
  }

  .application-memo ol li {
    font-size: 14px;
  }

  .price-title {
    font-size: 20px;
  }

  .price-content {
    height: 65px;
  }

  .price-content img {
    width: 22px;
  }

  .last-price-content {
    padding: 20px 0;
  }

  .last-price-content img {
    width: 22px;
  }

  .price-name {
    font-size: 18px;
  }

  .price {
    font-size: 20px;
  }

  .application-point-content {
    padding: 20px;
    max-width: 314px;
    max-height: 146px;
  }

  .application-point-content img {
    width: 160px;
  }

  .application-point-opposite-content {
    padding: 20px;
    max-width: 314px;
    max-height: 146px;
  }

  .application-point-opposite-content img {
    width: 160px;
  }

  .application-content-title h2,
  .application-content-title h3 {
    font-size: 18px;
  }

  .application-content-title span {
    font-size: 12px;
  }

  .application-point-title h1,
  .application-point-title h2 {
    font-size: 20px;
  }

  .application-content {
    padding: 20px;
    max-width: 314px;
    max-height: 146px;
  }

  .application-opposite-content {
    padding: 20px;
    max-width: 314px;
    max-height: 146px;
  }

  .application-last-content {
    padding: 20px;
    max-width: 314px;
    max-height: 226px;
  }

  .application-content p {
    font-size: 14px;
  }

  .application-opposite-content p {
    font-size: 14px;
  }

  .application-content-title span {
    font-size: 12px;
  }

  .application-content-title h2,
  .application-content-title h3 {
    font-size: 18px;
  }

  .application-last-content p {
    font-size: 14px;
  }

  .application-content img {
    width: 130px;
  }

  .application-opposite-content img {
    width: 120px;
  }

  .application-last-element img {
    width: 150px;
  }

  .application-arrow {
    width: 15px;
  }

  .application-submit-button {
    width: 200px;
    height: 36px;
    font-size: 14px;
  }

  .application-submit-arrow {
    width: 7px;
  }

  .application-form-wrapper {
    padding: 60px 20px;
  }

  .application-submit-wrapper {
    padding: 60px 20px;
  }

  .application-point-wrapper {
    padding: 60px 20px;
  }

  .price-wrapper {
    padding: 60px 20px;
  }

  .application-wrapper {
    padding: 60px 20px;
  }

  .inquiry-wrapper {
    padding: 60px 20px;
  }

  .inquiry-submit-wrapper {
    padding: 60px 20px;
  }

  .request-document-form-wrapper {
    padding: 60px 20px;
  }

  .request-document-submit-wrapper {
    padding: 80px 20px;
  }

  .inquiry-textarea {
    height: 300px;
  }
}
