body{
  font-size: 16px;
}
.small{
  font-size: 16px;
  color: : #151515;
}

/* タイトル　*/
#title{
  padding-top:52px;
  padding-bottom: 30px;
}
#title .text{
  padding-top: 30px;
  text-align: center;
}

/* デザインシステムの構成 */
#summary{
  padding-bottom: 80px;
}
#summary .title{
  padding-top: 80px;
  text-align: center;
}
#summary .c1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
  width: auto;
  border-radius: 40px;
  background: #D9D9D9;
}
#summary .content{
  width: 80%;
  min-width: 150px;
  height: 100px;
  display:table;
  border-radius: 40px;
  margin: 10px;
  padding: 0;
}
#summary .content-text{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#summary .plus{
  display:table;
}
#summary .plus-img{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#summary .plus-img img{
  width: 24px;
  height: 24px;
}

/* デザインシステムの目的 */
#purpose{
  padding-bottom: 60px;
}
#purpose .title{
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
}
#purpose .c1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
}
#purpose .content{
  display: flex;
  justify-content:center;
  align-items: center;
  width: 100%;
  min-width: 200px;
  margin-top: 20px;
}
#purpose .content img{
  width: 80px;
  height: 80px;
  padding-right: 20px;
}
#purpose .content .text{
  width: 290px;
}

/* デザインシステムの価値 */
#value{
  padding-bottom: 60px;
}
#value .title{
  padding-top: 86px;
  padding-bottom: 20px;
  text-align: center;
}
#value .c1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 20px;
  margin-top:40px;
  margin-left:20px;
  margin-right: 20px;
}
#value .left{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left:20px;
  margin-right:20px;
}
#value .left img{
  width: 80px;
  height: 80px;
  padding-right: 20px;
}
#value .left .text{
  width:auto;
}
#value .right{
  width: auto;
  margin-right:20px;
  margin-left:20px;
}
#value .right ul{
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  margin-left: 0.5em;
}
#value .right ul li{
  background: transparent url(/img/designsystem/check.png) no-repeat left top;
  background-size: 32px;
  margin-top: 10px;
  padding-left: 2em;
  line-height: 32px;
}

/* 課題 */
#kadai{
  padding-bottom: 60px;
}
#kadai .title{
  padding-top: 60px;
  padding-bottom: 20px;
  text-align: center;
}
#kadai .c1{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
#kadai .c1 .content{
  margin-bottom: 20px;
  padding:20px;
  width: auto;
}
#kadai .content .c1-title{
  text-align: center;
}
#kadai .content ul{
  margin: 0;
  padding-top:10px;
  list-style-type: square;
}
#kadai .content ul li{
  color:rgba(3,169,244,0.80);
  padding-top: 10px;
}
#kadai .content ul li span{
  color: #333333;
}
#kadai .content .image1{
  text-align: center;
  padding-top: 10px;
}
#kadai .content .image1 img{
  width: 24px;
  height: 24px;
}
#kadai .content .text1{
  padding-top:10px;
}
#kadai .text2{
  margin:20px;
  text-align: center;
}
#kadai .image2{
  text-align: center;
}
#kadai .image2 img{
  width: 80px;
  height: 40px;
}
#kadai .image3{
  text-align: center;
  margin: 20px;
}
#kadai .image3 img{
  width: 244px;
}
