.pagettl {
  background: url(../img/beginner/pagephoto.jpg) no-repeat center center;
}

.pageSttl {
  border-bottom: solid 5px #D3444B;
  position: relative;
  padding-right: 90px;
}

.pageSttl img {
  position: relative;
  bottom: -2px;
}

.pageSttl:before {
  display: block;
  content: "";
  width: 50px;
  height: 40px;
  background: url(../img/beginner/icon_car.png) no-repeat center center;
  position: absolute;
  right: 0px;
  bottom: -5px;
}

.pageBg1 {
  border-top: solid 5px #000;
  border-bottom: solid 5px #000;
  background: #F6B000 url(../img/beginner/bg.png) top 40px left 40px;
}

.pageBg2 {
  background: #D3444B;
}

#sec1 {
  padding-top: 75px;
  padding-bottom: 75px;
  overflow-x: hidden;
}

#sec1 .box {
  background: #fff;
  position: relative;
  max-width: 967px;
  margin-left: auto;
  margin-right: auto;
  border: solid 5px #000;
  padding-bottom: 250px;
}

#sec1 .box .img {
  position: absolute;
  bottom: 0px;
  left: -10%;
  width: 120%;
}

#sec1 .box .list {
  max-width: 720px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  gap: 25px 50px;
  padding: 0px 25px;
  font-weight: bold;
}

#sec1 .box .list li {
  width: 40%;
  position: relative;
  padding-left: 30px;
}

#sec1 .box .list li:before {
  display: block;
  content: "";
  width: 25px;
  height: 20px;
  background: url(../img/beginner/icon_check.png) no-repeat center center;
  position: absolute;
  left: 0px;
  top: -1px;
}

#sec2 .list {
  display: flex;
  gap: 35px;
  justify-content: center;
}

#sec2 .list li {
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 1.5em;
}

#sec2 .list li .txt span {
  background: linear-gradient(transparent 60%, #F6B000 60%, #F6B000 90%, transparent 90%);
  padding-bottom: 2px;
}

#sec2 .list li .img {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

#sec2 .list li .txt {
  width: calc(100% - 100px);
}

#sec3 .bg {
  background: #fff;
  border-radius: 30px;
  position: relative;
  padding: 40px;
}

#sec3 .bg:before {
  display: block;
  content: "";
  border: solid 5px #000;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 30px;
  box-sizing: border-box;
}

#sec_btm .box {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding-bottom: 75px;
}

#sec_btm .shadow {
  display: block;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

#sec_btm .inner {
  position: relative;
  overflow: hidden;
}

#sec_btm .inner:before {
  display: block;
  content: "";
  width: 200px;
  height: 400px;
  background: url(../img/beginner/men1.png) no-repeat bottom center;
  background-size: 100% auto;
  position: absolute;
  bottom: -12px;
  left: 110px;
}

/* 20240325 */
/* #sec_btm .inner:after{
 display: block;
 content: "";
 width: 200px;
 height: 400px;
 background: url(../img/beginner/men2.png) no-repeat bottom center;
 background-size: 100% auto;
 position: absolute;
 bottom: -12px;
 right: 100px;
} */

.pageBtn {
  background: #fff;
  border: solid 4px #000;
  padding: 10px;
  text-align: center;
  min-width: 225px;
}

/*
===================================================
	tb
===================================================
*/
@media screen and (max-width: 1100px) {
  .pagettl {
    margin-bottom: 0px;
    background: url(../img/beginner/pagephoto.jpg) no-repeat center center;
    background-size: cover;
  }

  #sec1 .box .list {
    max-width: 720px;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    gap: 25px 50px;
  }

  #sec1 .box .list li {
    width: 40%;
    position: relative;
    padding-left: 30px;
  }

  #sec1 .box .list li:before {
    display: block;
    content: "";
    width: 25px;
    height: 20px;
    background: url(../img/beginner/icon_check.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: -1px;
  }

  #sec2 .list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }

  #sec2 .list li {
    display: flex;
    width: 45%;
  }


  #sec_btm .inner:before {
    width: 200px;
    height: 400px;
    bottom: -12px;
    left: 0px;
  }

  #sec_btm .inner:after {
    width: 200px;
    height: 400px;
    bottom: -12px;
    right: 0px;
  }
}

/*
===================================================
	sp
===================================================
*/
@media screen and (max-width: 640px) {

  #sec1 .box {
    padding-bottom: 65vw;
  }

  #sec1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #sec1 .box .list li {
    width: 100%;
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
  }

  #sec2 .list {
    gap: 25px 15px;
  }

  #sec2 .list li {
    display: block;
    width: 45%;
  }

  #sec2 .list li .txt {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  #sec3 .bg {
    padding: 25px;
  }

  #sec3 .list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  #sec3 .list li {
    width: calc(50% - 15px);
  }


  #sec_btm .inner:before {
    width: 150px;
    height: 300px;
    left: 15px;
  }

  #sec_btm .inner:after {
    width: 150px;
    height: 300px;
    right: 15px;
  }

  #sec_btm .box {
    padding-bottom: 220px;
  }

  .pageBg1 {
    background: #F6B000 url(../img/beginner/bg.png) top 0px left 0px;
    background-size: 25px 25px;
  }
}