/* Scss Document */
/*
cart
*/
section.form {
  padding: 0 20px; }
section .lead {
  margin-bottom: 30px; }
@media (max-width: 414px) {
  section .txt {
    text-align: left;
    padding: 20px 0 0;
    margin: 0;
    font-size: 1.4rem; } }
section dl.design {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px; }
  section dl.design dt {
    margin: 30px auto;
    color: #FFF;
    background: #6e9bc5;
    padding: 10px; }
    section dl.design dt br {
      display: none; }
      @media (max-width: 414px) {
        section dl.design dt br {
          display: block; } }
  section dl.design dd ul.select {
    margin: 30px auto; }
    section dl.design dd ul.select li {
      width: 100%;
      margin: 0 0 1%; }
      section dl.design dd ul.select li select {
        width: 100%;
        max-width: 150px;
        padding: 5px 10px;
        border: 1px solid #DDD;
        border-radius: 5px; }
  section dl.design dd ul.detail {
    max-width: 800px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap; }
    @media (max-width: 414px) {
      section dl.design dd ul.detail {
        display: block; } }
    section dl.design dd ul.detail li {
      width: 32.5%;
      margin: 0 0 1%; }
      @media (max-width: 414px) {
        section dl.design dd ul.detail li {
          width: 100%;
          margin: 0 0 5%; } }
      section dl.design dd ul.detail li span {
        display: block;
        font-weight: bold;
        padding: 10px 0 0; }
        @media (max-width: 414px) {
          section dl.design dd ul.detail li span {
            font-size: 5vw; } }
section input[type="submit"], section input[type="button"] {
  display: inline-block;
  width: 150px;
  margin: 30px auto 0;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  background: #DDD; }

.thanks .txt {
  text-align: center;
  padding: 100px 0; }

body.input section dl {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 0; }
  body.input section dl dt {
    max-width: 800px;
    text-align: left;
    color: #FFF;
    background: #6e9bc5;
    padding: 10px;
    margin-bottom: 20px; }
  body.input section dl dd img {
    display: block;
    width: 400px;
    margin: 0 auto; }
  body.input section dl dd span {
    display: block;
    padding: 20px 0;
    font-size: 2rem; }
  body.input section dl dd table {
    width: 100%; }
    body.input section dl dd table tr td {
      padding: 10px 0;
      text-align: left; }
      @media (max-width: 414px) {
        body.input section dl dd table tr td {
          display: block; } }
      body.input section dl dd table tr td:first-child {
        width: 150px;
        font-weight: bold;
        vertical-align: top; }
        @media (max-width: 414px) {
          body.input section dl dd table tr td:first-child {
            width: 100%;
            padding: 0 0 5px;
            margin-bottom: 5px;
            border-bottom: #ddd solid 3px; } }
      body.input section dl dd table tr td + td {
        width: calc(100% - 150px); }
        @media (max-width: 414px) {
          body.input section dl dd table tr td + td {
            width: 100%;
            margin-bottom: 10px; } }
      body.input section dl dd table tr td select, body.input section dl dd table tr td textarea {
        width: 100%;
        padding: 5px 10px;
        border: 1px solid #DDD;
        border-radius: 5px; }
      body.input section dl dd table tr td select {
        width: 100%;
        max-width: 200px;
        padding: 5px 10px;
        border: 1px solid #DDD;
        border-radius: 5px; }
      body.input section dl dd table tr td + td textarea {
        margin: 10px 0; }
      body.input section dl dd table tr td + td ul.typeface {
        margin: 10px 0 0;
        display: flex;
        justify-content: flex-start; }
        @media (max-width: 414px) {
          body.input section dl dd table tr td + td ul.typeface {
            margin: 20px 0 0; } }
        body.input section dl dd table tr td + td ul.typeface li {
          width: 100%;
          max-width: 150px; }
          @media (max-width: 414px) {
            body.input section dl dd table tr td + td ul.typeface li {
              max-width: none; } }
          body.input section dl dd table tr td + td ul.typeface li img {
            margin: 0; }
          body.input section dl dd table tr td + td ul.typeface li:first-child {
            margin-right: 10px; }
            @media (max-width: 414px) {
              body.input section dl dd table tr td + td ul.typeface li:first-child {
                margin: 0 0 20px; } }
      body.input section dl dd table tr td.option span {
        display: block;
        background: #eee;
        padding: 10px;
        margin: 15px 0;
        font-size: 1.4rem; }
      @media (max-width: 414px) {
        body.input section dl dd table tr td.option {
          border: none; } }
    body.input section dl dd table tr:last-child td + td {
      margin: 0; }
  body.input section dl dd textarea {
    width: 100%;
    padding: 5px 10px;
    margin: 20px auto;
    border: 1px solid #DDD;
    border-radius: 5px;
    resize: vertical; }
  body.input section dl dd p.txt {
    text-align: left;
    padding: 20px 0 0;
    margin: 0;
    font-size: 1.4rem; }

.customerinput dl.table1, .customerinput dl.table2 {
  max-width: 800px;
  margin: 40px auto 0; }
  .customerinput dl.table1 dt, .customerinput dl.table2 dt {
    text-align: left;
    color: #FFF;
    background: #6e9bc5;
    padding: 10px;
    margin-bottom: 20px; }
  .customerinput dl.table1 dd, .customerinput dl.table2 dd {
    margin-bottom: 30px; }
    .customerinput dl.table1 dd table, .customerinput dl.table2 dd table {
      margin-bottom: 20px; }
.customerinput dl.table1 dd table {
  width: 100%; }
  .customerinput dl.table1 dd table tr td {
    text-align: left;
    padding: 5px 5px 5px 10px; }
    @media (max-width: 480px) {
      .customerinput dl.table1 dd table tr td {
        width: 100%;
        display: block; } }
    .customerinput dl.table1 dd table tr td:first-child {
      width: 200px; }
      @media (max-width: 480px) {
        .customerinput dl.table1 dd table tr td:first-child {
          width: 100%;
          display: block;
          background: #eee; } }
    .customerinput dl.table1 dd table tr td.feedback {
      width: calc(100% - 200px); }
    @media (max-width: 480px) {
      .customerinput dl.table1 dd table tr td + td {
        padding-top: 10px;
        margin-bottom: 15px; } }
.customerinput dl.table1 dd .price1 {
  width: 100%; }
  .customerinput dl.table1 dd .price1 tr td:first-child {
    padding: 10px;
    background: #6e9bc5;
    color: #FFF; }
.customerinput dl.table1 dd .addressee {
  padding: 0 0 20px;
  font-weight: bold; }
.customerinput dl.table1 dd .payment dd {
  width: 100%;
  padding: 5px 5px 5px 10px;
  text-align: left; }
.customerinput dl.table2 {
  width: 100%; }
  .customerinput dl.table2 dt {
    margin-bottom: 30px; }
  .customerinput dl.table2 dd {
    text-align: left; }
    .customerinput dl.table2 dd p {
      text-align: center;
      margin-bottom: 30px;
      line-height: 2; }
    .customerinput dl.table2 dd p.txt {
      text-align: left;
      padding: 0;
      margin: 0;
      font-size: 1.4rem; }
    .customerinput dl.table2 dd span.fb {
      font-weight: bold; }
    .customerinput dl.table2 dd table {
      width: 100%; }
      .customerinput dl.table2 dd table tr td {
        padding: 5px 5px 5px 10px; }
        .customerinput dl.table2 dd table tr td:first-child {
          width: 200px; }
          @media (max-width: 480px) {
            .customerinput dl.table2 dd table tr td:first-child {
              width: 100%;
              display: block;
              background: #eee; } }
        @media (max-width: 480px) {
          .customerinput dl.table2 dd table tr td + td {
            width: 100%;
            display: block;
            padding-top: 10px;
            margin-bottom: 15px; } }
        @media (max-width: 480px) {
          .customerinput dl.table2 dd table tr td + td span {
            width: 100%;
            display: block; } }
        .customerinput dl.table2 dd table tr td + td a {
          color: #6e9bc5; }
      .customerinput dl.table2 dd table tr:last-child td + td {
        margin: 0; }
    .customerinput dl.table2 dd .requestBox {
      width: 100%;
      margin: 20px 0 0; }
      .customerinput dl.table2 dd .requestBox tr td {
        padding: 5px 5px 5px 10px; }
        .customerinput dl.table2 dd .requestBox tr td:first-child {
          width: 200px; }
          @media (max-width: 480px) {
            .customerinput dl.table2 dd .requestBox tr td:first-child {
              width: 100%;
              display: block;
              background: #eee; } }
        .customerinput dl.table2 dd .requestBox tr td input {
          padding: 5px 10px;
          border: 1px solid #DDD;
          border-radius: 5px;
          font-size: 1.4rem; }
        .customerinput dl.table2 dd .requestBox tr td + td {
          width: calc(100% - 200px); }
          @media (max-width: 480px) {
            .customerinput dl.table2 dd .requestBox tr td + td {
              display: block;
              width: 100%;
              padding: 10px 0; }
              .customerinput dl.table2 dd .requestBox tr td + td input {
                width: 100%; } }
    .customerinput dl.table2 dd.times p {
      text-align: left;
      margin-bottom: 15px; }
      .customerinput dl.table2 dd.times p a {
        color: #6e9bc5;
        font-weight: bold;
        text-decoration: underline; }
    .customerinput dl.table2 dd.times ul {
      margin: 0; }
      .customerinput dl.table2 dd.times ul li select {
        padding: 5px 10px;
        border: 1px solid #DDD;
        border-radius: 5px; }
      .customerinput dl.table2 dd.times ul li :first-child {
        margin-right: 15px; }
      @media (max-width: 480px) {
        .customerinput dl.table2 dd.times ul li {
          margin-bottom: 10px; } }

.error section .errorLog {
  margin-top: 50px;
  text-align: center; }
