<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * 
 * 
 * 
*/
.infoTable {
  float: none;
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  margin-right: 10px;
}
.infoTable th, .infoTable td {
  padding: 8px 10px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  vertical-align: middle;
}
.infoTable th {
  width: 150px;
  background-color: #f6f6f6;
  text-align: center;
  padding-right: 0;
  padding-left: 0;
}
.infoTable td {
  line-height: 1.8;
}

.snsBtn {
  margin: 20px 0;
  min-height: 22px;
}

.pageTitlBnr {
  position: relative;
}
.pageTitlBnr .imageFloatNav {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pageTitlBnr .imageFloatNav ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.pageTitlBnr .imageFloatNav ul li a {
  display: block;
  padding: 10px 20px 10px 10px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
}
.pageTitlBnr .imageFloatNav ul li a:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: url(/img/common/ico_pagetop.png) no-repeat;
  -webkit-background-size: 14px;
  background-size: 14px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.contentsBox {
  margin-bottom: 20px;
}
.contentsBox p.txt {
  margin: 5px 0 10px;
  font-size: 14px;
  line-height: 1.8;
}
.contentsBox p.txt:last-child {
  margin-bottom: 50px;
}
.contentsBox + .rightTopLink {
  margin-bottom: 50px;
}

.boxList li a div {
  position: relative;
}
.boxList li a div:after {
  position: absolute;
  font-size: 54px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -27px;
  font-family: "icomoon3";
  content: "\ec601";
  color: #FFF;
  line-height: 100%;
  opacity: 0.7;
}
.boxList li a p {
  display: block;
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 120%;
  color: #333;
}
</pre></body></html>