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


/* ↓縦に積むテーブル↓ */

table {
  margin: 0px auto;
}
.tbl-r02 th {
}
.tbl-r02 td {
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
  }
}
 /* ↑縦に積むテーブル↑ */
 
 
 /* ↓縦に積むテーブル2↓ */

table {
  margin: 0px auto;
}
.tbl-r03 th {
}
.tbl-r03 td {
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    width: 100%;
  }
  .tbl-r03 {
    width: 100%;
  }
  .tbl-r03 th,
  .tbl-r03 td {
　　border-bottom: none;
    display: block;
  }
}
 /* ↑縦に積むテーブル2↑ */


 table.table_C{
}
table.table_C tr th{
}
table.table_C tr th.t_head{
    width: 100px;
}
table.table_C tr td{
}

.resizeimage img { width: 100%; }

@media screen and (min-width: 640px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 640px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}



.tbl-r05 td:first-child {
	background: #C1DB20;
	color: ;
}
@media screen and (max-width: 640px) {
  .tbl-r05 {
    width: 80%;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    text-align: center;
    width: 100%;
  }
  .tbl-r05 td:first-child {
    background: #90C832;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
	  background: #C1DB20;
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}
/* ↓TOPへもどる↓ */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #C1DB20;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
 /* ↑TOPへもどる↑ */