@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*/
.article {
  margin-bottom: 60px;
  /*dt*/
  /*.info_box*/ }
  @media only screen and (max-width: 768px) {
    .article {
      margin-bottom: 30px; } }
  .article h3 {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0 15px 10px;
    background-color: #f1f0ef;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .article h3 {
        font-size: 14px;
        padding: 10px 0 10px 10px;
        margin-bottom: 15px;
        line-height: 1.5em;
        text-indent: -14px;
        padding-left: 24px; } }
  .article p {
    line-height: 1.8em;
    margin-bottom: 15px; }
    @media only screen and (max-width: 768px) {
      .article p {
        font-size: 12px;
        margin-bottom: 10px; } }
  .article ul {
    margin-bottom: 20px; }
  .article ul li {
    line-height: 1.5em;
    margin-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .article ul li {
        font-size: 12px;
        text-indent: -12px;
        padding-left: 12px; } }
  .article .annotation {
    font-size: 12px;
    line-height: 1.5em;
    text-indent: -12px;
    padding-left: 12px;
    margin-bottom: 5px; }
  .article dl {
    margin-bottom: 20px; }
  .article dt {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .article dt {
        font-size: 14px;
        margin-bottom: 10px;
        padding-left: 24px; } }
    .article dt:before {
      content: '1';
      display: inline-block;
      text-align: center;
      font-size: 14px;
      padding-top: 2px;
      box-sizing: border-box;
      width: 20px;
      height: 20px;
      background-color: #2b2b2b;
      color: #fff;
      position: absolute;
      top: -1px;
      left: 0; }
      @media only screen and (max-width: 768px) {
        .article dt:before {
          width: 18px;
          height: 18px; } }
  .article dd {
    line-height: 1.8em; }
    @media only screen and (max-width: 768px) {
      .article dd {
        font-size: 12px; } }
  .article dl:nth-of-type(2) dt:before {
    content: '2'; }
  .article .info_box {
    width: 370px;
    border: 1px solid #dddddd;
    padding: 10px 0;
    box-sizing: border-box;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .article .info_box {
        width: 100%; } }
    .article .info_box p {
      font-weight: 500;
      font-size: 16px;
      padding-bottom: 10px;
      padding-left: 15px;
      width: 65px;
      border-bottom: 1px solid #ddd;
      margin-bottom: 15px; }
    .article .info_box adress {
      display: block;
      padding-left: 15px;
      line-height: 1.8em; }
      @media only screen and (max-width: 768px) {
        .article .info_box adress {
          width: 90%; } }
  .article .a_inner {
    margin-bottom: 20px; }
    .article .a_inner h4 {
      font-weight: 500;
      margin-bottom: 10px; }
      @media only screen and (max-width: 768px) {
        .article .a_inner h4 {
          line-height: 1.5em; } }
    .article .a_inner p, .article .a_inner adress {
      line-height: 1.8em; }

/*.article*/
.contact_area {
  border-top: 1px solid #dddddd; }
