body{
  min-width: 100% !important;
}
.CMN-Content__flex{
  display: flex;
  align-items: center;
  gap: 0 50px;
  justify-content: center;
}
.CMN-Content__photos{
  display: flex;
  align-items: center;
  gap: 0 25px;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__flex{
    gap: 0 10px;
  }
  .CMN-Content__flex figure{
    width: 150px;
  }
  .CMN-Content__flex p{
    font-size: 14px;
  }
  .CMN-Content__photos{
    display: block;
    text-align: center;
  }
  .CMN-Content__photos figure{
    padding: 5px 0;
  }
}

.CMN-Content__grid{
  display: flex;
  align-items: center;
  gap: 0 50px;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__grid{
    display: block;
    text-align: center;
  }
}
.CMN-Content__grid figure {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__grid figure {
   margin-bottom: 40px;
  }
}
.CMN-Content__grid figure::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #EE8341;
  border-right: 0;
  right: -35px;
  top: 30%;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__grid figure::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-top: 16px solid #EE8341;
    border-bottom: 0;
    right: calc(50% - 16px);
    top: auto;
    bottom: -26px;
  }
}

.CMN-Content__grid figure:last-child::after{
  display: none;
}
.CMN-Content__grid figcaption{
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 5px;
}


/* ボタン */
.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;
}

.CMN-Content .-paddingNone{
  padding: 0 !important;
  background: none !important;
}
.CMN-Content .-paddingNone ul{
  justify-content: flex-start;
}

.-gray{
  background: #A0A0A0;
  color: white;
  padding: 0 5px 2px;
  width: calc(100% - 15px);
  font-weight: 500;
  text-align: center;
  display: block;
}
.-graph{
  display: flex;
}
.-graph .-blue66{
  background: #64B5C8;
  color: white;
  padding: 0 5px 2px;
  width: calc(50% - 15px);
  font-weight: 500;
  text-align: center;
  display: block;
}
.-graph .-blue80{
  background: #64B5C8;
  color: white;
  padding: 0 5px 2px;
  width: calc(60% - 15px);
  font-weight: 500;
  text-align: center;
  display: block;
}
.-graph p{
  color: #EE858C;
}


.fancybox__content {
  background: transparent !important;
}