/*course_index*/
body.course_index .contentsHeader {
    margin-bottom: 0;
}
body.course_index .course__menu__box {
  padding: 110px 0
}
body.course_index .course__menu__box .slick-list {
  overflow: visible
}
body.course_index .course__menu__box:nth-child(even),
body.course_index .course__menu__box.course__menu__box__member:nth-child(odd) {
  background-color: #F9F6F1
}
body.course_index .course__menu__box.course__menu__box__member:nth-child(even) {
    background-color: #FFF;
}
body.course_index .course__menu__box:nth-child(even) .course__menu__box__midashi__text,
body.course_index .course__menu__box.course__menu__box__member:nth-child(odd) .course__menu__box__midashi__text {
  background-color: #F9F6F1
}
body.course_index .course__menu__box.course__menu__box__member:nth-child(even) .course__menu__box__midashi__text {
   background-color: #FFF;
}
body.course_index .course__menu__box__midashi {
  position: relative;
  width: 1100px;
  margin: 0 auto 80px;
  text-align: center
}
body.course_index .course__menu__box__midashi__text {
  position: relative;
  z-index: 2000;
  padding: 0 55px;
  background-color: #fff;
  font-family: 'Shippori Mincho', serif;
  font-size: 24px;
  font-weight: 500
}
body.course_index .course__menu__box__midashi:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #4B4439
}
body.course_index .course__menu__box__list {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
body.course_index .course__menu__box__list li {
    margin-bottom: 60px;
}
body.course_index .course__menu__box__list li:last-child {
    margin-bottom: 0;
}
body.course_index .course__menu__box__list li a {
    display: block;
    transition: 0.4s;
    border: 1px solid #DDD;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}
body.course_index .course__menu__box__list li a:hover {
    opacity: 0.8;
    border: 1px solid #B09B6D;
}
body.course_index .course__menu__box__list li img {
    display: block;
    width: 100%;
    height: auto;
}
body.course_index .course__menu__box__list li img.sp {
    display: none;
}

/*course_application*/
.mv {
    margin-bottom: 0;
}
.feature__contents__catch {
    margin-bottom: 80px;
    padding: 60px 30px;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}
.feature__contents__catch p {
    margin-bottom: 20px;
}
.feature__contents__catch p:last-of-type {
    margin-bottom: 0;
}
.course__detail {
    padding: 80px 0;
    background-color: #FBF9F2;
}
.course__detail__contents {
    width: 1000px;
    margin: 0 auto;
}
.course__detail__contents .course__detail__contents__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.course__detail__contents .course__detail__contents__list dl {
    width: calc(50% - 15px);
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}
.course__detail__contents .course__detail__contents__list dl dt {
    width: 30%;
    padding: 15px 10px;
    color: #FFF;
    background: #B09B6D;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}
.course__detail__contents .course__detail__contents__list dl dt img {
    display: block;
    width: 55px;
    height: auto;
}
.course__detail__contents .course__detail__contents__list dl dt p {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}
.course__detail__contents .course__detail__contents__list dl dd {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
}
.course__detail__contents .course__detail__contents__pattern {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}
.course__detail__contents .course__detail__contents__pattern .title {
    margin: -30px -30px 30px;
    padding: 15px;
    width: calc(100% + 60px);
    background: #B09B6D;
}
.course__detail__contents .course__detail__contents__pattern .title h3 {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    color: #FFF;
}
.course__detail__contents .course__detail__contents__pattern .title img {
    display: block;
    width: 55px;
    height: auto;
    margin: 0 auto;
}
.course__detail__contents .course__detail__contents__pattern p.explain {
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}
.course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box {
    margin: 0 0 30px;
    width: calc(50% - 15px);
}
.course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box.option {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box h4 {
    position: relative;
    margin-bottom: 20px;
    padding: 15px 10px;
    font-size: 18px;
    text-align: center;
    color: #B09B6D;
    background: #EFEBE2;
    letter-spacing: 0.2em;
}
.course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box h4 .balloon {
    position: absolute;
    top: -44px;
    left: calc(50% - 60px);
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    letter-spacing: normal;
    min-width: 120px;
    max-width: 100%;
    color: #FFF;
    font-size: 14px;
    background: #FF7600;
}
.course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box h4 .balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #FF7600;
}
.course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box h4 .balloon p {
    margin: 0;
    padding: 0;
}
.course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box.option h4 {
    width: 100%;
}
.course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box p.explain {
    margin-bottom: 20px;
}
.course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box dl {
    margin-bottom: 20px;
}
.course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box.option dl {
    width: calc(50% - 15px);
}
.course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box dl dt {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #333;
    letter-spacing: 0.2em;
}
.course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box dl dd ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box dl dd ul li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 16px;
    line-height: 1.6;
    background: #f2f2f2;
    border-radius: 5px;
}
.course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box p.or {
    margin-bottom: 25px;
    text-align: center;
    font-size: 18px;
    color: #B09B6D;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.course__detail__contents .course__detail__contents__pattern ul.disclaimer li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    line-height: 1.6;
}



.instructor__contents__list__item__sentences__text {
    font-size: 18px;
}
.flow__contents__list .slick-dots>li {
    width: calc(100% / 7);
}
.flow__contents__list__item__step__sub__num small {
    font-size: 70%;
}


/*course_1day*/
body.course_1day .course__detail__contents .course__detail__contents__list dl dd {
    flex-wrap: wrap;
}
body.course_1day .course__detail__contents .course__detail__contents__list dl {
    width: calc((100% - 30px) / 3);
}
body.course_1day .course__detail__contents .course__detail__contents__list dl.price {
    width: 100%;
}
body.course_1day .course__detail__contents .course__detail__contents__list dl dt {
    width: 110px;
}
body.course_1day .course__detail__contents .course__detail__contents__list dl dd {
    width: calc(100% - 110px);
    font-size: 17px;
}
body.course_1day .course__detail__contents .course__detail__contents__list dl.price dd {
    justify-content: space-between;
	align-items: flex-start;
}
body.course_1day .course__detail__contents .course__detail__contents__list dl.price dd .price_box {
    width: calc(50% - 7.5px);
}
body.course_1day .course__detail__contents .course__detail__contents__list dl.price dd .price_box p.price_box_tit {
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background: #B09B6D;
}
body.course_1day .course__detail__contents .course__detail__contents__list p.disclaimer {
    margin-top: 10px;
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
	text-align: left;
}
body.course_1day .course__detail__contents .course__detail__contents__list dl.schedule small {
    font-size: 14px;
}
body.course_1day .course__detail__contents .course__detail__contents__list dl.schedule p.disclaimer {
    text-align: left;
}
body.course_1day ul.price_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px dotted #DDD;
    font-size: 16px;
}
body.course_1day ul.price_list li:first-child {
    margin-right: auto;
}
body.course_1day ul.price_list li p.price_list_name {
    width: 70%;
    text-align: left;
    font-feature-settings: "palt";
}
body.course_1day ul.price_list li p.price_list_price {
    width: calc(30% - 15px);
    text-align: right;
}
body.course_1day ul.price_list li.wide p.price_list_name {
    width: auto;
}
body.course_1day ul.price_list li.wide p.price_list_price {
    width: auto;
    margin-left: 15px;
}
body.course_1day .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box dl dd ul li br {
    display: none;
}

body.course_1day .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box.option ul.price_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	width: 100%;
}
body.course_1day .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box.option ul.price_list li {
    width: calc(50% - 15px);
}
body.course_1day .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box.option ul.price_list li small {
    font-size: 14px;
}
body.course_1day .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box.option ul.price_list li:last-child p.price_list_name {
    width: 60%;
}
body.course_1day .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box.option ul.price_list li:last-child p.price_list_name br {
    display: none;
}
body.course_1day .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box.option ul.price_list li:last-child p.price_list_price {
    width: calc(40% - 15px);
}
body.course_1day .course__detail__contents .course__detail__contents__pattern ul.disclaimer li.part {
    text-indent: -2.5em;
    padding-left: 2.5em;
}
body.course_1day .course__detail__contents .course__button {
    margin-top: 40px;
}
body.course_1day .flow__contents__list .slick-dots>li {
    width: calc(100% / 7);
}
body.course_1day .flow__contents__list__item__step__sub__text {
    margin-bottom: 0;
    font-size: 26px;
}
body.course_1day .flow__contents__list__item__step__main {
    padding-top: 0;
}

/*course_freetrial*/
body.course_freetrial .mv__list__item {
    position: relative;
}
/*body.course_freetrial .course__detail__contents__list dl.schedule dd {
    display: block;
}*/
body.course_freetrial .course__detail__contents__list dl.schedule p.year {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
body.course_freetrial .course__detail__contents__list dl.schedule ul {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
body.course_freetrial .course__detail__contents__list dl.schedule ul li {
    width: calc((100% / 3) - 10px);
    margin-right: 10px;
    font-size: 14px;
}
body.course_freetrial .course__detail__contents__list dl.schedule p.lessontime {
    padding: 10px;
    text-align: center;
    font-size: 16px;
    background: #EFEBE2;
    border-radius: 5px;
}
body.course_freetrial .course__detail__contents__pattern ol.lesson_detail {
  position: relative;
  margin: 0;
  padding: 0 10px 0 6px;
  list-style: none;
  font-weight: bold;
}
body.course_freetrial .course__detail__contents__pattern ol.lesson_detail {
    width: 100%;
    height: 240px;
    counter-reset: li;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}
body.course_freetrial .course__detail__contents__pattern ol.lesson_detail li {
    position: relative;
    max-width: 250px;
    width: 100%;
    margin: 12px 20px 10px 24px;
    padding: 0;
    line-height: 1.5;
    box-sizing: border-box;
}
body.course_freetrial .course__detail__contents__pattern ol.lesson_detail > li:before {
  position: absolute;
  font-weight: bold;
  counter-increment: li;
  content: counter(li) "";
  left: -34px;
  top: -1px;
  color: #B09B6D;
  width: 24px;
  height: 24px;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1;
  background: #EFEBE2;
  padding: 6px 0;
}
body.course_freetrial .flow__contents__list .slick-dots>li {
    width: calc(100% / 4);
}
body.course_freetrial .flow__contents__list__item__step__sub__text {
    margin-bottom: 0;
    font-size: 26px;
}
body.course_freetrial .flow__contents__list__item__step__main {
    padding-top: 0;
}
body.course_freetrial .course__detail__contents .course__detail__contents__pattern {
    margin-bottom: 40px;
}
body.course_freetrial .freetrial__line a {
    display: block;
    width: 450px;
    margin: 0 auto;
    padding: 15px 20px;
    background: #B09B6D;
    border-radius: 10px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.6;
    overflow: hidden;
    box-shadow: 0 3px #74633F;
    box-sizing: content-box;
}
body.course_freetrial .freetrial__line a:hover {
    position: relative;
    top: 3px;
    box-shadow: none;
}
body.course_freetrial .freetrial__line a .freetrial__line__main {
    margin-bottom: 10px;
    font-size: 26px;
    text-shadow: -1px -1px 0 #74633F;
} 
body.course_freetrial .freetrial__line a .freetrial__line__sub {
    display: inline-block;
    margin: 0 auto;
    padding: 5px 20px;
    font-size: 15px;
    letter-spacing: 3px;
    background: #E66977;
    border-radius: 999px;
    border: 1px solid #FFF;
}



/*course_fingercamouflage*/
body.course_fingercamouflage .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box dl {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 15px;
    border: 1px solid #DDD;
    border-radius: 5px;
}
body.course_fingercamouflage .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box dl dt {
    margin: 0;
    padding: 0;
    border: none;
}
body.course_fingercamouflage .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box dl dd small {
    font-size: 14px;
}
body.course_fingercamouflage .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box p.disclaimer {
    margin-top: 20px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    line-height: 1.6;
}
body.course_fingercamouflage .course__detail__contents .course__detail__contents__list p.disclaimer {
    margin-top: 10px;
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
}
body.course_fingercamouflage .course__detail__contents .course__detail__contents__list dl.price dd {
    flex-wrap: wrap;
}
body.course_fingercamouflage ul.price_list {
    width: 100%;
}
body.course_fingercamouflage ul.price_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px dotted #DDD;
    font-size: 16px;
}
body.course_fingercamouflage ul.price_list li:first-child {
    padding-top: 0;
}
body.course_fingercamouflage ul.price_list li p.price_list_name {
    width: 70%;
    text-align: left;
    font-feature-settings: "palt";
}
body.course_fingercamouflage ul.price_list li p.price_list_price {
    width: calc(30% - 15px);
    text-align: right;
}

body.course_fingercamouflage .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box .seminarprogram {
    margin-top: 20px;
    padding: 15px;
    border-radius: 5px;
    background: #f2f2f2;
}
body.course_fingercamouflage .course__detail__contents .course__detail__contents__pattern ul.disclaimer {
    width: 100%;
    padding-top: 20px;
    border-top: 1px dotted #DDD;
}

body.course_fingercamouflage .seminarprogram h5 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}
body.course_fingercamouflage .seminarprogram ol {
    width: 100%;
    height: 210px;
    counter-reset: li;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}
body.course_fingercamouflage .seminarprogram ol li {
    position: relative;
    max-width: 200px;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 10px 0 40px;
    line-height: 1.5;
    box-sizing: border-box;
}
body.course_fingercamouflage .seminarprogram ol  > li:before {
  position: absolute;
  counter-increment: li;
  content: counter(li) "";
  left: 0;
  top: -1px;
  color: #FFF;
  width: 24px;
  height: 24px;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1;
  background: #B09B6D;
  padding: 4px 0;
}
body.course_fingercamouflage .instructor__contents__list__item__image {
    width: 440px;
    height: 317px;
}
body.course_fingercamouflage .instructor__contents__list__item__sentences {
    width: 460px;
}
body.course_fingercamouflage .flow__contents__list .slick-dots>li {
    width: calc(100% / 7);
}
body.course_fingercamouflage .flow__contents__list__item__step__sub__text {
    margin-bottom: 0;
    font-size: 26px;
}
body.course_fingercamouflage .flow__contents__list__item__step__main {
    padding-top: 0;
}
body.course_fingercamouflage .feature__contents__list__item:nth-child(1) .feature__contents__list__item__image {
    margin-right: 60px;
}
body.course_fingercamouflage .feature__contents__list__item:nth-child(4) .feature__contents__list__item__image {
    margin-left: 60px;
}
body.course_fingercamouflage .feature__contents__list__item:nth-child(1) .feature__contents__list__item__sentences,
body.course_fingercamouflage .feature__contents__list__item:nth-child(4) .feature__contents__list__item__sentences {
    width: 590px;
}

/*course_dryneedle*/
body.course_dryneedle .feature__contents__list__item:nth-child(odd) .feature__contents__list__item__image {
    margin-right: 80px;
}
body.course_dryneedle .feature__contents__list__item__sentences {
    width: 570px;
}
body.course_dryneedle .midashi__title br.sp {
    display: none;
}
body.course_dryneedle .hikaku_top {
    margin-top: 100px;
}
body.course_dryneedle .hikaku_top h2 {
    padding-top: 67px;
    margin-bottom: 60px;
}
body.course_dryneedle .hikaku_top h2 .midashi__title__main {
    font-size: 24px;
}
body.course_dryneedle table.hikaku {
    margin: 60px auto 0;
    width: 100%;
    border-top: 1px solid #E3DBCB;
    border-left: 1px solid #E3DBCB;
    font-family: 'Shippori Mincho', serif;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}
body.course_dryneedle table.hikaku br.sp {
    display: none;
}
body.course_dryneedle table.hikaku th,
body.course_dryneedle table.hikaku td {
    padding: 15px;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #E3DBCB;
    border-bottom: 1px solid #E3DBCB;
}
body.course_dryneedle table.hikaku th {
    background: #B09B6D;
    color: #FFF;
    font-weight: bold;
}
body.course_dryneedle table.hikaku tbody th {
    background: #BEAC86;
    color: #FFF;
    font-weight: bold;
}
body.course_dryneedle table.hikaku td {
    background: #FBF9F2;
    color: #B09B6D;
}
body.course_dryneedle table.hikaku td.part2 {
    padding: 10px 15px 15px;
    width: 35%;
    line-height: 1.2;
}
body.course_dryneedle table.hikaku td.part2 span {
    font-size: 50px;
    font-family: 'Stick', sans-serif;
}
body.course_dryneedle .course__detail__contents .course__detail__contents__list p.disclaimer {
    margin-top: 10px;
    font-size: 13px;
    text-indent: -1em;
    padding-left: 1em;
}
body.course_dryneedle .course__detail__contents .course__detail__contents__list dl.price dd {
    flex-wrap: wrap;
}
body.course_dryneedle ul.price_list {
    width: 100%;
}
body.course_dryneedle ul.price_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px dotted #DDD;
    font-size: 16px;
}
body.course_dryneedle ul.price_list li:first-child {
    padding-top: 0;
}
body.course_dryneedle ul.price_list li p.price_list_name {
    width: 60%;
    text-align: left;
    font-feature-settings: "palt";
}
body.course_dryneedle ul.price_list li p.price_list_price {
    width: calc(40% - 15px);
    text-align: right;
    line-height: 1.2;
}
body.course_dryneedle ul.price_list li p.price_list_price small {
    font-size: 12px;
}
body.course_dryneedle .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 15px;
    border: 1px solid #CCC;
    border-radius: 3px;
}
body.course_dryneedle .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box dl dt {
    margin: 0;
    padding: 0;
    border: none;
}
body.course_dryneedle .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box dl dd small {
    font-size: 12px;
}
body.course_dryneedle #support .midashi__title-1line {
    margin-bottom: 130px;
}
body.course_dryneedle .support__contents__list__item {
    width: 530px;
    padding-top: 200px;
}
body.course_dryneedle .support__contents__list__item:before {
    width: 529px;
}
body.course_dryneedle .support__contents__list__item__midashi__num {
    margin-right: 0;
}
body.course_dryneedle .support__contents__list__item__image {
    top: -43px;
}
body.course_dryneedle .support__contents__list__item__image__pic {
    width: 420px;
    height: auto;
    border-radius: 10px;
}
body.course_dryneedle .support__contents__list__item__sentences__text {
    text-align: center;
    font-size: 16px;
}
body.course_dryneedle .flow__contents__list .slick-dots>li {
    width: calc(100% / 5);
}
body.course_dryneedle .flow__contents__list__item__step__sub__text {
    margin-bottom: 0;
    font-size: 26px;
}
body.course_dryneedle .flow__contents__list__item__step__main {
    padding-top: 0;
}

/*course_dentist*/
body.course_dentist .feature__contents__list__item__sentences {
    width: 580px;
}
body.course_dentist .feature__contents__list__item:nth-child(odd) .feature__contents__list__item__image {
    margin-right: 70px;
}
body.course_dentist .feature__contents__list__item:nth-child(even) .feature__contents__list__item__image {
    margin-left: 70px;
}
body.course_dentist .course__detail__contents .course__detail__contents__list p.disclaimer {
    margin-top: 10px;
    font-size: 13px;
    text-indent: -1em;
    padding-left: 1em;
}
body.course_dentist .course__detail__contents .course__detail__contents__list dl.price dd {
    flex-wrap: wrap;
}
body.course_dentist .course__detail__contents .course__detail__contents__list dl.price ul.disclaimer {
    margin-top: 10px;
}
body.course_dentist .course__detail__contents .course__detail__contents__list dl.price ul.disclaimer li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
    text-align: left;
}
body.course_dentist ul.price_list {
    width: 100%;
}
body.course_dentist ul.price_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px dotted #DDD;
    font-size: 16px;
}
body.course_dentist ul.price_list li:first-child {
    padding-top: 0;
}
body.course_dentist ul.price_list li p.price_list_name {
    width: 70%;
    text-align: left;
    font-feature-settings: "palt";
}
body.course_dentist ul.price_list li p.price_list_price {
    width: calc(30% - 15px);
    text-align: right;
}
body.course_dentist .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 15px;
    border: 1px solid #CCC;
    border-radius: 3px;
}
body.course_dentist .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box dl dt {
    margin: 0;
    padding: 0;
    border: none;
}
body.course_dentist .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box dl dd small {
    font-size: 12px;
}
body.course_dentist .flow__contents__list .slick-dots>li {
    width: calc(100% / 7);
}

/*course_application*/
body.course_application ul.price_list {
    width: 100%;
}
body.course_application ul.price_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px dotted #DDD;
    font-size: 16px;
}
body.course_application ul.price_list li:first-child {
    padding-top: 0;
}
body.course_application ul.price_list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
body.course_application ul.price_list li p.price_list_name {
    width: 50%;
    text-align: left;
    font-feature-settings: "palt";
}
body.course_application ul.price_list li p.price_list_price {
    width: calc(50% - 15px);
    text-align: right;
    line-height: 1.2;
}
body.course_application .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box .option__group {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid #DDD;
    border-radius: 10px;
}
body.course_application .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box .option__group:last-child,
body.course_application .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box .option__group dl {
    margin-bottom: 0;
}
body.course_application .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box .option__group dl dd ul li:only-child {
    width: 100%;
}
body.course_application .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box p.explain br {
    display: none;
}
body.course_application .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box p.explain small {
    font-size: 80%;
}
body.course_application .course__detail__contents .course__detail__contents__pattern ul.disclaimer li.part {
    text-indent: -2.5em;
    padding-left: 2.5em;
}

/*course_strokeeyebrow*/
body.course_strokeeyebrow .course__detail__contents .course__detail__contents__list dl dd {
    flex-wrap: wrap;
}
body.course_strokeeyebrow .course__detail__contents .course__detail__contents__list dl {
    width: calc((100% - 30px) / 3);
}
body.course_strokeeyebrow .course__detail__contents .course__detail__contents__list dl.program,
body.course_strokeeyebrow .course__detail__contents .course__detail__contents__list dl.price {
    width: 100%;
}
body.course_strokeeyebrow .course__detail__contents .course__detail__contents__list dl dt {
    width: 110px;
}
body.course_strokeeyebrow .course__detail__contents .course__detail__contents__list dl dd {
    width: calc(100% - 110px);
    font-size: 17px;
}
body.course_strokeeyebrow .course__detail__contents .course__detail__contents__list dl.price dd {
    display: block;
}
body.course_strokeeyebrow .course__detail__contents .course__detail__contents__list dl.price dd .price_box {
    width: calc(50% - 7.5px);
}
body.course_strokeeyebrow .course__detail__contents .course__detail__contents__list dl.price dd p.price_box_tit {
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background: #B09B6D;
}
body.course_strokeeyebrow .course__detail__contents .course__detail__contents__list dl.program ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
body.course_strokeeyebrow .course__detail__contents .course__detail__contents__list dl.program ul li {
    width: calc((100% - 10px) / 3);
    margin-bottom: 5px;
    padding: 15px 10px;
    text-align: center;
    font-size: 16px;
    background: #EFEBE2;
    border-radius: 5px;
}
body.course_strokeeyebrow .course__detail__contents .course__detail__contents__list dl.program dd {
    padding-bottom: 10px;
}
body.course_strokeeyebrow .course__detail__contents .course__detail__contents__list ul.disclaimer {
    margin-top: 10px;
}
body.course_strokeeyebrow .course__detail__contents .course__detail__contents__list p.disclaimer,
body.course_strokeeyebrow .course__detail__contents .course__detail__contents__list ul.disclaimer li {
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
}
body.course_strokeeyebrow .course__detail__contents .course__detail__contents__list ul.disclaimer li.part {
    text-indent: -2.5em;
    padding-left: 2.5em;
}
body.course_strokeeyebrow .course__detail__contents .course__detail__contents__list dl.schedule small {
    font-size: 14px;
}
body.course_strokeeyebrow .course__detail__contents .course__detail__contents__list dl.schedule p.disclaimer {
    text-align: left;
}
body.course_strokeeyebrow ul.price_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px dotted #DDD;
    font-size: 16px;
}
body.course_strokeeyebrow ul.price_list li:first-child {
    margin-right: auto;
}
body.course_strokeeyebrow ul.price_list li p.price_list_name {
    width: 75%;
    text-align: left;
    font-feature-settings: "palt";
}
body.course_strokeeyebrow ul.price_list li p.price_list_price {
    width: calc(25% - 15px);
    text-align: right;
}
body.course_strokeeyebrow ul.price_list li p.price_list_price small {
    font-size: 80%;
}
body.course_strokeeyebrow .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box dl dd ul li br {
    display: none;
}

body.course_strokeeyebrow .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box.option ul.price_list {
	width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
body.course_strokeeyebrow .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box.option ul.price_list li {
    width: calc(50% - 15px);
}
body.course_strokeeyebrow .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box.option ul.price_list li small {
    font-size: 14px;
}
body.course_strokeeyebrow .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box.option ul.price_list li:last-child p.price_list_name br {
    display: none;
}
body.course_strokeeyebrow .course__detail__contents .course__detail__contents__pattern ul.disclaimer li.part {
    text-indent: -2.5em;
    padding-left: 2.5em;
}
body.course_strokeeyebrow p.tectype {
    padding: 30px 20px;
    border: 1px solid #B09B6D;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #B09B6D;
}
body.course_strokeeyebrow .flow__contents__list .slick-dots>li {
    width: calc(100% / 8);
}
body.course_strokeeyebrow .flow__contents__list__item__step__sub__text {
    margin-bottom: 0;
    font-size: 26px;
}
body.course_strokeeyebrow .flow__contents__list__item__step__main {
    padding-top: 0;
}
body.course_strokeeyebrow .feature__contents__list__item__sentences {
    width: 580px;
}
body.course_strokeeyebrow .feature__contents__list__item:nth-child(odd) .feature__contents__list__item__image {
    margin-right: 70px;
}
body.course_strokeeyebrow .feature__contents__list__item:nth-child(even) .feature__contents__list__item__image {
    margin-left: 70px;
}

/*course_sales*/
body.course_sales br.sp{
    display: none;
}
body.course_sales .feature__contents__list__item__sentences__text.method {
    padding: 20px;
    border: 1px solid #333;
}
body.course_sales .course__contents__list__item__main__sentences__header {
    flex-wrap: wrap;
}
body.course_sales .course__contents__list__item__main__sentences__header p.tokuten {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
}
body.course_sales .course__contents__list__item__main__sentences__header p.tokuten span {
    display: inline-block;
    padding: 1px 10px;
    border-radius: 9999px;
    background: #FF2700;
    color: #FFF;
    font-size: 12px;
}
body.course_sales .course__contents__list__item__main__sentences__type__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
body.course_sales .course__contents__list__item__main__sentences__type__list li {
    width: calc((100% - 30px) / 3);
}
body.course_sales .course__contents__list__item__main__sentences__type__list::after{
    content:"";
    display: block;
    width: calc((100% - 30px) / 3);
}
body.course_sales .support__contents__list__item {
    width: 1096px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    background: #FFFBE5;
}
body.course_sales .support__contents__list__item__image {
    position: static;
    width: 350px;
}
body.course_sales .support__contents__list__item__image__pic {
    width: 100%;
    height: auto;
}
body.course_sales .support__contents__list__item__text {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
body.course_sales .support__contents__list__item__text .support__contents__list__item__midashi {
    margin-bottom: 40px;
    font-size: 26px;
    color: #F35504;
}
body.course_sales .support__contents__list__item__text .support__contents__list__item__sentences__text {
    font-size: 16px;
}
body.course_sales .support__contents__list__item:before {
    width: 1094px;
}
body.course_sales .voice {
    padding: 80px 0;
}
body.course_sales .voice .voice__contents {
    width: 1000px;
    margin: 0 auto;
}
body.course_sales .flow__contents__list .slick-dots>li {
    width: calc(100% / 4);
}
body.course_sales .instructor__contents__list__item:nth-child(odd) .instructor__contents__list__item__image {
    margin-right: 40px;
}
body.course_sales .instructor__contents__list__item__sentences {
    width: 725px;
    padding: 50px 25px;
}
body.course_sales .feature__contents__list__item__sentences {
    width: 570px;
}
body.course_sales .feature__contents__list__item:nth-child(odd) .feature__contents__list__item__image {
    margin-right: 80px;
}
body.course_sales .feature__contents__list__item:nth-child(even) .feature__contents__list__item__image {
    margin-left: 80px;
}

/*course_lip*/
body.course_lip .course__detail__contents .course__detail__contents__list dl dd {
    flex-wrap: wrap;
}
body.course_lip .course__detail__contents .course__detail__contents__list dl {
    width: calc((100% - 30px) / 3);
}
body.course_lip .course__detail__contents .course__detail__contents__list dl.program,
body.course_lip .course__detail__contents .course__detail__contents__list dl.price {
    width: 100%;
}
body.course_lip .course__detail__contents .course__detail__contents__list dl dt {
    width: 110px;
}
body.course_lip .course__detail__contents .course__detail__contents__list dl dd {
    width: calc(100% - 110px);
    font-size: 17px;
}
body.course_lip .course__detail__contents .course__detail__contents__list dl.price dd {
    display: block;
}
body.course_lip .course__detail__contents .course__detail__contents__list dl.price dd .price_box {
    width: calc(50% - 7.5px);
}
body.course_lip .course__detail__contents .course__detail__contents__list dl.price dd p.price_box_tit {
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background: #B09B6D;
}
body.course_lip .course__detail__contents .course__detail__contents__list dl.program ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
body.course_lip .course__detail__contents .course__detail__contents__list dl.program ul li {
    width: calc((100% - 10px) / 3);
    margin-bottom: 5px;
    padding: 15px 10px;
    text-align: center;
    font-size: 16px;
    background: #EFEBE2;
    border-radius: 5px;
}
body.course_lip .course__detail__contents .course__detail__contents__list dl.program dd {
    padding-bottom: 10px;
}
body.course_lip .course__detail__contents .course__detail__contents__list ul.disclaimer {
    margin-top: 10px;
}
body.course_lip .course__detail__contents .course__detail__contents__list p.disclaimer,
body.course_lip .course__detail__contents .course__detail__contents__list ul.disclaimer li {
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
}
body.course_lip .course__detail__contents .course__detail__contents__list ul.disclaimer li.part {
    text-indent: -2.5em;
    padding-left: 2.5em;
}
body.course_lip .course__detail__contents .course__detail__contents__list dl.schedule small {
    font-size: 14px;
}
body.course_lip .course__detail__contents .course__detail__contents__list dl.schedule p.disclaimer {
    text-align: left;
}
body.course_lip ul.price_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px dotted #DDD;
    font-size: 16px;
}
body.course_lip ul.price_list li:first-child {
    margin-right: auto;
}
body.course_lip ul.price_list li p.price_list_name {
    width: 75%;
    text-align: left;
    font-feature-settings: "palt";
}
body.course_lip ul.price_list li p.price_list_price {
    width: calc(25% - 15px);
    text-align: right;
}
body.course_lip ul.price_list li p.price_list_price small {
    font-size: 80%;
}
body.course_lip .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box dl dd ul li br {
    display: none;
}

body.course_lip .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box.option ul.price_list {
	width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
body.course_lip .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box.option ul.price_list li {
    width: calc(50% - 15px);
}
body.course_lip .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box.option ul.price_list li small {
    font-size: 14px;
}
body.course_lip .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box.option ul.price_list li:last-child p.price_list_name br {
    display: none;
}
body.course_lip .course__detail__contents .course__detail__contents__pattern ul.disclaimer li.part {
    text-indent: -2.5em;
    padding-left: 2.5em;
}
body.course_lip p.tectype {
    padding: 30px 20px;
    border: 1px solid #B09B6D;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #B09B6D;
}
body.course_lip .flow__contents__list .slick-dots>li {
    width: calc(100% / 8);
}
body.course_lip .flow__contents__list__item__step__sub__text {
    margin-bottom: 0;
    font-size: 26px;
}
body.course_lip .flow__contents__list__item__step__main {
    padding-top: 0;
}
body.course_lip .feature__contents__list__item__sentences {
    width: 580px;
}
body.course_lip .feature__contents__list__item:nth-child(odd) .feature__contents__list__item__image {
    margin-right: 70px;
}
body.course_lip .feature__contents__list__item:nth-child(even) .feature__contents__list__item__image {
    margin-left: 70px;
}

/*course_powdereyebrow*/
body.course_powdereyebrow .course__detail__contents .course__detail__contents__list dl dd {
    flex-wrap: wrap;
}
body.course_powdereyebrow .course__detail__contents .course__detail__contents__list dl {
    width: calc((100% - 30px) / 3);
}
body.course_powdereyebrow .course__detail__contents .course__detail__contents__list dl.program,
body.course_powdereyebrow .course__detail__contents .course__detail__contents__list dl.price {
    width: 100%;
}
body.course_powdereyebrow .course__detail__contents .course__detail__contents__list dl dt {
    width: 110px;
}
body.course_powdereyebrow .course__detail__contents .course__detail__contents__list dl dd {
    width: calc(100% - 110px);
    font-size: 17px;
}
body.course_powdereyebrow .course__detail__contents .course__detail__contents__list dl.price dd {
    display: block;
}
body.course_powdereyebrow .course__detail__contents .course__detail__contents__list dl.price dd .price_box {
    width: calc(50% - 7.5px);
}
body.course_powdereyebrow .course__detail__contents .course__detail__contents__list dl.price dd p.price_box_tit {
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background: #B09B6D;
}
body.course_powdereyebrow .course__detail__contents .course__detail__contents__list dl.program ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
body.course_powdereyebrow .course__detail__contents .course__detail__contents__list dl.program ul li {
    width: calc((100% - 10px) / 3);
    margin-bottom: 5px;
    padding: 15px 10px;
    text-align: center;
    font-size: 16px;
    background: #EFEBE2;
    border-radius: 5px;
}
body.course_powdereyebrow .course__detail__contents .course__detail__contents__list dl.program dd {
    padding-bottom: 10px;
}
body.course_powdereyebrow .course__detail__contents .course__detail__contents__list ul.disclaimer {
    margin-top: 10px;
}
body.course_powdereyebrow .course__detail__contents .course__detail__contents__list p.disclaimer,
body.course_powdereyebrow .course__detail__contents .course__detail__contents__list ul.disclaimer li {
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
}
body.course_powdereyebrow .course__detail__contents .course__detail__contents__list ul.disclaimer li.part {
    text-indent: -2.5em;
    padding-left: 2.5em;
}
body.course_powdereyebrow .course__detail__contents .course__detail__contents__list dl.schedule small {
    font-size: 14px;
}
body.course_powdereyebrow .course__detail__contents .course__detail__contents__list dl.schedule p.disclaimer {
    text-align: left;
}
body.course_powdereyebrow ul.price_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px dotted #DDD;
    font-size: 16px;
}
body.course_powdereyebrow ul.price_list li:first-child {
    margin-right: auto;
}
body.course_powdereyebrow ul.price_list li p.price_list_name {
    width: 75%;
    text-align: left;
    font-feature-settings: "palt";
}
body.course_powdereyebrow ul.price_list li p.price_list_price {
    width: calc(25% - 15px);
    text-align: right;
}
body.course_powdereyebrow ul.price_list li p.price_list_price small {
    font-size: 80%;
}
body.course_powdereyebrow .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box dl dd ul li br {
    display: none;
}

body.course_powdereyebrow .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box.option ul.price_list {
	width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
body.course_powdereyebrow .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box.option ul.price_list li {
    width: calc(50% - 15px);
}
body.course_powdereyebrow .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box.option ul.price_list li small {
    font-size: 14px;
}
body.course_powdereyebrow .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box.option ul.price_list li:last-child p.price_list_name br {
    display: none;
}
body.course_powdereyebrow .course__detail__contents .course__detail__contents__pattern ul.disclaimer li.part {
    text-indent: -2.5em;
    padding-left: 2.5em;
}
body.course_powdereyebrow p.tectype {
    padding: 30px 20px;
    border: 1px solid #B09B6D;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #B09B6D;
}
body.course_powdereyebrow .flow__contents__list .slick-dots>li {
    width: calc(100% / 8);
}
body.course_powdereyebrow .flow__contents__list__item__step__sub__text {
    margin-bottom: 0;
    font-size: 26px;
}
body.course_powdereyebrow .flow__contents__list__item__step__main {
    padding-top: 0;
}
body.course_powdereyebrow .feature__contents__list__item__sentences {
    width: 580px;
}
body.course_powdereyebrow .feature__contents__list__item:nth-child(odd) .feature__contents__list__item__image {
    margin-right: 70px;
}
body.course_powdereyebrow .feature__contents__list__item:nth-child(even) .feature__contents__list__item__image {
    margin-left: 70px;
}

/*course_eyeline*/
body.course_eyeline .course__detail__contents .course__detail__contents__list dl dd {
    flex-wrap: wrap;
}
body.course_eyeline .course__detail__contents .course__detail__contents__list dl {
    width: calc((100% - 30px) / 3);
}
body.course_eyeline .course__detail__contents .course__detail__contents__list dl.program,
body.course_eyeline .course__detail__contents .course__detail__contents__list dl.price {
    width: 100%;
}
body.course_eyeline .course__detail__contents .course__detail__contents__list dl dt {
    width: 110px;
}
body.course_eyeline .course__detail__contents .course__detail__contents__list dl dd {
    width: calc(100% - 110px);
    font-size: 17px;
}
body.course_eyeline .course__detail__contents .course__detail__contents__list dl.price dd {
    display: block;
}
body.course_eyeline .course__detail__contents .course__detail__contents__list dl.price dd .price_box {
    width: calc(50% - 7.5px);
}
body.course_eyeline .course__detail__contents .course__detail__contents__list dl.price dd p.price_box_tit {
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background: #B09B6D;
}
body.course_eyeline .course__detail__contents .course__detail__contents__list dl.program ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
body.course_eyeline .course__detail__contents .course__detail__contents__list dl.program ul li {
    width: calc((100% - 10px) / 3);
    margin-bottom: 5px;
    padding: 15px 10px;
    text-align: center;
    font-size: 16px;
    background: #EFEBE2;
    border-radius: 5px;
}
body.course_eyeline .course__detail__contents .course__detail__contents__list dl.program dd {
    padding-bottom: 10px;
}
body.course_eyeline .course__detail__contents .course__detail__contents__list ul.disclaimer {
    margin-top: 10px;
}
body.course_eyeline .course__detail__contents .course__detail__contents__list p.disclaimer,
body.course_eyeline .course__detail__contents .course__detail__contents__list ul.disclaimer li {
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
}
body.course_eyeline .course__detail__contents .course__detail__contents__list ul.disclaimer li.part {
    text-indent: -2.5em;
    padding-left: 2.5em;
}
body.course_eyeline .course__detail__contents .course__detail__contents__list dl.schedule small {
    font-size: 14px;
}
body.course_eyeline .course__detail__contents .course__detail__contents__list dl.schedule p.disclaimer {
    text-align: left;
}
body.course_eyeline ul.price_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px dotted #DDD;
    font-size: 16px;
}
body.course_eyeline ul.price_list li:first-child {
    margin-right: auto;
}
body.course_eyeline ul.price_list li p.price_list_name {
    width: 75%;
    text-align: left;
    font-feature-settings: "palt";
}
body.course_eyeline ul.price_list li p.price_list_price {
    width: calc(25% - 15px);
    text-align: right;
}
body.course_eyeline ul.price_list li p.price_list_price small {
    font-size: 80%;
}
body.course_eyeline .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box dl dd ul li br {
    display: none;
}

body.course_eyeline .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box.option ul.price_list {
	width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
body.course_eyeline .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box.option ul.price_list li {
    width: calc(50% - 15px);
}
body.course_eyeline .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box.option ul.price_list li small {
    font-size: 14px;
}
body.course_eyeline .course__detail__contents .course__detail__contents__pattern .course__detail__contents__pattern__box.option ul.price_list li:last-child p.price_list_name br {
    display: none;
}
body.course_eyeline .course__detail__contents .course__detail__contents__pattern ul.disclaimer li.part {
    text-indent: -2.5em;
    padding-left: 2.5em;
}
body.course_eyeline p.tectype {
    padding: 30px 20px;
    border: 1px solid #B09B6D;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #B09B6D;
}
body.course_eyeline .flow__contents__list .slick-dots>li {
    width: calc(100% / 8);
}
body.course_eyeline .flow__contents__list__item__step__sub__text {
    margin-bottom: 0;
    font-size: 26px;
}
body.course_eyeline .flow__contents__list__item__step__main {
    padding-top: 0;
}
body.course_eyeline .feature__contents__list__item__sentences {
    width: 580px;
}
body.course_eyeline .feature__contents__list__item:nth-child(odd) .feature__contents__list__item__image {
    margin-right: 70px;
}
body.course_eyeline .feature__contents__list__item:nth-child(even) .feature__contents__list__item__image {
    margin-left: 70px;
}

/*course_chromatology*/
body.course_chromatology .support__contents__list {
	flex-wrap: wrap;
}
body.course_chromatology .support__contents__list__item__image__pic {
	border: 1px solid #f2f2f2;
	border-radius: 10px;
}
body.course_chromatology .support__contents__list__item:nth-child(n+4) {
	margin-top: 100px;
}
body.course_chromatology .flow__contents__list .slick-dots>li {
    width: calc(100% / 8);
}
body.course_chromatology .flow__contents__list__item__step__sub__text {
    margin-bottom: 0;
    font-size: 26px;
}
body.course_chromatology .flow__contents__list__item__step__main {
    padding-top: 0;
}
