@charset "UTF-8";
/* Scss Document */
#curriculum-page #contents {
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap"); }
  #curriculum-page #contents .bdr-none {
    border: none !important; }
  #curriculum-page #contents ul li, #curriculum-page #contents ol li {
    list-style: none; }
  #curriculum-page #contents p {
    text-align: justify; }
    @media only screen and (max-width: 640px) {
      #curriculum-page #contents p {
        margin-bottom: 1em; } }
  #curriculum-page #contents img {
    max-width: 100%; }
  #curriculum-page #contents h2.h2-mt {
    margin-top: 40px; }
  #curriculum-page #contents h3 {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    background-color: #f3eef4;
    background-repeat: no-repeat;
    padding: 8px 10px;
    border-top: #6c265a 2px solid; }
  #curriculum-page #contents h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #6c265a;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #c5a282;
    padding-left: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: justify; }
    @media only screen and (max-width: 640px) {
      #curriculum-page #contents h4 {
        font-size: 14px;
        padding-bottom: 0.5em; } }
  #curriculum-page #contents b,
  #curriculum-page #contents strong {
    color: #6c265a; }
  #curriculum-page #contents .flt-R {
    float: right;
    margin: 0 0 1em 2em; }
  @media only screen and (max-width: 640px) {
    #curriculum-page #contents .sp-flt-none {
      float: none !important;
      margin: 0 auto 20px;
      display: inline-block; } }
  #curriculum-page #contents .center {
    text-align: center; }
  #curriculum-page #contents .s-text {
    font-size: 11px;
    line-height: normal; }
  #curriculum-page #contents .nowraptxt {
    white-space: nowrap; }
    @media only screen and (max-width: 640px) {
      #curriculum-page #contents .nowraptxt {
        white-space: inherit;
        margin-bottom: 20px; } }
  #curriculum-page #contents .curriculum-box {
    text-align: justify;
    margin-top: 30px;
    border: 1px solid #dcdcdc; }
    @media only screen and (max-width: 640px) {
      #curriculum-page #contents .curriculum-box {
        margin-top: 20px; } }
    #curriculum-page #contents .curriculum-box .mb0 {
      margin-bottom: 0 !important; }
  #curriculum-page #contents .curriculum-inner {
    padding: 20px; }
    #curriculum-page #contents .curriculum-inner.pwide {
      padding: 30px; }
    @media only screen and (max-width: 640px) {
      #curriculum-page #contents .curriculum-inner {
        padding: 10px !important; } }
    #curriculum-page #contents .curriculum-inner .column-lt {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-flow: row nowrap;
      margin-bottom: 30px; }
      @media only screen and (max-width: 640px) {
        #curriculum-page #contents .curriculum-inner .column-lt {
          display: block;
          text-align: center; }
          #curriculum-page #contents .curriculum-inner .column-lt div {
            text-align: left; } }
      #curriculum-page #contents .curriculum-inner .column-lt div:first-child {
        margin-right: 2em; }
        @media only screen and (max-width: 640px) {
          #curriculum-page #contents .curriculum-inner .column-lt div:first-child {
            margin-right: 0;
            text-align: justify; } }
    #curriculum-page #contents .curriculum-inner p:last-child {
      margin-bottom: 0; }
  #curriculum-page #contents .tanaka img {
    width: 182px; }
  #curriculum-page #contents .tanaka .t-name {
    display: block;
    font-size: 16px;
    color: #000; }
  @media only screen and (max-width: 640px) {
    #curriculum-page #contents .tanaka {
      display: inline-block;
      margin: 0 auto 20px; } }
  #curriculum-page #contents .curriculum-member .curriculum-inner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: flex-start; }
    @media only screen and (max-width: 640px) {
      #curriculum-page #contents .curriculum-member .curriculum-inner {
        display: block; } }
    #curriculum-page #contents .curriculum-member .curriculum-inner h4 {
      font-size: 14px;
      margin-bottom: 0.5em;
      line-height: 18px;
      padding-bottom: 4px; }
    #curriculum-page #contents .curriculum-member .curriculum-inner > dl {
      width: calc(50% - 10px); }
      @media only screen and (max-width: 640px) {
        #curriculum-page #contents .curriculum-member .curriculum-inner > dl {
          width: 100%; } }
    #curriculum-page #contents .curriculum-member .curriculum-inner dl {
      display: flex;
      flex-flow: row wrap; }
      @media only screen and (max-width: 640px) {
        #curriculum-page #contents .curriculum-member .curriculum-inner dl {
          display: block; } }
      #curriculum-page #contents .curriculum-member .curriculum-inner dl dt, #curriculum-page #contents .curriculum-member .curriculum-inner dl dd {
        border-bottom: 1px solid #dcdcdc;
        margin-bottom: 6px;
        box-sizing: border-box;
        line-height: 18px;
        padding-bottom: 4px; }
        @media only screen and (max-width: 640px) {
          #curriculum-page #contents .curriculum-member .curriculum-inner dl dt, #curriculum-page #contents .curriculum-member .curriculum-inner dl dd {
            width: 100% !important; } }
      #curriculum-page #contents .curriculum-member .curriculum-inner dl dt {
        width: 100px;
        font-weight: bold;
        color: #333; }
        @media only screen and (max-width: 640px) {
          #curriculum-page #contents .curriculum-member .curriculum-inner dl dt {
            border: none;
            margin-bottom: 0; } }
      #curriculum-page #contents .curriculum-member .curriculum-inner dl dd {
        width: calc(100% - 100px);
        font-size: 12px; }
        @media only screen and (max-width: 640px) {
          #curriculum-page #contents .curriculum-member .curriculum-inner dl dd {
            padding-left: 1em; } }
    #curriculum-page #contents .curriculum-member .curriculum-inner > div {
      width: calc(50% - 10px); }
      @media only screen and (max-width: 640px) {
        #curriculum-page #contents .curriculum-member .curriculum-inner > div {
          width: 100%;
          margin-top: 20px; } }
      @media only screen and (max-width: 640px) {
        #curriculum-page #contents .curriculum-member .curriculum-inner > div dt, #curriculum-page #contents .curriculum-member .curriculum-inner > div dd {
          margin-bottom: 0;
          padding-left: 0 !important; } }
      #curriculum-page #contents .curriculum-member .curriculum-inner > div dt {
        padding-left: 1em; }
  @media only screen and (min-width: 641px) {
    #curriculum-page #contents .smallsp {
      display: none; }
    #curriculum-page #contents #course-flow {
      margin-top: 40px;
      border-bottom: 3px double #b2b2b2;
      margin-bottom: 50px; }
      #curriculum-page #contents #course-flow * {
        font-family: 'Noto Sans JP', sans-serif;
        box-sizing: border-box;
        position: relative; }
      #curriculum-page #contents #course-flow a.hover_img {
        transition: all 0.3s ease; }
        #curriculum-page #contents #course-flow a.hover_img:hover {
          opacity: 0.7;
          filter: alpha(opacity=70);
          -ms-filter: "alpha(opacity=70)"; }
      #curriculum-page #contents #course-flow h3.nonbiginer {
        margin: 40px 0 16px;
        border-top: 2px solid #373737;
        background-color: #none;
        padding: 0; }
        #curriculum-page #contents #course-flow h3.nonbiginer:before {
          display: block;
          content: "";
          width: 100%;
          height: 2px;
          background: #fff; }
        #curriculum-page #contents #course-flow h3.nonbiginer div {
          background: #e5e5e5;
          padding: 0 10px 3px; }
          #curriculum-page #contents #course-flow h3.nonbiginer div span {
            vertical-align: middle;
            line-height: 48px; }
            #curriculum-page #contents #course-flow h3.nonbiginer div span.st {
              font-size: 21px;
              font-weight: 700; }
            #curriculum-page #contents #course-flow h3.nonbiginer div span.bt {
              font-size: 35px;
              font-weight: 900; }
          #curriculum-page #contents #course-flow h3.nonbiginer div ul.place {
            float: right;
            text-align: right; }
            #curriculum-page #contents #course-flow h3.nonbiginer div ul.place li {
              vertical-align: middle;
              display: inline-block;
              margin-left: 1em;
              font-size: 12px;
              line-height: 48px;
              font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif; }
              #curriculum-page #contents #course-flow h3.nonbiginer div ul.place li img {
                width: 29px;
                height: 29px;
                vertical-align: middle; }
      #curriculum-page #contents #course-flow .course-layout::after {
        content: "";
        display: block;
        clear: both; }
      #curriculum-page #contents #course-flow .course-layout #c-basic {
        width: 415px;
        height: 392px;
        margin-top: 3.75px;
        float: left; }
      #curriculum-page #contents #course-flow .course-layout #c-advance {
        width: 375px;
        height: 223.68px;
        float: left; }
      #curriculum-page #contents #course-flow .course-layout #c-trainer {
        width: 375px;
        height: 193.68px;
        float: left;
        margin-top: -21px; }
      #curriculum-page #contents #course-flow .course-layout #c-internal {
        clear: left;
        width: 375px;
        height: 221.34px;
        float: left;
        margin-top: 14px; }
      #curriculum-page #contents #course-flow .course-layout dd {
        position: absolute;
        left: 40px;
        top: 165px;
        font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
        font-size: 12px;
        line-height: 1.58;
        font-feature-settings: "palt";
        color: #3e3a39; }
        #curriculum-page #contents #course-flow .course-layout dd span.pnt {
          font-weight: 700; }
      #curriculum-page #contents #course-flow .course-layout #c-point {
        float: left;
        max-width: 375px;
        margin: 18px 0 0 40px;
        min-height: 221px;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        overflow: hidden; }
        #curriculum-page #contents #course-flow .course-layout #c-point h4 {
          font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
          font-weight: bold;
          font-size: 15px;
          vertical-align: middle;
          color: inherit !important;
          border: none;
          padding: 4px 0 0 0;
          margin: 0; }
          #curriculum-page #contents #course-flow .course-layout #c-point h4:before {
            display: inline-block;
            vertical-align: middle;
            content: "";
            width: 30.5px;
            height: 26px;
            margin-top: -4px;
            background: url("../images/common/course_flow/check_point.svg") left center no-repeat;
            background-size: contain; }
        #curriculum-page #contents #course-flow .course-layout #c-point dl {
          margin-top: 14px; }
          #curriculum-page #contents #course-flow .course-layout #c-point dl dt {
            font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
            font-size: 14px;
            font-weight: bold;
            padding-left: 1.5em;
            margin-top: 12px; }
            #curriculum-page #contents #course-flow .course-layout #c-point dl dt:before {
              display: block;
              content: "";
              width: 6px;
              height: 6px;
              background: #b2b2b2;
              position: absolute;
              left: 6px;
              top: 7px; }
          #curriculum-page #contents #course-flow .course-layout #c-point dl dd {
            white-space: nowrap;
            position: relative;
            left: inherit;
            top: inherit;
            padding-left: 1.5em;
            text-align: justify; }
      #curriculum-page #contents #course-flow .course-note {
        margin-top: 14px;
        padding: 14px 0;
        border-top: 1px solid #b2b2b2; }
        #curriculum-page #contents #course-flow .course-note li {
          font-size: 12px;
          line-height: 1.4;
          color: #666;
          padding-left: 1.5em; }
          #curriculum-page #contents #course-flow .course-note li:before {
            display: block;
            content: "・";
            position: absolute;
            left: 0;
            top: 0; }
      #curriculum-page #contents #course-flow .course-layout2 {
        padding-top: 30px;
        border-top: 3px double #b2b2b2;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 60px; }
        #curriculum-page #contents #course-flow .course-layout2 #c-biz {
          width: 570px;
          height: 148px;
          background: url("../images/common/course_flow/course_biz.svg") left top no-repeat;
          background-size: contain; }
          #curriculum-page #contents #course-flow .course-layout2 #c-biz a {
            display: block; }
          #curriculum-page #contents #course-flow .course-layout2 #c-biz dl {
            position: absolute;
            left: 109.5px;
            top: 47px; }
            #curriculum-page #contents #course-flow .course-layout2 #c-biz dl dt {
              font-size: 22px;
              font-weight: 900;
              color: #000; }
              #curriculum-page #contents #course-flow .course-layout2 #c-biz dl dt span {
                font-size: 12px;
                font-weight: 700; }
            #curriculum-page #contents #course-flow .course-layout2 #c-biz dl dd {
              font-size: 12px;
              line-height: 1.58;
              color: #3e3a39;
              margin-top: 0.5em; }
        #curriculum-page #contents #course-flow .course-layout2 #c-personal {
          width: 385px;
          min-height: 140px;
          background: url("../images/common/course_flow/course_personal.svg") right bottom no-repeat;
          background-size: 119.4431px 139.707px; }
          #curriculum-page #contents #course-flow .course-layout2 #c-personal dt {
            font-size: 20px;
            font-weight: 900;
            color: #6c2659; }
            #curriculum-page #contents #course-flow .course-layout2 #c-personal dt span {
              color: #000;
              font-weight: 700;
              font-size: 12px;
              display: block; }
          #curriculum-page #contents #course-flow .course-layout2 #c-personal dd {
            font-size: 12px;
            line-height: 1.58;
            color: #3e3a39;
            margin-top: 0.5em; } }
@media only screen and (max-width: 640px) and (max-width: 320px) {
  #curriculum-page #contents .smallsp-none {
    display: none; } }
  @media only screen and (max-width: 640px) {
    #curriculum-page #contents .smallsp {
      display: none; } }
  @media only screen and (max-width: 640px) and (max-width: 320px) {
    #curriculum-page #contents .smallsp {
      display: block; } }
@media only screen and (max-width: 640px) and (max-width: 320px) {
  #curriculum-page #contents br.sp {
    display: none; } }
  @media only screen and (max-width: 640px) {
    #curriculum-page #contents #course-flow {
      width: 100%;
      margin: 35px auto; }
      #curriculum-page #contents #course-flow * {
        font-family: 'Noto Sans JP', sans-serif;
        box-sizing: border-box;
        position: relative; }
      #curriculum-page #contents #course-flow ul.place {
        text-align: center;
        margin-top: 4px; }
        #curriculum-page #contents #course-flow ul.place li {
          vertical-align: middle;
          display: inline-block;
          margin-left: 2em;
          font-size: 12px;
          font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif; }
          #curriculum-page #contents #course-flow ul.place li img {
            width: 22px;
            height: 22px;
            vertical-align: middle;
            margin-right: 4px; }
      #curriculum-page #contents #course-flow .for-biginer {
        padding-top: 30px; }
        #curriculum-page #contents #course-flow .for-biginer .trial h3 {
          font-weight: 900;
          border-bottom: 1px solid #6c2659;
          padding-left: 30px;
          margin-bottom: 18px; }
          #curriculum-page #contents #course-flow .for-biginer .trial h3:before {
            display: block;
            content: "";
            position: absolute;
            left: 0;
            bottom: -5px;
            width: 25px;
            height: 40px;
            background: url("../images/common/course_flow/biginer.svg") left center no-repeat;
            background-size: contain; }
          #curriculum-page #contents #course-flow .for-biginer .trial h3 span {
            vertical-align: middle;
            line-height: 1.2; }
            #curriculum-page #contents #course-flow .for-biginer .trial h3 span:first-child {
              font-size: 27px; }
            #curriculum-page #contents #course-flow .for-biginer .trial h3 span:last-child {
              font-size: 16px; }
        #curriculum-page #contents #course-flow .for-biginer .trial ul {
          text-align: center; }
          #curriculum-page #contents #course-flow .for-biginer .trial ul li {
            margin: 0 auto 15px;
            list-style: none; }
            #curriculum-page #contents #course-flow .for-biginer .trial ul li img {
              width: 100%;
              max-width: 320px;
              height: auto; }
        #curriculum-page #contents #course-flow .for-biginer > a {
          display: block;
          width: 100%;
          max-width: 320px;
          height: auto;
          margin: 20px auto 0; }
      #curriculum-page #contents #course-flow h3.nonbiginer {
        margin: 30px 0 16px;
        border-top: 2px solid #373737;
        text-align: center;
        padding: 0;
        background: none;
        color: inherit !important; }
        #curriculum-page #contents #course-flow h3.nonbiginer:before {
          display: block;
          content: "";
          width: 100%;
          height: 2px;
          background: #fff; }
        #curriculum-page #contents #course-flow h3.nonbiginer div {
          background: #e5e5e5;
          padding: 6px 10px 10px; }
          #curriculum-page #contents #course-flow h3.nonbiginer div span {
            vertical-align: middle;
            line-height: normal; }
            #curriculum-page #contents #course-flow h3.nonbiginer div span.st {
              font-size: 20px;
              font-weight: 700; }
            #curriculum-page #contents #course-flow h3.nonbiginer div span.bt {
              display: block;
              font-size: 28px;
              font-weight: 900; }
        #curriculum-page #contents #course-flow h3.nonbiginer:after {
          display: block;
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 12px 13px 0 13px;
          border-color: #e5e5e5 transparent transparent transparent;
          margin: 0 auto; }
      #curriculum-page #contents #course-flow .course-layout dl.c-box {
        float: none;
        width: 100%;
        height: auto;
        max-width: 360px;
        margin: 20px auto;
        background-size: 100% auto !important;
        background-repeat: repeat-y !important; }
        #curriculum-page #contents #course-flow .course-layout dl.c-box dt {
          background: #fff; }
          #curriculum-page #contents #course-flow .course-layout dl.c-box dt img:not(.pc) {
            display: block; }
        #curriculum-page #contents #course-flow .course-layout dl.c-box dd {
          position: relative;
          z-index: 1;
          width: 100%;
          background-repeat: no-repeat !important;
          background-position: left bottom !important;
          background-size: 100% auto !important; }
          #curriculum-page #contents #course-flow .course-layout dl.c-box dd span.pnt {
            display: inline !important;
            font-weight: 700;
            line-height: inherit;
            padding: 0 !important; }
      #curriculum-page #contents #course-flow .course-layout dl dd img {
        display: block;
        width: 100%;
        height: auto; }
      #curriculum-page #contents #course-flow .course-layout dl#c-basic dd {
        position: absolute;
        top: calc(100% * 0.424); }
        #curriculum-page #contents #course-flow .course-layout dl#c-basic dd span {
          display: block;
          font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
          font-size: 12px;
          line-height: 1.58;
          font-feature-settings: "palt";
          color: #3e3a39;
          padding: 0.75em 7.692%; }
      #curriculum-page #contents #course-flow .course-layout #c-point {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: flex-start;
        overflow: hidden; }
        #curriculum-page #contents #course-flow .course-layout #c-point p {
          flex: 1; }
          #curriculum-page #contents #course-flow .course-layout #c-point p img {
            max-width: 100%; }
        #curriculum-page #contents #course-flow .course-layout #c-point h4 {
          font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
          font-weight: bold;
          font-size: 15px;
          vertical-align: middle;
          padding-top: 4px; }
          #curriculum-page #contents #course-flow .course-layout #c-point h4:before {
            display: inline-block;
            vertical-align: middle;
            content: "";
            width: 30.5px;
            height: 26px;
            margin-top: -4px;
            background: url("../images/common/course_flow/check_point.svg") left center no-repeat;
            background-size: contain; }
        #curriculum-page #contents #course-flow .course-layout #c-point dl dt {
          font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
          font-size: 14px;
          font-weight: bold;
          padding-left: 1.5em;
          margin-top: 12px; }
          #curriculum-page #contents #course-flow .course-layout #c-point dl dt:before {
            display: block;
            content: "";
            width: 6px;
            height: 6px;
            background: #b2b2b2;
            position: absolute;
            left: 6px;
            top: 7px; }
        #curriculum-page #contents #course-flow .course-layout #c-point dl dd {
          position: relative;
          left: inherit;
          top: inherit;
          padding-left: 1.5em;
          text-align: justify; }
      #curriculum-page #contents #course-flow .course-note {
        margin-top: 14px;
        padding: 14px 0;
        border-top: 1px solid #b2b2b2;
        border-bottom: 3px double #b2b2b2;
        margin-bottom: 1em; }
        #curriculum-page #contents #course-flow .course-note li {
          list-style: none;
          font-size: 12px;
          line-height: 1.4;
          color: #666;
          padding-left: 1.5em;
          margin-bottom: 0.5em; }
          #curriculum-page #contents #course-flow .course-note li:last-child {
            margin-bottom: 0; }
          #curriculum-page #contents #course-flow .course-note li:before {
            display: block;
            content: "・";
            position: absolute;
            left: 0;
            top: 0; }
      #curriculum-page #contents #course-flow .course-layout2 {
        width: 100%;
        height: auto;
        max-width: 360px;
        margin: 0 auto 35px; }
        #curriculum-page #contents #course-flow .course-layout2 #c-biz {
          background: url("../images/common/course_flow/course_biz_sp_bg.svg") center top repeat-y;
          background-size: 100% auto; }
          #curriculum-page #contents #course-flow .course-layout2 #c-biz:before, #curriculum-page #contents #course-flow .course-layout2 #c-biz:after {
            display: block;
            content: "";
            width: 100%;
            height: 10px;
            background: #fff;
            position: absolute;
            z-index: 1; }
          #curriculum-page #contents #course-flow .course-layout2 #c-biz:after {
            bottom: 0; }
          #curriculum-page #contents #course-flow .course-layout2 #c-biz a {
            display: block; }
          #curriculum-page #contents #course-flow .course-layout2 #c-biz dl {
            z-index: 2; }
            #curriculum-page #contents #course-flow .course-layout2 #c-biz dl dt {
              background: url("../images/common/course_flow/course_biz_sp_top.svg") center top no-repeat;
              background-size: 100% auto;
              font-size: 22px;
              font-weight: 900;
              color: #000;
              padding: 47px 7.6923% 0; }
              #curriculum-page #contents #course-flow .course-layout2 #c-biz dl dt span {
                display: block;
                font-size: 12px;
                font-weight: 700;
                margin-top: 0.5em; }
            #curriculum-page #contents #course-flow .course-layout2 #c-biz dl dd {
              background: url("../images/common/course_flow/course_biz_sp_bg.svg") center top repeat-y;
              background-size: 100% auto;
              font-size: 12px;
              line-height: 1.58;
              color: #3e3a39;
              padding: 0.5em 7.6923%; }
            #curriculum-page #contents #course-flow .course-layout2 #c-biz dl + img {
              z-index: 2;
              display: block;
              width: 100%; }
              #curriculum-page #contents #course-flow .course-layout2 #c-biz dl + img + img {
                z-index: 2;
                display: block;
                position: absolute;
                width: 15%;
                height: auto;
                bottom: 0;
                right: 9%; }
        #curriculum-page #contents #course-flow .course-layout2 #c-personal {
          width: 100%;
          max-width: 360px;
          min-height: 190px;
          margin-top: 30px;
          background: url("../images/common/course_flow/course_personal_sp.svg") right bottom no-repeat;
          background-size: 86.8px auto; }
          #curriculum-page #contents #course-flow .course-layout2 #c-personal dt {
            font-size: 20px;
            font-weight: 900;
            color: #6c2659; }
            #curriculum-page #contents #course-flow .course-layout2 #c-personal dt span {
              color: #000;
              font-weight: 700;
              font-size: 12px;
              display: block; }
          #curriculum-page #contents #course-flow .course-layout2 #c-personal dd {
            font-size: 12px;
            line-height: 1.58;
            color: #3e3a39;
            margin-top: 0.5em; } }
  #curriculum-page #contents #license .license-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center; }
    @media only screen and (max-width: 640px) {
      #curriculum-page #contents #license .license-list {
        display: block; } }
    #curriculum-page #contents #license .license-list .license-img,
    #curriculum-page #contents #license .license-list .license-txt {
      box-sizing: border-box;
      border-bottom: 1px solid #dcdcdc;
      padding: 10px;
      margin: 0; }
      #curriculum-page #contents #license .license-list .license-img.bdr-none,
      #curriculum-page #contents #license .license-list .license-txt.bdr-none {
        border: none; }
      @media only screen and (max-width: 640px) {
        #curriculum-page #contents #license .license-list .license-img,
        #curriculum-page #contents #license .license-list .license-txt {
          width: 100% !important; } }
    #curriculum-page #contents #license .license-list .license-img {
      position: relative;
      padding-left: 0;
      padding-right: 20px;
      width: 130px;
      text-align: center; }
      @media only screen and (max-width: 640px) {
        #curriculum-page #contents #license .license-list .license-img {
          padding-top: 20px;
          border-bottom: 1px dotted #dcdcdc !important; } }
      #curriculum-page #contents #license .license-list .license-img:after {
        content: "";
        display: block;
        position: absolute;
        background: #ccc;
        right: 0;
        top: 10px;
        width: 5px;
        height: calc(100% - 20px); }
        @media only screen and (max-width: 640px) {
          #curriculum-page #contents #license .license-list .license-img:after {
            display: none; } }
      #curriculum-page #contents #license .license-list .license-img.l-basic:after {
        background: #e39300 !important; }
      #curriculum-page #contents #license .license-list .license-img.l-advance:after {
        background: #ab951d !important; }
      #curriculum-page #contents #license .license-list .license-img.l-trainer:after {
        background: #6c265a !important; }
      #curriculum-page #contents #license .license-list .license-img.l-internal:after {
        background: #00afcc !important; }
      #curriculum-page #contents #license .license-list .license-img img {
        display: block;
        border: 1px solid #dcdcdc;
        max-height: 120px;
        margin: auto; }
      #curriculum-page #contents #license .license-list .license-img span {
        display: block;
        text-align: center;
        font-size: 12px;
        line-height: normal;
        margin-top: 4px; }
    #curriculum-page #contents #license .license-list .license-txt {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding-right: 0;
      width: calc(100% - 130px);
      padding-left: 1em; }
      @media only screen and (max-width: 640px) {
        #curriculum-page #contents #license .license-list .license-txt {
          border-bottom: 1px solid #ccc; } }
  #curriculum-page #contents #license div.curriculum-inner > div {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em; }
    @media only screen and (max-width: 640px) {
      #curriculum-page #contents #license div.curriculum-inner > div {
        display: block; } }
    #curriculum-page #contents #license div.curriculum-inner > div p {
      margin-bottom: 0; }
    #curriculum-page #contents #license div.curriculum-inner > div p.license-img {
      width: 150px; }
      @media only screen and (max-width: 640px) {
        #curriculum-page #contents #license div.curriculum-inner > div p.license-img {
          width: auto;
          text-align: center; } }
      #curriculum-page #contents #license div.curriculum-inner > div p.license-img img {
        width: 120px;
        height: auto;
        border: 1px solid #ccc; }
      #curriculum-page #contents #license div.curriculum-inner > div p.license-img span {
        display: block;
        text-align: center;
        padding-top: 0.3em;
        padding-right: 20px;
        font-size: 11px; }
    @media only screen and (max-width: 640px) {
      #curriculum-page #contents #license div.curriculum-inner > div .license-txt {
        padding-top: 1em; }
        #curriculum-page #contents #license div.curriculum-inner > div .license-txt br:not(.pc-invisible) {
          display: none; } }
  #curriculum-page #contents #license .btn_cv a {
    width: 500px;
    margin: 1em 0 0; }
    @media only screen and (max-width: 640px) {
      #curriculum-page #contents #license .btn_cv a {
        width: auto; } }
  #curriculum-page #contents .meiku-info > div {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start; }
    #curriculum-page #contents .meiku-info > div:first-child {
      border-top: 1px solid #333333;
      padding-top: 15px; }
      #curriculum-page #contents .meiku-info > div:first-child .right-col {
        padding-top: 62px; }
        @media only screen and (max-width: 640px) {
          #curriculum-page #contents .meiku-info > div:first-child .right-col {
            padding-top: 1.5em; } }
    @media only screen and (max-width: 640px) {
      #curriculum-page #contents .meiku-info > div {
        display: block; } }
    #curriculum-page #contents .meiku-info > div .left-col, #curriculum-page #contents .meiku-info > div .right-col {
      width: 375px; }
      @media only screen and (max-width: 640px) {
        #curriculum-page #contents .meiku-info > div .left-col, #curriculum-page #contents .meiku-info > div .right-col {
          width: 100%; } }
    #curriculum-page #contents .meiku-info > div .ttl-img {
      display: block; }

/*# sourceMappingURL=curriculum.css.map */
