@import url("global.css");
#bodyarea .titleblock {
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
#bodyarea .titleblock .lead {
  font-size: 18px;
  margin-bottom: 30px;
}
#bodyarea .titleblock .lead br {
  display: none;
}
#bodyarea .titleblock .title {
  font-size: 42px;
}
#bodyarea .what {
  background-color: #00A9C5;
  padding: 70px 0;
  margin-bottom: 110px;
}
#bodyarea .what .wrapper {
  text-align: center;
}
#bodyarea .what .wrapper > p {
  color: #fff;
}
#bodyarea .what .title {
  color: #fff;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
#bodyarea .what .title::before {
  content: "";
  width: 300px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 1px;
  left: 50%;
  margin-left: -150px;
}
#bodyarea .what .sdgs {
  margin-top: 40px;
  background-color: #fff;
  border-radius: 3px;
  padding: 40px 30px;
  display: flex;
  align-items: center;
}
#bodyarea .what .sdgs figure {
  width: 50%;
  flex-shrink: 0;
}
#bodyarea .what .sdgs dl {
  padding-left: 40px;
  line-height: 1.5;
  text-align: left;
}
#bodyarea .what .sdgs dl dt {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 30px;
}
#bodyarea .what .sdgs dl dd {
  margin: 10px 0;
  padding-left: 18px;
  text-indent: -18px;
}
#bodyarea .what .sdgs dl dd::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00A9C5;
  display: inline-block;
  margin-right: 8px;
  text-indent: 0;
  vertical-align: 1px;
}
#bodyarea .torikumi .wrapper {
  text-align: center;
}
#bodyarea .torikumi .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 40px;
}
#bodyarea .torikumi ul.list {
  margin: 60px -15px 0;
  display: flex;
}
#bodyarea .torikumi ul.list li {
  width: 33.3333333333%;
  padding: 0 15px;
  box-sizing: border-box;
}
#bodyarea .torikumi ul.list li .inner {
  background-color: #F6F6F6;
  height: 100%;
  padding: 40px 30px 30px;
  box-sizing: border-box;
  position: relative;
}
#bodyarea .torikumi ul.list li .inner .h {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
#bodyarea .torikumi ul.list li .inner .h span {
  display: block;
  background-color: #00A9C5;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  font-size: 50px;
  font-family: "Kanit", sans-serif;
  line-height: 68px;
  text-align: center;
  letter-spacing: 0;
}
#bodyarea .torikumi ul.list li .inner figure {
  position: relative;
  height: 0;
  padding-top: 60%;
  margin-bottom: 20px;
}
#bodyarea .torikumi ul.list li .inner figure img {
  position: absolute;
  top: 0;
  left: 0;
}
#bodyarea .torikumi ul.list li .inner p:not([class]) {
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1600px)
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 (1370px)
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #bodyarea .titleblock .lead {
    margin-bottom: 20px;
  }
  #bodyarea .titleblock .title {
    font-size: 34px;
  }
  #bodyarea .what {
    padding: 60px 0;
    margin-bottom: 100px;
  }
  #bodyarea .what .sdgs {
    display: block;
  }
  #bodyarea .what .sdgs figure {
    width: auto;
    margin-bottom: 30px;
  }
  #bodyarea .what .sdgs dl {
    padding: 0;
  }
  #bodyarea .what .sdgs dl dt {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #bodyarea .torikumi .title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  #bodyarea .torikumi ul.list {
    margin: 60px -8px 0;
  }
  #bodyarea .torikumi ul.list li {
    padding: 0 8px;
  }
  #bodyarea .torikumi ul.list li .inner {
    padding: 40px 20px 30px;
  }
  #bodyarea .torikumi ul.list li .inner .h {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #bodyarea .torikumi ul.list li .inner .h span {
    top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    font-size: 42px;
    line-height: 58px;
  }
  #bodyarea .torikumi ul.list li .inner figure {
    margin: 0 -10px 20px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-4 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #bodyarea .titleblock {
    margin-bottom: 40px;
  }
  #bodyarea .titleblock .lead {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #bodyarea .titleblock .lead br {
    display: inline;
  }
  #bodyarea .titleblock .title {
    font-size: 26px;
  }
  #bodyarea .what {
    padding: 50px 0;
    margin-bottom: 60px;
  }
  #bodyarea .what .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #bodyarea .what .title::before {
    width: 200px;
    margin-left: -100px;
  }
  #bodyarea .what .wrapper > p {
    text-align: justify;
  }
  #bodyarea .what .sdgs {
    margin-top: 30px;
    padding: 40px 30px 20px;
  }
  #bodyarea .what .sdgs figure {
    margin: 0 -10px 30px;
  }
  #bodyarea .what .sdgs dl dt {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
  }
  #bodyarea .what .sdgs dl dd {
    text-align: justify;
  }
  #bodyarea .torikumi .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #bodyarea .torikumi p:not([class]) {
    text-align: justify;
  }
  #bodyarea .torikumi p:not([class]) br {
    display: none;
  }
  #bodyarea .torikumi ul.list {
    margin: 40px 0 0;
    display: block;
  }
  #bodyarea .torikumi ul.list li {
    width: auto;
    padding: 0;
    margin-bottom: 40px;
  }
  #bodyarea .torikumi ul.list li .inner {
    padding: 40px 20px 30px;
  }
  #bodyarea .torikumi ul.list li .inner .h {
    font-size: 18px;
  }
  #bodyarea .torikumi ul.list li .inner .h span {
    top: -25px;
  }
  #bodyarea .torikumi ul.list li .inner figure {
    margin: 0 0 20px;
  }
}
