/* base */
/* 本文 */
div#topics {
    margin-top: 50px;
    /*margin-left: 30px;*/
}
div#topics li {
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-image: url(../img/top/ico_arrow.png);
  background-repeat: no-repeat;
  background-position: 0 12px;
  border-bottom: 1px dotted #b3b3b3;
}
div#privacy-policy-content {
    font-size: 14px;
}
div#privacy-policy-content h3 {
    font-size: 14px;
    font-weight: bold;
}
div#privacy-policy-content h4 {
    font-size: 14px;
    font-weight: bold;
}
div#privacy-policy-content h5 {
    font-size: 14px;
    font-weight: bold;
}
div#links li {
  list-style: none;
  margin-top: 20px;
}
/* layout */
/* module */
/* 見出し */
.heading {
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 7px;
    border-left: 6px solid #946c45;
    border-bottom: 1px solid #c0c0c0;
}
.sub-heading {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 7px;
    margin-left: 15px;
    border-left: 4px solid #946c45;
}
.emphasize {
    font-size: 18px;
    color: blue;
}

/* 合津追記　画像の上に文字 */

/* 全体の枠 */
.image-text {
    position: relative;
}
 
/* 重ねる文字 */
.text1 {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    color: black;
    padding: 15px;
    text-align:  center; 
    font-size: 25px;
    font-weight: bold;
    line-height: 130%;
    opacity: 0.6;
}

.text2 {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    color: darkred;
    padding: 15px;
    text-align:  center; 
    font-size: 25px;
    font-weight: bold;
    line-height: 130%;
    opacity: 0.6;
}

ul, ol {
  padding-left : 10px;
  padding-right: 0px;
  padding-top: 3px;
}

/* ここまで　合津追記　画像の上に文字 */
