body{
  min-width: 100% !important;
}
.CMN-Content__flex__box__grid{
  display: flex;
  gap: 0 20px;
  justify-content: center;
  margin-bottom: 30px;
}
.CMN-Content__flex__box{
  border-top: 1px solid #C4C4C4;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.CMN-Content__flex__box__figure{
  display: flex;
  gap: 0 20px;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__flex__box{
    display: block;
  }
  .CMN-Content__flex__box figure{
    text-align: center;
    margin-top: 20px;
  }
  .-door img{
    width: 300px;
  }
  .CMN-Content__flex__box__figure{
    display: block;
  }
  .CMN-Content__flex__box__figure figure{
    padding: 5px 0;
  }
}

.CMN-Content__flex__box__h3{
  font-size: 18px;
  font-weight: 600 !important;
  margin-bottom: 10px;
}
.CMN-Content__flex__box__h3 span{
  color: #0084B9;
}
.CMN-Content__flex__box figcaption{
  font-size: 14px;
  line-height: 1;
  text-align: center;
}


.CMN-Content__layout01{
    display: flex;
    width: 100%;
    gap: 0 20px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.CMN-Content__layout02{
    display: grid;
    grid-template-columns: 194px 1fr;
    gap: 0 110px;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__layout02{
      display: block;
  }
  .CMN-Content__layout02__figure{
      text-align: center;
  }
}

.CMN-Content__layout02__ul{
  margin-bottom: 20px;
}
.CMN-Content__layout02__flex{
  display: flex;
  gap: 0 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__layout02__flex{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px 15px;
  }
  .CMN-Content__layout02__flex figure{
    text-align: center;
  }
}

.CMN-Content__layout02__flex figcaption{
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}

.CMN-Content__layout03{
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  padding: 30px 0;
  margin: 30px 0;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__layout03{
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    padding: 30px 0;
    margin: 30px 0;
    display: block;
  }
}

.CMN-Content__layout03__box{
    display: grid;
    grid-template-columns: 1fr 96px;
    gap: 0 40px;
    border-right: 1px solid #C4C4C4;
    padding-right: 35px;
    margin-right: 35px;
    width: 50%;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__layout03__box{
      display: grid;
      grid-template-columns: 1fr 96px;
      gap: 0 40px;
      border-right: 0px solid #C4C4C4;
      padding-right: 0px;
      margin-right: 0px;
      width: 100%;
      margin-bottom: 20px;
  }
}

.CMN-Content__layout03__box:last-child{
  padding: 0;
  margin: 0;
  border: none;
}

.CMN-Content__layout04{
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #C4C4C4;
}
.CMN-Content__layout04__flex{
  display: grid;
  grid-template-columns: 320px 320px 1fr;
  gap: 0 25px;
}
@media screen and (max-width: 1024px) {
  .CMN-Content__layout04__flex{
    display: block;
  }
}
.CMN-Content__layout04__flex__box__inner{
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 0 15px;
}
.CMN-Content__layout04__flex__box__inner__bold{
  font-weight: 600 !important;
}
.CMN-Content__layout05 th{
  font-weight: bold !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;
  padding-right: 50px;
  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;
}