body{
  min-width: 100% !important;
}
.CMN-Content__figure{
  text-align: center;
}
.CMN-Content__figure img{
  width: 800px;
  max-width: 800px;
}
.CMN-Content__grid{
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 0 50px;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__grid{
    display: block;
  }
}
.CMN-Content__grid__box{
  max-width: 440px;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__grid__box{
    padding-top: 50px;
  }
  .CMN-Content__grid__box:first-child{
    padding-top: 0px;
  }
}

.CMN-Content__color{
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 28px 28px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__color{
    grid-template-columns: repeat(2,1fr);
    gap: 14px 14px;
  }
}
.CMN-Content__color figcaption{
  line-height: 1;
}
.CMN-Content__dot{
  text-indent: -1em;
  padding-left: 1em;
}


/* ボタン */
.CMN-Content__btns{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
    justify-content: center;
    margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__btns{
    grid-template-columns: repeat(1,1fr);
    margin-bottom: 0px;
  }
}
.CMN-Content__btns__link{
  border: 1px solid #B5B5B5;
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: center;
  gap: 0 24px;
  background: url(../image/icon-arrow.svg)right 15px center no-repeat;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__btns__link{
    border: 1px solid #B5B5B5;
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    gap: 0 24px;
    padding-right: 50px;
    padding: 15px 50px 15px 10px;
    background: url(../image/icon-arrow.svg)right 15px center no-repeat;
  }
}

.CMN-Content__btns__link__h3{
  color: #0084B9;
  font-size: 28px;
  font-weight: 600 !important;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__btns__link__h3{
    font-size: 20px;
  }
}

.CMN-Content__btns__link figure{
  width: 160px;
  height: 180px;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__btns__link figure{
    width: 100px;
    height: 100px;
  }
  .CMN-Content__btns__link p{
    font-size: 13px;
  }
  .-spbr{
    display: none !important;
  }
}

.CMN-Content__btns__link img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}