  /* パンくずリスト */
  .bread-sp{
    background-color: #f5f6f7;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  
/* お問い合わせ */
  .contact{
    width: 100%;
    margin: 0 auto;
  }

  .contact__container {
    width: 85%;
    padding-top: 20px;
    padding-bottom: 50px;
    margin: 0 auto;
  }

  .contact__top {
    background: url(../images/img-contact-top-sp.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .contact__privacy__top{
    font-size: 28px;
  }

  .contact__message{
    margin: 15px auto;
    line-height: 1.75;
  }

  .contact__essential,
  .essential_label {
    background: #c10811;
    color: #fafafa;
    font-size: 12px;
    padding: 0 10px;
    font-weight: normal;
  }

  .contact__essential{
    padding: 5px;
  }
  
  .essential_label{
    float: right;
    padding: 5px;
  }

  .contact__button {
    position: relative;
    width: 200px;
    display: block;
    color: #333;
    background-color: #fff;
    border: 1px solid #999;
    margin: 0 auto;
    margin-top: 40px;
    padding: 15px;
    text-decoration: none;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
  }

  .contact__submit_design{
  list-style: none;
  }

  .contact__submit{
    padding: 0;
  }

  .check-box label {
    width: 100%;
  }

  .contact__input {
    width: 100%;
    height: 30px;
  }

  .contact__text-area {
    width: 100%;
    height: 200px;
    padding: 10px;
  }

  .contact__table_list {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    width: 100%;
  }

  .table__th{
    text-align: left;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .table__td {
    font-size: 12px;
    width: 100%;
  }

  .contact__table {
    width: 100%;
    margin-bottom: 10px;
  }

  .contact__text {
    margin: 15px auto;
  }

  .inquiry_privacy {
    color: #000;
    border-bottom: 1px solid #000;
    transition: all .3s;
    text-decoration: none;
  }

  .inquiry_flex{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .inquiry_check{
    margin: 0;
    text-align: center;
  }

  .inquiry_text{
    cursor: pointer;
  }

  .message-privacy{
    margin-left: 20px;
  }

  /* お問い合わせの個人情報 */
  .contact__privacy__top{
    text-align: center;
  }

  .privacy-font{
    font-weight: bold;
  }

  .contact__privacy{
    width: 100%;
    margin: 0 auto;
  }

  .contact__privacy_container{
    width: 100%;
    background-color: #f5f6f7;
    padding: 30px 0;
  }

  .contact__privacy__title{
    text-align: center;
    padding: 20px;
  }

  .contact__privacy_inner{
    width: 85%;
    margin: 0 auto;
  }

  .contact__list_dt{
    margin-top: 30px;
  }
  
  .contact__list_dd{
    padding: 10px;
  }

  .contact__padding{
    padding: 0;
    padding-left:10px ;
  }
  
  .contact_privacy_table{
    border: 1px solid #CCC;
    margin: 20px 0;
    width: 100%;
  }
  
  .contact__table_thdesign1{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .contact__table_thdesign2{
    border-bottom: 1px solid #ccc;
  }

  .contact__table_thdesign3{
    border-right: 1px solid #ccc;
  }
  
  .contact__table_th,
  .contact__table_td{
    padding: 20px;
    text-align: left;
  }

@media screen and (min-width:600px) {
}
  
@media screen and (min-width:1200px){
  /* パンくずリスト */
  .bread-sp{
    background-color: #fff;
    overflow-x: hidden;
  }
  
  /* お問い合わせ */
  .contact{
    width: 1200px;
  }

  .contact__container {
    margin: auto;
    width: 1000px;
  }

  .contact__top {
    background: url(../images/img-contact-top-pc.webp);
    background-size: cover;
  }

  .contact__privacy__top{
    font-size: 70px;
  }
  
  .contact__message {
    text-align: center;
    line-height: 2;
  }

  .essential_label{
    margin: 0 20px;
  }
  
  .contact__table {
    width: 100%;
  }
  
  .contact__table_list {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  
  .table__th {
    font-size: 13px;
    font-weight: bold;
    width: 250px;
    text-align: left;
  }

  .table__td {
    font-size: 13px;
    width: calc(100% - 250px);
}
  
  .table-list-address {
    flex-wrap: wrap;
  }
  
  .table-list-address .contact__input {
    margin-bottom: 10px;
  }
  
  .contact__input {
    letter-spacing: 0.05em;
    padding: 0 10px;
    border: none;
    width: 550px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #c4c4c4;
  }
  
  .contact__input::placeholder {
    color: #bfbfbf;
    font-size: 12px;
    font-weight: bold;
  }
  
  .contact__text-area {
    border: none;
    width: 550px;
    height: 200px;
    border: 1px solid #c4c4c4;
    resize: vertical; /* 横方向のみサイズを固定する */
  }
  
  .contact__text-area::placeholder {
    color: #bfbfbf;
    font-size: 12px;
  }
  
  .contact__input[type="text"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .contact__text {
    text-align: center;
    margin-bottom: 50px;
  }

  
  .contact__text a:hover {
    border-bottom: 1px solid #777;
    padding-bottom: 5px;
    color: #777;
  }
  
  .contact__button:hover {
    color: #e5e5e5;
    background: #333;
    transition:  0.6s;
    cursor: pointer;
  }

  .contact__submit_design{
    list-style: none;
  }
	
  /* お問い合わせの個人情報 */

  .contact__privacy{
    width: 1200px;
  }

  .contact__privacy_container{
    width: 1000px;
    margin: 50px auto;
    padding: 50px;
  }

  .contact__privacy_inner{
    width: 960px;
    padding: 20px;
  }
  
  .contact__list_dd{
    line-height: 2rem;
    padding: 20px;
  }

  .contact__padding{
    padding: 0;
    padding-left:20px ;
  }
  
}

