@charset "utf-8";
/*CSS Document　利用案内*/
/*-------------------------------*/
.secGuide {
  margin: 30px 0 0;
  padding: 30px 0;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.guidelayTypIntro {
  margin: 0;
}
.guidelayTyp01 {
  margin: 30px clamp(20px, 4.5vw, 30px) 0;
}
.secGuide h2 {
  padding: 16px clamp(20px, 4.5vw, 30px);
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  background: #555555;
}
.secGuide > h2:first-child {
  margin-top: -30px !important;
}
.wrapUserGuide{
  position: relative;
}
.wrapUserGuide h3 {
  margin: 30px 0 25px;
  padding: 10px 10px 10px 13px;
  font-size: 16px;
  line-height: 1.5;
  color: #1c4da2;
  border-left: 3px solid #1c4da2;
}
.wrapUserGuide h4 {
  margin: 30px 0 15px;
  padding: 0 0 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #656565;
  border-bottom: 1px solid #1c4da2;
}
.wrapUserGuide p {
  margin: 15px 0;
  font-size: 14px;
}
.wrapUserGuide p:first-child {
  margin-top: 0;
}
.wrapUserGuide ul.listlayDisc, .wrapUserGuide ul.listlayKome {
  margin: 15px 0;
}
.wrapUserGuide > *:first-child {
  margin-top: 0 !important;
}
.guidelayTyp01 > *:first-child {
  margin-top: 0 !important;
}
.guidelayTyp01 > *:last-child {
  margin-bottom: 0 !important;
}
/*-------------------------------*/
/*end*/