body{
  min-width: 100% !important;
}
.CMN-Content__photos{
  display: flex;
  gap: 20px 30px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__photos{
    display: block;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.CMN-Content__photos__block__inner{
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__photos__block__inner{
    display: block;
  }
}
.CMN-Content__photos__block figcaption{
  font-weight: 500;
}
.CMN-Content__photos__block figcaption span{
  color: #0084B9;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__photos__block__inner__box{
    margin-top: 15px;
  }
}


/* ボタン */
.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;
}