<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#popup {
 max-width: 1100px;
 margin: 0 auto;
 padding: 30px 20px 0 20px;
}
.title01 {
 margin: 35px 0;
}
table {
 border-top: 1px solid #747474;
 border-right: 1px solid #747474;
 width: 100%;
}
table td,
table th {
 border-left: 1px solid #747474;
 border-bottom: 1px solid #747474;
 padding: 10px 30px;
}
table th {
 background-color: #ccbeab;
 font-weight: normal;
 text-align: left;
 width: 18%;
}
p.close {
 text-align: center;
 margin: 50px 0;
}


@media screen and (max-width: 700px) {
	#popup {
  max-width: inherit;
  padding: 10px 10px 0 10px;
 }
 p.logo_pop img {
  width: 40%;
 }
 .title01 {
  margin: 20px 0;
 }
 table td,
 table th {
  border-left: 1px solid #747474;
  border-bottom: 1px solid #747474;
  padding: 5px 10px;
  font-size: 10px;
 }
 table th {
  width: 30%;
 }
 p.close {
  text-align: center;
  margin: 30px 0;
  line-height: 1;
 }
 p.close img {
  width: 50%;
 }
 
}
</pre></body></html>