@charset "UTF-8";
/*******************************************
 * OUTLINEページcss
 *
 * menu
 * 1. outline layout
 * 2. 見出しのメッセージ
 * 3. 概要情報
 * 4. 注意書き
 ******************************************/
/***** 1. outline layout **********************/
#layout-main {
  width: 94%;
  margin: 0 auto;
  height: auto;
  position: relative;
  background: url(../../common/img/bg.jpg) no-repeat bottom;
  background-size: contain;
  padding: 3%;
  z-index: 1;
}
/***** 2. 見出しのメッセージ ************/
#topMsg {
    width: 97%;
    padding: 0 0 3% 1%;
    overflow: hidden;
}
#topMsg img {
  display: inline-block;
}
#topMsg img.head {
  width: 65%;
}
#topMsg a {
  display: inline-block;
}
#topMsg a img {
  width: 60%;
}
#topMsg .float_r {
  float: right;
  text-align: right;
  padding-top: 1%;
}
/***** 3. 概要情報 ************/
#outlineInfo {
  clear: both;
  width: 94%;
  padding: 3%;
  background: #FFF;
}
#outlineInfo dl {
  width: 100%;
}
#outlineInfo dl dd {
  font-size: 1rem;
  font-weight: bold;
  padding: 3% 0;
  color: #000;
}
#outlineInfo dl dt {
  font-size: 0.9rem;
  padding-bottom: 3%;
  color: #333;
}
/***** 4. 注意書き ************/
#caution {
    background-color: rgba(255,0,0,0.1);
    border: 1px dashed #d71718;
    clear: both;
    padding: 10px 20px;
    margin-top: 30px;
}
#caution p {
    line-height: 20px;
    color: #fff;
    font-size: 14px;
}
#caution p a {
    color: #fff;
    text-decoration: underline;
}