/* _setting CSS */
/*
* index
*/
/* ------------------------------------------------------------------------- */
/*------------------######################################### 
----------------------------
----------------------------
min-width: 768px
----------------------------
--------------------#########################################*/
@media screen and (min-width: 768px) {
  #page_hd .ttl {
    padding-top: 65px;
    background: url(../images/contact/hd_ttl.png) center/100% no-repeat;
  }

  .top_text01 {
    margin-bottom: 35px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
  }
  .top_text01 .c1 {
    color: #e75027;
  }
  .top_text01 a {
    display: block;
    font-size: 2.7rem;
    color: #e75027;
  }
  .top_text01.cpl {
    margin-bottom: 10pc;
  }

  table {
    margin: 20px auto 65px;
  }
  table tr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px dotted #ededed;
  }
  table th {
    display: flex;
    align-items: flex-start;
    width: 240px;
    text-align: left;
  }
  table th p {
    width: 180px;
    font-weight: bold;
  }
  table td {
    padding: 0 0 0 20px;
    width: 580px;
    font-size: 1.4rem;
  }
  table td input[type="text"], table td input[type="tel"], table td input[type="email"] {
    display: block;
    margin-bottom: 15px;
    padding: 5px 8px;
    border: 1px solid #e1e1e1;
  }
  table td input[type="text"].input_s, table td input[type="tel"].input_s, table td input[type="email"].input_s {
    display: inline-block;
    width: 160px;
  }
  table td input[type="text"].input_m, table td input[type="tel"].input_m, table td input[type="email"].input_m {
    width: 355px;
  }
  table td input[type="text"].input_l, table td input[type="tel"].input_l, table td input[type="email"].input_l {
    width: 495px;
  }
  table td input[type="text"]:last-child, table td input[type="tel"]:last-child, table td input[type="email"]:last-child {
    margin-bottom: 0;
  }
  table td label {
    display: inline-block;
    margin: 0 15px 15px 0;
  }
  table td input[type="checkbox"] {
    margin-right: 5px;
  }
  table td select {
    display: block;
    margin-bottom: 15px;
    padding: 5px 8px;
    border: 1px solid #e1e1e1;
  }
  table td a {
    text-decoration: underline;
    font-size: 1.4rem;
  }
  table td p {
    padding-bottom: 15px;
  }
  table td .change_item {
    display: none;
  }
  table .require {
    background: #ff9501;
    display: inline-block;
    margin: 0 0 0 auto;
    padding: 3px 10px;
    border-radius: 30px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
  }

  .text01 {
    text-align: center;
  }

  .btn_block {
    margin-top: 45px;
  }
  .btn_block .submit_btn {
    position: relative;
    width: 475px;
    margin: 0 auto;
  }
  .btn_block .submit_btn input[type="submit"] {
    display: block;
    width: 100%;
    border: none;
    padding: 20px 120px;
    border-radius: 50px;
    background: #e75027;
    font-size: 1.8rem;
    color: #fff;
    cursor: pointer;
  }
  .btn_block .submit_btn:before {
    content: "";
    position: absolute;
    top: 25px;
    left: 90px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url(../images/common/arrow05.png) center/100% no-repeat;
  }
  .btn_block .submit_btn:hover {
    opacity: .7;
  }

  .back_btn {
    position: relative;
    margin: 15px auto 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 285px;
    border-radius: 50px;
    background: #f5f5f5;
    font-size: 1.4rem;
  }
  .back_btn .btn_contact2 {
    display: block;
    width: 100%;
    padding: 15px 90px;
    background: none;
    font-weight: bold;
    border: none;
    cursor: pointer;
  }
  .back_btn:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 90px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url(../images/common/arrow06.png) center/100% no-repeat;
  }
  .back_btn:hover {
    opacity: .7;
  }

  .text_block {
    width: 820px;
    margin: 60px auto 0;
    padding: 30px 45px;
    border: 1px solid #e1e1e1;
  }
  .text_block ul li {
    margin: 3px;
  }
  .text_block ul li a {
    text-decoration: underline;
  }
}
/*------------------######################################### 
----------------------------
----------------------------
max-width: 767px
----------------------------
--------------------#########################################*/
@media screen and (max-width: 767px) {
  #page_hd .ttl {
    padding-top: 12vw;
    background: url(../images/contact/sp_hd_ttl.png) center/100% no-repeat;
  }

  .top_text01 {
    margin-bottom: 5vw;
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
  }
  .top_text01 .c1 {
    color: #e75027;
  }
  .top_text01 a {
    display: block;
    font-size: 2.7rem;
    color: #e75027;
  }
  .top_text01 span {
    font-size: 1.5rem;
  }

  table {
    width: 100%;
    margin: 2vw auto 12vw;
  }
  table tr {
    display: block;
    margin-top: 7vw;
    border-bottom: 1px dotted #ededed;
  }
  table th {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    align-items: center;
    font-size: 1.4rem;
  }
  table td {
    display: block;
    padding: 3vw 0 5vw;
    font-size: 1.3rem;
  }
  table td input, table td textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-width: 100%;
  }
  table td select {
    border: none;
    outline: none;
  }
  table td input[type="text"], table td input[type="tel"], table td input[type="email"] {
    -webkit-box-sizing: content-box;
    display: block;
    width: 80vw;
    margin-bottom: 3vw;
    padding: 2vw 3vw;
    border: 1px solid #e1e1e1;
  }
  table td input[type="text"].input_s, table td input[type="tel"].input_s, table td input[type="email"].input_s {
    display: inline-block;
    width: 45vw;
  }
  table td label {
    display: inline-block;
    margin: 0 4vw 3vw 0;
    min-width: 44%;
    max-width: 100%;
  }
  table td input[type="checkbox"] {
    margin-right: 1vw;
  }
  table td input[type="radio"] {
    margin-right: 1vw;
  }
  table td select {
    display: block;
    width: 100%;
    margin-bottom: 3vw;
    padding: 2vw 3vw;
    border: 1px solid #e1e1e1;
  }
  table td a {
    margin-left: 3vw;
    text-decoration: underline;
    font-size: 1.4rem;
  }
  table td p {
    padding-bottom: 3vw;
  }
  table .require {
    background: #ff9501;
    display: block;
    margin: 0 0 0 3vw;
    padding: 1.5vw 3vw;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    width: 13vw;
    text-align: center;
  }
  table.confirm_table tr {
    margin-top: 4vw;
  }
  table.confirm_table td {
    padding: 3vw 0 2vw;
  }

  .text01 {
    text-align: center;
  }

  .btn_block {
    margin-top: 5vw;
  }
  .btn_block .submit_btn {
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 73vw;
    padding: 2vw 6vw;
    border-radius: 50px;
    background: #e75027;
    font-size: 1.4rem;
  }
  .btn_block .submit_btn input[type="submit"] {
    -webkit-box-sizing: content-box;
    background: none;
    font-weight: bold;
    color: #fff;
    border: none;
    cursor: pointer;
  }
  .btn_block .submit_btn input[type="submit"]::-webkit-search-decoration {
    display: none;
  }
  .btn_block .submit_btn input[type="submit"]::focus {
    outline-offset: -2px;
  }
  .btn_block .submit_btn:before {
    content: "";
    display: inline-block;
    width: 3vw;
    height: 3vw;
    margin-right: 5vw;
    background: url(../images/common/arrow05.png) center/100% no-repeat;
  }
  .btn_block a {
    display: flex;
    width: 73vw;
    margin: 0 auto;
  }

  .back_btn {
    position: relative;
    margin: 4vw auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43vw;
    padding: 2vw 6vw;
    border-radius: 50px;
    background: #f5f5f5;
    font-size: 1.4rem;
  }
  .back_btn:before {
    content: "";
    display: inline-block;
    width: 3vw;
    height: 3vw;
    margin-right: 5vw;
    background: url(../images/common/arrow06.png) center/100% no-repeat;
  }
  .back_btn .btn_contact2 {
    display: block;
    background: none;
    font-weight: bold;
    border: none;
    cursor: pointer;
  }

  .text_block {
    margin: 8vw auto 0;
    padding: 6vw 4vw;
    border: 1px solid #e1e1e1;
  }
  .text_block ul li {
    margin: 2vw 0;
    font-size: 1.3rem;
  }
  .text_block ul li a {
    text-decoration: underline;
  }
}
