@charset "UTF-8";
.key {
  position: relative;
  height: 400px;
  padding: 240px 0 0;
  box-sizing: border-box;
  background: url(../images/beginner/counseling.jpg) center/cover no-repeat;
}
.key .page_title {
  position: relative;
  width: 650px;
  padding: 0 0 10px 50px;
  border-bottom: 1px solid #e86d22;
  font-size: 46px;
  font-weight: 500;
  color: #e86d22;
}
.key .page_title:before {
  content: "";
  position: absolute;
  right: 230px;
  top: 0;
  width: 76px;
  height: 55px;
  background: url(../images/beginner/star_illust.png) center/contain no-repeat;
}
.key .key_text {
  padding: 0 0 0 50px;
  font-size: 23px;
  font-weight: 500;
  text-shadow: 2px 2px 1px #fff;
}
@media screen and (max-width: 768px) {
  .key {
    position: relative;
    height: 400px;
    padding: 250px 0 0;
    box-sizing: border-box;
    background: url(../images/beginner/sp_counseling.jpg) center/cover no-repeat;
  }
  .key .page_title {
    position: relative;
    width: calc(100% - 20px);
    padding: 0 0 10px 10px;
    border-bottom: 1px solid #e86d22;
    margin: 0 20px 0 0;
    box-sizing: border-box;
    font-size: 30px;
    font-weight: 500;
    color: #e86d22;
  }
  .key .page_title:before {
    content: "";
    position: absolute;
    right: auto;
    left: 230px;
    top: 0;
    width: 50px;
    height: 36px;
    background: url(../images/beginner/star_illust.png) center/contain no-repeat;
  }
  .key .key_text {
    padding: 0 0 0 10px;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 2px 2px 1px #fff;
  }
}

.sec01 {
  padding: 80px 0;
}
.sec01 .sec_title {
  margin: 0 0 60px;
  text-align: center;
  letter-spacing: 0.02em;
}
.sec01 .sec_title .small {
  position: relative;
  font-size: 28px;
  font-weight: 500;
}
.sec01 .sec_title .small:before {
  content: "";
  position: absolute;
  left: -60px;
  top: 10px;
  width: 36px;
  height: 37px;
  background: url(../images/beginner/star_illust02.png) center/contain no-repeat;
}
.sec01 .sec_title .small:after {
  content: "";
  position: absolute;
  right: -60px;
  top: 10px;
  width: 36px;
  height: 37px;
  background: url(../images/beginner/star_illust02.png) center/contain no-repeat;
}
.sec01 .sec_title .medium {
  font-size: 34px;
  font-weight: 500;
  vertical-align: middle;
}
.sec01 .sec_title .large {
  font-size: 48px;
  font-weight: 500;
  vertical-align: middle;
}
.sec01 .sec_title .color {
  position: relative;
  color: #e86d22;
}
.sec01 .sec_title .color:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
  width: 98px;
  height: 28px;
  background: url(../images/beginner/smile.png) center/contain no-repeat;
}
.sec01 .box {
  position: relative;
  width: 960px;
  padding: 50px 25px 25px;
  margin: 0 auto;
  border-radius: 10px;
  box-sizing: border-box;
  background: rgba(254, 227, 62, 0.48);
}
.sec01 .box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 103px;
  height: 136px;
  margin: auto 0;
  background: url(../images/common/lion_illust.png) center/contain no-repeat;
}
.sec01 .dlist {
  width: 790px;
  margin: 0 0 0 auto;
  letter-spacing: 0.05em;
}
.sec01 .row {
  display: flex;
  align-items: center;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #e86d22;
}
.sec01 .term {
  margin: 0 20px 0 0;
  font-size: 22px;
}
.sec01 .term span {
  vertical-align: middle;
}
.sec01 .term .large {
  font-size: 32px;
}
.sec01 .desc {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 80px 20px;
    box-sizing: border-box;
  }
  .sec01 .sec_title {
    margin: 0 0 60px;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .sec01 .sec_title .small {
    position: relative;
    display: block;
    width: 300px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
  }
  .sec01 .sec_title .small:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 10px;
    width: 36px;
    height: 37px;
    background: url(../images/beginner/star_illust02.png) center/contain no-repeat;
  }
  .sec01 .sec_title .small:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 10px;
    width: 36px;
    height: 37px;
    background: url(../images/beginner/star_illust02.png) center/contain no-repeat;
  }
  .sec01 .sec_title .medium {
    font-size: 22px;
    font-weight: 500;
    vertical-align: middle;
  }
  .sec01 .sec_title .large {
    font-size: 33px;
    font-weight: 500;
    vertical-align: middle;
  }
  .sec01 .sec_title .color {
    position: relative;
    color: #e86d22;
  }
  .sec01 .sec_title .color:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    width: 98px;
    height: 28px;
    background: url(../images/beginner/smile.png) center/contain no-repeat;
  }
  .sec01 .box {
    position: relative;
    width: 100%;
    padding: 30px 20px 10px;
    margin: 0 auto;
    border-radius: 10px;
    box-sizing: border-box;
    background: rgba(254, 227, 62, 0.48);
  }
  .sec01 .box:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: -20px;
    left: auto;
    right: -10px;
    width: 70px;
    height: 92px;
    margin: auto 0;
    background: url(../images/common/lion_illust.png) center/contain no-repeat;
  }
  .sec01 .dlist {
    width: 100%;
    margin: 0 0 0 auto;
    letter-spacing: 0.05em;
  }
  .sec01 .row {
    display: block;
    align-items: center;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 1px solid #e86d22;
  }
  .sec01 .term {
    margin: 0 0 10px;
    font-size: 20px;
  }
  .sec01 .term span {
    vertical-align: middle;
  }
  .sec01 .term .large {
    font-size: 24px;
  }
  .sec01 .desc {
    padding: 0 20px;
    font-size: 16px;
  }
  .sec01 .row:last-of-type .desc {
    padding-right: 35px;
  }
}

.sec02 {
  padding: 0 0 100px;
}
.sec02 .sec_header {
  position: relative;
  padding: 230px 0 100px;
}
.sec02 .sec_header:before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 740px;
  background: url(../images/beginner/leg_treatment.jpg) center/cover no-repeat;
}
.sec02 .sec_header:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) 46%, rgb(255, 255, 255) 80%);
}
.sec02 .sec_header .sec_title {
  position: relative;
  width: 530px;
  margin: 0 auto 10px;
  font-size: 61px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #00578b;
  text-shadow: 2px 2px 0 #fff;
  text-align: center;
}
.sec02 .sec_header .sec_title:before {
  content: "";
  position: absolute;
  left: -200px;
  top: -100px;
  width: 226px;
  height: 223px;
  background: url(../images/beginner/lion_voice.png) center/cover no-repeat;
}
.sec02 .sec_header .header_text {
  margin: 0 0 60px;
  font-size: 24px;
  font-weight: 700;
  text-shadow: 2px 2px 0 #fff;
  text-align: center;
}
.sec02 .sec_header .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 930px;
  margin: 0 auto;
}
.sec02 .sec_header .item {
  width: 220px;
  background: #fff;
  border-radius: 10px;
}
.sec02 .sec_header .item:nth-child(-n+4) {
  margin: 0 0 20px;
}
.sec02 .sec_header .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0 50px;
  border-radius: 10px;
  border: 1px solid #00578b;
  box-sizing: border-box;
  background: #e3f0fa;
}
.sec02 .sec_header .item a:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 19px;
  height: 19px;
  margin: 0 auto;
  background: url(../images/beginner/arrow.png) center/contain no-repeat;
}
.sec02 .sec_header .item_name {
  padding: 0 0 20px;
  font-size: 23px;
  font-weight: 700;
  color: #00578b;
  text-align: center;
}
.sec02 .sec_header .item_image {
  text-align: center;
}
.sec02 .cont {
  width: 970px;
  margin: 0 auto;
}
.sec02 .cont:not(:last-of-type) {
  margin: 0 auto 100px;
}
.sec02 .cont_title {
  padding: 10px 0;
  margin: 0 0 50px;
  background: #00578b;
  font-size: 32px;
  text-align: center;
  color: #fff;
}
.sec02 .cont_text {
  width: 850px;
  margin: 0 auto 50px;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: justify;
}
.sec02 .flexbox {
  display: flex;
}
.sec02 .cont_image {
  min-width: 455px;
  margin: 0 50px 0 0;
}
.sec02 .cont_image img {
  box-shadow: 20px 20px 0 rgba(254, 227, 62, 0.48);
}
.sec02 .textbox {
  padding: 40px 0 0;
}
.sec02 .small_title {
  position: relative;
  padding: 0 0 0 80px;
  margin: 0 0 70px;
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #e86d22;
}
.sec02 .small_title:after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 550px;
  height: 1px;
  background: #e86d22;
}
.sec02 .small_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 58px;
  height: 48px;
  margin: auto 0;
  background: url(../images/common/lion_face02.png) center/contain no-repeat;
}
.sec02 .cont_text02 {
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding: 0 0 100px;
  }
  .sec02 .sec_header {
    position: relative;
    padding: 150px 0 100px;
  }
  .sec02 .sec_header:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    width: 100%;
    height: 740px;
    background: url(../images/beginner/leg_treatment.jpg) center right 30%/cover no-repeat;
  }
  .sec02 .sec_header:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) 46%, rgb(255, 255, 255) 80%);
  }
  .sec02 .sec_header .sec_title {
    position: relative;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 10px;
    box-sizing: border-box;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #00578b;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
    text-align: center;
  }
  .sec02 .sec_header .sec_title:before {
    content: "";
    position: absolute;
    left: 5px;
    top: -150px;
    width: 150px;
    height: 148px;
    background: url(../images/beginner/lion_voice.png) center/cover no-repeat;
  }
  .sec02 .sec_header .header_text {
    margin: 0 0 60px;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 2px 2px 0 #fff;
    text-align: center;
  }
  .sec02 .sec_header .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .sec_header .item {
    width: 150px;
    margin: 0 10px 20px;
    background: #fff;
    border-radius: 10px;
  }
  .sec02 .sec_header .item:nth-child(-n+4) {
    margin: 0 10px 20px;
  }
  .sec02 .sec_header .item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0 40px;
    border-radius: 10px;
    border: 1px solid #00578b;
    box-sizing: border-box;
    background: #e3f0fa;
  }
  .sec02 .sec_header .item a:before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 19px;
    height: 19px;
    margin: 0 auto;
    background: url(../images/beginner/arrow.png) center/contain no-repeat;
  }
  .sec02 .sec_header .item_name {
    padding: 0 0 20px;
    font-size: 18px;
    font-weight: 700;
    color: #00578b;
    text-align: center;
  }
  .sec02 .sec_header .item:nth-of-type(7) .item_name {
    line-height: 3;
  }
  .sec02 .sec_header .item_image {
    text-align: center;
  }
  .sec02 .cont {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .sec02 .cont:not(:last-of-type) {
    margin: 0 auto 100px;
  }
  .sec02 .cont_title {
    padding: 10px 0;
    margin: 0 0 30px;
    background: #00578b;
    font-size: 22px;
    text-align: center;
    color: #fff;
  }
  .sec02 .cont_text {
    width: 100%;
    margin: 0 auto 30px;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: justify;
  }
  .sec02 .flexbox {
    display: block;
  }
  .sec02 .cont_image {
    min-width: auto;
    width: 455px;
    max-width: 100%;
    margin: 0 0 30px;
  }
  .sec02 .cont_image img {
    box-shadow: 10px 10px 0 rgba(254, 227, 62, 0.48);
  }
  .sec02 .textbox {
    padding: 0;
  }
  .sec02 .small_title {
    position: relative;
    padding: 10px 0 10px 50px;
    border-bottom: 1px solid #e86d22;
    margin: 0 0 20px;
    font-size: 22px;
    letter-spacing: 0.1em;
    color: #e86d22;
  }
  .sec02 .small_title:after {
    display: none;
  }
  .sec02 .small_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 33px;
    margin: auto 0;
    background: url(../images/common/lion_face02.png) center/contain no-repeat;
  }
  .sec02 .cont_text02 {
    line-height: 2;
    text-align: justify;
  }
}

.sec03 {
  padding: 0 0 100px;
  background: rgba(254, 227, 62, 0.2);
}
.sec03 .sec_header {
  position: relative;
  padding: 220px 0 200px;
  margin: 0 0 50px;
}
.sec03 .sec_header:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/beginner/treatment_room.png) center/cover no-repeat;
}
.sec03 .sec_header .header_inner {
  position: relative;
  width: 720px;
  margin: 0 auto;
}
.sec03 .sec_header .header_inner .illust01 {
  position: absolute;
  left: 0;
  top: -30px;
  width: 142px;
  height: 136px;
  background: url(../images/index/lion_illust01.png) center/contain no-repeat;
}
.sec03 .sec_header .header_inner .illust02 {
  position: absolute;
  right: 0;
  top: -30px;
  width: 132px;
  height: 144px;
  background: url(../images/index/lion_illust02.png) center/contain no-repeat;
}
.sec03 .sec_header .sec_title {
  position: relative;
  font-size: 61px;
  font-weight: 500;
  text-align: center;
  text-shadow: 2px 2px 0 #fff;
  letter-spacing: 0.1em;
}
.sec03 .sec_header .sec_title:before {
  content: "FLOW";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  color: #e86d22;
}
.sec03 .sec_header .sec_title:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 123px;
  height: 10px;
  margin: 0 auto;
  background: url(../images/beginner/arrow02.png) center/contain no-repeat;
}
.sec03 .cont {
  position: relative;
  width: 930px;
  margin: 0 auto 100px;
}
.sec03 .cont:last-of-type {
  margin: 0 auto;
}
.sec03 .cont_num {
  position: absolute;
  top: -30px;
  left: 20px;
  width: 138px;
  height: 138px;
  background: #e86d22;
  font-size: 32px;
  line-height: 138px;
  text-align: center;
  color: #fff;
}
.sec03 .cont_title {
  padding: 0 0 0 200px;
  margin: 0 0 20px;
  font-size: 37px;
}
.sec03 .flexbox {
  display: flex;
}
.sec03 .cont_image {
  min-width: 403px;
  margin: 0 30px 0 0;
}
.sec03 .cont_text {
  line-height: 2;
  text-align: justify;
}
.sec03 .cont04 {
  position: relative;
  padding: 0 0 280px;
}
.sec03 .cont04 .gallery {
  position: absolute;
}
.sec03 .cont04 .gallery:nth-of-type(1) {
  z-index: 3;
  left: 20px;
  bottom: 0;
}
.sec03 .cont04 .gallery:nth-of-type(2) {
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}
.sec03 .cont04 .gallery:nth-of-type(3) {
  z-index: 1;
  right: 20px;
  bottom: 0;
}
.sec03 .cont04 .fadein01 {
  opacity: 0;
  transition: all 1s;
}
.sec03 .cont04 .fadein02 {
  opacity: 0;
  transition: all 2.5s;
}
.sec03 .cont04 .fadein03 {
  opacity: 0;
  transition: all 4s;
}
.sec03 .cont04 {
  /* 画面内に入った状態 */
}
.sec03 .cont04 .fadein01.animation {
  opacity: 1;
}
.sec03 .cont04 .fadein02.animation {
  opacity: 1;
}
.sec03 .cont04 .fadein03.animation {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding: 0 0 100px;
    background: rgba(254, 227, 62, 0.2);
  }
  .sec03 .sec_header {
    position: relative;
    padding: 150px 0 100px;
    margin: 0 0 50px;
  }
  .sec03 .sec_header:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/beginner/treatment_room.png) center/cover no-repeat;
  }
  .sec03 .sec_header .header_inner {
    position: relative;
    width: 360px;
    margin: 0 auto;
  }
  .sec03 .sec_header .header_inner .illust01 {
    position: absolute;
    left: 0;
    top: -40px;
    width: 100px;
    height: 96px;
    background: url(../images/index/lion_illust01.png) center/contain no-repeat;
  }
  .sec03 .sec_header .header_inner .illust02 {
    position: absolute;
    right: 0;
    top: -10px;
    width: 90px;
    height: 98px;
    background: url(../images/index/lion_illust02.png) center/contain no-repeat;
  }
  .sec03 .sec_header .sec_title {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    text-shadow: 2px 2px 0 #fff;
    letter-spacing: 0.1em;
  }
  .sec03 .sec_header .sec_title:before {
    content: "FLOW";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #e86d22;
  }
  .sec03 .sec_header .sec_title:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    width: 123px;
    height: 10px;
    margin: 0 auto;
    background: url(../images/beginner/arrow02.png) center/contain no-repeat;
  }
  .sec03 .cont {
    position: relative;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 80px;
    box-sizing: border-box;
  }
  .sec03 .cont:last-of-type {
    margin: 0 auto;
  }
  .sec03 .cont_num {
    position: absolute;
    top: 0px;
    left: 30px;
    width: 80px;
    height: 80px;
    background: #e86d22;
    font-size: 20px;
    line-height: 80px;
    text-align: center;
    color: #fff;
  }
  .sec03 .cont:not(:last-of-type) .cont_num {
    top: -10px;
  }
  .sec03 .cont_title {
    padding: 10px 0 0 100px;
    margin: 0 0 20px;
    font-size: 22px;
  }
  .sec03 .flexbox {
    display: block;
  }
  .sec03 .cont_image {
    min-width: auto;
    width: 403px;
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .sec03 .cont_text {
    line-height: 2;
    text-align: justify;
  }
  .sec03 .cont04 {
    position: relative;
    padding: 0 20px 55.5vw;
  }
  .sec03 .cont04 .gallery {
    position: absolute;
    width: 44%;
  }
  .sec03 .cont04 .gallery:nth-of-type(1) {
    z-index: 3;
    left: 20px;
    bottom: 0;
  }
  .sec03 .cont04 .gallery:nth-of-type(2) {
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25vw;
  }
  .sec03 .cont04 .gallery:nth-of-type(3) {
    z-index: 1;
    right: 20px;
    bottom: 0;
  }
}

.sec04 {
  padding: 100px 0;
}
.sec04 .sec_title {
  position: relative;
  margin: 0 0 60px;
  font-size: 30px;
  text-align: center;
}
.sec04 .sec_title:before {
  content: "COST";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  color: #e86d22;
}
.sec04 .sec_text {
  width: 540px;
  margin: 0 auto 70px;
}
.sec04 .table {
  width: 780px;
  margin: 0 auto;
  border: 1px solid #e86d22;
}
.sec04 .row:nth-child(2n-1) {
  background: rgba(254, 227, 62, 0.2);
}
.sec04 .thead {
  width: 32%;
  padding: 20px 0;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}
.sec04 .thead:not(:first-of-type) {
  border-left: 1px solid #c5c6c6;
}
.sec04 .tdata {
  font-size: 20px;
  text-align: center;
  border-left: 1px solid #c5c6c6;
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding: 100px 0;
  }
  .sec04 .sec_title {
    position: relative;
    margin: 0 0 50px;
    font-size: 22px;
    text-align: center;
  }
  .sec04 .sec_title:before {
    content: "COST";
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    color: #e86d22;
  }
  .sec04 .sec_text {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 30px;
    box-sizing: border-box;
  }
  .sec04 .table_wrap {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .sec04 .table {
    width: 100%;
    border: 1px solid #e86d22;
  }
  .sec04 .row:nth-child(2n-1) {
    background: rgba(254, 227, 62, 0.2);
  }
  .sec04 .thead {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
  .sec04 .thead:not(:first-of-type) {
    border-left: 1px solid #c5c6c6;
  }
  .sec04 .tdata {
    font-size: 16px;
    text-align: center;
    border-left: 1px solid #c5c6c6;
  }
}/*# sourceMappingURL=beginner02.css.map */