.p-formHeader {
  padding-top: 10px;
}
.p-formHeader_clm {
  width: 100%;
  box-sizing: border-box;
  max-width: 1130px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.p-formHeader_logo img {
  width: 181px;
  aspect-ratio: auto 181/48;
  height: 48px;
}
.p-formHeader_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #00489b;
  text-decoration: none;
}
.p-formHeader_btn_ico {
  width: 8px;
  height: 9px;
}
@media only screen and (min-width: 769px) {
  .p-formHeader_btn_ico {
    width: 10px;
    height: 12px;
  }
}
.p-formHeader_btn_ico .path02 {
  fill: #343434;
}
.p-formHeader_btn_ico .path01 {
  fill: #00489b;
}
.p-formHeader_tit {
  margin-top: 10px;
  background-color: #00489b;
  padding: 10px 0;
  display: block;
}
@media only screen and (min-width: 769px) {
  .p-formHeader_tit {
    background-color: transparent;
    border-bottom: 3px solid #eee;
  }
}
.p-formHeader_tit_txt {
  font-size: 19.5px;
  font-weight: normal;
  color: #fff;
  line-height: 1.2;
}
@media only screen and (min-width: 769px) {
  .p-formHeader_tit_txt {
    font-size: 30px;
    color: #343434;
    padding: 0 0 0 15px;
    border-left: 5px solid #00489b;
  }
}
.p-formHeader_tit_back {
  width: 60px;
  height: 30px;
  background-color: #f3f4e9;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #00489b;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
}
@media only screen and (min-width: 769px) {
  .p-formHeader_tit_back {
    width: 80px;
    height: 40px;
    font-size: 15px;
  }
}
.p-formHeader_tit_back_ico {
  width: 8px;
  height: 9px;
}
@media only screen and (min-width: 769px) {
  .p-formHeader_tit_back_ico {
    width: 10px;
    height: 12px;
  }
}
.p-formHeader_tit_back_ico .path02 {
  fill: #343434;
}
.p-formHeader_tit_back_ico .path01 {
  fill: #00489b;
}

.p-formContainer {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 15px;
}
@media only screen and (min-width: 769px) {
  .p-formContainer {
    padding: 60px 15px;
  }
}

.p-formFooter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
}
.p-formFooter_copyright {
  font-size: clamp(10px, 2.6666666667vw, 13px);
}

.aform-header {
  border-left: 4px solid #969696;
  padding-left: 8px;
  line-height: 1.2;
  font-size: 18px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  .aform-header {
    padding-left: 15px;
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.aform-header:nth-child(n+2) {
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .aform-header:nth-child(n+2) {
    margin-top: 60px;
  }
}

.aform-content dl {
  margin: 20px 0 0;
}
@media only screen and (min-width: 769px) {
  .aform-content dl {
    margin-top: 2px;
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}
@media only screen and (min-width: 1100px) {
  .aform-content dl {
    grid-template-columns: 1fr 3fr;
  }
}
.aform-content dl > dt {
  font-weight: bold;
  padding: 10px;
  background-color: #e9e9db;
  color: #00489b;
  margin: 0;
}
.aform-content dl > dd {
  background-color: #f3f4e9;
  padding: 10px;
  margin: 0;
}
.aform-content dl > dd label {
  font-size: 13px;
  color: #343434;
}
.aform-content dl > dd select {
  border-color: #ccc;
}

.aform-label {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  align-items: center;
  font-size: 13px;
}
@media only screen and (min-width: 769px) {
  .aform-label {
    font-size: 15px;
  }
}

.aform-required {
  background-color: #de3838;
  font-size: 11px;
  width: 40px;
  height: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 2px;
}

.aform-zipcode,
.aform-text,
.aform-name,
.aform-kana,
.aform-tel,
.aform-email,
.aform-textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  max-width: 100%;
  font-size: 16px;
  min-height: 32px;
}

.aform-input-example {
  font-size: 12px;
  color: #969696;
  margin-bottom: 5px;
}

.aform-hdln {
  margin-top: 25px;
  font-size: 15.6px;
  font-weight: bold;
  line-height: 1.2;
  color: #00489b;
  padding-bottom: 10px;
  border-bottom: 1px solid #00489b;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1100px) {
  .aform-hdln {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}

.aform-error label {
  color: #de3838 !important;
  font-weight: bold;
}

.aform-name-ul > li:nth-of-type(n+2),
.aform-kana-ul > li:nth-of-type(n+2),
.aform-radio-ul > li:nth-of-type(n+2) {
  margin-top: 5px;
}

.aform-radio-ul > li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.aform-radio {
  border-color: #969696;
}

.aform-button-area {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 769px) {
  .aform-button-area {
    margin-top: 30px;
  }
}
.aform-button-area input {
  background-color: #00489b;
  color: #fff;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
}

#aform_confirm_msg {
  margin-top: 20px;
}
@media only screen and (min-width: 769px) {
  #aform_confirm_msg {
    margin-top: 30px;
  }
}

.aform-error-list:nth-last-child(n+2) {
  margin-bottom: 20px;
}

.aform-select {
  width: 100%;
}

.b-btn01 {
  position: relative;
  display: inline-block;
  background-color: #f3f4e9;
  padding: 10px 20px;
  padding-left: 16px;
  font-size: 13px;
  font-weight: bold;
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .b-btn01 {
    width: auto;
    font-size: 16px;
  }
}
@media (hover: hover) {
  .b-btn01:hover {
    background-color: #00489b;
    color: #fff;
  }
  .b-btn01:hover .path01 {
    fill: #f3f4e9;
  }
  .b-btn01:hover .path02 {
    fill: #fff;
  }
}
.b-btn01_ico {
  display: inline-block;
  width: 8px;
  height: 9px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .b-btn01_ico {
    width: 10px;
    height: 12px;
  }
}
.b-btn01_ico .path01 {
  transform: fill 0.3s;
  fill: #343434;
}
.b-btn01_ico .path02 {
  transform: fill 0.3s;
  fill: #00489b;
}

.b-section01:nth-child(n+2) {
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .b-section01:nth-child(n+2) {
    margin-top: 60px;
  }
}

.b-section02:nth-child(n+2) {
  margin-top: 20px;
}

.b-section03:nth-child(n+2) {
  margin-top: 20px;
}
@media only screen and (min-width: 769px) {
  .b-section03:nth-child(n+2) {
    margin-top: 30px;
  }
}

.b-flexBox01 {
  display: flex;
  flex-direction: column;
}
.b-flexBox01.__center {
  align-items: center;
}
.b-flexBox01.__right {
  align-items: flex-end;
}

a {
  text-decoration: none;
}

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