/* XS */
.main {
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 28px;
}

.main2 {
  padding-bottom: 28px;
}

.headlogo {
  width: 100%;
  margin: 0 auto;
  max-width: 315px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 19px;
}

.headlogo h1 {
  width: 100%;
  background-image: url("../img/furotomo/p4-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 0;
  padding-top: 97.75%;
}

.headtxt {
  text-align: center;
  margin-bottom: 29px;
}

.headtxt h3 {
  color: #33bab1;
  font-weight: bold;
  font-size: 28px;
}

.row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

p {
  font-size: 12px;
}

p.txt1 {
  margin-bottom: 27px;
}

.section-form {
  width: 100%;
  margin: 0 auto;
  background-color: #e6e6e6;
  padding: 32px 20px;
  margin-bottom: 32px;
}

.section-form span {
  color: #33bab1;
  font-weight: bold;
}

.section-form .cap1 {
  font-size: 12px;
  margin-bottom: 16px;
}

.section-form .form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.section-form .form dl:nth-of-type(1) {
  margin-bottom: 24px;
}

.section-form .form dl dt {
  width: 100%;
  padding: 6px 8px;
}

.section-form .form dl dd {
  width: 100%;
  margin-bottom: 16px;
}

.section-form .form dl dd.checkbox {
  padding: 6px 8px;
}

.section-form .form dl dd.checkbox span {
  color: #000;
  font-weight: normal;
}

.section-form .form dl dd.checkbox p {
  font-size: 14px;
}

.section-form .form dl .checkbox {
  /* ------------- C H E C K B O X ------------- */
}

.section-form .form dl .checkbox input[type="checkbox"],
.section-form .form dl .checkbox input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.section-form .form dl .checkbox label {
  position: relative;
  display: inline-block;
  word-break: break-all;
}

.section-form .form dl .checkbox label input[type="checkbox"] + span,
.section-form .form dl .checkbox label input[type="radio"] + span {
  position: relative;
  padding: 0 0 0 35px;
}

.section-form .form dl .checkbox label input[type="radio"] + span {
  padding-left: 27px;
  margin-right: 16px;
}

.section-form .form dl .checkbox label span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.7em;
  margin-bottom: 4px;
}

.section-form .form dl .checkbox label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.section-form .form dl .checkbox label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.section-form .form dl .checkbox label input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 22px;
}

.section-form .form dl .checkbox label input[type="radio"] + span::before {
  z-index: 0;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #33bab1 solid;
}

.section-form .form dl .checkbox label input[type="radio"]:checked + span::before {
  border-width: 6px;
}

.section-form .form dl.confirm dd {
  padding: 6px 8px;
}

.section-form .form input,
.section-form .form textarea,
.section-form .form select {
  font-size: 16px;
  padding: 6px 8px;
  border: none;
  width: 100%;
}

.section-form .form input.input-name {
  max-width: 85%;
}

.section-form .form textarea {
  height: 9em;
}

.section-form .form .row-cat,
.section-form .form .row-color,
.section-form .form .row-kessai {
  padding: 6px 8px;
}

.section-form .form .row-cat input,
.section-form .form .row-color input,
.section-form .form .row-kessai input {
  width: auto;
}

.section-form .form .row-add input:nth-of-type(1) {
  width: 3em;
}

.section-form .form .row-add input:nth-of-type(2) {
  width: 4em;
}

.section-form .form .row-add span {
  color: #000;
  display: block;
  font-size: 12px;
  margin-top: 8px;
  margin-left: 16px;
  font-weight: normal;
}

.section-form .form .row-pref select {
  width: auto;
  margin-bottom: 8px;
}

.section-form .form .row-kosuu input {
  max-width: 20%;
}

.section-form .form p.mantion {
  font-size: 12px;
  margin-bottom: 8px;
  margin-top: 8px;
}

.section-form .form .mds1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 24px;
  margin-left: 0px;
}

.section-form .form.order input {
  width: 3em;
  margin-right: 0.5em;
  text-align: right;
}

.btn {
  display: block;
  font-size: 22px;
  font-weight: bold;
  padding: 12px;
  border-radius: 27px;
  margin-bottom: 14px;
  border: none;
  cursor: pointer;
}

.btn-submit {
  width: 100%;
  background-color: #ffff00;
  color: #33bab1;
}

.btn-back {
  width: 100%;
  background-color: #33bab1;
  color: #ffff00;
}

.contact-box {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #33bab1;
  padding: 36px 20px;
}

.contact-box p {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.contact-box .tel {
  font-size: 19px;
}

.contact-box .sub {
  font-size: 12px;
  margin-bottom: 24px;
}

.contact-box .dairiten {
  font-size: 18px;
  color: #ffff00;
}

.order h3 {
  color: #000;
}

.order .mid1 {
  margin-bottom: 44px;
}

.order h4 {
  font-size: 28px;
  color: #00a99d;
  line-height: 1.2em;
  text-align: center;
}

.order .item {
  margin-bottom: 64px;
}

.order .item .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order .item .row .item_photo1 {
  width: 100%;
}

.order .item .row .Rbox {
  width: 100%;
}

.order .item .row .Rbox p {
  font-size: 16px;
}

.order .item .row .Rbox p span {
  display: block;
  margin-top: 8px;
}

.order .item .row .Rbox .price {
  color: #f15a24;
  font-size: 30px !important;
  font-weight: bold;
  margin-bottom: 24px;
  margin-top: 14px;
}

.order .item .row .Rbox .cap {
  font-size: 14px;
  text-align: center;
}

.order .miniBox {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.order .miniBox .cap {
  color: #f15a24;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
}

.order .miniBox p {
  font-size: 16px;
  margin-bottom: 8px;
}

.backtotop {
  width: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #fff;
}

.backtotop a {
  display: block;
  margin: 0 auto;
  background-image: url("../img/furotomo/backToTop.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
}

.footer {
  background-color: #e6e6e6;
  padding: 26px 20px;
  text-align: center;
}

.footer .logo {
  width: 100%;
  max-width: 451px;
  margin: 0 auto;
}

.footer .logo h3 a {
  display: block;
  background-image: url("../img/furotomo/footerLogo.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 9.15%;
  margin-top: 5px;
  margin-bottom: 9px;
}

/* SM */
@media only screen and (min-width: 768px) {
  .headlogo {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* MD */
@media only screen and (min-width: 1000px) {
  p {
    font-size: 18px;
  }
  .main {
    max-width: 1000px;
    padding-top: 60px;
  }
  .main2 {
    padding-top: 30px !important;
  }
  .headtxt h3 {
    font-size: 28px;
  }
  .row1 {
    margin-bottom: 93px;
  }
  p.txt1 {
    padding-left: 115px;
    padding-right: 115px;
    margin-bottom: 78px;
  }
  .section-form {
    max-width: 1000px;
    padding-left: 100px;
    padding-right: 100px;
  }
  .section-form .form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .section-form .form dl dt {
    width: 30%;
    margin-bottom: 24px;
  }
  .section-form .form dl dd {
    width: 70%;
    margin-bottom: 24px;
  }
  .section-form .form input,
  .section-form .form textarea,
  .section-form .form select {
    max-width: 29em;
  }
  .section-form .form input.input-name {
    max-width: 14em;
  }
  .section-form .form .row-add span {
    display: inline-block;
  }
  .section-form .form.order dt {
    width: 50%;
    text-align: right;
  }
  .section-form .form.order dd {
    width: 50%;
  }
  .order h4 {
    font-size: 32px;
  }
  .order .item .row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .order .item .row .item_photo1 {
    width: 58%;
  }
  .order .item .row .Rbox {
    width: 40%;
  }
  .order .miniBox {
    width: 500px;
    text-align: center;
  }
  .btn {
    font-size: 31px;
    padding: 16px;
    border-radius: 40px;
    margin-bottom: 35px;
    border: none;
    cursor: pointer;
    line-height: 1em;
  }
  .contact-box {
    max-width: 800px;
    padding: 50px 100px 24px;
  }
  .contact-box p {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
  }
  .contact-box p span {
    font-size: 21px;
  }
  .contact-box .tel {
    font-size: 37px;
  }
  .contact-box .sub {
    font-size: 14px;
  }
  .contact-box .dairiten {
    font-size: 32px;
  }
}

/* LG */
/*# sourceMappingURL=furotomo-inq.css.map */