@charset "UTF-8";

.composite_box01:not(.block_images_13) .inner_item, .composite_box01:not(.block_images_13) .inner_item, .composite_box01:not(.block_images_13) .inner_item {
padding: 5%;
    background: #fff;
}

.nun_title{
font-size:2.0rem;
font-weight: 700;
}

.nun_txt{
font-size:2.4rem;
font-weight: 700;
line-height: 0.8;
}

.nun_txt span{
font-size:6.0rem;
font-weight: 700;
color:#1c84db;
}

/*円グラフ*/
div.enko{
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-image: conic-gradient(#FFE013 0deg 135deg, #91D4E1 135deg 180deg, #0B62D4 180deg 360deg);
}
div.enko::before{
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #FFF;
}