/* _setting CSS */
/* min-width:751px | 751px ~
------------------------------------------------------------------------- */
@media all and (min-width: 751px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  #contents #page_hd1 {
    margin-bottom: 50px;
  }
  #contents #page_hd1 h1 {
    color: #452e0b;
  }
  #contents #form {
    width: 900px;
    margin: 0 auto;
    letter-spacing: 0.08em;
  }
  #contents #form .text1 {
    line-height: 2;
    margin: 0 0 20px;
    font-size: 1.5rem;
    text-align: center;
  }
  #contents #form .text2 {
    width: 590px;
    line-height: 1.2;
    margin: 0 auto 55px;
    padding: 30px 0;
    border: 1px solid #dad7c9;
    font-size: 1.5rem;
    text-align: center;
  }
  #contents #form .text2 a {
    display: inline-flex;
    align-items: center;
    padding: 10px 10px 3px;
    font-size: 3.4rem;
  }
  #contents #form .text2 a img {
    position: relative;
    top: 1px;
    margin: 0 10px 0 0;
  }
  #contents #form .text2 span {
    font-size: 1.2rem;
  }
  #contents #form ._form1 {
    padding: 15px 0 0;
    border-top: 1px solid #715216;
  }
  #contents #form ._form1 table {
    width: 100%;
    margin: 0 0 45px;
  }
  #contents #form ._form1 table tr th,
  #contents #form ._form1 table tr td {
    line-height: 42px;
    padding: 20px 15px;
    border-bottom: 1px dotted #715216;
    font-size: 1.5rem;
  }
  #contents #form ._form1 table tr:last-child th,
  #contents #form ._form1 table tr:last-child td {
    padding-bottom: 40px;
    border-bottom: 1px solid #715216;
  }
  #contents #form ._form1 table tr td {
    padding-right: 67px;
    padding-left: 40px;
  }
  #contents #form ._form1 table tr td p {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
  }
  #contents #form ._form1 table tr td p:last-child {
    margin: 0;
  }
  #contents #form ._form1 table tr td .btn_zip {
    padding: 10px 20px;
    background: #dcd9cc;
    transition: 0.3s;
    color: #452e0b;
    font-size: 1.3rem;
  }
  #contents #form ._form1 table tr td .btn_zip:hover {
    background: #565041;
    color: #e8e5d6;
  }
  #contents #form ._form1 table tr th {
    position: relative;
    width: 240px;
  }
  #contents #form ._form1 table tr th span {
    position: absolute;
    top: 30px;
    right: 0;
    line-height: 1.6;
    padding: 2px 5px 4px;
    background: #650a15;
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
  }
  #contents #form ._form1 table input[type=text],
  #contents #form ._form1 table input[type=number],
  #contents #form ._form1 table input[type=password],
  #contents #form ._form1 table input[type=tel],
  #contents #form ._form1 table textarea {
    display: block;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #715216;
    background: none;
    outline: none;
    font-size: 1.4rem;
    font-family: inherit;
    text-align: left;
  }
  #contents #form ._form1 table input[type=text].zip,
  #contents #form ._form1 table input[type=number].zip,
  #contents #form ._form1 table input[type=password].zip,
  #contents #form ._form1 table input[type=tel].zip,
  #contents #form ._form1 table textarea.zip {
    width: 80px;
    margin: 0 10px;
  }
  #contents #form ._form1 table textarea {
    height: 300px;
    padding: 15px 20px;
  }
  #contents #form ._form1 .agree {
    margin: 0 0 40px;
    font-size: 1.4rem;
    text-align: center;
  }
  #contents #form ._form1 .agree a {
    color: #a74d3e;
    border-bottom: 1px solid #a74d3e;
  }
  #contents #form ._form1 .form_btn_wrap {
    display: flex;
    justify-content: center;
    margin: 0 0 40px;
  }
  #contents #form ._form1 .form_btn_wrap p {
    margin: 0 20px;
    background: #fff;
  }
  #contents #form ._form1 .form_btn_wrap p a {
    width: 300px;
    padding: 16px;
    transition: 0.3s;
    font-size: 1.6rem;
    text-align: center;
  }
  #contents #form ._form1 .form_btn_wrap p a:hover {
    opacity: 0.9;
  }
  #contents #form ._form1 .notice {
    font-size: 1.3rem;
    text-align: center;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}
/* ////.min-width:751px | 751px ~
---------------------------------------------------------------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media all and (max-width: 750px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  #contents #page_hd1 h1 {
    color: #452e0b;
  }
  #contents #form {
    padding: 0 5.33333vw;
    letter-spacing: 0.08em;
  }
  #contents #form .text1 {
    line-height: 2;
    margin: 0 0 4vw;
    font-size: 1.2rem;
  }
  #contents #form .text2 {
    line-height: 1.2;
    margin: 0 auto 10vw;
    padding: 4vw 0;
    border: 1px solid #383a3e;
    font-size: 1.2rem;
    text-align: center;
  }
  #contents #form .text2 a {
    display: inline-flex;
    align-items: center;
    padding: 3.33333vw 3.33333vw 2vw;
    font-size: 2rem;
  }
  #contents #form .text2 a img {
    position: relative;
    top: 1px;
    width: 4vw;
    margin: 0 2.66667vw 0 0;
  }
  #contents #form ._form1 .form_table {
    position: relative;
    margin: 0 0 6.66667vw;
    padding: 2.66667vw 0 1.33333vw;
  }
  #contents #form ._form1 .form_table:before, #contents #form ._form1 .form_table:after {
    content: '';
    position: absolute;
    top: 0;
    left: -20%;
    width: 150%;
    height: 1px;
    background: #dbd8c9;
  }
  #contents #form ._form1 .form_table:after {
    top: 100%;
  }
  #contents #form ._form1 table {
    width: 100%;
  }
  #contents #form ._form1 table tr {
    display: block;
  }
  #contents #form ._form1 table tr th,
  #contents #form ._form1 table tr td {
    display: block;
    padding: 4vw 0 2.66667vw;
    font-size: 1.5rem;
  }
  #contents #form ._form1 table tr:last-child th,
  #contents #form ._form1 table tr:last-child td {
    border: none;
  }
  #contents #form ._form1 table tr td {
    padding: 0 0 4.66667vw;
    border-bottom: 1px dotted #383a3e;
  }
  #contents #form ._form1 table tr td p {
    display: flex;
    align-items: center;
    margin: 0 0 2.66667vw;
  }
  #contents #form ._form1 table tr td p:last-child {
    margin: 0;
  }
  #contents #form ._form1 table tr td .btn_zip {
    padding: 2.66667vw;
    background: #dcd9cc;
    transition: 0.3s;
    color: #452e0b;
    font-size: 1.3rem;
  }
  #contents #form ._form1 table tr th span {
    display: inline-block;
    line-height: 1.6;
    margin: 0 0 0 2.66667vw;
    padding: 0.53333vw 2.66667vw;
    background: #a74d3e;
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
    letter-spacing: 0.2em;
  }
  #contents #form ._form1 table input[type=text],
  #contents #form ._form1 table input[type=number],
  #contents #form ._form1 table input[type=password],
  #contents #form ._form1 table input[type=tel],
  #contents #form ._form1 table textarea {
    display: block;
    width: 100%;
    padding: 2.66667vw 2.66667vw;
    border: 1px solid #383a3e;
    background: none;
    outline: none;
    font-size: 1.2rem;
    font-family: inherit;
    text-align: left;
  }
  #contents #form ._form1 table input[type=text].zip,
  #contents #form ._form1 table input[type=number].zip,
  #contents #form ._form1 table input[type=password].zip,
  #contents #form ._form1 table input[type=tel].zip,
  #contents #form ._form1 table textarea.zip {
    width: 16vw;
    margin: 0 2.66667vw;
  }
  #contents #form ._form1 table textarea {
    height: 40vw;
  }
  #contents #form ._form1 .agree {
    margin: 0 0 6.4vw;
    font-size: 1.1rem;
    text-align: center;
  }
  #contents #form ._form1 .agree a {
    color: #a74d3e;
    border-bottom: 1px solid #a74d3e;
  }
  #contents #form ._form1 .form_btn_wrap {
    display: flex;
    justify-content: center;
    margin: 0 0 6.66667vw;
  }
  #contents #form ._form1 .form_btn_wrap p {
    margin: 0 1.33333vw;
    background: #fff;
  }
  #contents #form ._form1 .form_btn_wrap p a {
    width: 73.33333vw;
    padding: 4vw;
    transition: 0.3s;
    font-size: 1.4rem;
    text-align: center;
  }
  #contents #form ._form1 .form_btn_wrap p a:hover {
    opacity: 0.9;
  }
  #contents #form ._form1 .notice {
    font-size: 1rem;
    text-align: center;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}
