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

/*# sourceMappingURL=maps/style.css.map */
.tbl-r05 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto 20px;
  color: #000;
}
.tbl-r05 th {
  background: #fff;
  border: solid 1px #ccc;
  color: #333;
  padding: 10px;
}
.tbl-r05 td {
  border: solid 1px #ccc;
  padding: 10px;
}
.tbl-r05 td:first-child {
  background: #0070C0;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .tbl-r05 {
    width: 100%;
    margin: auto;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-r05 td:first-child {
    background: #0070C0;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}

.team-person ol{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
}
.team-person ol ol{
  padding-left: 1em;
}
.team-person ol li{
  font-size: 1.1em;
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-bottom: 15px;
}
.team-person ol li span{
  font-size: 1.3em;
  color:#333;
  font-weight: bold;
}
.team-person ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  /* 以下は自由に装飾... */
  padding-right: .5em;
  font-weight: bold;
  color: #b40000;
}

.price{
  border-collapse: separate;
  border-spacing: 0px 5px;
  margin: 20px auto ;
	width: 100%;
  height: auto;
}

.price th{
  color: #777;
  padding: 5px 5px 5px 10px;
	text-align: left;
	font-size: 0.9em;
	width: 75%;
	border-bottom: dashed 1px #999;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
.price td{
  font-family: 'Heebo',sans-serif;
  font-weight: normal;
	color: #FF9E00;
	padding: 5px 10px 5px 5px;
	font-size: 1.0em;
	text-align: right;
	border-bottom: dashed 1px #999;
}

.price02{
  border-collapse: separate;
  border-spacing: 0px 5px;
  margin: 20px auto ;
	width: 100%;
  height: auto;
}

.price02 th{
  color: #777;
  padding: 5px 5px 5px 10px;
	text-align: left;
	font-size: 0.9em;
	width: auto;
	border-bottom: dashed 1px #999;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
.price02 td{
  font-family: 'Heebo',sans-serif;
  font-weight: normal;
	color: #FF9E00;
	padding: 5px 10px 5px 5px;
	font-size: 1.0em;
	text-align: right;
	border-bottom: dashed 1px #999;
}

.type07 {
  width: 100%;
}
.type07 th, td {
  border-collapse: collapse;
  line-height: 1.5;
  width: auto;
  color: #666;
}

table.type07 {
  display: block;
  margin: auto;
  width: 100%;
  float: right;
}

table.type07 th {
  padding: 10px 5px 10px 5px;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px dotted #ccc;
  width: 20%;
}
table.type07 td {
  padding: 10px 5px 10px 5px;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px dotted #ccc;
 }

@media (max-width: 767px) {
  table.type07 td {
    width: 30%;
    padding: 10px;
 }
  table.type07 th {
  padding: 10px;
}
}

.type06 {
  width: 100%;
}
.type06 th, td {
  border-collapse: collapse;
  line-height: 1.5;
  width: auto;
}

table.type06 {
  display: block;
  margin: 20px auto;
}

table.type06 th {
  padding: 20px 5px 20px 15px;
  vertical-align: top;
  text-align: left;
  width: 30%;
  border-bottom: 1px solid #ccc;
}
table.type06 td {
  padding: 20px 5px 20px 5px;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #ccc;
 }

@media (max-width: 767px) {
  table.type06 td {
    width: 30%;
    padding: 10px;
 }
  table.type06 th {
  padding: 10px;
}
}


table.type05 {
  width: 100%;
  margin: auto;
  padding: 0;
  border: none;
}

table.type05 th {
  width: 25%;
  padding: 5px;
  font-weight: normal;
  vertical-align: top;
  text-align: right;
  border: none;
}
table.type05 td {
  width: 70%;
  padding: 5px;
  vertical-align: top;
  text-align: left;
  border: none;
 }

@media (max-width: 767px) {
  table.type05 td {
    width: 70%;
    padding: 5px;
 }
  table.type05 th {
  padding: 10px;
}
}



table.type04 {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

table.type04 th {
  width: 30%;
  padding: 5px 15px;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
table.type04 td {
  width: 70%;
  padding: 5px 15px;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #ccc;
 }

@media (max-width: 767px) {
table.type04 td {
    width: 70%;
    padding: 5px;
 }
table.type04 th {
  padding: 10px;
}
}

ul.cp_list {
	position: relative;
	padding: 0.5em;
	list-style-type: none;
}
ul.cp_list li {
	padding: 0.8em 0 0.8em 1.4em;
	line-height: 1.5;
	border-bottom: 1px dashed #999;
}
ul.cp_list li::before {
	position: absolute;
	content: "\002713";
	color: #333;
	font-weight: normal;
	left : 0.5em;
}
ul.cp_list {
  position: relative;
  padding: 0.5em;
  list-style-type: none;
}
ul.cp_list li:last-of-type {
border-bottom: 1px dashed #999;
}



ul.cp_list2 {
	position: relative;
	padding: 0.5em;
	list-style-type: none;
}
ul.cp_list2 li {
	padding: 1em 0 1em 0;
	line-height: 1.5;
	border-bottom: 1px dashed #999;
	text-align: left;
}
ul.cp_list2 {
  position: relative;
  padding: 0.5em;
  list-style-type: none;
}
ul.cp_list2 li:last-of-type {
border-bottom: 1px dashed #999;
}



ul.cp_list3 {
	position: relative;
	padding: 0.5em;
	list-style-type: none;
}
ul.cp_list3 li {
	padding: 0.8em 0 0.8em 2em;
	line-height: 1.5;
	border-bottom: 1px dashed #999;
}
ul.cp_list3 {
  position: relative;
  padding: 0.5em;
  list-style-type: none;
}
ul.cp_list3 li:last-of-type {
border-bottom: 1px dashed #999;
}



.timetable{
  font-family: 'Oswald', sans-serif;
	font-size: 10px;
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
	background-color: #fff;
	color: #333;z-index: 999;
}

.timetable #headitem{
  width:17%;
}

.timetable th:first-child{
  border-radius: 0 0 0 0;
}

.timetable th:last-child{
  border-right: 1px solid #3c6690;
}

.timetable th{
  text-align: center;
  color:white;
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  width: auto;
  padding: 5px 0;
  background-color: #4D4398;
}

.timetable td{
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  width: 10%;
  padding: 5px 0;
}

.timetable td:last-child{
  border-right: 1px solid #a8b7c5;
}

.timetable tr:last-child td:first-child {
  border-radius: 0 0 0 0;
}

.timetable tr:last-child td:last-child {
  border-radius: 0 0 0 0;
}