@charset "uft8";

section.topImage {
  background-image: url('img/top_img_multi_stakeholder.jpg');
}


@media screen and (min-width: 1025px) {


  .indent {
    text-indent: 1rem;
  }

  .bottom {
    margin-bottom: 20px;
  }

  .top {
    margin-top: 20px;
  }

  #end {
    text-align: right;
    /*presidentInのulを右に寄せている*/
  }

  .presidentIn {
    display: inline-block;
    /*text-alignが効く*/
    text-align: left;
    /*liを左に寄せている*/
  }

  .url {
    text-align: center;
    margin-bottom: 20px;
  }

  .pochi ul {
    list-style-type: disc;
    padding-left: 3em;
  }

  /* 横尾さん */
  a.partnershipLink {
    color: #00a73c;
    font-weight: 700;
  }

  /* 横尾さん */
  p.title {
    background: black;
    color: white;
    width: 650px;
    font-weight: 700;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1em;
    clip-path: polygon(2% 0%, 100% 0%, 100% 100%, 0% 100%);
  }



  .IMGflex .imgBox {
    width: 80%;
    padding: 10px;
  }

  .IMGabsolute {
    position: relative;
    width: 900px;
    margin: 0 auto;
  }



}

@media screen and (max-width: 1024px) {


  .indent {
    text-indent: 1rem;
  }

  .bottom {
    margin-bottom: 20px;
  }

  .top {
    margin-top: 20px;
  }

  #end {
    text-align: right;
  }

    .presidentIn {
    display: inline-block;
    /*text-alignが効く*/
    text-align: left;
    /*liを左に寄せている*/
  }
  .url {
    text-align: center;
    margin-bottom: 20px;
  }

  .pochi ul {
    list-style-type: disc;
    padding-left: 3em;
  }

  /* 横尾さん */
  a.partnershipLink {
    color: #00a73c;
    font-weight: 700;
  }

  /* 横尾さん */
  p.title {
    background: black;
    color: white;
    width: 90%;
    font-weight: 700;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1em;
    clip-path: polygon(2% 0%, 100% 0%, 100% 100%, 0% 100%);
  }




  .IMGabsolute {
    position: relative;
    margin: 0 auto;
  }
}