.content {
  word-break: break-all;
}

.content .img_type02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content .img_type02 > div:nth-child(1) {
  margin-right: 1.92%;
  width: 48%;
}

.content .img_type02 > div:nth-child(2) {
  width: 48%;
}

.content .img_type03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content .img_type03 > div {
  width: 48%;
}

.content .links {
  margin-top: 20px;
}

.content .links .inner {
  display: inline-block;
}

.content .links dl {
  margin-bottom: 10px;
}

.content .links dl dt {
  text-align: left;
}

.content .links dl dd {
  text-align: left;
}

.content .links a {
  color: #1b215f;
}

.content .project_box01 {
  margin-top: 15px;
}

.content .project_box01 .desc {
  font-weight: bold;
}

.content .project_box03 .lead {
  font-size: 1.8rem;
}

.list {
  margin-top: 20px;
}

.list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.list li .num {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(138, 168, 220, 0.3);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin-right: 12px;
  vertical-align: middle;
}

.list li .list_content {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (min-width: 821px) {
  .content .img_type02 {
    margin-top: 20px;
  }
  .content .img_type03 {
    margin-top: 20px;
  }
  .content .box_type00 .lead {
    font-size: 2rem;
  }
  .content .project_box01 .desc {
    font-size: 2rem;
  }
  .content .project_box02 {
    margin-top: 40px;
  }
  .content .project_box02 .list li {
    margin-top: 20px;
  }
  .content .project_box03 {
    margin-top: 35px;
  }
  .content .project_box04 {
    margin-top: 35px;
  }
  .list li .num {
    height: 40px;
    width: 40px;
  }
  .end_type {
    padding: 15px 0 0 0;
  }
  .container .content .project_box01 .desc {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 820px) {
  .content .img_type02 {
    margin-top: 15px;
  }
  .content .img_type03 {
    margin-top: 15px;
  }
  .content .box_type00 .lead {
    font-size: 1.8rem;
  }
  .content .project_box01 .desc {
    font-size: 1.8rem;
  }
  .content .project_box02 {
    margin-top: 20px;
  }
  .content .project_box02 .list li {
    margin-top: 15px;
  }
  .content .project_box03 {
    margin-top: 25px;
  }
  .content .project_box04 {
    margin-top: 25px;
  }
  .list li .num {
    height: 35px;
    width: 35px;
  }
  .end_type {
    padding: 10px 0 0 0;
  }
  .container .content .project_box01 .desc {
    font-size: 1.8rem;
  }
}
