@charset "UTF-8";
/* ---------------------------------------- */
/* 共通 */
/* ---------------------------------------- */
.inMainTitSet {
  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;
}

.inMainTitSet h1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 768px) {
  .inMainTitSet h1 {
    margin: 0;
    width: 100%;
    font-size: 18px;
  }
}

.inMainTitSet p {
  font-size: 12px;
  font-weight: bold;
  color: #FF8000;
  line-height: 1.5em;
}

.inLeadText {
  margin: 24px 0 0 0;
  font-size: 14px;
  line-height: 1.5em;
}

@media screen and (max-width: 576px) {
  .inLeadText {
    margin: 12px 0 0 0;
  }
}

/* ---------------------------------------- */
/* フォーム流れ箇所 */
/* ---------------------------------------- */
.fromFlowWr {
  width: 100%;
  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;
  margin: 40px 0 0 0;
}

.fromFlowWr .fromFlowCol {
  width: 30.67%;
  min-height: 50px;
  border: 1px solid #D6D6D6;
  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;
  border-radius: 5px;
  color: #A7A7A7;
  font-size: 16px;
  font-weight: bold;
}

.fromFlowWr .fromFlowCol.fromFlowChange {
  background-color: #FFD7AE;
  border-color: #FFD7AE;
  color: #303030;
}

@media screen and (max-width: 768px) {
  .fromFlowWr .fromFlowCol {
    font-size: 12px;
    min-height: 40px;
  }
}

@media screen and (max-width: 414px) {
  .fromFlowWr .fromFlowCol {
    font-size: 10px;
  }
}

.fromFlowWr .fromFlowArrow {
  width: 4.17%;
  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;
}

@media screen and (max-width: 576px) {
  .fromFlowWr .fromFlowArrow img {
    width: 40%;
  }
}

.fromNumberList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.3em;
}

/* ---------------------------------------- */
/* フォーム */
/* ---------------------------------------- */
.contactTb {
  width: 100%;
  margin: 40px auto 0;
}

.contactTb tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contactTb tbody tr th {
  border-bottom: 1px dashed #D6D6D6;
  padding: 30px 15px;
  width: 30%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .contactTb tbody tr th {
    width: 100%;
    border-bottom: 0;
    padding: 15px 10px 5px;
  }
}

.contactTb tbody tr th label {
  margin: 7px 0 0;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5px 0 0 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .contactTb tbody tr th label {
    font-size: 14px;
    margin: 0;
  }
}

.contactTb tbody tr th label span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

.contactTb tbody tr td {
  border-bottom: 1px dashed #D6D6D6;
  padding: 30px 15px;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .contactTb tbody tr td {
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 15px 10px;
    padding-top: 0;
    border-top: 0;
  }
}

.contactTb tbody tr td label {
  font-size: 14px;
}

.contactTb tbody tr:first-child th {
  border-top: 1px dashed #D6D6D6;
}

.contactTb tbody tr:first-child td {
  border-top: 1px dashed #D6D6D6;
}

@media screen and (max-width: 768px) {
  .contactTb tbody tr:first-child td {
    border-top: 0;
  }
}

.requiredText {
  padding: 3px 8px 2px;
  border-radius: 5px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  color: #fff;
  font-size: 14px;
  background-color: #ff1f1f;
}

.formInput {
  width: 100%;
  padding: 8px 10px 7px;
  border-radius: 3px;
  border: 1px solid #D6D6D6;
}

.zipInput {
  width: 100px;
  padding: 8px 10px 7px;
  border-radius: 3px;
  border: 1px solid #D6D6D6;
}

.form_notice1 {
  display: block;
  margin: 0.5em 0 0 0;
  font-size: 14px;
}

.formTextArea {
  width: 100%;
  border-radius: 3px;
  padding: 8px 10px 7px;
  border: 1px solid #D6D6D6;
  line-height: 1.5em;
}

.labelText02 {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.formPrivBx {
  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: 100%;
  margin: 40px auto 0;
  text-align: center;
}

.formPrivBx .formCheck {
  margin: 0 5px 0 0;
}

.formPrivBx .privacyLabel {
  font-size: 14px;
  line-height: 1.5em;
}

.formPrivBx .privacyLabel .privUrl {
  color: #FF8000;
  text-decoration: underline;
}

.formPrivBx .privacyLabel .privUrl:hover {
  text-decoration: none;
}

select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  position: relative;
}

.fromSelect {
  position: relative;
}

.fromSelect::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #FF8000;
  border-right: 2px solid #FF8000;
  top: 4px;
  bottom: 0;
  margin: auto;
}

.fromSelect select {
  padding: 8px 10px 7px;
  border-radius: 3px;
  border: 1px solid #D6D6D6;
}

.fromSelect select {
  padding: 9px 10px 6px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.formBtn01 {
  width: 100%;
  max-width: 240px;
  height: 50px;
  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;
  background: #FF8000;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.formBtn01:hover {
  background-color: #fda64c;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.fromReturnBtn {
  width: 100%;
  max-width: 240px;
  height: 50px;
  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;
  background: #E4E4E4;
  font-size: 16px;
  font-weight: 700;
  color: #303030;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.fromReturnBtn:hover {
  background-color: #D6D6D6;
  color: #fff;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.formCenterBtn {
  margin: 50px auto 0;
}

.formZipTxt01 {
  margin: 0 0.5em 0 0;
}

.formZipTxt02 {
  margin: 0 0.5em;
}

.formConfirmTxt {
  margin: 7px 0 0;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  .formConfirmTxt {
    font-size: 14px;
  }
}

.chooseList1.chooseList1-2buttons {
  margin: 0 auto;
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.chooseList1.chooseList1-2buttons li {
  width: 50%;
}

.chooseList1.chooseList1-2buttons li:nth-of-type(n + 2) {
  margin-left: 20px;
}

.formBtn01.formBtn01Back {
  background: #D6D6D6;
}

.formBtn01.formBtn01Back:hover {
  background: #adadad;
}

.formComp {
  margin: 50px auto 0;
}

.formComp .formCompTit {
  font-size: 26px;
  font-weight: 700;
  color: #FF8800;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .formComp .formCompTit {
    font-size: 20px;
  }
}

.formComp .formCompTxt {
  margin: 40px auto 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .formComp .formCompTxt {
    max-width: 600px;
    margin: 20px auto;
    text-align: center;
  }
}

.formCheckBx {
  margin: 0.3em 0 0;
}

.canvasBox {
  margin: 0.3em 0 0;
}

.canvasBox > p {
  padding: 7px 10px 5px;
  background: #FF8800;
  color: #FFF;
  border-radius: 3px 3px 0 0;
}

.canvasBox #canvas {
  border: 1px solid #D6D6D6;
  border-top: 0;
  border-radius: 0 0 3px 3px;
}

.canvasBox #canvas canvas {
  height: 300px !important;
}

@media screen and (max-width: 768px) {
  .canvasBox #canvas canvas {
    height: 300px !important;
  }
}

.canvasBox .formBtn01.clearBtn {
  margin: 10px 0 0;
  padding: 2px 10px 0;
  width: 100%;
  max-width: 150px;
  height: 40px;
  background: #adadad;
}

.canvasBox .formBtn01.clearBtn:hover {
  background: #D6D6D6;
}

.formCheckGroup a {
  color: #FF8800;
  text-decoration: underline;
}

.formCheckGroup a:hover {
  text-decoration: none;
}

.formSelectGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.formSelectGroup .formSelectGroupLabel {
  margin: 0 0.8em;
}

@media screen and (max-width: 768px) {
  .formSelectGroup .formSelectGroupLabel {
    margin: 0 0.4em;
  }
}

.formSelectGroup .fromSelect select {
  padding-right: 2em;
}

@media screen and (max-width: 768px) {
  .formSelectGroup .fromSelect select {
    padding-right: 1.4em;
  }
}

.formRadioGroup {
  margin: -7px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.formRadioGroup .formRadioBx {
  margin: 12px 10px 0 0;
}

.formRadioGroup .formRadioBx .formRadioLabel {
  display: inline-block;
}

.formCoutionTxt {
  margin: 1em 0 0;
  display: block;
  width: 100%;
}
/*# sourceMappingURL=form.css.map */