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


.wrap, title {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 18px;
}

.wrap a{
  text-decoration: none;
}

.return_link {
  margin-top: 100px;
  display: inline-block;
  text-align: right;
  width: 100%;
}

.content {
  width: 100%;
  margin: auto;
  padding-bottom: 200px;
}

.wrap {
  width: 90%;
  padding: 10px 20px;
  /*   border: 1px solid #000;　*/
}

h2.open_h3 {
  border-bottom: 1px dotted #a9a9a9;
  cursor: pointer;
  margin: 20px 0;
  color: #000;
  font-size: 18px;
  font-weight: normal;
}

/* .open_h3:after,
.open_h3.active:after {
  font-size: 0.8em;
  margin-left: 20px;
} */

/* .open_h3.active::after {
  content: "▲";
}

.open_h3::after {
  content: "▼";
} */

.info {
  font-size: 1em;
  padding-left: 15px;
}

.title {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: lighter;
}

.img-close,
.img-close img {
  width: 50px;
  height: 50px;
}

.open-6.ul_open {
  position: relative;
}

.open-6 li.img-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 150px;
  margin: auto;
}

.open-6 li:last-child {
  list-style-type: none;
}

.sp-ip {
  display: block;
}
@media screen and (max-width: 600px) {
.sp-ip {
  display: none;
}}</pre></body></html>