@charset "UTF-8";
.contactForm {
  /* チェックボックス */
  /* ラジオボタン */
  /* select 要素 */
}
.contactForm input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  width: auto;
  height: auto;
}
.contactForm input[type=checkbox]:checked, .contactForm input[type=checkbox]:focus {
  outline: none;
  box-shadow: none;
}
.contactForm input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  width: auto;
  height: auto;
}
.contactForm input[type=radio]:checked, .contactForm input[type=radio]:focus {
  outline: none;
  box-shadow: none;
}
.contactForm select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  font: inherit;
  color: inherit;
}
.contactForm select:focus {
  outline: none;
  box-shadow: none;
}

div.formError {
  z-index: 99;
}
div.formError .formErrorContent {
  line-height: 1.3em;
}

/*--------------------------------------------------- */
/* ラジオボタン */
/*--------------------------------------------------- */
/*--------------------------------------------------- */
/* contactForm */
/*--------------------------------------------------- */
.contactForm dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactForm dt {
  position: relative;
  display: flex;
  align-items: center;
}
.contactForm .must {
  position: relative;
}
.contactForm .must:after {
  content: "必須";
  font-size: 11px;
  font-size: 1.1rem;
  background-color: #e40000;
  color: #fff;
  position: absolute;
  margin: auto;
  padding: 4px 6px;
  line-height: 1em;
  right: 0px;
}
.contactForm .upper {
  align-items: baseline;
}
.contactForm .notice {
  color: #f20000;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 8px;
  line-height: 1em;
}
.contactForm .postWrap [name=postal_code] {
  max-width: 170px;
}
.contactForm .prefecture_wrap {
  max-width: 140px;
}
.contactForm [type=text], .contactForm textarea, .contactForm [type=email], .contactForm [type=tel], .contactForm [type=number], .contactForm select {
  padding: 8px;
  padding-left: 16px;
}
.contactForm [type=text], .contactForm textarea, .contactForm [type=email], .contactForm [type=tel], .contactForm select, .contactForm [type=number] {
  background-color: #ebebeb;
  width: 100%;
}
.contactForm [type=file] {
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
}
.contactForm [type=file]::-webkit-file-upload-button {
  cursor: pointer;
}
.contactForm [type=number] {
  max-width: 124px;
}
.contactForm [name=birth_year] {
  min-width: 116px;
}
.contactForm [name=birth_month], .contactForm [name=birth_day] {
  min-width: 76px;
}
.contactForm .postWrap {
  display: flex;
  align-items: center;
}
.contactForm .postWrap .post_icon {
  margin-right: 6px;
  font-size: 18px;
  font-size: 1.8rem;
}
.contactForm .labelWrap {
  display: flex;
  flex-direction: column;
}
.contactForm .labelWrap label {
  display: flex;
  align-items: center;
  line-height: 1em;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.contactForm .labelWrap label input {
  cursor: pointer;
  margin-right: 4px;
}
.contactForm .labelWrap label {
  margin-bottom: 8px;
}
.contactForm .labelWrap label:nth-last-of-type(1) {
  margin-bottom: 0;
}
.contactForm .labelWrap .radio {
  padding-left: 0.8em;
  position: relative;
  margin-left: 4px;
}
.contactForm .labelWrap .radio::before {
  background: #fff;
  border: 1px solid #a3a3a3;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contactForm .labelWrap input[type=radio]:checked + .radio::after {
  background-color: #a3a3a3;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contactForm .birth .flex3 {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.contactForm .birth .flex3 span {
  margin-left: 4px;
}
.contactForm .btn {
  text-align: center;
}
.contactForm .btn input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #fff;
  background-color: #ffb400;
  border: 1px solid #ffb400;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
@media (min-width: 769px) {
  .contactForm .btn input:hover {
    background-color: #fff;
    color: #ffb400;
    border: 1px solid #ffb400;
    transition-duration: 0.5s;
  }
}
.contactForm input, .contactForm textarea {
  border-radius: 0;
}
.contactForm input:focus, .contactForm textarea:focus {
  background-color: #fff9e4;
}
.contactForm .selectWrap {
  position: relative;
  cursor: pointer;
}
.contactForm .selectWrap select {
  cursor: pointer;
}
.contactForm .selectWrap:after {
  content: "";
  content: "";
  display: inline-block;
  width: 14px;
  height: 9px;
  background-image: url(/common/img/ui/select_down.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  /* style */
  pointer-events: none;
}
@media (max-width: 768px) {
  .contactForm .selectWrap:after {
    background-image: url(/common/img/ui/select_down@2x.png);
  }
}

@media (max-width: 768px) {
  .contactForm .catch p {
    margin-top: 30px;
  }
  .contactForm form {
    margin-top: 30px;
  }
  .contactForm .must:after {
    position: relative;
    right: 0;
    margin-left: 8px;
    /* style */
  }
  .contactForm dt, .contactForm dd {
    border: 0;
    width: 100%;
    padding: 0;
  }
  .contactForm dd {
    border-bottom: 1px dotted #aaa;
    padding-bottom: 24px;
  }
  .contactForm dt {
    padding-top: 24px;
    margin-bottom: 8px;
    font-weight: 700;
  }
  .contactForm dt br {
    display: none;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .contactForm .catch h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .contactForm .catch h3:before {
    width: 42px;
    height: 27px;
    /* style */
  }
}
@media (max-width: 480px) {
  .contactForm {
    width: 100%;
  }
  .contactForm dt, .contactForm dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contactForm .must:after {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .contactForm [type=text], .contactForm textarea, .contactForm [type=email], .contactForm [type=tel], .contactForm [type=number], .contactForm select {
    padding: 8px;
    padding-left: 16px;
    min-height: 32px;
  }
  .contactForm .birth.flex {
    flex-wrap: wrap;
  }
  .contactForm .birth.flex .flex3 {
    width: 100%;
    margin-bottom: 8px;
  }
  .contactForm .birth.flex .flex3:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .contactForm textarea {
    max-height: 200px;
  }
  .contactForm .selectWrap {
    position: relative;
  }
  .contactForm .selectWrap:after {
    width: 14px;
    height: 9px;
    top: 0;
    right: 16px;
    bottom: 0;
  }
}
/*--------------------------------------------------- */
/* thanks */
/*--------------------------------------------------- */
#thanks {
  margin-bottom: 50px;
  margin-top: 180px;
}
#thanks .btn {
  border-radius: 10px;
}
#thanks img {
  max-width: 475px;
  margin: auto;
}
#thanks p {
  max-width: 700px;
  margin: 30px auto 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5em;
}
#thanks h3 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2em;
  text-align: center;
}
@media (max-width: 768px) {
  #thanks h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 480px) {
  #thanks h3 {
    text-align: left;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #thanks h3 br {
    display: none;
  }
}
#thanks .btn_wrap {
  margin-top: 70px;
}
#thanks .btn_wrap a {
  margin: auto;
}
#thanks .btn {
  margin: 70px auto 0;
}
#thanks .btn a, #thanks .btn a:visited {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #fff;
  background-color: #ffb400;
  border: 1px solid #ffb400;
  line-height: 1em;
  display: flex;
  justify-content: center;
  padding: 12px 24px;
  align-items: center;
  border-radius: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1em;
}
@media (min-width: 769px) {
  #thanks .btn a:hover, #thanks .btn a:visited:hover {
    background-color: #fff;
    color: #ffb400;
    border: 1px solid #ffb400;
    transition-duration: 0.5s;
  }
}
#thanks .err_text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  max-width: 580px;
  margin: auto;
}

/*--------------------------------------------------- */
/* loading(サンキューページ) */
/*--------------------------------------------------- */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading .loader_inner {
  width: 250px;
}
#loading .title {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 8px;
  width: 100%;
}
#loading p {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3em;
  margin-top: 4px;
  font-weight: 400;
}
#loading span {
  display: block;
  background: #374a8f;
  width: 250px;
  height: 5px;
  margin-top: 5px;
  -webkit-animation: load 2s infinite;
  animation: load 2s infinite;
  border-radius: 5px;
}
#loading span:nth-child(2) {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
#loading span:nth-child(3) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
#loading.loaded {
  opacity: 0;
  transition-duration: 0.3s;
  pointer-events: none;
}
@-webkit-keyframes load {
  50% {
    width: 5px;
    margin-right: 95px;
    opacity: 0.1;
  }
}
@keyframes load {
  50% {
    width: 5px;
    margin-right: 95px;
    opacity: 0.1;
  }
}

@media (max-width: 480px) {
  #loading .loader_inner {
    width: 200px;
  }
  #loading .title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 8px;
  }
  #loading p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 4px;
  }
  #loading span {
    width: 200px;
    height: 4px;
    margin-top: 4px;
    border-radius: 5px;
  }
}
/*--------------------------------------------------- */
/* contactForm */
/*--------------------------------------------------- */
.contactForm {
  margin-top: 172px;
  margin-bottom: 90px;
}
.contactForm input::-webkit-input-placeholder {
  color: #a5a5a5;
}
.contactForm input::-moz-placeholder {
  color: #a5a5a5;
}
.contactForm input::-ms-input-placeholder {
  color: #a5a5a5;
}
.contactForm input::placeholder {
  color: #a5a5a5;
}
.contactForm dl dd, .contactForm dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3em;
  padding: 22px 0;
}
.contactForm dl dt {
  font-weight: 700;
  width: 200px;
  border-top: 1px solid #374a8f;
}
.contactForm dl dt:nth-last-of-type(1) {
  border-bottom: 1px solid #374a8f;
}
.contactForm dl dd {
  border-top: 1px solid #c2c2c2;
  padding-left: 24px;
  padding-right: 24px;
  width: calc(100% - 200px);
}
.contactForm dl dd:nth-last-of-type(1) {
  border-bottom: 1px solid #aaa;
}
.contactForm dl dd .notice_text {
  margin-top: 16px;
}
.contactForm dl dd .notice_text span {
  margin-bottom: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  padding-left: 1em;
  line-height: 1.2em;
  color: #545454;
  display: block;
}
.contactForm dl dd .notice_text span:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  /* style */
}
.contactForm dl dd .notice_text span:nth-last-of-type(1) {
  margin-bottom: 0;
}
.contactForm dl dd [type=text], .contactForm dl dd textarea, .contactForm dl dd [type=email], .contactForm dl dd [type=tel], .contactForm dl dd select, .contactForm dl dd [type=number] {
  min-height: 45px;
}
.contactForm dl dd .selectbox-3 {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.contactForm dl dd .selectbox-3::after {
  position: absolute;
  right: 10px;
  width: 7px;
  height: 6px;
  background-color: #3c3c3c;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.contactForm dl dd .selectbox-3 select {
  cursor: pointer;
}
.contactForm .first_dl dd:nth-last-of-type(1), .contactForm .first_dl dt:nth-last-of-type(1) {
  border-bottom: 0;
}
.contactForm .btn_wrap {
  margin-top: 64px;
}
.contactForm .btn_wrap .btn_link {
  margin: auto;
  font-size: 18px;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .contactForm {
    margin-top: 150px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .contactForm {
    margin-top: 120px;
  }
}
@media (max-width: 768px) {
  .contactForm dl dd, .contactForm dl dt {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 24px 0;
    border: 0;
  }
  .contactForm dl dt {
    padding-bottom: 0;
    border-top: 1px dotted #374a8f;
  }
  .contactForm dl dt:nth-last-of-type(1) {
    border-bottom: 0;
  }
  .contactForm dl dd {
    padding-top: 4px;
    width: 100%;
  }
  .contactForm dl dd:nth-last-of-type(1) {
    border-bottom: 1px dotted #374a8f;
  }
  .contactForm dl dd .notice_text {
    margin-top: 16px;
  }
  .contactForm dl dd .notice_text span {
    margin-bottom: 4px;
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    padding-left: 1em;
    line-height: 1.2em;
    color: #545454;
    display: block;
  }
  .contactForm dl dd .notice_text span:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    /* style */
  }
  .contactForm dl dd .notice_text span:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .contactForm dl dd [type=text], .contactForm dl dd textarea, .contactForm dl dd [type=email], .contactForm dl dd [type=tel], .contactForm dl dd select, .contactForm dl dd [type=number] {
    min-height: 45px;
  }
  .contactForm dl dd .selectbox-3 {
    display: inline-flex;
    align-items: center;
    position: relative;
  }
  .contactForm dl dd .selectbox-3::after {
    position: absolute;
    right: 10px;
    width: 7px;
    height: 6px;
    background-color: #3c3c3c;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    pointer-events: none;
  }
  .contactForm dl dd .selectbox-3 select {
    cursor: pointer;
  }
  .contactForm .first_dl dd:nth-last-of-type(1), .contactForm .first_dl dt:nth-last-of-type(1) {
    border-bottom: 0;
  }
  .contactForm .btn_wrap {
    margin-top: 64px;
  }
  .contactForm .btn_wrap .btn_link {
    margin: auto;
  }
}