/*
guideline css
2021.11
*/
#all_contents {
  width: 100%;
  padding: 0;
}
.sd_top {
  display: none;
}

.guidelineWrapper a,
.guidelineWrapper a:link,
.guidelineWrapper a:visited {
  color: #008dde;
}
.guidelineWrapper a:hover {
  text-decoration: underline;
}

.guidelineWrapper {
  padding: 0 0 50px;
  background: #f7f7f7;
  text-align: left;
}
.guidelineBreadcrumb {
  display: flex;
  flex-wrap: wrap;
  width: 1240px;
  margin: 0 auto;
  padding: 8px 0 0;
  font-size: 12px;
}
.guidelineBreadcrumb li {
  padding: 0 8px 0 0;
}
.guidelineBreadcrumb li:not(:first-of-type)::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 8px 0 0;
  transform: rotate(-90deg);
  background: url(//www.img-ikyu.com/contents/dg/image/icon/icon_arrow_gray.svg)
    no-repeat;
}

.guidelineContents {
  width: 1000px;
  box-sizing: border-box;
  margin: 40px auto 0;
  padding: 50px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
  font-size: 14px;
}
.guidelineContents h1 {
  margin: 0 0 30px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.guidelineContents h2 {
  display: block;
  box-sizing: border-box;
  margin: 30px 0 15px;
  padding: 15px;
  background: #eee;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
.linkButton {
  margin: 0 0 30px;
  text-align: right;
}
.linkButton a {
  display: inline-block;
  padding: 8px 25px 8px 15px;
  border: 1px solid #008dde;
  border-radius: 5px;
  font-size: 12px;
  background: url(//www.img-ikyu.com/contents/dg/image/icon/icon_arrow_blue.svg)
    center right 12px no-repeat;
  background-size: 5px auto;
}
.linkButton a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.guidelineContents .contentsText {
  margin: 0 15px 12px;
}
.guidelineContents ul {
  margin: 0 15px;
}
.guidelineContents li {
  margin: 0 0 5px;
}
.guidelineContents .exampleList li {
  margin-left: 2em;
  text-indent: -2em;
}
.guidelineContents ul.squareList {
  margin: 0 15px 0 35px;
  list-style: square outside;
}

.update {
  margin: 40px 0;
  color: #888;
}
