@charset "utf-8";

.pc_only{
  display: block; 
  margin-right: auto;
  margin-left: auto;
}
.sp_only{
  display: none;
}
/*------------------------------------------------------------
トップページ
------------------------------------------------------------*/
header h1{
  width: 950px;
  height: 450px;
  margin: 0 auto;
}
#greeting .message {
  width: 500px;
  padding: 28px 225px 0;
  color: #7f7f7f;
  background: url(../img/index/img02.png) no-repeat right top;
}

#greeting .message h2,
#greeting .message .txt {
  text-align: center;
  margin: 10px 0;
}

#greeting {
  background: url(../img/index/img03.png) no-repeat left bottom;
  margin-bottom: 60px;
}

#greeting .limit {
  text-align: center;
  margin: 0px;
}
.wifi_text{
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  color: #b40351;
}

#case .case_col {
  margin: 40px 0;
  overflow: hidden;
}

.case_col img{
  width: 100%;
}

#case .case_col li {
  margin: 0px 29px 0px 0px;
  float: left;
  width: 297px;
}

#case .case_col li h3 {
  margin-bottom: 14px
}

#case .case_col li .shop_detail {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 2px solid #e9b8cb;
}

.ttl_box {
  background: #fbcde1;
  text-align: center;
  margin-bottom: 40px;
}

#applicants .list01,
#applicants ul.attention {
  margin: 24px;
}

#applicants table ul.attention {
  margin: 0px;
}

#applicants .list01 li {
  background: url(../img/index/icon01.gif) no-repeat left 3px;
  padding: 0px 0px 0px 24px;
  font-size: 17px;
}

#applicants .attention {
  font-size: 14px;
}

#applicants .table01 tr, #applicants .table02 tr {
  border-bottom: 1px solid #e8e4e3;
}

#applicants .table01, #applicants .table02 {
  margin: 30px 0px;
  width: 950px;
}

.img_size img {
  max-width: 40px;
}

#applicants .table01 tr td, #applicants .table02 tr td {
  font-size: 18px;
  padding: 16px 22px;
}

#applicants span.fr01 {
  position: absolute;
  right: 20px;
  top: -20px;
}


#applicants .ttl02 {
  position: relative;
  text-align: center;
}
#applicants .ttl02 img{
 margin: 0 auto;
}

#applicants .target {
  background: #f6e9ea url(../img/index/img09.jpg) no-repeat 700px 30px;
  padding: 20px;
  margin: 30px 0;
}

#applicants .contact_box {
  background: #b40052;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 60px;
}

#applicants .contact_box dt {
  float: left;
}

#applicants .contact_box dd {
  font-size: 16px;
  color: #FFF;
  padding: 5px 0px 0px 420px;
  line-height: 1.4;
}

#applicants .contact_box dd .tel {
  font-size: 26px;
}

#applicants .contact_box dd .tel a {
  color: #FFF;
}

#support table tr th,
#support table tr td {
  padding: 20px 26px;
  border: 1px solid #d4d3d2;
  background: #f2f2f2;
  text-align: center;
  
}

#support table tr td {
  width: 43%;
  font-size: 16px;
}

#support table tr td .attention {
  color: #9e9e9e;
  font-size: 12px;
  margin-left: 1em;
  text-indent: -1em;
}

#support table tr td:nth-child(2n) {
  background: #FFF;
  font-size: 16px;
}

#support table tr td ul.attention {
  margin-top: 20px;
}

#support table tr td .attention li {
  text-align: left;
  font-size: 14px;
}

#support table .must td {
  text-align: left;
  vertical-align: top;
}

#support table .must td .grant {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dotted #898989;
  font-size: 15px;
}

#support table .must td .element {
  width: 100%;
}

#support table .must td .element dt {
  color: #FFF;
  background: #b40052;
  text-align: center;
  padding: 5px;
}

#support table .must td .element dd ul li {
  padding: 14px 10px 14px 26px;
  border-bottom: 1px solid #fcdfec;
  text-indent: -1.5em;
  font-size: 15px;
}

#support table .must td .element dd ul li:last-child {
  border: none;
}

#support table .must td .element dd {
  background: #FFF;
}

#support table .must td:nth-child(2n) .element dd {
  background: #f2f2f2;
}

#support table .must td:nth-child(2n) .element dd li {
  padding: 8px 8px 8px 26px;
}