@media only screen and (max-width: 1200px) {
  *{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    /*user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;*/
  }
  body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
  }
  .conts_wrap {
    margin: 0 auto 20px;
    width: 100%;
    padding: 0 2%;
  }
  header h1{
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  
  header h1 img{
    width: 100%;
    max-width: 950px;
  }
  
  #greeting {
    background: url(../img/index/img03.png) no-repeat left 10px top 260px;
    background-size: 20%;
    margin-bottom: 40px;
  }
  #greeting .limit img{
    margin: 0 auto;
  }
  .wifi_text{
    font-size: 1.5rem;
  }
  
  #greeting .message {
    width: 100%;
    padding: 20px 5% 0;
    background: url(../img/index/img02.png) no-repeat right top -10px;
    background-size: 22%;
  }
  #case .case_col li {
    margin: 0px 0px 40px 0px;
    padding: 0 20px;
    float: left;
    width: 34%;
  }
  #case .case_col li img{
    width: 100%;
    max-width: 297px;
  }
  #case .case_col li:nth-child(3n) {
    margin: 0px 0px 40px 0px;
    float: left;
    width: 31%;
  }
  
  #applicants span.fr01 {
    display: none;
  }
  
  #applicants .list01, #applicants ul.attention {
    margin: 24px 0;
  }
  #applicants .list01 li {
    background: url(../img/index/icon01.gif) no-repeat left 5px;
    background-size: 1%;
    padding: 0px 0px 0px 14px;
    font-size: 14px;
    text-align: left;
  }
  .attention li{
    text-align: left;
  }
  
  #applicants .table01 {
    margin: 30px 0px;
    width: 100%;
  }
  #applicants .attention {
    font-size: 11px;
    text-align: left;
  }
  
  #applicants .contact_box dt {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  
  #applicants .contact_box dd {
    font-size: 14px;
    color: #FFF;
    padding: 5px 10px 0px 10px;
    text-align: center;
  }
  
  .message p{
    padding: 0 20%;
  }
}

@media only screen and (max-width: 739px) {
  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }
  img{
    max-width: 100%;
    vertical-align: middle;
  }

  header {
    margin-bottom: 35px;
  }
  header h1{
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .conts_wrap {
    margin: 0 auto 20px;
    width: 100%;
    padding: 0 2%;
  }
  #greeting .message {
    width: 100%;
    padding: 20px 5% 0;
    background: url(../img/index/img02.png) no-repeat right top 10px;
    background-size: 22%;
  }
  
  #case .case_col li {
    margin: 0px 0px 40px 0px;
    float: none;
    width: 100%;
  }
  #case .case_col li:nth-child(3n) {
    margin: 0px 0px 40px 0px;
    float: none;
    width: 100%;
  }
  .conts_wrap p, .conts_wrap ul {
    margin: 0 0 1em;
    text-align: center;
  }

  .conts_wrap ul li div.comment p, .conts_wrap ul li div.shop_detail p{
    text-align: left;
  }
  .ttl_box h2{
    text-align: center;
  }

 .list01 li {
    background: url(../img/index/icon01.gif) no-repeat left 7px;
    background-size: 2%;
    padding: 0px 0px 0px 14px;
  }
  
  
  #applicants .table01 tr {
    border-bottom: 1px solid #e8e4e3;
  }
  
  #applicants .table01 tr td{
    font-size: 14px;
    padding: 0px 10px 16px 10px;
    width: 100%;
    display: block;
  }
  #applicants .table01 tr td:first-child{
    font-weight: bold;
    padding: 16px 10px 16px 0px;
  }
  #applicants .table02{
    width: 100%;
  }
  #applicants .table02 tr td:first-child{
    padding: 16px 10px 16px 10px;
    width: 10%;
    vertical-align: top;
  }
  #applicants .table02 tr td img{
    width: 40px;
    max-width: 40px;
  }

  #applicants .table02 tr td img.simekiri{
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .ttl02 {
    color: #b40052;
    font-weight: bold;
  }
  
  .ct {
    text-align: left !important;
    font-size: 14px;
  }
  .fr, .alignright {
    float: none;
  }
  #applicants .target {
    background: #f6e9ea;
    padding: 5px 20px;
    margin: 30px 0;
  }
  
  
  #support table tr th {
    padding: 10px 10px;
    width: 15%;
    font-size:14px;
  }
  #support table tr td {
    width: 75%;
    padding: 10px 10px;
    font-size:14px;
  }
  #support table .must td:nth-child(2n) .element dd li {
    padding: 8px 8px 8px 26px;
    text-align: left;
  }
  
  
  #support table.support02 .must td:nth-child(2n) .element dd li {
    padding: 8px 8px 8px 26px;
    text-align: left;
    background: #fff;
  }
  
  
  #support table.support02{
    margin-top: 40px;
  }
  #support table.support02 tr th {
    padding: 10px 10px;
    width: 15%;
    font-size:14px;
    background: #fff;
  }
  #support table.support02 tr td {
    width:75%;
    padding: 10px 10px;
    font-size:14px;
    background: #f2f2f2;
  }
  #support table.support02 .must td:nth-child(2n) .element dd li {
    padding: 8px 8px 8px 26px;
    text-align: left;
  }
  
  .message p{
    padding: 0;
  }
}