@charset "utf-8";
.sp{display:none;}
.history h1{
  margin-bottom: 60px;
}
.history p {
	margin:0 0 10px 0;
}
#history_table{
  margin: 100px 0 0;
}
#history_table h2{
  margin-bottom: 60px;
}

#history_table table {
  margin: 20px auto;
}
#history_table th {
  padding:20px;
  vertical-align: top;
  color: #444088;
  width:4em;
  text-align: right;
  font-family:'Vollkorn', serif;
  font-weight: normal;
  font-size:16px;
}
#history_table td {
　border: solid 1px #ccc;
  padding: 20px;
}
#history_table td strong{
  font-size: 1.2em;
  font-weight: normal;
  line-height: 2;
}
#history_table td span{
  padding-left: 10px;
  font-size: .7em;
}
.lv1 {
  border-top:2px solid #504E75;
  border-bottom:2px solid #504E75;
  background-color: #EEECF0;
}
#history_table .lv1 th{
  font-size: 1.5em;
}
.lv1_bt {
  border-bottom:2px solid #504E75;
  background-color: #EEECF0;
}
.lv2 {
  border-top:2px solid #504E75;
  border-bottom:2px solid #504E75;
}
.lv2 th,.lv2 td{
  padding: 20px;
}
@media screen and (max-width:767px) { 
.pc{display: none;}
.sp{display: initial;}
#wrapper{
  width:100%;
  margin: 20px auto;
}
.history h1{
  font-size: 1.5em;
  margin-bottom: 20px;
}
#history_table h2{
  font-size:1.5em;
  font-weight: bold;
  margin-bottom: 40px;
}
#history_table th,
#history_table td {
	padding-top: 5px;
	padding-bottom:5px;
	padding-left:4.3%;
	padding-right:4.3%;
    display: block;
    width: 100%;
    text-align: left;
  }
#history_table .lv1_bt td {
	padding-top: 18px;
	padding-bottom:18px;
	padding-left:4.3%;
	padding-right:4.3%;
}
.lv2 th,.lv2 td {
	padding-top: 10px;
	padding-bottom105px;
	padding-left:4.3%;
	padding-right:4.3%;
}
}