body{
  min-width: 100% !important;
}
.CMN-Content__yellow-title{
  background-color: #FFEB5A;
  padding: 15px 10px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 600 !important;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__yellow-title{
    padding: 10px 10px;
    font-size: 20px;
  }
}

.CMN-Content__yellow__column{
  border: 1px solid #FFEB5A;
}
.CMN-Content__yellow__column__dl{
  background-color: #FFFCD9;
  border-bottom: 1px solid #FFEB5A;
  padding: 5px 15px;
  font-size: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__yellow__column__dl{
    font-size: 16px;
    display: block;
  }
}
.CMN-Content__yellow__column__dl dt{
  font-weight: 600 !important;
  border-right: 1px solid #FFEB5A;
  padding-right: 15px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.CMN-Content__yellow__column__dl dt span{
  font-size: 30px;
  padding-left: 5px;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__yellow__column__dl dt{
    font-weight: 600 !important;
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #FFEB5A;
    display: flex;
    margin-bottom: 5px;
    align-items: center;
  }
  .CMN-Content__yellow__column__dl dt span{
    font-size: 20px;
    padding-left: 5px;
  }
}

.CMN-Content__yellow__column__dl dd{
  font-weight: 600 !important;
}
.CMN-Content__yellow__column__inner {
  display: flex;
  gap: 0 20px;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.CMN-Content__yellow__column__inner p{
  width: 50%;
}

.CMN-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 24px;
  justify-content: center;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .CMN-grid{
    grid-template-columns: repeat(1,1fr);
  }
}

.CMN-grid::after{
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 30px solid #FFEB00;
  border-bottom: 0;
}
.CMN-Content__gray{
  margin-bottom: 40px;
}
.CMN-Content__gray__h3{
  background-color: #606060;
  text-align: center;
  padding: 15px 20px;
  border-radius: 10px 10px 0 0;
  color: white;
  font-size: 22px;
  font-weight: 600 !important;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__gray__h3{
   font-size: 18px;
   padding: 10px 20px;
  }
}


.CMN-Content__gray__inner{
  border:1px solid #606060;
  border-radius: 0 0 10px 10px;
  padding: 20px;
}
.CMN-Content__gray__grid{
  border:1px solid #606060;
  border-radius: 0 0 10px 10px;
  padding: 50px 50px 0px 50px;
  display: grid;
  grid-template-columns: 245px 1fr;
  gap: 0 30px;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__gray__grid{
    display: block;
    padding: 25px;
  }
  .CMN-Content__gray__grid__figure{
    text-align: center;
    margin-bottom: 25px;
  }
}


.CMN-Content__gray__grid__layout__box{
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 0 30px;
    margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__gray__grid__layout__box{
    display: block;
    margin-bottom: 25px;
  }
  .CMN-Content__gray__grid__layout__box:last-child{
    margin-bottom: 0;
  }
  .CMN-Content__gray__grid__layout__box figure{
    margin-top: 20px;
  }
}
.CMN-Content__gray__grid__layout__box__h4{
  color: #0084B9;
  font-size: 21px;
  font-weight: 500 !important;
  border-bottom: 1px solid #0084B9;
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__gray__grid__layout__box__h4{
    font-size: 18px;
    line-height: 1.4;
  }
}
.CMN-Content__gray__grid__layout__box__h4 span{
  font-size: 40px;
  color: #0084B9;
  font-weight: 600 !important;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__gray__grid__layout__box__h4 span{
    font-size: 26px;
  }
}
.CMN-Content__link{
  text-decoration: underline !important;
}


/* video */
.CMN-Content__video{
  padding: 30px 20px 10px;
}
.CMN-Content__video figure img{
  border: 1px solid #c0c0c0;
}
.CMN-Content__video .CMN-Nav2{
  background: none !important;
}

/* ボタン */
.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;
}

.fancybox__content {
  background: transparent !important;
}