@charset "UTF-8";
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        /*background-color: #000;*/
  }
  body {
    color: #4A4A4A;
    background-color: #fff;
    /*background-image: url(img/bg.png);*/
    font-size: 12px;
    margin: 8px;
    display: block;
    border-radius: 8px;
  }
  
  h1 {
    margin: 1em 0 .50em;
    font-size: 1.0em;
    text-align: center;
  }
  h2 {
    background-color: #B1E3F0;
    margin: 2em 0 1em;
    padding: .50em;
    font-size: 1.0em;
    border-radius: 4px;
  }



  table {
    border-collapse: collapse;
    margin: 1em 0em 0em 0em;
    text-align: center;
  }
  table th, table td {
    border: solid 1px #979797;
    /*実線 1px 色*/
  padding: .5em;
  }

  .preview {
    background: #fff;
    padding: 0px;
    margin: 0px 10px 30px 10px;
    border-radius: 15px;
  }


p{
  text-align: justify;
  word-break: break-all;
}

.right_text{
 text-align: right;
}


li{
  padding: 0.5em 0;
  text-align: justify;
}

/*利用規約ここから*/
ol.list_section{
  padding:0 0em 0 0em;
  margin:0;
}

ol.list_section li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt2;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
ol.list_section li:before{
  display: marker;
  content: counter(cnt2) ". ";
}
ol.list_parentheses{
  padding:0 0 0 0;
  margin:0;
}

ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}
/*利用規約ここまで*/


/*個人情報保護方針ここから*/
ol.list_parentheses2{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}

ol.list_parentheses2 li{
  text-indent: -1.3em;
  padding-left: 1.3em;
}

ol.list_parentheses2 li p{
  text-indent:0;
  padding-left: 0;
}

ol.list_parentheses2 li:before {
  counter-increment: item;
  content: "(" counter(item)") ";
}


ol.list_chevrons{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}

ol.list_chevrons li{
  text-indent: -2em;
  padding-left: 1em;
}

ol.list_chevrons li:before {
  counter-increment: item;
  content: "<" counter(item)"> ";
}

/*個人情報保護方針ここまで*/

