@charset "UTF-8";

.c-ff0000 {color: #f00;}
.bdr-cccccc {border: 1px solid #cccccc;}

.layoutGuideContainer h1{
  position: relative;
  margin-bottom: 16px;
}
.layoutGuideContainer h1:before{
  display:inline-block;
  vertical-align: bottom;
  letter-spacing: normal;
  content:"";
  width:33px;
  height: 50px;
  background: url(../img/20210416/ttl_icon_caution.png) no-repeat left top;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.layoutGuideContainer h1 > span{
  display:inline-block;
  vertical-align: bottom;
  font-size:26px;
  font-weight: bold;
  color:#333333;
  border-bottom: solid 4px #bf0000;
  margin-left: 10px;
  width:calc(100% - 43px);
}
.layoutGuideContainer p {
    font-size: 16px;
    line-height: 1.53;
}

.guide-headline.-sub {
    color: #333333;
    font-size: 16.87px;
    font-weight: bold;
    border-bottom: 3px dotted #bf0000;
    padding-bottom: 2px;
    margin-bottom: 16px;
}

.bgc-f5ebd2 { background-color: #f5ebd2;}

.dotted-list li {
  padding-left: 1em;
  text-indent: -1em;
}
.dotted-list li:before {
  content: "・";
}

.step-wrap li>div:first-child{
  padding-left: 24px;
  text-indent: -24px;
}
.step-wrap .num {
  font-size: 150%;
  font-weight: bold;
  color: #bf0000;
  margin-right: -.2em;
}

.guideContents h2.h2Ttl {
    color: #333333;
    font-size: 130%;
    font-weight: bold;
    border-bottom: 3px dotted #bf0000;
    padding-bottom: 2px;
    margin-bottom: 16px;

}

.guideContents p {
    font-size: 110%;

}

.guideContents {
    margin-bottom: 0px;
}