@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: #B0F8FF;
	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: #0099FF;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
	  background: #B0F8FF;
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}
/* ↓TOPへもどる↓ */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #B0F8FF;
  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へもどる↑ */
 
/* ↓インデント↓ */
  p.indent-1 {
padding-left:0.65em;
text-indent:-0.65em;
}
 /* ↑インデント↑ */

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 500px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/*ポップアップここから*/
.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  font-size: 1.8rem;

}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: left;
	align-items: left;
	width: 250px;
	height: 20px;
	margin: 0px 0px;
	padding: 0px 0px;
	color: #fff;
	background: #fff;
	font-size: 1.4rem;
	font-weight: normal;
	color: #0066FF;
	cursor: pointer;
}
.open_btn:hover{
    background:#fff;
    color:#0066FF;
    transition: .3s ease;
}
/*ポップアップココまで*/
