@charset "utf-8";

.naviAccess a {
  opacity: 0.6;
}

.spNaviAccess a {
  background-color: #EEE;
}

/****************************************
アクセス
****************************************/
.accsessCts {
  line-height: 1.6;
}

.accsessCts dt {
  font-size: 1.6rem;
  font-weight: 600;
}

.accsessCts dt:before {
  content: "■";
}

.accsessCts dt:not(:first-child) {
  margin-top: 15px;
}

.accsessCts dd p span {
  font-weight: 600;
  font-size: 1.6rem;
}

.accsessCts dd a {
  text-decoration: none;
  border: 1px solid #000;
  padding: 10px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 10px;
}

.accsessCts dd a i {
  margin-left: 5px;
}

.accsessCts dd iframe {
  display: block;
  margin-top: 15px;
  width: 100%;
  height: 400px;
}

@media only screen and (max-width: 768px) {
  .accsessCts dd iframe {
    height: 250px;
  }
}
