@charset "UTF-8";
body{
  letter-spacing: 1px;
}
figure img{
	display: block;
	margin: 0 auto;
}
caption{
	padding: 1em;
	background: #27626b;
	color: #fff;
	border: solid 3px white;
}
h3{
	font-size: 18px;
	padding-bottom: 1em;
	font-weight: bold;
}
h3 span{
	color: #27626b;
}
.btn{
	text-align: center;
	margin-bottom: 1em;
}
.note{
	font-size: 12px;
	padding-bottom: 2em;
}

/* 表 */
table{
  table-layout: fixed;
  width: 100%;
  margin: 2em 0 1em;
}
table th, table td {
  border: solid 1px white;
  padding: 1em;
  width: auto;
  height: 60px;
  font-size: 1.5rem;
}
table th{
  background-color: #d9eaed;
  width: 20%;
}
table th small{
  font-weight: normal;
}

table td{
  background-color: #dde1e1;
}
.table_head th{
  width: auto;
  background-color: #deebf7;
}
.table_head td{
  width: 20%;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .inner{
    width: 90%;
  }
  .title_area{
  	margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .contents{
    margin-bottom: 0;
  }
  table th, table td{
  	font-size: 12px;
  	padding: .5em;
  }
 }

