@charset "UTF-8";
/*
Theme Name: paralux_sass
Author: paralux
Version: 1.0
Text Domain: paralux
*/
#simple_from select,
#simple_from option,
#simple_from input[type="text"] {
  font-family: inherit;
  font-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: #000;
  ime-mode: inactive;
  background: none;
}

#simple_from input.zenkaku {
  ime-mode: active;
}

#simple_from input::-moz-placeholder {
  color: #6c6c6c;
}

#simple_from input::placeholder {
  color: #6c6c6c;
}

/********************************************************/
#simple_from {
  font-size: 1rem;
  line-height: 1.7em;
  /* position:
      absolute; */
  top: 30px;
  right: 0;
  color: #000;
  text-align: left;
  background: #fff;
  border: 4px solid #000;
  border-radius: 5px;
  width: 100%;
}

/* #simple_from .sf_ttl {
  background: #fcff1e;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #b7b7b7;
  padding: 3px 0 5px 120px;
  position: relative;
} */
#simple_from .inner {
  padding: 15px;
  padding-bottom: 25px;
  padding-top: 10px;
}

#simple_from .form .topImg_recom {
  border: none;
}
#simple_from .form .topImg_recom::after,
#simple_from .form .topImg_recom::before {
  content: none;
}

#simple_from .form > p {
  text-align: center;
  font-weight: bold;
  margin: 0 0 10px 0;
}

#simple_from .form > p strong {
  color: #ca1622;
  font-size: 1.2em;
}

#simple_from .form > .input_item + p,
#simple_from .form > p + p {
  background: none;
  padding: 0px 0;
  font-size: 0.9em;
  line-height: 1.7em;
  text-align: center;
  font-weight: bold;
  margin: 0 0 10px 0;
  border-radius: 0px;
}

#simple_from .form > p + p strong.str2 {
  text-decoration: underline;
}

#simple_from .form .sbtn a {
  text-decoration: underline !important;
}

@media screen and (max-width: 800px) {
  #simple_from {
    margin: 30px 0 0 0;
    position: static;
    top: 0px;
    right: 0;
    width: auto;
  }
}
/********************************************************/
.input_item__margin {
  margin: 0 0 25px 0;
}
@media screen and (min-width: 768px) {
  .input_item__margin {
    margin: 0 0 25px 0;
  }
}

#simple_from .input_item.his {
  background: #ededed;
  border: 1px solid #6c6c6c;
  border-radius: 5px;
}

#simple_from .input_item.input_text input {
  width: 100%;
  padding: 9px 9px 9px 9px;
  background-color: #ededed;
  border: 1px solid #6c6c6c;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  #simple_from .input_item.input_text input {
    width: 70%;
    margin-left: 15px;
  }
}

/********************************************************/
/*
  #simple_from .input_item.input_select{
      background:#ddd;
      background: linear-gradient(#fff, #ccc);
      cursor:pointer;
  }
  */
#simple_from .input_item.input_select {
  cursor: pointer;
}

#simple_from .input_item.input_select input {
  width: 100%;
  pointer-events: none;
  background: none;
  width: 100%;
  padding: 9px;
}

#simple_from .input_item.input_select select {
  width: 100%;
  background: none;
  width: 100%;
  padding: 9px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  #simple_from .input_item.input_select:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(135deg);
    position: absolute;
    top: 20px;
    right: 35px;
    margin-top: -4px;
  }
}
/********************************************************/
#simple_from .input_item {
  position: relative;
}

/* #simple_from .input_item:before {
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  padding: 5px 5px;
  font-size: 0.8em;
  line-height: 1.1em;
  content: "任意";
  background: #999;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
} */
#simple_from .input_item.his:before {
  content: "必須";
  background: #ca1622;
  color: #fff;
  font-weight: bold;
}

#simple_from .input_item.his.chkok:before {
  content: "OK";
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 8px;
  border-radius: 3px;
  line-height: 1em;
  z-index: 999;
}

/********************************************************/
#simple_from .sbtn {
  text-align: center;
  margin: 15px 0 0 0;
  cursor: pointer;
}

#simple_from .sbtn p {
  margin: 0 0 5px 0;
}

#simple_from .sbtn input[type="button"] {
  display: inline-block;
  background: #c00;
  border: none;
  padding: 5px 20px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 0 5px 0 #fff inset;
  cursor: pointer;
}

#simple_from .sbtn .ng {
  width: 100%;
  /* pointer-events: none; */
  opacity: 0.5;
}

#simple_from .sbtn input[type="button"].back {
  background: #888;
}

#simple_from .sbtn input[type="button"]:active {
  box-shadow: none;
}

#simple_from .sbtn input[type="submit"] {
  display: inline-block;
}

/********************************************************/
#simple_from .form {
  display: none;
}

#simple_from #page1 {
  display: block;
  padding-top: 0px;
}

#selectbox4 li:first-child {
  font-size: 1.3em !important;
}

/********************************************************/
/*
  body {
    height: 100vh;
    overflow-y: hidden;
  }
  */
#simple_from_popup {
  font-size: 0.9rem;
  line-height: 1.7em;
  color: #000;
  text-align: left;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999;
  transform: translate3d(0, 0, 0);
  display: none;
}

#simple_from_popup .pframe {
  position: fixed;
  width: 800px;
  height: 60%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /*
      bottom:0;
      right:0;

      */
  background: #fff;
  border: 5px solid #000;
  overflow: auto;
}

#pframe_close {
  font-size: 2em;
  line-height: 1em;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #fff;
  border: 5px solid #000;
  border-width: 0 0 5px 5px;
  border-radius: 0 0 0 10px;
  padding: 5px;
  z-index: 9999999;
  cursor: pointer;
}

#simple_from_popup .pinner {
  padding: 30px;
  padding-top: 50px;
  position: relative;
}

@media screen and (max-width: 800px) {
  #simple_from_popup .pframe {
    position: fixed;
    width: 95%;
    height: 95%;
    bottom: auto;
    right: auto;
    left: auto;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #fff;
    border: 2px solid #000;
    overflow: auto;
  }
  #simple_from_popup .pinner {
    padding: 10px;
    padding-top: 50px;
    position: relative;
  }
  #pframe_close {
    font-size: 2em;
    line-height: 1em;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #fff;
    border: 2px solid #000;
    border-width: 0 0 2px 2px;
    border-radius: 0 0 0 10px;
    padding: 5px 20px;
    z-index: 9999999;
    cursor: pointer;
  }
}
/********************************************************/
#simple_from_popup .flow {
  height: 83px;
  margin: 0 0 30px 0;
}

#simple_from_popup .flow dl {
  float: left;
  width: calc(20% - 12px);
  margin: 0 10px 0 0;
  border: 2px solid #ededed;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

#simple_from_popup .flow dl:nth-of-type(5) {
  margin-right: 0;
}

#simple_from_popup .flow dt {
  background: #ededed;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  color: #fff;
}

#simple_from_popup .flow dd {
  padding: 10px 0;
  text-align: center;
  font-size: 0.7rem;
  color: #ddd;
}

#simple_from_popup .flow dl.active dt {
  background: #ffc0cb;
  color: #000;
}

#simple_from_popup .flow dl.active dd {
  color: #000;
}

#simple_from_popup .flow dl.ok dt {
  background: #42c700;
  color: #fff;
}

#simple_from_popup .flow dl.ok dd {
  color: #000;
}

#simple_from_popup .flow dl.ok.active dt {
  background: #ffc0cb;
  color: #fff;
}

@media screen and (max-width: 800px) {
  #simple_from_popup .flow dl {
    float: left;
    width: calc(25% - 2px);
    margin: 0 0px 0 0;
    border: 1px solid #ddd;
    border-radius: 0px;
    overflow: hidden;
    cursor: pointer;
  }
  #simple_from_popup .flow dl dd {
    display: none;
  }
}
/********************************************************/
#simple_from_popup .selectbox {
  display: none;
}

#simple_from_popup #selectbox1 {
  display: block;
}

/********************************************************/
#simple_from_popup #selectbox1 li {
  font-size: 1.5em;
  line-height: 1.7em;
  text-decoration: underline;
  cursor: pointer;
  padding: 10px 20px;
  border-bottom: 1px solid #ededed;
}

#simple_from_popup #selectbox1 li:hover {
  text-decoration: none;
  background: #f0ffff;
}

/********************************************************/
#simple_from_popup #selectbox2 p {
  display: inline-block;
  font-size: 1.1em;
  line-height: 1.7;
  font-weight: bold;
  white-space: nowrap;
}

#simple_from_popup #selectbox2 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  border: 1px solid #ededed;
  padding: 20px;
  margin: 10px 0 30px 0;
}

#simple_from_popup #selectbox2 li {
  font-size: 1em;
  line-height: 1.7em;
  text-decoration: underline;
  cursor: pointer;
  padding: 10px 20px;
  /*border-bottom:1px solid #ddd;*/
  width: calc(25% - 40px);
}

#simple_from_popup #selectbox2 li:hover {
  text-decoration: none;
  background: #f0ffff;
}

/********************************************************/
#simple_from_popup #selectbox3 ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

#simple_from_popup #selectbox3 li {
  font-size: 1em;
  line-height: 1.7em;
  text-decoration: underline;
  cursor: pointer;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  width: calc(33% - 40px);
}

#simple_from_popup #selectbox3 li:hover {
  text-decoration: none;
  background: #f0ffff;
}

/********************************************************/
#simple_from_popup #selectbox4 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#simple_from_popup #selectbox4 li {
  font-size: 1em;
  line-height: 1.7em;
  text-decoration: underline;
  cursor: pointer;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  width: calc(25% - 40px);
}

#simple_from_popup #selectbox4 li:hover {
  text-decoration: none;
  background: #f0ffff;
}

/********************************************************/
#simple_from_popup #selectbox5 li {
  font-size: 1.5em;
  line-height: 1.7em;
  text-decoration: underline;
  cursor: pointer;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
}
#simple_from_popup #selectbox5 li:first-child {
  font-size: 1.7em !important;
}

#simple_from_popup #selectbox5 li:hover {
  text-decoration: none;
  background: #f0ffff;
}

#simple_from_popup #selectbox1 li,
#simple_from_popup #selectbox2 li,
#simple_from_popup #selectbox3 li,
#simple_from_popup #selectbox4 li,
#simple_from_popup #selectbox5 li {
  color: #39f;
}

@media screen and (max-width: 800px) {
  #simple_from_popup #selectbox1 ul,
  #simple_from_popup #selectbox2 ul,
  #simple_from_popup #selectbox3 ul,
  #simple_from_popup #selectbox4 ul,
  #simple_from_popup #selectbox5 ul {
    display: block;
  }
  #simple_from_popup #selectbox1 li,
  #simple_from_popup #selectbox2 li,
  #simple_from_popup #selectbox3 li,
  #simple_from_popup #selectbox4 li,
  #simple_from_popup #selectbox5 li {
    font-size: 1.2em;
    line-height: 1.7em;
    text-decoration: underline;
    cursor: pointer;
    padding: 15px 20px;
    border-bottom: 1px solid #ededed;
    float: none;
    width: auto;
  }
}
.input_text {
  display: flex;
  align-items: center;
}
.input_text_label {
  display: inline-block;
  min-width: 70px;
}
@media screen and (min-width: 768px) {
  .input_text {
  }
}

.input_item__read input[type="text"] {
  min-width: calc(100% - 85px);
}

.input_item__read {
  max-width: 100%;
  margin: 0px auto 0 70px;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .input_item__read {
    margin: 0px auto 0 80px;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
  .input_item__read input[type="text"] {
    min-width: 150px;
    width: 150px;
  }
}

.form_select__prefecture {
  width: 100%;
  padding: 9px 9px 9px 9px;
  background-color: #ededed !important;
  border: 1px solid #6c6c6c !important;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .form_select__prefecture {
    width: 160px;
    margin-left: 5px;
  }
}

.form_select__status {
  width: 100%;
  padding: 9px 9px 9px 9px;
  margin-bottom: 5px;
  background-color: #ededed !important;
  border: 1px solid #6c6c6c !important;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .form_select__status {
    width: 245px;
    margin-left: 12px;
  }
}

.input_item__status {
  margin-top: 20px !important;
}

.input_item__read.input_item__city.input_item.input_text {
  margin-top: 10px !important;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .input_item__read.input_item__city.input_item.input_text {
    align-items: center;
    flex-direction: row;
  }
}
.input_item__read.input_item__city.input_item.input_text input {
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .input_item__read.input_item__city.input_item.input_text input {
    width: 160px !important;
    margin-left: 5px !important;
  }
}

.form_note_email {
  margin-top: 10px;
  text-align: left !important;
  font-size: 13px !important;
}
@media screen and (min-width: 768px) {
  .form_note_email {
    width: 100%;
    margin-top: 0;
    padding-left: 85px !important;
  }
}
@media screen and (max-width: 767px) {
  .form_note_email {
    margin: 10px auto 0;
  }
}

.input_item.input_textarea {
  display: flex;
}
.input_item.input_textarea textarea {
  width: 100%;
  height: 120px;
  padding: 9px 9px 9px 9px;
  background-color: #ededed !important;
  border: 1px solid #6c6c6c !important;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .input_item.input_textarea textarea {
    width: 245px !important;
    margin-left: 15px;
  }
}

.form_btn__submit {
  width: 100%;
}

.btn_prefecture {
  margin-bottom: 20px;
  padding: 5px 0.7em;
  background-color: #f9da07;
  border: none;
  width: 72%;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .btn_prefecture {
    margin-left: 85px;
  }
}
@media screen and (max-width: 767px) {
  .btn_prefecture {
    display: block;
    margin: 0 auto 20px 70px;
  }
}

.input_car_vari {
  display: flex;
  align-items: center;
  margin-top: 20px !important;
  padding-left: 0;
}
.input_car_vari input {
  width: 100% !important;
  padding: 9px 25px 9px 9px !important;
  margin: 0px 0 5px 0;
  background-color: #ededed !important;
  border: 1px solid #6c6c6c !important;
  border-radius: 5px;
}
.input_car_vari span {
  align-self: center;
}
@media screen and (min-width: 768px) {
  .input_car_vari input {
    width: 245px !important;
    margin: 0px 0 5px 15px;
    font-size: 12px !important;
  }
}

.input_alert {
  color: #ca1622;
  text-align: left !important;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .input_alert {
    margin-left: 85px !important;
  }
}

.input_nenshiki,
.input_haiki {
  text-align: right !important;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .input_nenshiki,
  .input_haiki {
    margin-left: 85px !important;
    text-align: left !important;
  }
}

.input_text_label__any span,
.input_required {
  display: inline-block;
  padding: 0.4em 0.5em 0.6em 0.5em;
  color: #fff;
  background-color: #42c700;
  border-radius: 5px;
  font-size: 11px;
  line-height: 1;
}

.input_required {
  background-color: #ca1622;
}

.input_submit {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .input_submit {
    gap: 15px;
  }
}

.input_item__mail {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .input_item__mail input {
    width: calc(100% - 70px) !important;
  }
}

.form_btn {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: none;
  box-shadow: 0px 5px 0px #810e16;
}
.form_btnWrap {
  display: grid;
  place-items: center;
  height: 1.3em;
  width: 1.3em;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid #fff;
}
.form_btnWrap_icon {
  width: 13px;
  height: 14px;
  fill: #fff;
}

.input_post {
  position: relative;
  width: 100%;
}
.input_post::before {
  content: "郵便番号";
  position: absolute;
  font-size: 12px;
  top: -23px;
  left: 10px;
}
.input_post input {
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .input_post input {
    width: 88% !important;
  }
}
@media screen and (min-width: 768px) {
  .input_post::before {
    font-size: 14px;
    top: -25px;
    left: 25px;
  }
}
