@charset "UTF-8";
/* CSS Document */
.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-color: #646AB23d;
    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: 75%;
  max-width: 800px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  border-radius: 12px;
  box-shadow: 0 0 5px rgba(94, 94, 94, 0.7);
}
.popup_content p{
    padding:20px 20px 5px 20px;
    text-align: center;
}
.close_btn {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 30px;
    cursor: pointer;
    color: #24253C;
}
.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.open_btn {
    color: #24253C;
    border-radius: 0px;
    cursor: pointer;
    transition: .3s ease;
    border: 1px solid #24253C;
    padding: 3px 10px;
    font-weight: bold;
    clear: none;
    font-size: 14px;
	
}
.open_btn:hover{
    background:#24253C;
    color:#fff;
    transition: .3s ease;
}
.popup_table {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    color: #15173F;
    border-collapse: collapse;	
}
	.popup_table tr {
    border-bottom: 1px solid #15173F;
	
}
	.popup_table td {
    margin-right: 10px;    
	
}
.tokutei_tit {
    clear: left;
}
@media (max-width : 350px ){
.open_btn {
    color: #24253C;
    border-radius: 0px;
    cursor: pointer;
    transition: .3s ease;
    border: 1px solid #24253C;
    padding: 3px 10px;
    font-weight: bold;
    clear: none;
    font-size: 12px;
    margin-left: 65px;
    margin-right: 65px;
}
.open_btn {
    color: #24253C;
    border-radius: 0px;
    cursor: pointer;
    transition: .3s ease;
    border: 1px solid #24253C;
    padding: 3px 10px;
    font-weight: bold;
    clear: none;
    font-size: 12px;
	
}
.popup_table {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    color: #15173F;
    border-collapse: collapse;	
	}
.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  border-radius: 12px;
  box-shadow: 0 0 5px rgba(94, 94, 94, 0.7);
}
.popup_content p{
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    text-align: center;
}
.close_btn {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 60px;
    cursor: pointer;
    color: #24253C;
}
}
