@charset "UTF-8";
/* CSS Document */
/* +++++++++++++++++++++++++++++++++++++

プライバシーポリシー　css

++++++++++++++++++++++++++++++++++++++ */
.area_inner {
  width: 900px;
  margin: 150px auto; }
  @media only screen and (max-width: 768px) {
    .area_inner {
      width: 90%;
      margin: 100px auto 50px; } }

/*.are_inner*/
h2 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  padding-left: 25px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    h2 {
      font-size: 16px;
      margin-bottom: 20px;
      padding-left: 15px;
      line-height: 1.5em; } }
  h2:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15.6px 9px 0 9px;
    border-color: #ed0100 transparent transparent transparent; }
    @media only screen and (max-width: 768px) {
      h2:before {
        top: 8px;
        border-width: 8.7px 5px 0 5px; } }
  h2 + p {
    line-height: 1.8em;
    margin-bottom: 35px; }
    @media only screen and (max-width: 768px) {
      h2 + p {
        font-size: 12px;
        margin-bottom: 20px; } }

/*h2*/
.area_inner ul li {
  padding: 25px 0;
  border-top: 1px solid #dddddd;
  padding-left: 30px;
  line-height: 1.8em;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .area_inner ul li {
      font-size: 12px;
      padding: 20px 0;
      padding-left: 25px; } }
  .area_inner ul li:before {
    content: '1';
    display: inline-block;
    line-height: 1.5em;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    background-color: #2b2b2b;
    color: #fff;
    position: absolute;
    top: 28px;
    left: 0; }
    @media only screen and (max-width: 768px) {
      .area_inner ul li:before {
        top: 22px;
        width: 18px;
        height: 18px;
        line-height: 1.3em; } }

/*ul li*/
.area_inner li:nth-of-type(8) {
  margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .area_inner li:nth-of-type(8) {
      margin-bottom: 20px; } }

.area_inner li:nth-of-type(2):before {
  content: '2'; }

.area_inner li:nth-of-type(3):before {
  content: '3'; }

.area_inner li:nth-of-type(4):before {
  content: '4'; }

.area_inner li:nth-of-type(5):before {
  content: '5'; }

.area_inner li:nth-of-type(6):before {
  content: '6'; }

.area_inner li:nth-of-type(7):before {
  content: '7'; }

.area_inner li:nth-of-type(8):before {
  content: '8'; }

.contact_area {
  border-top: 1px solid #dddddd; }
