@charset "UTF-8";
#system_page .inner_block {
  padding-bottom: 60px;
}

#system_page .left {
    width: 100%;
    text-align: center;
}

#system_page .left .course {
  position: relative;
  width: 390px;
  float: left;
  -webkit-box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.09);
          box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.09);
}

#system_page .left .course:nth-child(odd) {
  margin-right: 20px;
}

#system_page .left .course:not(:nth-child(-n+2)) {
  margin-top: 20px;
}

#system_page .left .course p:last-child {
  position: absolute;
  z-index: 2;
  bottom: -20px;
  left: -19px;
}

#system_page .left .notes {
    position: relative;
    margin-top: 60px;
}

#system_page .left .notes .body {
    width: 760px;
    background-color: #fff;
    padding: 20px;
    margin: 0 auto;
}

#system_page .left .notes p:nth-of-type(1) {
    font-size: 26px;
    color: #25292f;
    text-align: center;
    padding: 10px;
}

#system_page .left .notes p:not(:first-child) {
  padding-top: 10px;
}

#system_page .left .notes ul {
  padding-top: 20px;
  padding-bottom: 35px;
}

#system_page .left .notes ul li {
  position: relative;
  margin-top: 8px;
  padding-left: 1.5em;
}

#system_page .left .notes ul li:before {
  content: "♦";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#system_page .left .notes ul li:first-child {
  margin-top: 0;
}

#system_page .left .notes span {
  position: absolute;
  display: block;
  top: -65px;
  right: -40px;
}

#system_page h2 {
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    background-color: #E3CDAC;
    margin-bottom: 20px;
    margin-right: 25px;
}

#system_page .lead {
    width: 770px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.6;
    background-color: #eee;
    padding: 15px;
    margin-right: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
}

#system_page .inner_block {
  padding-bottom: 60px;
}

#system_page .left {
  width: 100%;
}

#system_page .left .course_a {
    background-color: #ddeefe;
    width: 800px;
}
#system_page .left .course_b {
    background-color: #fedde5;
    width: 800px;
}
#system_page .left .course_c {
    background-color: #FFF7DE;
    width: 800px;
}

#system_page .left .details {
    margin-top: 20px;
    padding: 20px;
}

#system_page .left .price {
  float: left;
}

#system_page .left .price .body {
  position: relative;
  width: 380px;
  height: 457px;
  padding-top: 15px;
  padding-bottom: 65px;
  background-color: #f6f6f6;
  -webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.22);
          box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.22);
}

#system_page .left .price .body p {
  position: absolute;
}

#system_page .left .price .body p:nth-of-type(1) {
  top: -20px;
  left: -30px;
}

#system_page .left .price .body p:nth-of-type(2) {
  bottom: -35px;
  left: -15px;
}

#system_page .left .price table {
    width: 315px;
    font-size: 18px;
    margin: 0 auto;
    font-weight: bold;
}

#system_page .left .price tr {
  border-bottom: 1px solid #e3ba69;
}
#system_page .left .price tr:nth-child(1) th ,
#system_page .left .price tr:nth-child(3) th {
    color: #316bcc;
    font-weight: bold;
}

#system_page .left .course_b .price tr {
  border-bottom: 1px solid #ecb9cc;
}

#system_page .left .course_b .price tr:nth-child(1) th ,
#system_page .left .course_b .price tr:nth-child(3) th {
    color: #c12d83;
    font-weight: bold;
}

#system_page .left .course_c .price tr {
  border-bottom: 1px solid #f3ce92;
}

#system_page .left .course_c .price tr:nth-child(1) th ,
#system_page .left .course_c .price tr:nth-child(3) th {
    color: #be7d15;
    font-weight: bold;
}

#system_page .left .price tr:nth-child(2) {
  border-bottom: none;
}

#system_page .left .price tr:nth-child(2) th,
#system_page .left .price tr:nth-child(2) td {
    /*padding-bottom: 20px;*/

}

#system_page .left .price th {
  width: 58%;
  padding: 10px;
}

#system_page .left .price td {
  width: 42%;
  text-align: right;
  padding: 10px;
}

#system_page .left .image {
  width: 380px;
  float: left;
}

#system_page .left .image img {
  width: 100%;
}

#system_page .left h3 {
    height: 40px;
    line-height: 40px;
    color: #25292f;
    font-size: 18px;
    padding-left: 50px;
    background-image: url(../images/course_heart.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 40px;
    margin-bottom: 10px;
}

#system_page .left .play {
  margin-top: 60px;
}

#system_page .left .play p {
  padding-top: 15px;
}

#system_page .left .play p:nth-of-type(1) {
  font-size: 20px;
}

#system_page .left .play p:nth-of-type(2) {
  font-size: 22px;
  font-weight: bold;
}

#system_page .left .play ul {
  margin-top: 20px;
  margin-left: 2em;
}

#system_page .left .play ul li {
  position: relative;
  font-size: 20px;
  margin-top: 8px;
}

#system_page .left .play ul li:before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: -1.5em;
}

#system_page .left .play ul li:first-child {
  margin-top: 0;
}

#system_page .left .option {
    padding: 20px;
    width: 760px;
}

#system_page .left .option table {
    font-size: 15px;
    margin: 0;
    width: 100%;
}

#system_page .left .option table td {
    width: 12%;
    padding: 15px 10px;
    border: 1px solid #e3ba69;
    position: relative;
    font-size: 14px;
}
#system_page .left .option table td span {
    position: absolute;
    top: 32px;
    right: 9px;
    color: red;
    font-size: 12px;
    font-weight: bold;
}

#system_page .left .course_b .option table td {
    border: 1px solid #ecb9cc;
}
#system_page .left .course_c .option table td {
    border: 1px solid #f3ce92;
}


#system_page .left .option table td:nth-of-type(odd) {
    background-color: #f5f8fc;
    width: 38%;
}

#system_page .left .course_b .option table td:nth-of-type(odd) {
    background-color: #fcf5f8;
    width: 38%;
}
#system_page .left .course_c .option table td:nth-of-type(odd) {
    background-color: #fdf7ee;
    width: 38%;
}

#system_page .left .option table td:nth-of-type(even) {
  text-align: right;
  background-color: #ffffff;
  padding: 10px;
}

#system_page .left .option p {
    position: relative;
    font-size: 16px;
    margin-left: 22px;
    margin-top: 8px;
}

#system_page .left .option p:before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: -1.5em;
}

#system_page .right {
  width: 255px;
}

#system_page .right .link_btn li {
  margin-left: -5px;
  margin-bottom: 10px;
}

#system_page .right .mobile {
  padding: 5px 0;
  background-color: #fff1da;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #bda786;
}

#system_page .right .mobile h5 {
  text-align: center;
}

#system_page .right .mobile p {
  width: 230px;
  margin: 0 auto;
}

#system_page .right .mobile p:nth-of-type(1) {
  text-align: center;
  padding: 15px 0;
}

#system_page .right .mobile p a {
  color: #fa6487;
  text-decoration: underline;
}
#system_page .course_link a:hover {
  opacity: .75;
}

#system_page .left .price th span {
    font-size: 12px;
    position: absolute;
    top: 108px;
    right: 165px;
    color: #999;
}
#system_page .left .course_c .price th span {
    top: 93px;
}

/* 店名変更に伴うシステムページ追加用 */
.inside_frame {
    width: 100%;
}
.system_select {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.system_select p {
    /*width: 33.33333%;
    width : calc(100% / 3);*/
    width: 50%;
}
.system_select p:hover {
    opacity:0.6;
}
.system_select img {
    max-width: 100%;
    height: auto;
}
.esthetic_select {
    margin-top: 20px;
}
.esthetic_select p:hover {
    opacity:0.6;
}
.esthetic_select img {
    max-width: 100%;
    height: auto;
}
.recommended_sentences {
    margin: 20px 0;
    padding: 30px 40px 30px 54px;
    border: 2px solid rgba(185, 204, 236, 1);
    border-radius: 4px;
    background-color: #ffffff;
}
.recommended_sentences ul {
    list-style: disc;
}
.recommended_sentences li {
    padding-left: 0.2em;
}
.recommended_sentences li:not(:nth-of-type(1)) {
    padding-top: 0.5em;
}
.introduction_text span {
}
.vertical_spacing {
    margin-top: 20px;
}
.course_menu {
    margin-top: 20px;
}
.course_menu .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    padding-left: 1em;
    margin-bottom: 20px;
    background-color: #eee;
}
.txt_red {
    color: #FF5A3F;
}
.txt_red2 {
    color: #FF0000;
}
.course_list {
    margin-top: 20px;
}
.course_list.list_row {
    display: flex;
    flex-wrap: wrap;
}
.course_list.list_row div {
    width: 32.5%;
    display: flex;
    flex-direction: column;
}
.course_list.list_row div:nth-of-type(3n-1) {
    margin: 0 1%;
}
.course_list.list_row div:nth-of-type(n+4) {
    margin-top: 10px;
}
.course_list.list_row div p {
    padding: 10px;
    background-color: #eee;
}
.course_list.list_row div ul {
    font-size: 16px;
    border: 4px solid #F5F8FC;
    padding: 5px;
    flex-grow: 1;
    background-color: #ffffff;
}
.course_list.list_row div li:nth-of-type(2) {
    color: #FF5A3F;
    padding-top: 5px;
}
.course_list.list_row div li:nth-of-type(3) {
    padding-top: 10px;
}
.course_list.list_column div {
    display: flex;
}
.course_list.list_column p {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.course_list.list_column p:nth-of-type(1) {
    background-color: #eee;
}
.course_list.list_column p:nth-of-type(2) {
    font-size: 16px;
    border: 4px solid #F5F8FC;
    background-color: #ffffff;
}
.course_list.list_column p:nth-of-type(2) span {
    display: contents;
}
.price_block {
    padding: 40px 20px;
    margin-top: 20px;
}
.price_block img{
    max-width: 100%;
    height: auto;
}
.price_block.campaign_17 {
    background-color: #f3eade;
}
.price_block.campaign_trainee {
    background-color: #FEDDE5;
}
.price_block .price_list {
    width: 92%;
    margin: 20px auto 0;
}
.price_block .price_list table {
    width: 100%;
}
.price_block .price_list tr {
    background-color: #ffffff;
}
.price_block.campaign_17 .price_list tr:nth-of-type(odd) {
    background-color: #faf6f1;
}
.price_block.campaign_17 .price_list tr:nth-of-type(3) {
    background-color: #FFFBB3;
}
.price_block.campaign_trainee .price_list tr:nth-of-type(odd) {
    background-color: #FCF5F8;
}
.price_block.campaign_trainee .price_list tr:nth-of-type(2) {
    background-color: #FFFBB3;
}
.price_block .price_list td {
    font-size: 24px;
    text-align: right;
    padding: 10px 0;
}
.price_block .price_list td:nth-of-type(1) {
    width: 12%;
}
.price_block .price_list td:nth-of-type(2) {
    width: 16%;
}
.price_block .price_list td:nth-of-type(3) {
    width: 8%;
}
.price_block .price_list td:nth-of-type(4) {
    width: 10%;
    font-size: 20px;
    color: #ff0000;
}
.price_block .price_list td:nth-of-type(5) {
    width: 16%;
    color: #ff0000;
}
.price_block .price_list td:nth-of-type(6) {
    width: 38%;
    font-size: 16px;
    color: #757575;
    padding-right: 4%;
}
.price_block .price_list p {
    margin-top: 5px;
}
.price_block .price_option {
    margin-top: 40px;
}
.price_block .price_option p:nth-of-type(1) {
    font-weight: bold;
}
.price_block .price_option p:not(:nth-of-type(1)) {
    margin-top: 5px;
}
.price_block .price_option table {
    width: 100%;
    margin-top: 10px;
}
.price_block .price_option td {
    padding: 15px 8px;
    background-color: #ffffff;
}
.price_block.campaign_17 .price_option td {
    border: 1px solid #efd8a9;
}
.price_block.campaign_trainee .price_option td {
    border: 1px solid #ecb9cc;
}
.price_block .price_option td:nth-of-type(odd) {
    width: 36%;
}
.price_block.campaign_17 .price_option td:nth-of-type(odd) {
    background-color: #faf6f1;
}
.price_block.campaign_trainee .price_option td:nth-of-type(odd) {
    background-color: #fcf5f8;
}
.price_block .price_option td:nth-of-type(even) {
    width: 14%;
    text-align: right;
    font-size: 16px;
}
.price_block .price_option .popularity {
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    padding: 2px 8px 0;
    margin-left: 0.5em;
    background-color: #ff0000;
    border-radius: 12px;
}
.price_block .price_option .reduction {
    font-size: 12px;
    margin-left: 0.5em;
}
.price_block .last_txt {
    margin-top: 20px;
}
