@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "/css/common.css";
/*==================================================================*/
/* contact css　*/
/*==================================================================*/
p.read {
  margin-bottom: 4em;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.8;
  font-weight: 500;
}
p.read span {
  display: block;
}

.t-read {
  margin-bottom: 5em !important;
}

.flow .flow-block {
  margin-bottom: 6em;
}
.flow .flow-block h3 {
  margin-bottom: 3rem;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
}
.flow .flow-block h3 span {
  display: inline-block;
}
.flow .flow-block .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1em 3.2%;
}
.flow .flow-block .list dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 14%;
  padding: 3em 0.5em 2.5em;
  background: #fff;
  border-radius: 5px;
}
.flow .flow-block .list dl dt {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 75px;
  height: 72px;
  background: url("/partner_contact/image/deco01.png") no-repeat center center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.1em;
}
.flow .flow-block .list dl dd {
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
}
.flow .flow-block .list dl dd span {
  display: block;
}
.flow .flow-block.construction .list dl dt {
  background: url("/partner_contact/image/deco02.png") no-repeat center center;
  background-size: contain;
  color: #fff;
}

/* form
---------------------------------------- */
input.middle, input.long, input.short, select, textarea {
  margin-bottom: 2px;
  padding: 15px;
  letter-spacing: 1px;
  background: #fff;
  border: 2px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
}

button, input, select, textarea {
  font-size: 16px;
  vertical-align: baseline;
}

button:focus, select:focus, textarea :focus {
  border: none;
}

textarea {
  border: 1px solid #fff;
  width: 100%;
}

select {
  cursor: pointer;
  color: #000;
  font-size: 16px;
  border-radius: 0;
  padding: 15px;
  letter-spacing: 1px;
  height: 51px;
}
select.preffld {
  min-width: 160px;
}

input.short {
  width: 100%;
  max-width: 150px;
}

input.middle {
  width: 100%;
  max-width: 360px;
}

input.long {
  width: 100%;
}

input[type=submit], input[type=button] {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder {
  color: #bfbebe;
}

input::-moz-placeholder {
  color: #bfbebe;
}

input:-ms-input-placeholder {
  color: #bfbebe;
}

input::-ms-input-placeholder {
  color: #bfbebe;
}

input::placeholder {
  color: #bfbebe;
}

textarea::-webkit-input-placeholder {
  color: #bfbebe;
}

textarea::-moz-placeholder {
  color: #bfbebe;
}

textarea:-ms-input-placeholder {
  color: #bfbebe;
}

textarea::-ms-input-placeholder {
  color: #bfbebe;
}

textarea::placeholder {
  color: #bfbebe;
}

p.agree {
  margin: 0 auto 1em;
  text-align: center;
  width: 96%;
  font-weight: 500;
}
p.agree a {
  position: relative;
  text-decoration: underline;
}
p.agree a:hover {
  text-decoration: none;
}

.check {
  position: relative;
  margin: 0 auto 3em;
  text-align: center;
  font-weight: 500;
}
.check label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  color: #432f0b;
}
.check label input[type=checkbox] {
  display: none;
}
.check label input[type=checkbox]:checked + span::before {
  background-color: #fff;
  border: 2px solid #d8d0c3;
}
.check label input[type=checkbox]:checked + span::after {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Duotone", "Font Awesome 6 Sharp", "Font Awesome 6 Brands";
  position: absolute;
  left: -28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  color: #c8643b;
}
.check label span {
  position: relative;
}
.check label span::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 4px;
  background: #fff;
  border: 2px solid #d8d0c3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.check label span::after {
  content: "";
}

/* -------------------------------------------- */
/* form */
/* -------------------------------------------- */
.form {
  margin: 0 auto 5em;
}
.form .form-inner {
  margin-bottom: 5em;
}
.form form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}
@media screen and (max-width: 1025px) {
  .form form dl {
    padding: 20px !important;
    display: block;
  }
}
.form form dl dt {
  width: 28%;
  padding: 20px 20px 20px 0;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .form form dl dt {
    margin: 0 0 15px !important;
    width: 100%;
    padding: 0 !important;
  }
}
.form form dl dt span {
  margin-left: 1em;
  padding: 2px 3px;
  display: -moz-inline-stack;
  display: inline-block;
  background: #c76344;
  color: #fff;
  font-size: 0.6rem;
  border-radius: 3px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1025px) {
  .form form dl dt span {
    position: static;
    margin-left: 10px;
  }
}
.form form dl dt em {
  display: block;
  font-size: 0.75rem;
}
.form form dl dd {
  width: 72%;
  min-height: 70px;
  padding: 20px 0 20px 20px;
  word-wrap: break-word;
}
@media screen and (max-width: 1025px) {
  .form form dl dd {
    margin: 0 !important;
    width: 100%;
    padding: 0 !important;
    min-height: auto;
  }
}
.form form dl dd select {
  margin-bottom: 10px;
}
.form form dl dd .note {
  font-size: 0.8em;
  line-height: 1.6;
}
.form form dl dd ul li {
  margin: 0 4em 2px 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.form form dl dd .btn-style {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.form form dl dd .btn-style a {
  padding: 2px 10px 0;
  cursor: pointer;
  font-size: 0.9em;
}
.form form dl dd label {
  cursor: pointer;
}
.form form dl dd [type=checkbox] {
  cursor: pointer;
}
.form form dl dd [type=radio] {
  cursor: pointer;
}
.form form dl dd .radio-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form form dl dd .radio-list li {
  margin-bottom: 1em;
}
.form form dl dd .radio-list li:last-child {
  margin-bottom: 0;
}
.form form dl dd .radio-list input[type=radio] {
  display: none;
}
.form form dl dd .radio-list .radio-label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  color: #432f0b;
}
.form form dl dd .radio-list .radio-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form form dl dd .radio-list input[type=radio]:checked + .radio-label::before {
  background: #c76344;
  border: 6px solid #fff;
}

form #btn {
  text-align: center;
}
form #btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
form #btn ul li {
  width: 25%;
  min-width: 300px;
  margin: 0 1em;
}
form #btn ul li input {
  position: relative;
  border-radius: 7px;
  padding: 1em;
  width: 100%;
  max-width: 315px;
  background: #472800;
  color: #000;
  border: 1px solid #472800;
  font-size: 1.3em;
  font-weight: bold;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  line-height: 1.2;
  cursor: pointer;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
}
form #btn ul li input:hover {
  background: #664010;
  border: 1px solid #664010;
  color: #fff;
  cursor: pointer;
}
form #btn ul li.send {
  position: relative;
}
form #btn ul li.send span {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  line-height: 0;
}
form #btn ul li.back input {
  background-color: #909090;
  border: 1px solid #909090;
  border-radius: 50px;
}
form #btn ul li.back input:hover {
  background: #a0a0a0;
  border: 1px solid #a0a0a0;
  color: #fff;
  cursor: pointer;
}
form #btn .b-btn {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 315px;
  padding: 1em;
  background: #472800;
  color: #fff;
  border: 1px solid #472800;
  font-size: 1.3em;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  line-height: 1.2;
  font-weight: bold;
  border-radius: 50px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
}
form #btn .b-btn:hover {
  background: #664010;
  border: 1px solid #664010;
  color: #fff;
  cursor: pointer;
}
form #btn .b-btn:disabled:hover {
  opacity: 1;
  background: #472800;
  border: 1px solid #472800;
  color: #fff;
}
form #btn .b-btn span {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  line-height: 0;
}
form #btn button[type=submit]:disabled {
  color: #fff;
  background: #472800;
  border: 1px solid #472800;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
}

.btn-top {
  margin: 0 auto 2em;
  text-align: center;
  max-width: 250px;
}
.btn-top a {
  display: block;
  padding: 5px 10px;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.btn-top a:before {
  content: "\f015";
  display: inline-block;
  margin-right: 0.3em;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.btn-top a:hover {
  text-decoration: none;
  opacity: 0.5;
}

/* -------------------------------------------- */
/*photoupload*/
/* -------------------------------------------- */
.form form dl dd .photoupload {
  margin: 1em auto;
  padding: 0.7em;
  background: #fff;
  text-align: center;
}

.hover {
  background: #e5e5d8 !important;
}

.form form dl dd .photoupload #drag-drop-area {
  border: 3px dotted #ccc;
  padding: 1.5em;
}

.form form dl dd .photoupload #drag-drop-area {
  border: 3px dotted #ccc;
  padding: 1em;
}

.form form dl dd .photoupload #drag-drop-area p {
  color: #bbb;
  font-size: 0.8em;
  line-height: 2;
}

.form form dl dd .photoupload #drag-drop-area p i {
  font-size: 3em;
}

.form form dl dd .photoupload #drag-drop-area p.drag-drop-info {
  font-size: 1.1em;
  line-height: 1.2;
}

.form form dl dd .photoupload #drag-drop-area a.button {
  display: inline;
  padding: 5px;
  position: relative;
  font-size: 0.9em;
  z-index: 1;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #F7F7F7;
  text-decoration: none;
}

#drag-drop-area label {
  display: inline;
  padding: 5px;
  position: relative;
  font-size: 0.9em;
  z-index: 1;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #F7F7F7;
  text-decoration: none;
}

#drag-drop-area .upload-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2% 2%;
}

#drag-drop-area .upload-area ul li {
  margin: 0;
  width: 18%;
  position: relative;
  line-height: 0;
}

#drag-drop-area .upload-area ul li img {
  width: 100%;
}

#drag-drop-area .upload-area ul li span.delete-image {
  background: rgba(248, 248, 248, 0.9) none repeat scroll 0 0;
  border: 1px solid #c4ccce;
  border-radius: 100%;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  color: #666666;
  display: block;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: -4px;
  text-align: center;
  top: -5px;
  vertical-align: middle;
  width: 30px;
  text-decoration: none;
  font-weight: bold;
}

#drag-drop-area .upload-area ul li span.delete-image:hover {
  opacity: 0.6;
}

/*アップロード済み*/
.form form dl dd .settled .fa-picture-o {
  display: none;
}

.form form dl dd .settled .drag-drop-info {
  font-size: 0.9em;
  line-height: 0.5;
}

/* -------------------------------------------- */
/* error */
/* -------------------------------------------- */
#error {
  max-width: 900px;
  width: 90%;
  margin: 0px auto 2em;
  padding: 15px;
  border: 1px solid #ce2d33;
  background-color: #fff6f7;
  font-size: 1em;
  font-weight: bold;
  color: #ce2d33;
  text-align: center;
}

p.error {
  color: #ce2d33;
  font-weight: bold;
}

.form input.error,
.form select.error,
.form textarea.error {
  background-color: #fff4f4;
}

/* -------------------------------------------- */
/* thanks */
/* -------------------------------------------- */
.thanks-message {
  margin-bottom: 1em;
  text-align: center;
  font-size: 2em;
  font-weight: 500;
}
.thanks-message span {
  display: inline-block;
}

.thanks-read {
  margin-bottom: 6em;
  text-align: center;
}

.note {
  max-width: 900px;
  margin: 0 auto 5em;
  padding: 1.5em;
  background: #fff;
  border-radius: 30px;
}
.note h2 {
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #a40000;
  text-align: center;
}
.note h2 span {
  display: inline-block;
}
.note .read {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.note .read em {
  font-weight: bold;
}

.btn-top {
  text-align: center;
}

/*===========================================================================*/
/*  media quary:1025px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  .flow .flow-block h3 {
    font-size: 1.4rem;
  }
  .flow .flow-block .list {
    gap: 1em 2.2%;
  }
  .flow .flow-block .list dl {
    width: 15%;
  }
  .flow .flow-block .list dl dt {
    top: -15px;
    left: -15px;
    width: 65px;
    height: 62px;
    font-size: 1em;
  }
  .flow .flow-block .list dl dd {
    font-size: 1.05rem;
  }
  .flow .flow-block.construction .list dl dt {
    width: 65px;
    height: 62px;
  }
  .form form dl {
    margin: 0 auto;
    display: block;
  }
  .form form dl dt {
    width: 100%;
    padding: 20px;
    position: relative;
    font-weight: bold;
  }
  .form form dl dd {
    width: 100%;
    min-height: auto;
    padding: 20px 10px;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  p.read {
    margin-bottom: 3em;
    text-align: left;
    font-size: 1rem;
  }
  p.read span {
    display: inline;
  }
  .flow .flow-block h3 {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
  .flow .flow-block .list {
    display: block;
  }
  .flow .flow-block .list dl {
    width: 100%;
    margin-bottom: 1.5em;
    padding: 1.5em 0.5em;
  }
  .flow .flow-block .list dl dt {
    top: -15px;
    left: -15px;
    width: 65px;
    height: 62px;
    font-size: 1em;
  }
  .flow .flow-block .list dl dd {
    font-size: 1.05rem;
  }
  .flow .flow-block .list dl dd span {
    display: inline;
  }
  .flow .flow-block.construction .list dl dt {
    width: 65px;
    height: 62px;
  }
  .form form dl {
    padding: 20px 0 !important;
  }
  .form form dl dd {
    width: 100%;
    min-height: auto;
    padding: 20px 10px;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form form dl dd ul li {
    margin: 0 1.5em 2px 0;
  }
  .form form dl .radio-label span {
    font-size: 0.8rem;
  }
  form #btn {
    text-align: center;
  }
  form #btn ul {
    display: block;
  }
  form #btn ul li {
    margin: 0 auto 1em;
  }
  form #btn ul li input {
    font-size: 1em;
  }
  form #btn .b-btn {
    text-align: center;
    font-size: 1em;
  }
  /* -------------------------------------------- */
  /* error */
  /* -------------------------------------------- */
  #error {
    font-size: 1em;
  }
  /* -------------------------------------------- */
  /* thanks */
  /* -------------------------------------------- */
  .thanks-message {
    width: 95%;
    margin: 0 auto 1em;
    font-size: 1.5em;
  }
  .thanks-read {
    width: 95% !important;
    margin: 0 auto 2em;
    text-align: left;
  }
  .note {
    margin: 0 auto 3em;
    padding: 1em;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .flow .flow-block h3 {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
  .flow .flow-block h3 span {
    display: block;
  }
  .flow .flow-block .list {
    display: block;
  }
  .flow .flow-block .list dl {
    width: 100%;
    margin-bottom: 1.5em;
    padding: 1.5em 0.5em;
  }
  .flow .flow-block .list dl dt {
    top: -15px;
    left: -15px;
    width: 65px;
    height: 62px;
    font-size: 1em;
  }
  .flow .flow-block .list dl dd {
    font-size: 1.05rem;
  }
  .flow .flow-block .list dl dd span {
    display: inline;
  }
  .flow .flow-block.construction .list dl dt {
    width: 65px;
    height: 62px;
  }
  .form form dl dd .radio-list {
    display: block;
  }
  .form form dl dd .radio-list li {
    width: 100%;
    margin: 0 0 1em 0;
  }
  .form form dl .radio-label span {
    display: block;
    margin-left: 2.5em;
  }
  form #btn .b-btn {
    width: 100%;
    max-width: 100%;
  }
  form #btn ul li {
    width: 100%;
    min-width: auto;
  }
  form #btn ul li input {
    max-width: 100%;
  }
  #drag-drop-area .upload-area ul {
    gap: 1.5em 6%;
  }
  #drag-drop-area .upload-area ul li {
    width: 29%;
  }
  /* -------------------------------------------- */
  /* thanks */
  /* -------------------------------------------- */
  .thanks-message {
    font-size: 1.3em;
  }
}