@charset "UTF-8";
/*=======================================
ABOUT
=========================================*/

.the-goal {
    border: 1px solid #043885;
    background-color: #fff;
    color: #043885;
    padding: 27px 24px;
    width: 1100px;
    margin: 70px auto 0;
}

.the-goal .goal-titl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 23px;
}

.the-goal .goal-ul {
    position: relative;
}

.the-goal .goal-ul .goal-li {
    margin-bottom: 12px;
    font-family: 'ヒラギノ角ゴ ProN', sans-serif;
    font-weight: bold;
}

.the-goal .goal-ul .li-1::before,
.the-goal .goal-ul .li-2::before,
.the-goal .goal-ul .li-3::before,
.the-goal .goal-ul .li-4::before,
.the-goal .goal-ul .li-5::before,
.the-goal .goal-ul .li-6::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 24px;
    position: relative;
    top: 3px;
    margin-right: 15px;
}
.the-goal .goal-ul .li-1::before { background: url("../img/chairman_policy/no-1.png") no-repeat;}
.the-goal .goal-ul .li-2::before { background: url("../img/chairman_policy/no-2.png") no-repeat;}
.the-goal .goal-ul .li-3::before { background: url("../img/chairman_policy/no-3.png") no-repeat;}
.the-goal .goal-ul .li-4::before { background: url("../img/chairman_policy/no-4.png") no-repeat;}
.the-goal .goal-ul .li-5::before { background: url("../img/chairman_policy/no-5.png") no-repeat;}
.the-goal .goal-ul .li-6::before { background: url("../img/chairman_policy/no-6.png") no-repeat;}
 
.the-goal .goal-ul li span {
  color: #333;
}

.pt-dl-sp {
  display: none;
}



/* ----------------------------- スマホ（～767px） */

@media screen and (max-width: 767px) {
  .page-title {
    width: 100%;
  }

  .page-title .pt-wrap {
    display: block;
  }

  .the-goal {
    width: 100%;
    margin-top: 35px;
  }

  .goal-wrap {
    padding: 0 15px;
  }

  .pt-dl-sp {
    display: block;
    width: 70%;
    margin: 15px auto 0;
    text-align: center;
  }

  .pt-dl-sp .pt-dd {
    font-weight: bold;
  } 

  .page-title .pt-wrap .pt-dl {
    display: none;
  }
}

/* ----------------------------- タブレット（768～1024px） */

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .pt-dl-sp {
    display: none;
  }

  .the-goal {
    width: 100% ;
  }
}