@charset "UTF-8";
figure {
  margin: 0;
}

@media screen and (min-width: 769px), print {
  .sp {
    display: none !important;
  }
  .tbl_shop {
    width: 100%;
    border-right: solid 1px #c9c9c9;
    border-top: solid 1px #c9c9c9;
    margin: 28px 0 20px;
  }
  .tbl_shop .tbl_row {
    display: table;
    width: 100%;
  }
  .tbl_shop .tbl_row > * {
    display: table-cell;
    vertical-align: middle;
    vertical-align: middle;
    border-left: solid 1px #c9c9c9;
    border-bottom: solid 1px #c9c9c9;
    background: #fff;
  }
  .tbl_shop .tbl_row .tbl_title {
    background: #daf6ff;
    color: #2178bb;
    text-align: center;
    vertical-align: top;
    padding: 9px 5px;
  }
  .tbl_shop .tbl_row .tbl_content {
    line-height: 22px;
    text-align: center;
    padding: 13px 5px;
    font-size: 14px;
  }
  .tbl_shop .tbl_row > *:nth-of-type(1) {
    width: 24%;
  }
  .tbl_shop .tbl_row > *:nth-of-type(2), .tbl_shop .tbl_row > *:nth-of-type(3) {
    width: 13.5%;
  }
  .tbl_shop .tbl_row > *:nth-of-type(4) {
    width: 19%;
  }
  .tbl_shop .tbl_row > *:nth-of-type(5) {
    width: 20%;
  }
  .tbl_shop .tbl_row .tbl_sp_row .tbl_title {
    display: none;
  }
  .tbl_shop .tbl_row .tbl_sp_row:first-child {
    background: #daf6ff;
  }
  .tbl_shop .tbl_row .tbl_sp_row:first-child .tbl_content {
    color: #2178bb;
  }
  .tbl_shop .tbl_row .tbl_sp_row:last-child .tbl_content {
    text-align: left;
    padding: 13px 21px 13px 29px;
  }
  .program_list_contents {
    background: rgba(24, 125, 57, 0.1);
  }
  .program_list_contents:nth-of-type(odd) {
    background: #ffede1;
  }
  .pink_txt {
    color: #187d39;
  }
  .inner {
    width: 1100px;
    position: relative;
    margin: auto;
  }
  .ballet .inner {
    width: 1100px;
    position: relative;
  }
  .actors .inner {
    width: 1100px;
    position: relative;
  }
  .karate .inner {
    width: 1100px;
    position: relative;
  }
  .karate .indent_txt {
    font-size: 1.6em;
    margin-top: 10px;
  }
  .dance .inner {
    width: 1100px;
    position: relative;
  }
  .more_btn {
    width: 320px;
  }
  .more_btn a {
    padding: 16px 0;
    color: #fff;
    background: #187d39;
    border-radius: 3px;
  }
  .more_btn a::before {
    right: 20px;
    width: 11px;
    height: 17px;
    background: url(/common/images/arrow_white.png) no-repeat center;
    background-size: contain;
  }
  .sec_ttl {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
  }
  .section_box {
    margin-bottom: 45px;
  }
  .all_content {
    color: #000;
  }
  .all_content_lead {
    margin-bottom: 50px;
    padding: 50px 0;
    color: #464646;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    background: rgba(24, 125, 57, 0.1);
  }
  .all_content_catch {
    margin-bottom: 100px;
    background: #f7f7f7;
  }
  .all_content_catch .inner {
    min-height: 360px;
  }
  .all_content_catch figure {
    position: absolute;
    top: 0;
    left: -150px;
    width: 700px;
  }
  .all_content_catch .right_area {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 450px;
    transform: translate(0, -50%);
  }
  .all_content_catch .right_area .logo {
    margin: 2em 0 1em;
    max-width: 300px;
    width: 100%;
    height: auto;
  }
  .all_content_catch .right_area_ttl {
    padding: 0 6px;
    color: #187d39;
    font-size: 2em;
    font-weight: bold;
  }
  .all_content_catch .right_area_sub {
    margin: 30px auto 20px;
    color: #187d39;
    font-size: 1.4em;
    font-weight: bold;
  }
  .all_content_catch .right_area_sub span {
    display: block;
    font-size: 1em;
    font-weight: normal;
  }
  .all_content_catch .right_area_sub + p {
    font-size: 1em;
    line-height: 28px;
  }
  .all_content_catch .btn_area:first-of-type {
    padding-bottom: 50px;
  }
  .all_content_catch .btn_area:last-of-type {
    padding-top: 70px;
  }
  .charm {
    margin-bottom: 67px;
  }
  .charm .sec_ttl {
    margin-bottom: 56px;
  }
  .charm_list {
    padding: 30px 28px;
    background: #eee;
    overflow: hidden;
  }
  .charm_list.pickup {
    padding: 0;
    background: #fff;
  }
  .charm_list.pickup figure {
    float: left;
    width: 278px;
    height: 185px;
    text-align: center;
    overflow: hidden;
  }
  .charm_list.pickup figure img {
    height: 100%;
  }
  .charm_list.pickup .charm_list_txt {
    float: left;
    margin-left: 33px;
    width: 70%;
  }
  .charm_list.pickup p {
    font-size: 1em;
  }
  .charm_list .charm_list_txt small {
    font-size: 65%;
    margin-left: 20px;
  }
  .charm_list.pickup + .pickup {
    margin-top: 50px;
    padding-top: 50px;
    border-top: solid 1px #cdcdcd;
  }
  .charm_list_sub {
    margin-bottom: 10px;
    color: #187d39;
    font-size: 1.4em;
    font-weight: normal;
  }
  .charm_list p {
    font-size: 1.6em;
    line-height: 28px;
    letter-spacing: 0.5px;
  }
  .charm_list + .charm_list {
    margin-top: 30px;
  }
  .plan {
    margin-bottom: 70px;
    padding: 70px 0;
    color: #353535;
    background: #f7f7f7;
  }
  .plan .sec_ttl {
    color: #000;
    margin-bottom: 50px;
  }
  .plan_content_ttl {
    position: relative;
    font-size: 1.4em;
    font-weight: normal;
  }
  .plan_content_ttl small {
    font-size: 0.8em;
  }
  .plan_content_sub {
    margin-bottom: 5px;
    color: #187d39;
    font-size: 1.8em;
    font-weight: normal;
  }
  .plan_content .tbl_shop {
    position: relative;
    margin: 20px auto;
  }
  .plan_content .tbl_shop .tbl_row > :nth-of-type(2) {
    width: 25.5%;
  }
  .plan_content .tbl_shop .tbl_row > :nth-of-type(3) {
    width: 25%;
  }
  .plan_content .tbl_shop .tbl_row > :nth-of-type(4) {
    width: 13.5%;
  }
  .plan_content .tbl_shop .tbl_row .tbl_sp_row:nth-of-type(2) .tbl_content {
    text-align: left;
  }
  .plan_content .tbl_shop .tbl_row .tbl_sp_row:last-child .tbl_content {
    text-align: center;
  }
  .plan_content .tbl_shop .tbl_row_full {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 533px;
    z-index: 3;
  }
  .plan_content .tbl_shop .tbl_row_full .cell {
    position: absolute;
    bottom: 0;
    height: 99%;
    padding: 13px 5px;
    text-align: center;
    background: #fff;
    border-bottom: solid 1px #c9c9c9;
    border-left: solid 1px #c9c9c9;
  }
  .plan_content .tbl_shop .tbl_row_full .cell:nth-of-type(1) {
    right: 13%;
    width: 13.5%;
  }
  .plan_content .tbl_shop .tbl_row_full .cell:nth-of-type(2) {
    right: 0;
    width: 13%;
  }
  .plan_content .tbl_shop .tbl_row_full p {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translate(0, -50%);
  }
  .plan_content .attention_list {
    margin: 0 auto 25px;
  }
  .plan_content .attention_list li {
    position: relative;
    padding-left: 1em;
    font-size: 1.6em;
  }
  .plan_content .attention_list li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.6em;
  }
  .plan_content .info_ttl {
    margin-bottom: 15px;
  }
  .plan_content .guide_dl {
    padding-bottom: 30px;
    border-bottom: solid 1px #c9c9c9;
    overflow: hidden;
  }
  .plan_content .guide_dl dt, .plan_content .guide_dl dd {
    float: left;
    font-size: 1.6em;
  }
  .plan_content .guide_dl dt {
    width: 160px;
    padding: 7px 0;
    color: #fff;
    text-align: center;
    background: #187d39;
    border-radius: 3px;
  }
  .plan_content .guide_dl dd {
    margin-left: 20px;
  }
  .plan_content .guide_dl dd small {
    font-size: 1.4em;
  }
  .plan_content .guide_dl dd.one_row {
    padding-top: 10px;
  }
  .plan_content .guide_dl.border_none {
    padding-bottom: 20px;
    border-bottom: none;
  }
  .plan_content .guide_dl + .guide_dl {
    margin-top: 25px;
  }
  .plan_content .credit_ttl {
    margin: 30px auto 10px;
  }
  .plan_content .credit_img_wrap {
    position: relative;
  }
  .plan_content .credit_img_wrap .credit_img {
    position: absolute;
    top: -30px;
    left: 472px;
  }
  .plan_content .caution {
    margin-bottom: 70px;
    color: #ff0000;
    font-size: 1.4em;
    line-height: 24px;
  }
  .plan_content .more_btn {
    width: 348px;
    margin-bottom: 20px;
  }
  .plan_content .box-in {
    margin-bottom: 30px;
  }
  .plan_content .box-in h4 {
    margin: 20px 0 5px;
  }
  .plan_content .box-in h4.circle {
    color: #187d39;
  }
  .plan_content .box-in h4.circle:before {
    border: 5px solid #187d39;
  }
  .plan_content .box-in ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .tennis .caution {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #c9c9c9;
  }
  .tennis .border_none {
    border-bottom: none;
    margin-bottom: 40px;
  }
  .faq_content {
    margin-bottom: 100px;
  }
  .faq_content .more_btn {
    width: 100%;
    margin-top: 45px;
  }
  .faq_content .more_btn a {
    color: #353535;
    font-size: 2em;
    background: #f5f5f5;
  }
  .faq_content .more_btn a::before {
    right: 20px;
    width: 11px;
    height: 17px;
    background: url("/limb/common/images/arrow_orange.png") no-repeat center;
    background-size: contain;
  }
  .shop_content {
    background: transparent;
  }
  .top_content {
    margin: 49px 0 70px;
    padding: 35px 0 40px;
    border: 1px solid #898989;
    text-align: center;
    background: #fff;
  }
  .top_content .top_ttl {
    font-size: 5em;
    line-height: 66px;
    font-family: "Lato";
    font-weight: 900;
    text-transform: uppercase;
    color: #464646;
    letter-spacing: 1.5px;
  }
  .top_content .top_ttl span {
    font-size: 1.6em;
    line-height: 22px;
    position: relative;
    top: -2px;
    letter-spacing: 0.5px;
    font-weight: normal;
  }
  .top_content .top_quote {
    font-size: 2em;
    line-height: 30px;
    color: #187d39;
    font-weight: normal;
    padding: 32px 0 10px;
    letter-spacing: 0.5px;
  }
  .top_content .top_quote span {
    font-size: 1.6em;
    line-height: 26px;
    color: #00863a;
    letter-spacing: 0;
  }
  .top_content p {
    font-size: 1.6em;
    line-height: 30px;
    letter-spacing: 0.5px;
  }
  .top_content span {
    display: block;
  }
  .lst_merit {
    display: table;
    margin: 0 -18px;
  }
  .lst_merit .merit_box {
    width: 33.333333333%;
    display: table-cell;
    padding: 0 18px;
  }
  .lst_merit .merit_box .merit_ttl {
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 2em;
    text-transform: uppercase;
    background: #187d39;
    letter-spacing: 0.5px;
  }
  .lst_merit .merit_box .merit_sub {
    background: #cde9e7;
    color: #187d39;
    font-weight: normal;
    height: 67px;
    display: table;
    text-align: center;
    font-size: 1.8em;
    width: 100%;
  }
  .lst_merit .merit_box .merit_sub span {
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 0.5px;
    line-height: 24px;
  }
  .lst_merit .merit_box figure img {
    width: 100%;
  }
  .lst_merit .merit_box .merit_txt {
    font-size: 1.6em;
    line-height: 30px;
    padding: 12px 0 0;
  }
  .lst_btn {
    background: #eeeeee;
    margin: 71px 0 0;
  }
  .lst_btn .inner {
    padding: 50px 0;
  }
  .lst_btn .inner ul {
    /* For IE 6/7 only */
    *zoom: 1;
    margin: 0 -10px;
  }
  .lst_btn .inner ul:before {
    content: " ";
    display: table;
  }
  .lst_btn .inner ul:after {
    content: " ";
    display: table;
    clear: both;
  }
  .lst_btn .inner ul li {
    float: left;
    width: 33.3%;
    display: table;
    padding: 0 10px;
  }
  .lst_btn .inner ul li a {
    display: table-cell;
    vertical-align: middle;
    color: #fffefe;
    font-weight: bold;
    font-size: 1.8em;
    line-height: 60px;
    text-align: center;
    background: #187d39;
    position: relative;
    height: 60px;
    border-radius: 3px;
  }
  .lst_btn .inner ul li a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1528251340137);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -758px -271px;
    width: 11px;
    height: 17px;
  }
  .lst_btn.btn_bottom {
    margin: 70px 0 0;
  }
  .program_intro {
    padding: 54px 0 0;
  }
  .program_intro .pro_ttl {
    font-size: 5em;
    line-height: 66px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Lato";
    font-weight: 900;
    letter-spacing: 1px;
    padding: 0 0 44px;
  }
  .program_intro .pro_ttl span {
    display: block;
    font-weight: normal;
    font-size: 1.6em;
    line-height: 22px;
    position: relative;
    top: -2px;
  }
  .program_intro .program_box {
    /* For IE 6/7 only */
    *zoom: 1;
    padding: 33px 25px 28px 27px;
    margin: 0 0 30px;
    background: #eeeeee;
  }
  .program_intro .program_box:before {
    content: " ";
    display: table;
  }
  .program_intro .program_box:after {
    content: " ";
    display: table;
    clear: both;
  }
  .program_intro .program_box figure {
    float: left;
    width: 280px;
  }
  .program_intro .program_box dl {
    margin-left: 280px;
    padding-left: 31px;
  }
  .program_intro .program_box dl dt {
    color: #187d39;
    font-size: 2em;
    line-height: 20px;
    font-weight: normal;
    margin-left: 3px;
    padding-left: 29px;
  }
  .program_intro .program_box dl dt.circle::before {
    top: 0 !important;
    transform: translateY(0);
  }
  .program_intro .program_box dl dt span {
    font-size: 1.6em;
    padding-left: 5px;
  }
  .program_intro .program_box dl dd {
    font-size: 1.6em;
    line-height: 30px;
    padding: 12px 0 0;
    letter-spacing: 0.5px;
  }
  .program_intro .program_box.just_dl {
    padding-bottom: 24px;
  }
  .program_intro .program_box.just_dl dl {
    margin: 0;
    padding: 0;
  }
  .program_intro .program_box.just_dl dl dd {
    padding-left: 5px;
  }
  .program_intro .program_box.green {
    background: #cde9e7;
  }
  .program_intro .program_box.margin {
    margin: 0 0 40px;
  }
  .tbl_shop {
    width: 100%;
    border-right: solid 1px #c9c9c9;
    border-top: solid 1px #c9c9c9;
    margin: 28px 0 20px;
  }
  .tbl_shop .tb_row {
    display: table;
    width: 100%;
  }
  .tbl_shop.actors .tbl_row > *:nth-of-type(2), .tbl_shop.actors .tbl_row > *:nth-of-type(3) {
    width: 170px;
  }
  .tbl_shop.actors .tbl_row > *:nth-of-type(4) {
    width: 280px;
  }
  .tbl_shop.actors .tbl_row > *:nth-of-type(5), .tbl_shop.actors .tbl_row > *:nth-of-type(6) {
    width: 100px;
  }
  .tbl_shop.actors .tbl_row_full {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 365px;
    z-index: 3;
  }
  .tbl_shop.actors .tbl_row_full p {
    padding: 8px;
  }
  .tbl_shop.actors .tbl_row_full .cell {
    position: absolute;
    bottom: 0;
    height: 99%;
    padding: 13px 5px;
    text-align: center;
    background: #fff;
    border-bottom: solid 1px #c9c9c9;
    border-left: solid 1px #c9c9c9;
  }
  .tbl_shop.actors .tbl_row_full .cell:nth-of-type(1) {
    right: 486px;
    width: 174px;
    height: 282px;
    top: 0;
  }
  .tbl_shop.actors .tbl_row_full .cell:nth-of-type(2) {
    right: 203px;
    width: 285px;
    height: 282px;
    top: 0;
  }
  .tbl_shop.actors .tbl_row_full .cell:nth-of-type(3) {
    right: 103.2px;
    width: 101px;
    height: 282px;
    top: 0;
  }
  .tbl_shop.actors .tbl_row_full p {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translate(0, -50%);
  }
  .tbl_shop.karate .tbl_row > *:nth-of-type(1) {
    width: 150px;
  }
  .tbl_shop.karate .tbl_row > *:nth-of-type(2), .tbl_shop.karate .tbl_row > *:nth-of-type(3) {
    width: 170px;
  }
  .tbl_shop.karate .tbl_row > *:nth-of-type(4) {
    width: 100px;
  }
  .tbl_shop.karate .tbl_row > *:nth-of-type(5) {
    width: 200px;
  }
  .tbl_shop.karate .tbl_row_full {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 267px;
    z-index: 3;
  }
  .tbl_shop.karate .tbl_row_full .cell {
    position: absolute;
    bottom: 0;
    height: 99%;
    padding: 13px 5px;
    text-align: center;
    background: #fff;
    border-bottom: solid 1px #c9c9c9;
    border-left: solid 1px #c9c9c9;
  }
  .tbl_shop.karate .tbl_row_full .cell:nth-of-type(1) {
    right: 59.6%;
    width: 21.4%;
    height: 177.6px;
    top: 89px;
  }
  .tbl_shop.karate .tbl_row_full .cell:nth-of-type(2) {
    right: 0;
    width: 25.4%;
    height: 178px;
    top: 0;
  }
  .tbl_shop.karate .tbl_row_full .cell:nth-of-type(3) {
    right: 101.6px;
    width: 9.2%;
    height: 345px;
  }
  .tbl_shop.karate .tbl_row_full p {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translate(0, -50%);
  }
  .tbl_shop.cheer .tbl_row > *:nth-of-type(1), .tbl_shop.cheer .tbl_row > *:nth-of-type(2), .tbl_shop.cheer .tbl_row > *:nth-of-type(3), .tbl_shop.cheer .tbl_row > *:nth-of-type(4), .tbl_shop.cheer .tbl_row > *:nth-of-type(5), .tbl_shop.cheer .tbl_row > *:nth-of-type(6), .tbl_shop.cheer .tbl_row > *:nth-of-type(7) {
    width: 112px;
  }
  .tbl_shop.cheer .tbl_row_full .cell:nth-of-type(1) {
    right: 42.9%;
    width: 157px;
    height: 74px;
    top: 86.2%;
  }
  .tbl_shop.cheer .tbl_row_full .cell:nth-of-type(2) {
    right: 28.6%;
    width: 157px;
    height: 74px;
    top: 86.2%;
  }
  .tbl_shop.cheer .tbl_row_full .cell:nth-of-type(3) {
    right: 14.3%;
    width: 157px;
    height: 74px;
  }
  .tbl_shop.cheer .tbl_row_full .cell:nth-of-type(4) {
    right: 0;
    width: 157px;
    height: 74px;
  }
  .tbl_shop.cheer .tbl_row_full p {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translate(0, -50%);
  }
  .cl_red {
    color: #ff0000;
    line-height: 24px;
    padding-left: 5px;
  }
  .program_detail {
    margin: 22px 0 0;
  }
  .program_detail .pro_table dt {
    color: #187d39;
    font-size: 2em;
    line-height: 20px;
    font-weight: normal;
  }
  .program_detail .pro_table dd .tbl_shop .tbl_row > *:nth-of-type(2) {
    width: 26%;
  }
  .program_detail .pro_table dd .tbl_shop .tbl_row > *:nth-of-type(2) .tbl_content {
    text-align: left;
    padding-left: 25px;
  }
  .program_detail .pro_table dd .tbl_shop .tbl_row > *:nth-of-type(3) {
    width: 22%;
  }
  .program_detail .pro_table dd .tbl_shop .tbl_row > *:nth-of-type(4) {
    width: 14%;
  }
  .program_detail .pro_table dd .tbl_shop .tbl_row > *:last-child .tbl_content {
    text-align: center;
    padding: 8px 0;
  }
  .program_detail .pro_table dd .border_sp {
    display: none;
  }
  .program_detail .pro_table dd .border {
    border-top: solid 1px #c9c9c9;
  }
  .program_detail .pre_lst {
    padding: 18px 0 0;
  }
  .program_detail .pre_lst dt {
    font-size: 1.8em;
    margin-left: 0;
  }
  .program_detail .pre_lst dd {
    padding: 4px 0 0;
  }
  .program_detail .pre_lst dd ul li {
    font-size: 1.6em;
    line-height: 28px;
    position: relative;
    padding-left: 15px;
  }
  .program_detail .pre_lst dd ul li::before {
    content: ".";
    position: absolute;
    font-size: 25px;
    color: #000;
    left: 5px;
    top: -7px;
    display: inline-block;
  }
  .program_detail .pre_lst dd ul li.bold {
    font-weight: bold;
  }
  .program_detail .pre_lst dd .link_lst {
    margin-bottom: 12px;
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .program_detail .pre_lst dd .link_lst:before {
    content: " ";
    display: table;
  }
  .program_detail .pre_lst dd .link_lst:after {
    content: " ";
    display: table;
    clear: both;
  }
  .program_detail .pre_lst dd .link_lst li {
    float: left;
  }
  .program_detail .pre_lst dd .link_lst li::before {
    display: none;
  }
  .program_detail .pre_lst dd .link_lst li a {
    color: #00863a;
    border-bottom: 1px solid #00863a;
  }
  .program_detail .pre_lst dd .card {
    padding: 0 0 3px;
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .program_detail .pre_lst dd .card:before {
    content: " ";
    display: table;
  }
  .program_detail .pre_lst dd .card:after {
    content: " ";
    display: table;
    clear: both;
  }
  .program_detail .pre_lst dd .card li {
    float: left;
  }
  .program_detail .pre_lst dd .card li:last-child {
    position: relative;
    top: -23px;
  }
  .program_detail .pre_lst dd .card li:last-child::before {
    display: none;
  }
  .program_detail .pre_lst.first {
    padding: 4px 0 0;
  }
  .program_detail .pre_lst.last {
    padding: 5px 0 0;
  }
  .program_detail .dl_plan {
    margin: 38px 0 0;
  }
  .program_detail .dl_plan dd > div:first-child dt {
    margin-bottom: 30px;
  }
  .program_detail .dl_plan .custom {
    margin-bottom: 18px;
  }
  .program_detail .dl_plan .mr_b {
    padding-bottom: 0;
  }
  .program_detail .dl_plan .mr_b.over {
    padding-bottom: 5px;
  }
  .program_detail .dl_plan .mr_b.center {
    padding: 6px 0 0;
  }
  .actors_content .top_content {
    margin: 49px 0 0;
    padding: 0 0 42px;
  }
  .actors_content .top_content .top_quote {
    padding: 32px 0 23px;
  }
  .actors_content .program_intro {
    padding: 55px 0 0;
  }
  .actors_content .program_intro .program_box {
    padding-right: 18px;
  }
  .actors_content .program_intro .program_box dt span {
    padding-left: 15px;
  }
  .actors_content .program_intro .program_box dl {
    padding-left: 29px;
  }
  .actors_content .program_intro .program_box dl dd h4 {
    font-size: 1.8em;
  }
  .actors_content .program_intro .program_box dl dd p {
    padding: 4px 0 0;
  }
  .actors_content .program_intro .program_box.first_box dl dt {
    position: relative;
    top: -2px;
  }
  .actors_content .program_intro .program_box:nth-of-type(2) dl dd {
    padding: 14px 0 0;
  }
  .actors_content .program_intro .program_box.just_dl {
    padding: 34px 25px 25px 26px;
  }
  .actors_content .program_intro .program_box.just_dl dl {
    padding-left: 0;
  }
  .actors_content .program_intro .program_box.just_dl dl dt {
    padding-left: 31px;
    margin-left: 2px;
  }
  .actors_content .program_intro .program_box.just_dl dl dt.circle::before {
    left: 1px;
  }
  .actors_content .program_intro .program_box.just_dl dl dd {
    padding: 11px 22px 0 0;
    line-height: 30px;
  }
  .actors_content .program_intro .program_box.custom_dl {
    padding-bottom: 21px;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd {
    padding: 10px 0 0 0;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_txt {
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_txt:before {
    content: " ";
    display: table;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_txt:after {
    content: " ";
    display: table;
    clear: both;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_txt ul {
    width: 50%;
    float: left;
    line-height: 30px;
    font-size: 16px;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_txt ul li {
    color: #313131;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos {
    /* For IE 6/7 only */
    *zoom: 1;
    margin: 0 -10px;
    padding: 24px 4px 0 1px;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos:before {
    content: " ";
    display: table;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos:after {
    content: " ";
    display: table;
    clear: both;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos li {
    width: 33.333333333%;
    padding: 0 10px;
    float: left;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos li a {
    display: block;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos li a figure {
    display: block;
    float: none;
    width: 100%;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos li a p {
    font-size: 1.6em;
    line-height: 22px;
    padding: 6px 0 27px 3px;
    text-transform: uppercase;
  }
  .actors_content .program_intro .green_box {
    background: #cde9e7;
    padding: 29px 30px 20px 28px;
    margin: 0 0 30px;
  }
  .actors_content .program_intro .green_box .circle {
    color: #187d39;
  }
  .actors_content .program_intro .green_box .program_box {
    background: transparent;
    padding: 27px 0 16px 0;
    margin: 0;
  }
  .actors_content .program_intro .green_box .program_box figure {
    width: 180px;
  }
  .actors_content .program_intro .green_box .program_box dl {
    margin-left: 180px;
  }
  .actors_content .program_intro .green_box .program_box dl dt {
    color: #464646;
    font-weight: bold;
    border-bottom: 1px solid #187d39;
    padding-left: 0;
    position: relative;
    top: -4px;
    margin-left: 0;
    padding-bottom: 17px;
  }
  .actors_content .program_intro .green_box .program_box dl dd {
    padding: 10px 0 0;
  }
  .actors_content .program_intro .green_box .program_box dl dd h4 {
    font-size: 1.8em;
  }
  .actors_content .program_intro .green_box .program_box dl dd p {
    font-size: 1.6em;
    line-height: 22px;
    padding-top: 2px;
  }
  .actors_content .program_intro .green_box .program_box:last-child {
    padding-top: 22px;
  }
  .actors_content .program_intro .green_box .program_box:last-child dl dd {
    padding: 11px 0 0;
  }
  .actors_content .program_intro .green_box .program_box:last-child dl dd h4 {
    line-height: 28px;
  }
  .actors_content .program_intro .green_box .program_box:last-child dl dd p {
    padding-top: 4px;
  }
  .actors_content .btn_bottom li {
    margin: 0 auto;
    float: none !important;
    width: 330px !important;
    display: inline-grid !important;
  }
  .actors_content .lst_btn .inner ul {
    text-align: center;
  }
  #other li a:hover::after {
    bottom: 3px;
  }
  #other li a:hover figure {
    opacity: 0.7;
    transition: opacity 0.35s ease;
  }
  .tbl_shop .tbl_row .tbl_content {
    line-height: 26px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
  }
  .tbl_shop .tbl_row .tbl_content.three {
    height: 84px;
  }
  .tbl_shop .tbl_row .colspan .tbl_content {
    border-bottom: solid 1px #c9c9c9;
    overflow: hidden;
  }
  .tbl_shop .tbl_row .colspan .tbl_content:last-child {
    border-bottom: none;
  }
  .tbl_shop .tbl_row > *:nth-of-type(1) {
    width: 265px;
  }
  .tbl_shop .tbl_row > *:nth-of-type(2) {
    width: 225px;
  }
  .tbl_shop .tbl_row > *:nth-of-type(3) {
    width: 245px;
  }
  .tbl_shop .tbl_row > *:nth-of-type(4) {
    width: 140px;
  }
  .tbl_shop .tbl_row .tbl_sp_row:last-child .tbl_content {
    text-align: center;
    padding: 5px;
  }
  .tbl_shop.dance_school .all {
    border-bottom: none !important;
  }
  .tbl_shop.dance_school .all .tbl_content {
    position: relative;
    top: 60px;
  }
  .tbl_shop.dance_school .border_none {
    border-bottom: none;
  }
  .tbl_shop.dance_school .tbl_row > *:not(:nth-of-type(n+4)) .tbl_content {
    line-height: 50px;
  }
  .tbl_shop.kids_ballet .all {
    border-bottom: none !important;
  }
  .tbl_shop.kids_ballet .all .tbl_content {
    position: relative;
    top: 15px;
  }
  .tbl_shop.actors .tbl_row > *:nth-of-type(2), .tbl_shop.actors .tbl_row > *:nth-of-type(3) {
    width: 170px;
  }
  .tbl_shop.actors .tbl_row > *:nth-of-type(4) {
    width: 280px;
  }
  .tbl_shop.actors .tbl_row > *:nth-of-type(5), .tbl_shop.actors .tbl_row > *:nth-of-type(6) {
    width: 100px;
  }
  .tbl_shop.actors .four {
    height: 170px;
  }
  .indent_txt {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 15px;
    position: relative;
    clear: both;
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .pc {
    display: none !important;
  }
  .tbl_shop .colspan .tbl_content {
    display: none;
  }
  .tbl_shop .tbl_row_colspan_1 .colspan p:nth-of-type(2) {
    display: block;
  }
  .tbl_shop .tbl_row_colspan_2 .colspan p:nth-of-type(3) {
    display: block;
  }
  .tbl_shop .tbl_row_colspan_3 .colspan p:nth-of-type(4) {
    display: block;
  }
  .tbl_shop .tbl_row_colspan_4 .colspan p:nth-of-type(5) {
    display: block;
  }
  .tbl_shop .tbl_row_colspan_5 .colspan p:nth-of-type(6) {
    display: block;
  }
  .tbl_shop .tbl_row_colspan_6 .colspan p:nth-of-type(7) {
    display: block;
  }
  .tbl_shop .tbl_row_colspan_7 .colspan p:nth-of-type(8) {
    display: block;
  }
  .tbl_shop .tbl_row_colspan_8 .colspan p:nth-of-type(9) {
    display: block;
  }
  .tbl_shop .tbl_row_colspan_9 .colspan p:nth-of-type(10) {
    display: block;
  }
  .tbl_shop .tbl_row_colspan_10 .colspan p:nth-of-type(11) {
    display: block;
  }
  .tbl_shop {
    width: 100%;
    margin: 10px 0 5px;
  }
  .tbl_shop .tbl_row {
    margin-bottom: 5px;
    border-top: solid 1px #c9c9c9;
  }
  .tbl_shop .tbl_row > * {
    vertical-align: top;
    border-left: solid 1px #c9c9c9;
    border-bottom: solid 1px #c9c9c9;
    background: #fff;
  }
  .tbl_shop .tbl_row .tbl_title {
    background: #daf6ff;
    color: #2178bb;
    vertical-align: top;
    padding: 5px 8px;
    text-align: center;
  }
  .tbl_shop .tbl_row .tbl_content {
    line-height: 18px;
    padding: 5px 20px 5px 5px;
    font-size: 1em;
    text-transform: uppercase;
  }
  .tbl_shop .tbl_row .tbl_sp_row {
    display: table;
    width: 100%;
    border-right: solid 1px #c9c9c9;
  }
  .tbl_shop .tbl_row .tbl_sp_row > * {
    display: table-cell;
    vertical-align: middle;
  }
  .tbl_shop .tbl_row .tbl_sp_row > * {
    vertical-align: top;
  }
  .tbl_shop .tbl_row .tbl_sp_row .tbl_title {
    width: 88px;
    border-right: solid 1px #c9c9c9;
  }
  .program_list_contents {
    background: rgba(24, 125, 57, 0.1);
  }
  .program_list_contents:nth-of-type(odd) {
    background: #fff5f1;
  }
  .pink_txt {
    color: #187d39;
  }
  #contents {
    padding-bottom: 20px;
  }
  .karate .inner {
    position: relative;
  }
  .karate .indent_txt {
    font-size: 1.4em;
    margin-top: 10px;
  }
  .dance .inner {
    position: relative;
  }
  .more_btn a {
    padding: 8px 0;
    color: #fff;
    font-size: 1.4em;
    background: #187d39;
    text-decoration: none;
  }
  .more_btn a::before {
    right: 10px;
    width: 7px;
    height: 13px;
    background: url(/common/images/arrow_white.png) no-repeat center;
    background-size: contain;
  }
  .sec_ttl {
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
  }
  .section_box {
    margin-bottom: 40px;
  }
  .all_content {
    color: #000;
  }
  .all_content_lead {
    padding: 20px 0;
    color: #464646;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    background: rgba(24, 125, 57, 0.1);
    padding: 15px;
  }
  .all_content_catch {
    margin-bottom: 20px;
    background: #f7f7f7;
  }
  .all_content_catch .inner {
    padding: 0 15px 15px;
  }
  .all_content_catch figure {
    margin-bottom: 20px;
  }
  .all_content_catch .right_area .logo {
    margin: 2em auto;
    max-width: 280px;
    width: 100%;
    height: auto;
  }
  .all_content_catch .right_area_ttl {
    color: #187d39;
    font-size: 1.8em;
  }
  .all_content_catch .right_area_sub {
    margin: 10px auto;
    color: #187d39;
    font-size: 1.6em;
    font-weight: bold;
  }
  .all_content_catch .right_area_sub span {
    display: block;
    font-size: 1.4em;
    font-weight: normal;
  }
  .all_content_catch .right_area p {
    font-size: 1.4em;
  }
  .all_content_catch .btn_area {
    margin: auto;
    padding: 15px;
    background: #fff;
  }
  .charm {
    margin-bottom: 30px;
  }
  .charm .sec_ttl {
    margin-bottom: 30px;
  }
  .charm_list {
    padding: 10px 10px 20px;
    background: #eee;
  }
  .charm_list.pickup {
    padding: 0;
    background: #fff;
  }
  .charm_list.pickup figure {
    margin-bottom: 10px;
    text-align: center;
  }
  .charm_list.pickup + .pickup {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #cdcdcd;
  }
  .charm_list_sub {
    margin-bottom: 5px;
    color: #187d39;
    font-size: 1.4em;
    font-weight: normal;
  }
  .charm_list p {
    font-size: 14px;
  }
  .charm_list + .charm_list {
    margin-top: 20px;
  }
  .plan {
    margin-bottom: 30px;
    padding: 20px 0 35px;
    color: #353535;
    background: #f7f7f7;
  }
  .plan .sec_ttl {
    color: #000;
    margin-bottom: 15px;
  }
  .plan_content_ttl {
    position: relative;
    font-size: 1.6em;
    font-weight: normal;
    line-height: 1.2;
  }
  .plan_content_ttl small {
    font-size: 0.6em;
  }
  .plan_content_sub {
    margin-bottom: 5px;
    color: #187d39;
    font-size: 1.4em;
    font-weight: normal;
  }
  .plan_content .tbl_shop {
    margin: 10px auto 30px;
  }
  .plan_content .attention_list {
    margin: 5px auto 20px;
  }
  .plan_content .attention_list li {
    position: relative;
    padding-left: 1em;
    font-size: 1.4em;
  }
  .plan_content .attention_list li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.4em;
  }
  .plan_content .info_ttl {
    margin-bottom: 10px;
  }
  .plan_content .guide_dl dt, .plan_content .guide_dl dd {
    font-size: 1.4em;
  }
  .plan_content .guide_dl dt {
    padding: 5px 0;
    color: #fff;
    text-align: center;
    background: #187d39;
    border-radius: 3px;
  }
  .plan_content .guide_dl dd {
    padding: 10px;
  }
  .plan_content .guide_dl dd small {
    font-size: 1.2em;
  }
  .plan_content .guide_dl.border_none {
    padding-bottom: 50px;
  }
  .plan_content .guide_dl + .guide_dl {
    margin-top: 15px;
  }
  .plan_content .credit_ttl {
    margin: 15px auto 5px;
    font-weight: normal;
  }
  .plan_content .credit_img {
    margin-top: 5px;
  }
  .plan_content .caution {
    margin-bottom: 30px;
    color: #ff0000;
    font-size: 1.2em;
  }
  .plan_content .caution p + p {
    margin-top: 5px;
  }
  .faq_content {
    margin-bottom: 30px;
  }
  .faq_content .more_btn {
    width: 100%;
    margin-top: 20px;
  }
  .faq_content .more_btn a {
    color: #353535;
    background: #f5f5f5;
  }
  .faq_content .more_btn a::before {
    right: 10px;
    width: 7px;
    height: 13px;
    background: url("/limb/common/images/arrow_orange.png") no-repeat center;
    background-size: contain;
  }
  .faq_content.border_b {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 30px;
  }
  .top_content {
    margin: 16px 0 56px;
    padding: 14px 0 11px;
    border: 1px solid #dfdfdf;
    text-align: center;
    background: #fff;
  }
  .top_content .top_ttl {
    font-size: 2.5em;
    line-height: 33px;
    font-family: "Lato";
    font-weight: 900;
    text-transform: uppercase;
    color: #464646;
    letter-spacing: 0.5px;
  }
  .top_content .top_ttl span {
    font-size: 1.3em;
    line-height: 22px;
    position: relative;
    font-weight: normal;
    top: -2px;
  }
  .top_content .top_quote {
    font-size: 1.5em;
    line-height: 21px;
    color: #187d39;
    font-weight: normal;
    padding: 6px 0 0;
    letter-spacing: 0.5px;
  }
  .top_content .top_quote span {
    font-size: 1.4em;
    line-height: 26px;
    color: #00863a;
    position: relative;
    top: -8px;
  }
  .top_content p {
    font-size: 1.4em;
    line-height: 19px;
    padding: 0 15px;
    text-align: left;
  }
  .top_content span {
    display: block;
  }
  .lst_merit {
    /* For IE 6/7 only */
    *zoom: 1;
    margin: -11px 0 0;
  }
  .lst_merit:before {
    content: " ";
    display: table;
  }
  .lst_merit:after {
    content: " ";
    display: table;
    clear: both;
  }
  .lst_merit .merit_box {
    width: 100%;
    float: left;
    padding: 11px 0 0;
  }
  .lst_merit .merit_box .merit_ttl {
    height: 35px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 1.6em;
    text-transform: uppercase;
    background: #187d39;
    letter-spacing: 0.5px;
  }
  .lst_merit .merit_box .merit_sub {
    background: #cde9e7;
    color: #187d39;
    font-weight: normal;
    height: 45px;
    padding: 9px 0;
    display: table;
    text-align: center;
    font-size: 1.6em;
    line-height: 25px;
    width: 100%;
  }
  .lst_merit .merit_box .merit_sub span {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: 0;
    letter-spacing: 0.5px;
  }
  .lst_merit .merit_box .merit_sub:last-child {
    height: 46px;
  }
  .lst_merit .merit_box figure img {
    width: 100%;
  }
  .lst_merit .merit_box .merit_txt {
    font-size: 1.4em;
    line-height: 19px;
    padding: 8px 0 0;
  }
  .lst_btn {
    background: #eeeeee;
    margin: 54px 0 0;
  }
  .lst_btn .inner {
    padding: 15px 15px 8px 15px;
  }
  .lst_btn .inner ul {
    /* For IE 6/7 only */
    *zoom: 1;
    margin: -8px 0;
    padding: 2px 0 0;
  }
  .lst_btn .inner ul:before {
    content: " ";
    display: table;
  }
  .lst_btn .inner ul:after {
    content: " ";
    display: table;
    clear: both;
  }
  .lst_btn .inner ul li {
    float: left;
    width: 100%;
    display: table;
    padding: 8px 0;
  }
  .lst_btn .inner ul li a {
    display: table-cell;
    vertical-align: middle;
    color: #fffefe;
    font-size: 1.6em;
    line-height: 32px;
    text-align: center;
    background: #187d39;
    position: relative;
    height: 66px;
    border-radius: 2px;
  }
  .lst_btn .inner ul li a::after {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1528251340137);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -758px -271px;
    width: 11px;
    height: 17px;
  }
  .lst_btn.btn_bottom {
    margin: 22px 0 0;
  }
  .program_intro {
    padding: 35px 0 0;
  }
  .program_intro .pro_ttl {
    font-size: 2.5em;
    line-height: 33px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Lato";
    font-weight: 900;
    letter-spacing: 1px;
    padding: 0 0 18px;
  }
  .program_intro .pro_ttl span {
    display: block;
    font-weight: normal;
    font-size: 1.3em;
    line-height: 22px;
    position: relative;
    top: -2px;
  }
  .program_intro .program_box {
    /* For IE 6/7 only */
    *zoom: 1;
    padding: 17px;
    margin: 0 0 13px;
    background: #eeeeee;
  }
  .program_intro .program_box:before {
    content: " ";
    display: table;
  }
  .program_intro .program_box:after {
    content: " ";
    display: table;
    clear: both;
  }
  .program_intro .program_box figure {
    float: left;
    width: 100%;
  }
  .program_intro .program_box figure img {
    width: 100%;
  }
  .program_intro .program_box dl {
    padding: 14px 0 0;
    float: right;
    width: 100%;
  }
  .program_intro .program_box dl dt {
    color: #187d39;
    font-size: 1.4em;
    line-height: 20px;
    font-weight: normal;
  }
  .program_intro .program_box dl dt.circle::before {
    top: 5px !important;
    transform: translateY(0);
  }
  .program_intro .program_box dl dt span {
    font-size: 1.3em;
  }
  .program_intro .program_box dl dd {
    font-size: 1.4em;
    line-height: 19px;
    padding: 10px 5px 0 0;
    text-align: justify;
  }
  .program_intro .program_box.just_dl {
    padding: 15px 16px 18px 17px;
  }
  .program_intro .program_box.just_dl dl {
    margin: 0;
    padding: 0;
  }
  .program_intro .program_box.just_dl:nth-child(2) {
    padding: 15px 24px 13px 17px;
  }
  .program_intro .program_box.just_dl:nth-child(2) dt {
    letter-spacing: 0.5px;
  }
  .program_intro .program_box.just_dl:nth-child(2) dd {
    padding: 7px 0 0;
  }
  .program_intro .program_box.green {
    background: #cde9e7;
  }
  .program_intro .program_box.first_box {
    padding: 17px 17px 13px 17px;
    margin: 0 0 15px;
  }
  .cl_red {
    color: #ff0000;
    line-height: 20px;
    margin-left: -2px;
  }
  .program_detail {
    margin: 2px 0 0;
  }
  .program_detail .pro_table dt {
    color: #187d39;
    font-size: 1.4em;
    line-height: 20px;
    font-weight: normal;
  }
  .program_detail .pro_table dt.circle:before {
    top: 4px !important;
    transform: translateY(0);
  }
  .program_detail .pro_table dt span {
    font-size: 1.2em;
    display: block;
  }
  .program_detail .pro_table dd .tbl_shop .tbl_row .tbl_sp_row:last-child .tbl_content {
    padding-bottom: 8px;
  }
  .program_detail .pro_table dd .tbl_title {
    letter-spacing: 9px;
  }
  .program_detail .pro_table dd .tbl_title.no_letter {
    letter-spacing: 0;
  }
  .program_detail .pro_table dd .break {
    padding-left: 10px;
  }
  .program_detail .pro_table dd .border_sp {
    display: inline-block;
  }
  .program_detail .pro_table dd .border {
    display: none;
  }
  .program_detail .pre_lst {
    padding: 20px 0 0;
  }
  .program_detail .pre_lst dt {
    font-size: 1.4em;
    margin-left: 0;
  }
  .program_detail .pre_lst dd {
    padding: 12px 0 0;
  }
  .program_detail .pre_lst dd ul li {
    font-size: 1.4em;
    line-height: 23px;
    position: relative;
    padding-left: 12px;
  }
  .program_detail .pre_lst dd ul li::before {
    content: ".";
    position: absolute;
    font-size: 25px;
    color: #000;
    left: 2px;
    top: -8px;
    display: inline-block;
  }
  .program_detail .pre_lst dd .link_lst {
    margin: 11px 0 4px 4px;
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .program_detail .pre_lst dd .link_lst:before {
    content: " ";
    display: table;
  }
  .program_detail .pre_lst dd .link_lst:after {
    content: " ";
    display: table;
    clear: both;
  }
  .program_detail .pre_lst dd .link_lst li {
    float: left;
    padding: 8px 0;
  }
  .program_detail .pre_lst dd .link_lst li::before {
    display: none;
  }
  .program_detail .pre_lst dd .link_lst li a {
    color: #00863a;
    border-bottom: 1px solid #00863a;
    font-size: 1.6em;
    padding-bottom: 3px;
  }
  .program_detail .pre_lst dd .card {
    padding: 0 0 3px;
    margin-top: -2px;
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .program_detail .pre_lst dd .card:before {
    content: " ";
    display: table;
  }
  .program_detail .pre_lst dd .card:after {
    content: " ";
    display: table;
    clear: both;
  }
  .program_detail .pre_lst dd .card li {
    float: left;
    padding: 0 3px 0 17px;
    line-height: 18px;
  }
  .program_detail .pre_lst dd .card li::before {
    left: 3px;
  }
  .program_detail .pre_lst dd .card li:last-child {
    position: relative;
    top: 0;
    padding: 19px 0 6px;
    width: 100%;
  }
  .program_detail .pre_lst dd .card li:last-child img {
    width: 100%;
  }
  .program_detail .pre_lst dd .card li:last-child::before {
    display: none;
  }
  .program_detail .pre_lst.last {
    padding: 11px 0 0 2px;
  }
  .program_detail .pre_lst:nth-child(3) dd {
    padding: 9px 0 0;
  }
  .program_detail .pre_lst:nth-child(4) dd {
    padding: 7px 0 0;
  }
  .program_detail .dl_plan {
    margin: 21px 0 0 2px;
  }
  .program_detail .dl_plan .mr_b {
    padding-bottom: 0;
  }
  .program_detail .dl_plan .mr_b.over {
    padding-bottom: 5px;
  }
  .program_detail .dl_plan > dt {
    padding-left: 16px;
    margin-bottom: 8px;
  }
  .program_detail .dl_plan > dt .circle::before {
    width: 8px;
    height: 8px;
  }
  .program_detail .dl_plan dd > div dl.first {
    border: none;
  }
  .program_detail .dl_plan dd > div dl.first dd {
    margin-bottom: 0;
  }
  .program_detail .dl_plan dd > div dl dt {
    width: 105px;
    height: 24px;
    line-height: 20px;
    font-size: 13px;
    border-radius: 2px;
    letter-spacing: 0.5px;
  }
  .program_detail .dl_plan dd > div dl dd {
    clear: none;
    margin: 5px 0 12px 113px;
  }
  .program_detail .dl_plan dd > div dl dd .f_small {
    text-indent: -15px;
    padding-left: 15px;
  }
  .actors_content .top_content {
    padding: 16px 0 17px;
    margin: 16px 0 0;
  }
  .actors_content .top_content .top_ttl span {
    top: 0;
    letter-spacing: 0;
    padding: 0 15px;
  }
  .actors_content .top_content .top_quote {
    padding: 10px 0 8px;
    letter-spacing: 0;
  }
  .actors_content .program_intro {
    padding: 20px 0 0;
  }
  .actors_content .program_intro .program_box {
    padding-right: 18px;
  }
  .actors_content .program_intro .program_box dl dd h4 {
    font-size: 1.4em;
  }
  .actors_content .program_intro .program_box dl dd p {
    padding: 8px 0 0;
  }
  .actors_content .program_intro .program_box.first_box dl dt {
    position: relative;
    top: -2px;
  }
  .actors_content .program_intro .program_box:nth-of-type(2) dl dd {
    padding: 12px 0 0;
  }
  .actors_content .program_intro .program_box.just_dl dl {
    padding-left: 0;
  }
  .actors_content .program_intro .program_box.just_dl dl dt span {
    display: block;
  }
  .actors_content .program_intro .program_box.just_dl dl dt span.inline {
    display: inline-block;
  }
  .actors_content .program_intro .program_box.just_dl dl dd {
    line-height: 19px;
  }
  .actors_content .program_intro .program_box.custom_dl {
    padding: 15px 18px 4px 16px;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd {
    padding: 11px 0 0 0;
    text-transform: uppercase;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_txt {
    letter-spacing: 0.5px;
    margin-right: -6px;
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_txt:before {
    content: " ";
    display: table;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_txt:after {
    content: " ";
    display: table;
    clear: both;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_txt ul {
    width: 100%;
    float: left;
    line-height: 19px;
    font-size: 1.4em;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_txt ul li {
    padding-left: 15px;
    text-indent: -15px;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos {
    /* For IE 6/7 only */
    *zoom: 1;
    padding: 17px 0 0 0;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos:before {
    content: " ";
    display: table;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos:after {
    content: " ";
    display: table;
    clear: both;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos li {
    width: 100%;
    float: left;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos li a {
    display: block;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos li a figure {
    display: block;
    float: none;
    width: 100%;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos li a p {
    font-size: 1.4em;
    line-height: 19px;
    padding: 7px 0 12px;
    letter-spacing: 0.5px;
  }
  .actors_content .program_intro .green_box {
    background: #cde9e7;
    padding: 11px 10px 12px 13px;
    margin: 22px 0 14px;
  }
  .actors_content .program_intro .green_box .circle {
    color: #187d39;
  }
  .actors_content .program_intro .green_box .program_box {
    background: transparent;
    padding: 14px 0 11px 3px;
    margin: 0;
  }
  .actors_content .program_intro .green_box .program_box figure {
    width: 246px;
  }
  .actors_content .program_intro .green_box .program_box dl {
    padding: 7px 0 0;
  }
  .actors_content .program_intro .green_box .program_box dl dt {
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #187d39;
    padding-left: 0;
    position: relative;
    left: -2px;
    margin-left: 0;
    padding-bottom: 7px;
  }
  .actors_content .program_intro .green_box .program_box dl dd {
    padding: 7px 10px 0 0;
    margin-left: -3px;
  }
  .actors_content .program_intro .green_box .program_box dl dd h4 {
    font-size: 1.4em;
    line-height: 19px;
  }
  .actors_content .program_intro .green_box .program_box dl dd p {
    font-size: 1.4em;
    line-height: 19px;
    padding-top: 12px;
  }
  .actors_content .program_intro .green_box .program_box:last-child figure {
    width: 175px;
  }
  .actors_content .program_intro .green_box .program_box:last-child dl dd {
    padding: 8px 22px 0 0;
  }
  .actors_content .btn_bottom {
    margin: 17px 0 0;
  }
  .actors_content .btn_bottom li {
    margin: 0 auto;
    float: none !important;
  }
  .actors_content .lst_btn .inner {
    padding: 15px 15px 18px 15px;
  }
  #other li {
    text-align: center;
    width: 100%;
    display: block;
  }
  #other li a, #other li .shadow {
    width: 100%;
  }
  #other li a {
    height: auto;
    padding: 0 0 10px;
  }
  #other li a figure img {
    height: auto;
    width: 100%;
  }
  .tbl_shop .tbl_row {
    margin-bottom: 20px;
  }
  .box-in {
    margin-bottom: 30px;
  }
  .box-in h4 {
    margin: 20px 0 5px;
  }
  .box-in h4.circle {
    color: #187d39;
  }
  .box-in h4.circle:before {
    border: 5px solid #187d39;
  }
  .box-in ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
}/*# sourceMappingURL=style.css.map */