@charset "UTF-8";
/* CSS Document */

.contentWrapper {
  margin: 8rem auto 1rem;
}
.contentWrapper.fix01 {
  margin-top: 1em;
}

.contentWrapper h3 {
  text-align: center;
  margin-bottom: 1em;
}

.table {
	font-size: 1.4rem;
	line-height: 1.5;
	display: table;
	width: 100%;
	border-bottom: solid 1px #fff;
	box-sizing: border-box;
}

.table-th {
	display: table-cell;
	width: 25%;
	padding: 1.5%;
	background: #68c3c5;
	color: #fff;
	vertical-align: middle;
	text-align: center;
}

.table-td {
	display: table-cell;
	width: 75%;
	padding: 1.5%;
	background: #fff;
	text-align: left;
	vertical-align: middle;
	border-bottom: solid 1px #68c3c5;
}

.contentNotice {
	font-size: 1.2rem;
	line-height: 1.5;
}

div.contentNotice {
	margin: 0;
  padding-top: 0;
}
div.contentNotice p.noticeTit {
  font-size: 1.2rem;
  opacity: 0.8;
}

div.contentNotice p.notice {
  font-size: 20px;
}

ul.contentNotice {
  margin-top: 0;
	margin-bottom: 6rem;
}

.bnrtWrapper {
  padding: 0 0 6em;
}
.bnrtWrapper .img01 {
  max-width: 270px;
  margin: 0 auto;
}





/* ipad */
@media all and (max-width: 768px) {	
  .contentWrapper {
    margin: 5rem auto 1rem;
  }
  
  .table {
    display: block;
    border-bottom: none;
  }

  .table-th {
    display: block;
    width: 96%;
  }

  .table-td{
    display: block;
    width: 96%;
    border-bottom: none;
  }
  ul.contentNotice {
    margin-top: 3rem;
  }
  div.contentNotice {
    margin: 2rem auto 0;
  }
  
  div.contentNotice p.notice {
    font-size: 15px;
    line-height: 2;
  }
  
  div.contentNotice p.noticeTit {
    font-size: 12px;
  }

  .bnrtWrapper {
      padding: 0 0 3em;
  }
  
  
  
}


/* sp */
@media all and (max-width: 414px) {

}
