/*ビルボード*/
.site-main #mainImg {
    background-color: #e9e4d4;
    background-image: url(../img/bg/under-bg.png), -webkit-linear-gradient(left, rgba(233,228,212,1) 0%,rgba(233,228,212,1) 60%,rgba(233,228,212,0) 70%,rgba(233,228,212,0) 100%), url(../img/contents/other-bil.png);
    background-image: url(../img/bg/under-bg.png), linear-gradient(to right, rgba(233,228,212,1) 0%,rgba(233,228,212,1) 60%,rgba(233,228,212,0) 70%,rgba(233,228,212,0) 100%), url(../img/contents/other-bil.png);
    background-position: left top, center, 130% center;
    background-repeat: no-repeat;
    background-size: auto 100%, auto, auto 100%;
    display: table;
    padding-top: 0;
    padding-bottom: 0;
}
.site-main #mainImg h1 {
    color: #333;
    display: table-cell;
    height: 75px;
    vertical-align: middle;
}
.site-main #mainImg + .outer {
    padding-bottom: 0;
    padding-top: 20px;
}

/*------------------------------
 パターン2（見出しの左側に太い線・下に細い線のパターン）
------------------------------*/

#main .describe-text {
  padding: 0;
  margin-bottom: 10px;
  width:100%;
}
#main .describe-text dd {
  border: none;
  margin: 0;
  padding:0 0 20px 10px;
  line-height:1.8em;
  text-align:left;
  vertical-align:top;
}
#main .describe-text p {
  line-height:1.8em;
}
#main .describe-text ol,
#main .describe-text ul {
  margin-bottom:5px;
}
#main .describe-text ol li {
  margin-bottom:5px;
  list-style-type:decimal;
  margin-left: 20px;  
}
#main .describe-text dt {
  text-align:left;
  border-left:10px solid #241a08;
  border-bottom:1px dashed #241a08;
  padding:3px 10px 3px 10px;
  font-weight:bold;
}
#main .describe-text dt p {
  margin-bottom:0;
}
#main .describe-text ul li {
  background: none;
  list-style:disc outside;
  margin-bottom:5px;
  margin-left: 20px;  
    }

@media screen and (min-width: 48em) {

    /*ビルボード*/
    .site-main #mainImg {
        background-color: #e9e4d4;
        background-image: url(../img/bg/under-bg.png), -webkit-linear-gradient(left, rgba(233,228,212,1) 0%,rgba(233,228,212,1) 60%,rgba(233,228,212,0) 70%,rgba(233,228,212,0) 100%), url(../img/contents/other-bil.png);
        background-image: url(../img/bg/under-bg.png), linear-gradient(to right, rgba(233,228,212,1) 0%,rgba(233,228,212,1) 60%,rgba(233,228,212,0) 70%,rgba(233,228,212,0) 100%), url(../img/contents/other-bil.png);
        background-position: left top, center, right center;
        background-repeat: no-repeat;
        background-size: auto 100%, auto, auto 100%;
    }
    .site-main #mainImg h1 {
        font-size: 48px;
        height: 200px;
    }

}/* End 740px Tablet Small */