.container {
  width: 1120px;
  margin: 0 auto;
}
.container h1, .container h2, .container h3, .container h4, .container h5 {
  color: #000;
}

em, strong, small {
  font-style: normal;
}

p {
  line-height: 1.5;
}

img {
  max-width: 100%;
}

#mv {
  width: 100% !important;
  margin: 0;
  padding: 0;
  background-color: #000;
}
#mv .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#mv h1 {
  text-align: center;
}
#mv h1 em {
  display: block;
  font-weight: 600;
  font-size: 29px;
  color: #BBA171;
}
#mv h1 strong {
  display: block;
  margin-top: 8px;
  font-weight: 600;
  font-size: 36px;
  color: #fff;
}

#top .top_txt p {
  margin: 40px auto 70px;
  padding: 25px 0 30px;
  font-size: 26px;
  border: 1px solid #707070;
  text-align: center;
}
#top .top_movie {
  margin-top: 70px;
}
#top .flex {
  display: flex;
  justify-content: space-between;
}
#top .flex_txt,
#top .flex_img {
  width: calc((100% - 22px) / 2);
}
#top .flex_txt h2 {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.4;
}
#top .flex_txt p {
  padding-top: 28px;
  font-size: 18px;
  line-height: 1.8;
}
#top .btn_wrapper {
  margin-top: 40px;
}
#top .btn_wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 316px;
  height: 68px;
  color: #fff;
  background-color: #9F9592;
  background-image: url(../img/icon_arrow.webp);
  background-repeat: no-repeat;
  background-size: 31px 7px;
  background-position: right 14px center;
  font-weight: 700;
  font-size: 18px;
  border-radius: 18px;
  text-decoration: unset;
  transition: 0.3s;
}
#top .btn_wrapper a:hover {
  opacity: 0.8;
}

.list ul {
  display: flex;
  justify-content: space-between;
}
.list li {
  width: calc((100% - 66px) / 4);
}
.list li .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 263px;
  height: 58px;
  background-color: #000;
}
.list li .ttl h3 {
  font-size: 18px;
  color: #BBA171;
  text-align: center;
}
.list li .ttl h3 small {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  color: #fff;
}
.list li .img {
  position: relative;
  background-color: #F0F0F0;
}
.list li .img .img_txt {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  font-weight: 500;
  font-size: 11px;
  padding-bottom: 2px;
  text-align: center;
}
.list .price_wrapper {
  margin-top: 5px;
}
.list .price_wrapper .select {
  display: flex;
}
.list .price_wrapper .select span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 8px) / 3);
  height: 28px;
  background-color: #BEBEBE;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  transition: 0.3s;
}
.list .price_wrapper .select span.active {
  background-color: #000;
  color: #fff;
  pointer-events: none;
}
.list .price_wrapper .select span:hover {
  opacity: 0.8;
}
.list .price_wrapper .select span + span {
  margin-left: 4px;
}
.list .price_txt {
  width: 100%;
  min-height: 47px;
  background-color: #000;
}
.list .price_txt .price_select {
  display: none;
}
.list .price_txt .price_select.active {
  display: block;
}
.list .price_txt .flex {
  display: flex;
  align-items: center;
  min-height: 47px;
}
.list .price_txt .price01,
.list .price_txt .price02 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.list .price_txt .price01 {
  width: calc(100% - 108px);
  font-family: "din-2014";
  font-weight: 600;
  font-size: 32px;
  color: #BBA171;
}
.list .price_txt .price02 {
  position: relative;
  width: 108px;
  color: #fff;
}
.list .price_txt .price02 em {
  display: block;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
}
.list .price_txt .price02 small {
  display: block;
  font-weight: 500;
  font-size: 9px;
  text-align: center;
}
.list .price_txt .price02 .price {
  display: block;
  font-family: "din-2014";
  font-weight: 600;
  font-size: 21px;
  text-align: center;
}
.list .price_txt .price02:before {
  display: block;
  position: absolute;
  top: calc(50% - 14px);
  left: 0;
  width: 1px;
  height: 28px;
  background-color: #fff;
  content: "";
}
.list .price_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-weight: 500;
  font-size: 12px;
  background-color: #E8E8E8;
}
.list .notes_txt {
  margin-top: 13px;
}
.list .notes_txt p {
  font-size: 10px;
}
.list h2 {
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  color: #000;
}
.list .hide {
  display: none;
}

#list01 ul {
  margin-top: 80px;
}
#list01 li .img {
  height: 264px;
}
#list01 li .img img {
  width: 264px;
}

#list02 {
  margin-top: 67px;
}
#list02 ul {
  margin-top: 33px;
}
#list02 li .img {
  height: 263px;
}
#list02 li .ttl {
  background-color: #053650;
}
#list02 li .ttl h3 {
  font-size: 16px;
}
#list02 .price_wrapper .select span.active {
  background-color: #053650;
}
#list02 .price_txt {
  background-color: #053650;
}

#list03 {
  margin-top: 67px;
}
#list03 ul {
  margin-top: 33px;
}
#list03 li .img {
  height: 263px;
}
#modal_wrapper {
  display: none;
  position: relative;
  z-index: 1000;
}
#modal_wrapper #modal_container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#modal_wrapper #modal_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
}
#modal_wrapper #modal_inner {
  position: relative;
  width: 960px;
  max-width: 90vw;
  max-height: 90vh;
  padding: 195px 100px;
  overflow-y: auto;
  background-color: #fff;
  z-index: 20;
}
#modal_wrapper #modal_close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
#modal_wrapper #modal_close:hover {
  opacity: 0.8;
}
#modal_wrapper #modal_close img {
  width: 100%;
}

.modal_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background-color: #888;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.modal_btn:hover {
  opacity: 0.8;
}

#modal_txt {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8;
}

#counseling_btn01 {
  margin-top: 60px;
}

#counseling_btn02 {
  margin-top: 40px;
}

.counseling_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 100px;
  margin: 0 auto;
  padding-right: 10px;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  background-color: #BBA171;
  border-radius: 18px;
  background-image: url(../img/icon_arrow.webp);
  background-repeat: no-repeat;
  background-size: 45px 9px;
  background-position: right 27px center;
  text-decoration: unset !important;
  transition: 0.3s;
}
.counseling_btn a:hover {
  opacity: 0.8;
}
.counseling_btn a:visited {
  color: #fff;
  text-decoration: unset;
}
.counseling_btn a:link {
  color: #fff;
  text-decoration: unset;
}

.bnr_wrapper a {
  display: block;
  transition: 0.3s;
}
.bnr_wrapper a:hover {
  opacity: 0.8;
}
.bnr_wrapper img {
  width: 100%;
}

#bnr01 {
  margin-top: 80px;
}

#hb_clinic {
  margin-top: 80px;
}

#about li h3,
#point li h3 {
  margin-top: 20px;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #000;
}
#about li h3 sup,
#point li h3 sup {
  position: relative;
  top: 1px;
  margin-left: 3px;
  font-size: 15px;
}

#payment h2,
#payment02 h2,
#plan h2,
#pain_relief h2,
#difference02 h2,
#difference h2,
#about h2,
#step h2,
#point h2 {
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  color: #000;
}
#payment h2 em,
#payment02 h2 em,
#plan h2 em,
#pain_relief h2 em,
#difference02 h2 em,
#difference h2 em,
#about h2 em,
#step h2 em,
#point h2 em {
  display: block;
  margin-bottom: 20px;
  font-size: 34px;
}

#about ul,
#step ul,
#point ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
#about li,
#step li,
#point li {
  width: calc((100% - 46px) / 3);
}
#about li:nth-child(3n+2), #about li:nth-child(3n+3),
#step li:nth-child(3n+2),
#step li:nth-child(3n+3),
#point li:nth-child(3n+2),
#point li:nth-child(3n+3) {
  margin-left: 23px;
}
#about li:nth-child(n+4),
#step li:nth-child(n+4),
#point li:nth-child(n+4) {
  margin-top: 40px;
}
#about li p,
#step li p,
#point li p {
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}
#about li .img img,
#step li .img img,
#point li .img img {
  display: block;
  width: 100%;
}

#about {
  margin-top: 67px;
}

#step {
  margin-top: 60px;
}
#step li h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 9px;
  padding-bottom: 3px;
  width: 100%;
  height: 47px;
  background-image: url(../img/icon_ttl.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
}

.flex_col2 {
  margin-top: 34px;
}
.flex_col2 ul {
  display: flex;
  justify-content: space-between;
}
.flex_col2 li {
  width: calc((100% - 22px) / 2);
}

#difference {
  margin-top: 53px;
}
#difference li h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 76px;
  font-weight: 600;
  font-size: 26px;
}
#difference li:first-child h3 {
  background-color: #5C5655;
  color: #fff;
}
#difference li:nth-child(2) h3 {
  background-color: #BBA171;
  color: #000;
}
#difference li .txt {
  padding: 22px 34px;
  border: 1px solid #000;
}
#difference li .txt p {
  font-size: 16px;
  line-height: 1.8;
}

#point {
  margin-top: 70px;
}

#difference02 {
  margin-top: 74px;
}
#difference02 .img {
  margin-top: 30px;
}

#pain_relief {
  margin-top: 74px;
}

#quality,
#pain_relief {
  margin-top: 74px;
}
#quality .ttl,
#pain_relief .ttl {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.4;
}
#quality p,
#pain_relief p {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.8;
}

#plan {
  margin-top: 80px;
}
#plan .container {
  padding: 41px 143px 67px;
  background-color: #F0F0F0;
}
#plan p {
  margin-top: 29px;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}
#plan a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 100px;
  margin: 50px auto 0;
  padding-right: 10px;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  background-color: #000;
  border-radius: 18px;
  background-image: url(../img/icon_arrow.webp);
  background-repeat: no-repeat;
  background-size: 45px 9px;
  background-position: right 27px center;
  text-decoration: unset !important;
  transition: 0.3s;
}
#plan a:hover {
  opacity: 0.8;
}

#quality {
  margin-top: 80px;
}

#payment {
  margin-top: 71px;
}
#payment ul {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
}
#payment li {
  width: calc((100% - 78px) / 3);
  padding: 19px 29px 21px;
  background-color: #F0F0F0;
  min-height: 394px;
}
#payment h3 {
  margin-top: 15px;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}
#payment p {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.8;
}
#payment .icon img {
  display: block;
  height: 90px;
  margin: 0 auto;
}

#payment02 {
  margin-top: 73px;
}
#payment02 .txt {
  margin-top: 34px;
  padding: 25px 36px 48px;
  background-color: #F0F0F0;
}
#payment02 .txt p {
  font-size: 12px;
  line-height: 1.7;
}

#bnr02 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
  #mv .container {
    height: unset;
    aspect-ratio: 750/518;
  }
  #mv h1 em {
    font-size: 4.8vw;
  }
  #mv h1 strong {
    margin-top: 1.0666vw;
    font-size: 5.8666vw;
  }
  #top {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  #top .top_txt p {
    margin: 8.6666vw auto 9.4666vw;
    padding: 4vw 2.5333vw 3.7333vw;
    font-size: 3.3333vw;
  }
  #top .top_movie {
    margin-top: 9.4666vw;
  }
  #top .flex {
    display: block;
  }
  #top .flex_txt,
  #top .flex_img {
    width: 100%;
  }
  #top .flex_txt h2 {
    font-size: 5.3333vw;
    text-align: center;
  }
  #top .flex_txt p {
    padding-top: 2.1333vw;
    font-size: 3.2vw;
  }
  #top .flex_txt img {
    margin-top: 4.4vw;
  }
  #top .btn_wrapper {
    margin-top: 2vw;
  }
  #top .btn_wrapper a {
    width: 72vw;
    height: 14.8vw;
    margin: 0 auto;
    background-size: 6.6666vw 1.3333vw;
    background-position: right 4vw center;
    font-size: 3.4666vw;
    border-radius: 2.4vw;
  }
  .list ul {
    display: block;
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .list li {
    width: 100%;
  }
  .list li .ttl {
    width: 100%;
    height: 16.1333vw;
  }
  .list li .ttl h3 {
    font-size: 5.0666vw;
  }
  .list li .ttl h3 small {
    margin-top: 0.9333vw;
    font-weight: 400;
    font-size: 3.2vw;
  }
  .list li .img img {
    width: 100% !important;
  }
  .list li .img {
    position: relative;
    background-color: #F0F0F0;
  }
  .list li .img .img_txt {
    font-size: 2.9333vw;
    padding-right: 4vw;
    padding-bottom: 0.8vw;
    text-align: right;
  }
  .list li + li {
    margin-top: 8vw;
  }
  .list .price_wrapper {
    margin-top: 2.6666vw;
  }
  .list .price_wrapper .select {
    display: flex;
  }
  .list .price_wrapper .select span {
    width: calc((100% - 3.2vw) / 3);
    height: 8.9333vw;
    font-size: 4.5333vw;
    border-radius: 2.1333vw 2.1333vw 0 0;
  }
  .list .price_wrapper .select span + span {
    margin-left: 1.6vw;
  }
  .list .price_txt {
    min-height: 16.5333vw;
  }
  .list .price_txt .flex {
    min-height: 16.5333vw;
  }
  .list .price_txt .price01 {
    width: calc(100% - 38.13333333vw);
    font-size: 11.4666vw;
    color: #BBA171;
  }
  .list .price_txt .price02 {
    width: 38.13333333vw;
  }
  .list .price_txt .price02 em {
    font-size: 3.2vw;
  }
  .list .price_txt .price02 small {
    font-size: 3.2vw;
  }
  .list .price_txt .price02 .price {
    font-size: 7.6vw;
  }
  .list .price_txt .price02:before {
    top: calc(50% - 5vw);
    width: 1px;
    height: 10vw;
  }
  .list .price_bottom {
    height: 10.6666vw;
    font-size: 3.4666vw;
  }
  .list h2 {
    font-size: 5.3333vw;
  }
  .acc_wrapper dt {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 10.6666vw;
    font-weight: 600;
    font-size: 3.4666vw;
    background-color: #888888;
    color: #fff;
    cursor: pointer;
  }
  .acc_wrapper dt span {
    display: block;
    position: absolute;
    top: 50%;
    right: 3.6vw;
    transform: translateY(-50%);
    width: 3.4666vw;
    height: 3.4666vw;
  }
  .acc_wrapper dt span:before, .acc_wrapper dt span:after {
    position: absolute;
    top: calc(50% - 1px);
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
  }
  .acc_wrapper dt span:after {
    transform: rotate(90deg);
    transition: 0.3s;
  }
  .acc_wrapper dt.active span:after {
    transform: rotate(0deg);
  }
  .acc_wrapper dd {
    display: none;
    padding-top: 2.9333vw;
    font-size: 2.6666vw;
    line-height: 1.7;
  }
  #list01 ul {
    margin-top: 10.6666vw;
  }
  #list01 li .img {
    height: unset;
  }
  #list01 li .img img {
    width: unset;
  }
  #list02 {
    margin-top: 9.4666vw;
  }
  #list02 ul {
    margin-top: 5.0666vw;
  }
  #list02 li .img {
    height: unset;
  }
  #list02 li:nth-child(1) .img, #list02 li:nth-child(2) .img, #list02 li:nth-child(3) .img {
    padding-top: 3.8666vw;
  }
  #list02 li .ttl h3 {
    font-size: 5.0666vw;
  }
  #list02 .price_wrapper .select span.active {
    background-color: #053650;
  }
  #list02 .price_txt {
    background-color: #053650;
  }
  #list03 {
    margin-top: 9.6vw;
  }
  #list03 ul {
    margin-top: 4.5333vw;
  }
  #list03 li .img {
    height: unset;
  }
  #list03 li:nth-child(1) .img {
    padding-top: 3.8666vw;
    padding-bottom: 5.2vw;
  }
  #list03 li:nth-child(2) .img, #list03 li:nth-child(3) .img {
    padding-top: 3.8666vw;
    padding-bottom: 3.8666vw;
  }
  #counseling_btn01 {
    margin-top: 10.6666vw;
  }
  #counseling_btn02 {
    margin-top: 8.6666vw;
  }
  .counseling_btn a {
    width: 72vw;
    height: 14.8vw;
    margin: 0 auto;
    background-size: 6.6666vw 1.3333vw;
    background-position: right 4vw center;
    font-size: 3.4666vw;
    border-radius: 2.4vw;
  }
  #bnr01 {
    margin-top: 10.6666vw;
    padding-right: 4vw;
    padding-left: 4vw;
  }
  #hb_clinic {
    margin-top: 9.3333vw;
  }
  #about li h3,
  #point li h3 {
    margin-top: 3.3333vw;
    font-size: 4.5333vw;
  }
  #about li h3 sup,
  #point li h3 sup {
    top: 1px;
    margin-left: 0.4vw;
    font-size: 2.6666vw;
  }
  #counseling_btn_sp01 {
    margin-top: 8.6666vw;
  }
  #payment h2,
  #payment02 h2,
  #plan h2,
  #pain_relief h2,
  #difference02 h2,
  #difference h2,
  #about h2,
  #step h2,
  #point h2 {
    font-size: 5.3333vw;
    line-height: 1.3;
  }
  #payment h2 em,
  #payment02 h2 em,
  #plan h2 em,
  #pain_relief h2 em,
  #difference02 h2 em,
  #difference h2 em,
  #about h2 em,
  #step h2 em,
  #point h2 em {
    margin-bottom: 1.3333vw;
    font-size: 4vw;
  }
  #about ul,
  #step ul,
  #point ul {
    display: block;
    margin-top: 4.2666vw;
  }
  #about li,
  #step li,
  #point li {
    width: 100%;
  }
  #about li:nth-child(3n+2), #about li:nth-child(3n+3),
  #step li:nth-child(3n+2),
  #step li:nth-child(3n+3),
  #point li:nth-child(3n+2),
  #point li:nth-child(3n+3) {
    margin-left: 0;
  }
  #about li:nth-child(n+4),
  #step li:nth-child(n+4),
  #point li:nth-child(n+4) {
    margin-top: 6.2666vw;
  }
  #about li:nth-child(n+2),
  #step li:nth-child(n+2),
  #point li:nth-child(n+2) {
    margin-top: 6.2666vw;
  }
  #about li p,
  #step li p,
  #point li p {
    margin-top: 1.8666vw;
    font-size: 3.2vw;
  }
  #about li .img img,
  #step li .img img,
  #point li .img img {
    display: block;
    width: 100%;
  }
  #about {
    margin-top: 9.3333vw;
    padding-right: 4vw;
    padding-left: 4vw;
  }
  #step {
    margin-top: 9.3333vw;
    padding-right: 4vw;
    padding-left: 4vw;
  }
  #step ul {
    display: flex;
    justify-content: space-between;
  }
  #step li {
    width: calc((100% - 4vw) / 2);
  }
  #step li:nth-child(2) {
    margin-top: 0;
  }
  #step li:nth-child(1) h3 {
    padding-right: 1.3333vw;
  }
  #step li h3 {
    margin-top: 1.7333vw;
    padding-bottom: 0.4vw;
    width: 100%;
    height: 5.8666vw;
    background-image: url(../img/icon_ttl_sp.webp);
    font-size: 3.2vw;
  }
  #step li p {
    line-height: 1.6;
    font-size: 2.9333vw;
  }
  .flex_col2 {
    margin-top: 4.2666vw;
  }
  .flex_col2 ul {
    display: block;
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .flex_col2 li {
    width: 100%;
  }
  .flex_col2 li + li {
    margin-top: 4.6666vw;
  }
  #difference {
    margin-top: 7.4666vw;
  }
  #difference li h3 {
    height: 12.8vw;
    font-size: 4.2666vw;
  }
  #difference li .txt {
    padding: 3.6vw 5.7333vw 3.8666vw;
  }
  #difference li .txt p {
    font-size: 3.2vw;
    line-height: 1.8;
  }
  #point {
    margin-top: 9.3333vw;
  }
  #point ul {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  #difference02 {
    margin-top: 9.6vw;
  }
  #difference02 .img {
    margin-top: 0;
  }
  #quality,
  #pain_relief {
    margin-top: 5.0666vw;
  }
  #quality .ttl,
  #pain_relief .ttl {
    margin-top: 2.5333vw;
    font-size: 5.3333vw;
    line-height: 1.4;
  }
  #quality p,
  #pain_relief p {
    margin-top: 2.8vw;
    font-size: 3.2vw;
    line-height: 1.8;
  }
  #pain_relief {
    margin-top: 5.0666vw;
  }
  #pain_relief .flex_col2 {
    margin-top: 0;
  }
  #pain_relief .flex_col2 ul {
    display: flex;
    flex-direction: column-reverse;
  }
  #plan {
    margin-top: 8.9333vw;
    padding-right: 4vw;
    padding-left: 4vw;
  }
  #plan .container {
    padding: 4vw 4vw 10.1333vw;
  }
  #plan p {
    margin-top: 3.2vw;
    font-size: 3.2vw;
    line-height: 1.7;
  }
  #plan a {
    width: 72vw;
    height: 14.8vw;
    margin: 5.2vw auto 0;
    background-size: 6.6666vw 1.3333vw;
    background-position: right 4vw center;
    font-size: 3.4666vw;
    border-radius: 2.4vw;
  }
  #quality {
    margin-top: 9.3333vw;
  }
  #quality h2 {
    text-align: center;
    margin-bottom: 4vw;
  }
  #payment {
    margin-top: 7.8666vw;
  }
  #payment ul {
    display: block;
    margin-top: 4.4vw;
    padding-right: 4vw;
    padding-left: 4vw;
  }
  #payment li {
    width: 100%;
    padding: 4.9333vw 4vw 5.7333vw;
    min-height: unset;
  }
  #payment li + li {
    margin-top: 4vw;
  }
  #payment h3 {
    margin-top: 5.0666vw;
    font-weight: 600;
    font-size: 5.0666vw;
    text-align: center;
  }
  #payment p {
    margin-top: 3.7333vw;
    font-size: 3.2vw;
    line-height: 1.8;
  }
  #payment .icon img {
    height: 23.7333vw;
  }
  #payment02 {
    margin-top: 7.0666vw;
    padding-right: 4vw;
    padding-left: 4vw;
  }
  #payment02 .txt {
    margin-top: 4.1333vw;
    padding: 4.2666vw 4vw 4vw;
  }
  #payment02 .txt p {
    font-size: 3.2vw;
    line-height: 1.7;
  }
  #bnr02 {
    margin-top: 11.0666vw;
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .for_pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .for_sp {
    display: none !important;
  }
}
#bnr_top {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  #bnr_top {
    margin-top: 9.4666vw;
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
#counseling_btn_add01 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #counseling_btn_add01 {
    margin-top: 8.6666vw;
  }
}
#counseling_btn_add02 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #counseling_btn_add02 {
    margin-top: 8.6666vw;
  }
}
#counseling_btn_add03 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #counseling_btn_add03 {
    margin-top: 8.6666vw;
  }
}
#point video {
  display: block;
  width: 100%;
}
#point .video {
  width: 100%;
}
#point .video,
#point .img {
  min-height: 222px;
}

@media screen and (max-width: 767px) {
  #point .video,
  #point .img {
    min-height: unset;
  }
}/*# sourceMappingURL=ega-channel.css.map */