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

/* タイトル　*/
#title{
  height: 112px;
}
#title .text{
  padding-top: 30px;
  text-align: center;
}
#title h1{
  font-size: 32px;
}

/* デザインシステムの構成 */
#summary{
  padding-bottom: 80px;
}
#summary .title{
  padding-top: 80px;
  text-align: center;
}
#summary .c1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 40px;
  padding-right: 40px;
  width: 1120px;
  height: 240px;
  border-radius: 40px;
  background: #D9D9D9;
}
#summary .content{
  width: 250px;
  height: 160px;
  display:table;
  border-radius: 50px;
  margin: 0;
  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: 80px;
}
#purpose .title{
  padding-top: 80px;
  text-align: center;
}
#purpose .c1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-left: 200px;
  margin-right: 200px;
}
#purpose .content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 400px;
}
#purpose .content img{
  width: 80px;
  height: 80px;
}
#purpose .content .text{
  width: 290px;
}

/* デザインシステムの価値 */
#value{
  padding-bottom: 80px;
}
#value .title{
  padding-top: 80px;
  padding-bottom: 20px;
  text-align: center;
}
#value .c1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1120px;
  padding: 40px;
  margin-top:40px;
  margin-left:20px;
}
#value .left{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 465px;
  margin-left:40px;
  margin-right:35px;
}
#value .left img{
  width: 80px;
  height: 80px;
}
#value .left .text{
  width:355px;
}
#value .right{
  width: 540px;
  margin-right:40px;
}
#value .right ul{
  list-style-type: none;
  padding: 0;
  margin-top: -1.5em;
  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: 30px;
  padding-left: 2em;
  line-height: 32px;
}

/* 課題 */
#kadai{
  padding-bottom: 80px;
}
#kadai .title{
  padding-top: 80px;
  padding-bottom: 20px;
  text-align: center;
}
#kadai .c1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  height: 472px;
}
#kadai .c1 .content{
  padding:40px 60px;
  width: 460px;
  height: 392px;
}
#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-left: 20px;
  padding-top: 30px;
}
#kadai .content ul li span{
  color: #333333;
}
#kadai .content .image1{
  text-align: center;
  padding-top: 30px;
}
#kadai .content .image1 img{
  width: 32px;
  height: 32px;
}
#kadai .content .text1{
  padding-top:28px;
}
#kadai .text2{
  margin:40px;
  text-align: center;
}
#kadai .image2{
  text-align: center;
}
#kadai .image2 img{
  width: 80px;
  height: 40px;
}
#kadai .image3{
  text-align: center;
  margin: 30px;
}
#kadai .image3 img{
  width: 244px;
  height: 60px;
}
