@charset "UTF-8";
/* ▼▼▼ SDGs関連サービス
=====================================*/
h1.title {
  background: url(../img/sdgs/title_bg_pc.png) no-repeat scroll center top;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  line-height: 150px;
}

h1.title span {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 2.31rem;
}

.page_title {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
  color: #0099d9;
  margin: 0 0 20px;
}

.page_read {
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  margin: 0 0 50px;
  text-align: justify;
}

section {
  margin: 0 0 80px;
}

section h2 {
  font-size: 1.75rem;
  color: #0099d9;
  background: url(../img/sdgs/title_mark.svg) no-repeat scroll left center;
  background-size: 18px 22px;
  padding-left: 27px;
  margin: 0 0 20px;
}

section h2 > span {
  font-size: 22px;
  padding: 0 10px 0 0;
  vertical-align: middle;
}

section .read {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}

section .sdgs_image {
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0;
}

section .sdgs_image + p {
  width: 100%;
  max-width: 800px;
  margin: 20px auto 0;
  text-align: right;
  font-size: 12px;
}

section .service_list {
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

section .service_list .service {
  background: url(../img/sdgs/service.svg) no-repeat scroll left top;
  background-size: auto 4px;
  width: 48%;
  padding: 10px 0 30px;
  border-bottom: 1px solid #eee;
  margin: 0 0 50px;
}

section .service_list .service .service_title_wrap {
  font-size: 26px;
  color: #0099d9;
  font-weight: bold;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
}

section .service_list .service .service_title_wrap .number {
  height: 40px;
  width: 40px;
}

section .service_list .service .service_title_wrap .number > img {
  height: 40px;
}

section .service_list .service .service_title_wrap .service_title {
  line-height: 1.2;
  text-align: left;
  flex: 1 0 auto;
  padding: 0 10px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 65px;
}

section .service_list .service .service_title_wrap .service_title > span {
  display: block;
  font-size: 16px;
}

section .service_list .service .service_title_wrap .icon {
  height: 50px;
  width: 60px;
}

section .service_list .service .service_title_wrap .icon > img {
  height: 50px;
}

section .service_list .service .service_info {
  font-size: 16px;
}

section .service_list .service .service_info li {
  padding-left: 1em;
  text-indent: -1em;
}

section .service_list .service .service_info li:not(:last-child) {
  margin: 0 0 10px;
}

section .service_list .service .service_info li::before {
  content: "・";
}

.btn_asaps > a {
  display: block;
  width: 450px;
  height: 70px;
  margin: 0px auto;
  padding: 0 20px;
  background: #0278a9 url(../img/sdgs/mark.svg) no-repeat scroll right 15px center;
  text-align: center;
  color: #fff;
  line-height: 70px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

.btn_asaps > a:hover {
  opacity: 0.75;
}

/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {
  h1.title {
    background: url(../img/sdgs/title_bg_sp.png) no-repeat scroll center top;
    background-size: 100% 100%;
    line-height: 75px;
    margin-bottom: 0;
  }
  h1.title span {
    width: 100%;
    margin: 0 auto;
    font-size: 1.28rem;
    padding-left: 15px;
  }
  #sdgs .contents_inner {
    padding: 0 15px;
  }
  .page_title {
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 10px;
  }
  .page_read {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 25px;
  }
  section {
    margin: 0 0 80px;
  }
  section h2 {
    font-size: 1.14rem;
    background: url(../img/sdgs/title_mark.svg) no-repeat scroll left center;
    background-size: 12px 16px;
    padding-left: 20px;
    margin: 0 0 10px;
  }
  section h2 > span {
    font-size: 1rem;
    padding: 0 5px 0 0;
  }
  section .read {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
  }
  section .sdgs_image {
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0;
  }
  section .sdgs_image + p {
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0;
    text-align: right;
    font-size: 12px;
  }
  section .service_list {
    display: block;
  }
  section .service_list .service {
    background: url(../img/sdgs/service.svg) no-repeat scroll left top;
    background-size: 100% auto;
    width: 100%;
    padding: 15px 0 20px;
    border-bottom: 1px solid #eee;
    margin: 0 0 30px;
  }
  section .service_list .service .service_title_wrap {
    font-size: 18px;
    color: #0099d9;
    font-weight: bold;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
  }
  section .service_list .service .service_title_wrap .number {
    height: 30px;
    width: 30px;
  }
  section .service_list .service .service_title_wrap .number > img {
    height: 30px;
  }
  section .service_list .service .service_title_wrap .service_title {
    line-height: 1.2;
    text-align: left;
    flex: 1 0 auto;
    padding: 0 10px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: auto;
  }
  section .service_list .service .service_title_wrap .service_title > span {
    display: block;
    font-size: 14px;
  }
  section .service_list .service .service_title_wrap .icon {
    height: 40px;
    width: 50px;
  }
  section .service_list .service .service_title_wrap .icon > img {
    height: 40px;
  }
  section .service_list .service .service_info {
    font-size: 14px;
  }
  section .service_list .service .service_info li {
    padding-left: 1em;
    text-indent: -1em;
  }
  section .service_list .service .service_info li:not(:last-child) {
    margin: 0 0 10px;
  }
  section .service_list .service .service_info li::before {
    content: "・";
  }
  section {
    margin: 0 0 30px;
  }
  h2 {
    font-size: 1.14rem;
    background: url(../img/sdgs/title_mark.svg) no-repeat scroll left center;
    background-size: 12px 16px;
    padding-left: 20px;
    margin: 0 0 10px;
  }
  .read {
    font-size: 14px;
    line-height: 1.4;
  }
  .btn_asaps > a {
    display: block;
    width: 90%;
    height: 50px;
    padding: 0 10px;
    line-height: 50px;
    font-size: 14px;
  }
  .btn_asaps > a:hover {
    opacity: 1;
  }
}
