@charset "UTF-8";
* {
  margin: 0px;
  /* 各ブラウザの独自解釈をリセット*/
  padding: 0px; }

.sp {
  display: none; }

body {
  font-size: 14px;
  /* 基本のフォントサイズ */
  font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
  line-height: 22px;
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  color: #000000;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-arrow-color: #333333;
  scrollbar-base-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-face-color: #ffffff;
  scrollbar-highlight-color: #666666;
  scrollbar-shadow-color: #666666;
  scrollbar-track-color: #ffffff; }

img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none; }

th {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px; }

td {
  padding-top: 2px;
  padding-bottom: 2px; }

p {
  margin: 0px;
  padding: 0px;
  background-image: url(image); }

li {
  background-image: url(image); }

a .hover_img {
  transition: all 0.3s ease;
  /*0.5秒かけて要素を変化させる*/ }
a:hover .hover_img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"; }

.pc-invisible {
  display: none; }

/* リンク設定
---------------------------------------------------- */
a:link, a:visited {
  color: #6b2559;
  /* 背景透明 */
  text-decoration: none; }
a:hover, a:active {
  color: #ff6c00; }

/* 汎用CSS
---------------------------------------------------- */
.clear {
  clear: both; }

.note {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.2; }

.closed-msg {
  padding: 2em;
  text-align: center;
  background: #fcebe1;
  color: #cc0000;
  position: relative;
  font-weight: bold;
  box-sizing: border-box; }
  .closed-msg:after {
    box-sizing: border-box;
    display: block;
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    left: 2px;
    top: 2px;
    border: 1px solid #fff; }

.btn_cv a {
  min-height: 40px;
  font-size: 16px;
  height: auto;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #6c265a;
  background: #fff url(../images/common/ico_arw02.png) no-repeat 95% center;
  background-size: 7px 11px;
  border: 1px solid #6c265a;
  border-radius: 5px;
  margin: auto; }

.new-mk {
  display: inline-block;
  margin-left: 3px;
  vertical-align: text-top;
  width: 20px;
  height: auto; }

/* 固定
---------------------------------------------------- */
#wrapper {
  height: auto;
  width: 100%;
  padding: 0px;
  left: auto;
  right: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-color: #FFFFFF; }

/* 見出しタグ設定
---------------------------------------------------- */
h1 {
  font-size: 10px;
  font-weight: normal; }

h2 {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px; }

/* margin
----------------------------------------------------------- */
.mt00 {
  margin-top: 0px !important; }

.mt05 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40, .mt50 {
  margin-top: 40px !important; }

.mb00 {
  margin-bottom: 0px !important; }

.mb05 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml05 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml50 {
  margin-left: 50px !important; }

.mr00 {
  margin-right: 0px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr50 {
  margin-right: 40px !important; }

.pt00 {
  padding-top: 0 !important; }

.pt05 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt30 {
  padding-top: 30px !important; }

.pr00 {
  padding-right: 0 !important; }

.pr05 {
  padding-right: 5px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr15 {
  padding-right: 15px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr30 {
  padding-right: 30px !important; }

.pb00 {
  padding-bottom: 0 !important; }

.pb05 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 0px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pl00 {
  padding-left: 0 !important; }

.pl01 {
  padding-left: 1px !important; }

.pl05 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl60 {
  padding-left: 60px !important; }

/* 共通
---------------------------------------------------- */
.font16b {
  font-size: 16px;
  font-weight: bold; }
.font12{
  font-size: 12px;
}

/* header
---------------------------------------------------- */
#header {
  height: auto;
  width: 100%;
  margin-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dedede; }
  #header .headertop {
    height: 20;
    width: 100%;
    background-color: #6c265a; }
    #header .headertop .title {
      height: 20px;
      width: 980px;
      margin: 0 auto;
      color: #FFFFFF;
      line-height: 20px;
      font-size: 10px; }
  #header .header_box {
    height: 120px;
    width: 980px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto; }
    #header .header_box .logo {
      height: auto;
      width: 288px;
      padding-top: 17px;
      float: left; }
      #header .header_box .logo img {
        height: auto;
        width: 100%; }
    #header .header_box .contents {
      margin: 2px 0 0;
      float: right;
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-end;
      align-items: center; }
      #header .header_box .contents a {
        box-sizing: border-box;
        padding: 10px;
        min-height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
        border-radius: 4px;
        line-height: normal;
        font-size: 12px;
        font-weight: bold; }
        #header .header_box .contents a:last-child {
          margin-right: 0; }
        #header .header_box .contents a.cont-1 {
          background: #cda5c3;
          color: #fff; }
        #header .header_box .contents a.cont-2 {
          color: #6c2659;
          border: 1px solid #6c2659; }

ol, ul {
  list-style: none; }

/* --------------------------------------------------- menu */
.menu {
  position: relative;
  width: 1030px;
  height: 50px;
  max-width: 1030px;
  margin: 0 auto;
  font-size: 12px; }
  .menu > li {
    float: left;
    width: 19%;
    height: 40px;
    line-height: 40px;
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #afafaf;
    text-align: center;
    font-weight: bold; }
    .menu > li:last-child {
      border-right-width: 1px;
      border-right-style: dotted;
      border-right-color: #afafaf; }
    .menu > li a {
      display: block;
      color: #999; }
      .menu > li a:hover {
        color: #fff; }

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1; }
ul.menu__third-level, ul.menu__fourth-level {
  visibility: hidden;
  opacity: 0; }

.menu > li:hover {
  background: #6c265a;
  -webkit-transition: all .5s;
  transition: all .5s; }

.menu__second-level li {
  border-bottom: 1px dotted #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  text-align: left; }

.menu__third-level li {
  border-bottom: 1px dotted #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333; }

.menu__second-level li a:hover, .menu__third-level li a:hover, .menu__fourth-level li a:hover {
  background: #6c265a; }

.init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.menu {
  zoom: 1; }
  .menu:before {
    content: " ";
    display: table; }
  .menu:after {
    content: " ";
    display: table;
    clear: both; }

ul li.menu01 {
  background-image: url(../images/common/left_menu01.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menu02 {
  background-image: url(../images/common/left_menu02.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menu03 {
  background-image: url(../images/common/left_menu03.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menu04 {
  background-image: url(../images/common/left_menu04.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menu05 {
  background-image: url(../images/common/left_menu05.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menu06 {
  background-image: url(../images/common/left_menu06.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menu07 {
  background-image: url(../images/common/left_menu07.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menu08 {
  background-image: url(../images/common/left_menu08.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menu09 {
  background-image: url(../images/common/left_menu09.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menu10 {
  background-image: url(../images/common/left_menu10.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menu_advance {
  background-image: url(../images/common/icon_advance.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menu_basic {
  background-image: url(../images/common/icon_basic.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menu_trial {
  background-image: url(../images/common/icon_trial.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menu_trainer {
  background-image: url(../images/common/icon_trainer.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menu_biz-trip {
  background-image: url(../images/common/icon_biz-trip.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menu_personal {
  background-image: url(../images/common/icon_personal.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menu_internal {
  background-image: url(../images/common/icon_internal.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menu_internal2 {
  background-image: url(../images/common/icon_internal_primer.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menu_qualification {
  background-image: url(../images/common/icon_qualification.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menu_teacher {
  background-image: url(../images/common/icon_teacher.png);
  background-repeat: no-repeat;
  background-position: left center; }
		ul li.menu_consul {
  background-image: url(../images/common/icon_consul.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menu_seminar {
  background-image: url(../images/common/icon_seminar.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menukantou {
  background-image: url(../images/common/kantou.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menuchubu {
  background-image: url(../images/common/chubu.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menukansai {
  background-image: url(../images/common/kansai.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menukyushu {
  background-image: url(../images/common/kyushu.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menuchuugoku {
  background-image: url(../images/common/chuugoku.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menutouhoku {
  background-image: url(../images/common/touhoku.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menuhokkaidou {
  background-image: url(../images/common/hokkaidou.png);
  background-repeat: no-repeat;
  background-position: left center; }
ul li.menu_voice {
  background-image: url(../images/common/icon_voice.png);
  background-repeat: no-repeat;
  background-position: left center; }

/* --------------------------------------------------- mega menu */
li.menu__mega ul.menu__second-level {
  position: absolute;
  top: 40px;
  left: 2px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  width: 95%;
  padding: 20px 2%;
  background: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
li.menu__mega:hover ul.menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1; }
li.menu__mega ul.menu__second-level > li {
  float: left;
  width: 28%;
  border: none;
  padding-left: 36px; }
  li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%; }

/* footer
---------------------------------------------------- */
#footer {
  height: 484px;
  width: 100%;
  background-color: #ededed; }
  #footer .footer_top {
    height: 440px;
    width: 980px;
    margin: 0 auto; }
    #footer .footer_top .block {
      height: 440px;
      width: 196px;
      float: left; }
      #footer .footer_top .block ul {
        margin-top: 24px; }
        #footer .footer_top .block ul li {
          font-size: 12px;
          font-weight: bold;
          list-style: none;
          line-height: 25px; }
          #footer .footer_top .block ul li ul {
            margin-top: 0px; }
            #footer .footer_top .block ul li ul li {
              font-size: 11px;
              font-weight: normal;
              list-style: none;
              background-image: url(../images/common/footer_icon.png);
              background-repeat: no-repeat;
              background-position: left center;
              padding-left: 10px; }
  #footer a:link, #footer a:visited {
    color: #666666;
    /* 背景透明 */
    text-decoration: none; }
  #footer a:hover {
    color: #ff6c00; }

a:active {
  color: #ff6c00; }

#footer .footer_center {
  text-align: center;
  height: auto;
  width: 100%;
  background-color: #FFFFFF; }
  #footer .footer_center .box {
    height: auto;
    width: 980px;
    margin: 0 auto;
    padding: 18px 0 12px 0;
    font-size: 12px;
    line-height: 1em;
    color: #666666; }
    #footer .footer_center .box span {
      font-size: 14px;
      font-weight: bold;
      color: #666666; }
  #footer .footer_center .footer_sns {
    width: auto;
    margin: 0 auto;
    display: flex;
    gap: 18px;
    justify-content: center;}
#footer .footer_bottom {
  height: auto;
  line-height: 31px;
  width: 100%;
  background-color: #6b2559;
  text-align: center;
  font-size: 10px;
  color: #FFFFFF; }

.footer_text {
  text-align: center;
  font-size: 8px;
  color: #999999; }

/* body
---------------------------------------------------- */
#contents {
  width: 790px;
  float: left; }
  #contents h2 {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #6b2559;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #c5a282;
    background-image: url(../images/common/h2_icon.png);
    background-size: 27px 30px;
    background-repeat: no-repeat;
    background-position: left 0px;
    padding-left: 40px;
    padding-bottom: 12px;
    margin-bottom: 10px; }

#contents-full h2 {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  color: #6b2559;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #c5a282;
  background-image: url(../images/common/h2_icon.png);
  background-size: 27px 30px;
  background-repeat: no-repeat;
  background-position: left 0px;
  padding-left: 40px;
  padding-bottom: 12px;
  margin-bottom: 10px; }

#contents p, #contents-full p {
  margin-bottom: 20px; }

#left {
  width: 160px;
  margin-right: 30px;
  float: left; }
  #left .left01 {
    width: 160px;
    height: 40px;
    background-image: url(../images/common/leftmenu/left01.png);
    background-repeat: no-repeat;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 120px; }
  #left .left02 {
    width: 160px;
    height: 111px;
    background-image: url(../images/common/left02.png);
    background-repeat: no-repeat;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 54px; }
    #left .left02 p {
      font-size: 12px;
      color: #666666;
      line-height: 15px;
      text-align: left;
      margin: 5px 10px; }
    #left .left02 .tit {
      font-size: 14px;
      font-weight: bold;
      color: #13648d;
      margin: 0;
      text-align: center; }
  #left .bn {
    width: 160px;
    height: auto;
    margin-bottom: 10px;
    line-height: normal; }
    #left .bn a, #left .bn img {
      display: block;
      width: 100%; }
  #left .menu {
    width: 158px;
    height: auto;
    border: 1px solid #dedede;
    margin-bottom: 10px; }
    #left .menu .tit {
      font-size: 12px;
      font-weight: bold;
      color: #333333;
      height: 34px;
      line-height: 34px;
      background-image: url(../images/common/left_menu.png);
      background-repeat: no-repeat;
      padding-left: 10px; }
    #left .menu ul li {
      width: 122px;
      height: 40px;
      border-top: 1px dotted #dedede;
      font-size: 11px;
      line-height: 14px;
      list-style: none;
      display: table;
      padding-left: 36px; }
      #left .menu ul li.menu01 {
        background-image: url(../images/common/left_menu01.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #left .menu ul li.menu02 {
        background-image: url(../images/common/left_menu02.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #left .menu ul li.menu03 {
        background-image: url(../images/common/left_menu03.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #left .menu ul li.menu04 {
        background-image: url(../images/common/left_menu04.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #left .menu ul li.menu05 {
        background-image: url(../images/common/left_menu05.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #left .menu ul li.menu06 {
        background-image: url(../images/common/left_menu06.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #left .menu ul li.menu07 {
        background-image: url(../images/common/left_menu07.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #left .menu ul li.menu08 {
        background-image: url(../images/common/left_menu08.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #left .menu ul li.menu09 {
        background-image: url(../images/common/left_menu09.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #left .menu ul li.menu10 {
        background-image: url(../images/common/left_menu10.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #left .menu ul li.menu_advance {
        background-image: url(../images/common/icon_advance.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #left .menu ul li.menu_basic {
        background-image: url(../images/common/icon_basic.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #left .menu ul li.menu_trial {
        background-image: url(../images/common/icon_trial.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #left .menu ul li.menu_trainer {
        background-image: url(../images/common/icon_trainer.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #left .menu ul li.menu_biz-trip {
        background-image: url(../images/common/icon_biz-trip.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #left .menu ul li.menu_personal {
        background-image: url(../images/common/icon_personal.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #left .menu ul li.menu_qualification {
        background-image: url(../images/common/icon_qualification.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #left .menu ul li.menu_teacher {
        background-image: url(../images/common/icon_teacher.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #left .menu ul li.menu_seminar {
        background-image: url(../images/common/icon_seminar.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #left .menu ul li.menukantou {
        background-image: url(../images/common/kantou.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #left .menu ul li.menuchubu {
        background-image: url(../images/common/chubu.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #left .menu ul li.menukansai {
        background-image: url(../images/common/kansai.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #left .menu ul li.menukyushu {
        background-image: url(../images/common/kyushu.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #left .menu ul li.menuchuugoku {
        background-image: url(../images/common/chuugoku.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #left .menu ul li.menutouhoku {
        background-image: url(../images/common/touhoku.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #left .menu ul li.menuhokkaidou {
        background-image: url(../images/common/hokkaidou.png);
        background-repeat: no-repeat;
        background-position: left center; }
      #left .menu ul li a {
        display: table-cell;
        vertical-align: middle;
        padding-right: 10px; }
      #left .menu ul li:first-child {
        border-top: none; }
  #left .fb_bn {
    width: 160px;
    height: 131px;
    margin-bottom: 10px; }
  #left .fb-like {
    position: relative;
    top: -40px;
    left: 25px;
    text-align: center; }

.leftmenu-list {
  margin-top: 20px;
  border-top: 1px solid #ccc; }
  .leftmenu-list li {
    padding: 14px 0 14px 38px;
    background-position: left center;
    background-size: auto 22px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ccc;
    font-size: 12px; }
    .leftmenu-list li.m-word {
      background-image: url("../images/common/leftmenu/mk_yougo.svg"); }
    .leftmenu-list li.m-books {
      background-image: url("../images/common/leftmenu/mk_books.svg"); }
    .leftmenu-list li a:link {
      color: #000; }
    .leftmenu-list li a:hover {
      color: #6c265a; }

.tprice {
  font-size: 0.85em;
  padding: 0 0.2em; }

/* 各講座フロー図リンク
---------------------------------------------------- */
.course-flow-pc {
  width: 748px;
  height: auto; }

/* body
---------------------------------------------------- */
#body {
  height: auto;
  width: 980px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px; }

.discount img {
  width: 100%;
  margin: 20px auto; }
p.discount-tarainer{
  margin-bottom: 0 !important;
}
.discount-tarainer img{
  width: 100%;
  margin: 20px auto 0 auto; 
}

.pagetop {
  position: fixed;
  width: 60px;
  bottom: 20px;
  right: 20px;
  z-index: 10; }
  .pagetop img {
    width: 100%;
    height: auto; }

/* fix_header
---------------------------------------------------- */
#fix_header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0px;
  background-color: #FFFFFF;
  border-top: 3px solid #6c2659;
  border-bottom: 1px solid #dedede;
  z-index: 100; }
  #fix_header .box {
    width: 1082px;
    height: 60px;
    margin: 0 auto;
    padding-top: 10px; }
    #fix_header .box .logo {
      height: auto;
      width: 70px;
      padding-top: 8px;
      padding-bottom: 8px;
      float: left; }

/* 企業事例ページ
---------------------------------------------------- */
.case-title {
  font-size: 24px;
  font-weight: bold;
  color: #6b2559;
  padding: 10px 0 30px 0; }

.case-line {
  color: #ffffff;
  font-size: 14px;
  background-color: #6b2559;
  padding-left: 5px; }

.case-prof-photo {
  float: left;
  min-width: 100px;
  margin-right: 10px; }

.case-prof-text {
  clear: both;
  padding: 5px;
  border: #999999 solid 1px; }

.case-prof-spec {
  font-size: 12px !important;
  border-bottom: #999999 solid 1px;
  border-top: #999999 solid 1px;
  border-collapse: collapse; }

th.spec1 {
  width: 80px;
  color: #000000 !important;
  font-weight: normal !important;
  background-color: #dddddd;
  padding: 5px !important;
  border-bottom: #999999 solid 1px; }
th.spec2 {
  width: 270px;
  color: #000000 !important;
  font-weight: normal !important;
  text-align: left;
  padding: 5px !important;
  border-bottom: #999999 solid 1px; }

.img-right {
  float: right;
  margin-left: 10px; }

.btn-flat-logo, .btn-flat-logo-2, .btn-flat-logo-3 {
  position: relative;
  border-radius: 6px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.2em;
  padding: 1em 5em;
  width: 44%;
  text-decoration: none;
  color: #FFF !important;
  background: #6b2559; }

.btn-flat-logo:hover, .btn-flat-logo-2:hover, .btn-flat-logo-3:hover {
  opacity: 0.7; }

.btn-flat-logo::after, .btn-flat-logo-2::after, .btn-flat-logo-3::after {
  content: '';
  width: 0.7em;
  height: 0.7em;
  border: 0px;
  border-top: solid 0.25em #FFF;
  border-right: solid 0.25em #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1.5em;
  margin-top: -0.5em; }

.btn-flat-logo-2 {
  border: 3px solid #6b2559;
  color: #6b2559 !important;
  background: #FFF; }

.btn-flat-logo-3 {
  border: 3px solid #6b2559;
  color: #6b2559 !important;
  background: #FFF;
  width: 41.5%; }

.btn-flat-logo-2::after, .btn-flat-logo-3::after {
  border-top: solid 0.25em #6b2559;
  border-right: solid 0.25em #6b2559; }

@media screen and (max-width: 640px) {
  .btn-flat-logo, .btn-flat-logo-2, .btn-flat-logo-3 {
    width: 100%; } }
.meiku-info h3 {
  margin: 0 0 14px !important;
  background: none !important;
  padding: 0 !important;
  border: none !important; }
  .meiku-info h3 img {
    width: 302px;
    height: 48.5px;
    display: block; }
.meiku-info .ttl-img {
  width: 100%; }
.meiku-info .contentsinfo {
  margin-top: 20px; }
  .meiku-info .contentsinfo h4 {
    background: #90b821 !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 14px !important;
    padding: 5px 8px !important;
    margin-bottom: 10px !important; }
  .meiku-info .contentsinfo ul {
    border-right: #666666 solid 1px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch; }
    .meiku-info .contentsinfo ul li {
      display: flex;
      flex-flow: column wrap;
      justify-content: flex-end;
      align-items: center;
      width: 33%;
      padding: 6px;
      border-left: #666666 solid 1px;
      box-sizing: border-box;
      font-size: 12px;
      line-height: 16px;
      font-weight: bold;
      text-align: center; }
      .meiku-info .contentsinfo ul li img {
        display: block;
        margin-bottom: 12px; }
      .meiku-info .contentsinfo ul li:nth-child(1) img {
        width: 41px;
        height: 40px; }
      .meiku-info .contentsinfo ul li:nth-child(2) img {
        width: 51px;
        height: 36px; }
      .meiku-info .contentsinfo ul li:nth-child(3) img {
        width: 40px;
        height: 40px; }
.meiku-info p {
  text-align: justify !important;
  font-size: 14px !important;
  line-height: 22px !important;
  margin-bottom: 0 !important; }
.meiku-info h4.catch {
  font-size: 15px !important;
  line-height: 24px !important;
  color: #000 !important;
  border: none !important;
  padding: 0 !important;
  margin-bottom: 1em !important;
  text-align: justify !important; }
.meiku-info h4.event-ttl {
  padding: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 20px !important;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: bold !important;
  position: relative !important;
  border-top: 3px double #999 !important;
  border-bottom: none !important; }
  .meiku-info h4.event-ttl span {
    background: #fff;
    padding-right: 5px;
    position: relative;
    top: -0.8em; }
.meiku-info p.icons {
  padding-bottom: 8px;
  float: left; }
  .meiku-info p.icons img:nth-child(1) {
    width: 55px;
    height: 41.5px;
    margin-right: 10px; }
  .meiku-info p.icons img:nth-child(2) {
    width: 55px;
    height: 51.5px;
    margin-right: 20px; }

.meiku-link {
  margin: 40px auto 0;
  width: 80%; }
  .meiku-link a {
    background: url("../images/meilku_parts/meiku_arw.png") right 15px center no-repeat #e9f1d3;
    background-size: 7px 11px;
    border: 2px solid #90b821;
    border-radius: 5px;
    padding: 18px 15px 10px 10px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #000; }
    .meiku-link a span {
      content: url("../images/meilku_parts/meiku_logo.svg");
      display: inline-block;
      width: 94px;
      height: 26px;
      margin-top: -8px;
      margin-right: 6px; }
				
/* 左サイドメニュー下層リンク追加
---------------------------------------------------- */
    #left .menu ul li.menu_basic02,
    #left .menu ul li.menu_advance02 {
      display: block;
      padding-bottom: 28px;
    }
    #left .menu ul li.menu_basic02 > a,
    #left .menu ul li.menu_advance02 > a {
      display: block;
    }
    #left .menu ul li.menu_basic02 div.basic_lectures, 
    #left .menu ul li.menu_advance02 div.advance_lectures {
      margin-top: 8px;
    }
    #left .menu ul li.menu_basic02 div.basic_lectures a,
    #left .menu ul li.menu_advance02 div.advance_lectures a {
      display: block;
      text-indent: 1em;
    }
    #left .menu ul li.menu_basic02 div.basic_lectures a + a,
    #left .menu ul li.menu_advance02 div.advance_lectures a + a {
      margin-top: 8px;
    }
				
/* オンライン講座とオフライン講座タグ実装
---------------------------------------------------- */
/*
div.two_courses {
  width: 100%;
  margin: 20px 0 24px;
  display: flex;
  align-items: start;
  gap: 30px;
  box-sizing: border-box;
}
div.two_courses a.advance_online, 
div.two_courses a.advance_offline {
  width: calc((100% - 30px) / 2);
}
div.two_courses a.advance_online:hover, 
div.two_courses a.advance_offline:hover {
  opacity: 0.6;
}
*/
.two_courses .one_tab a,
.advance_lectures .one_tab a{
	height: auto;
	border:none;
	background: none;
padding:0;}
.two_courses .one_tab a img {
  width: 100%;
		height: auto;
}
.two_courses .one_tab a.select,
.advance_lectures .one_tab a.select {
	background: none;
padding:0;
}
.advance_lectures.tabArea {
display: block;
margin:0;
}
.advance_lectures.tabArea a {
font-size: 11px;
}
.advance_lectures .one_tab {
	width: auto;
	line-height: 1.4em;
	text-align: left;
}

/* 実践サロンバナー
---------------------------------------------------- */
a.bnr_practice{
	padding-top: 30px;
	display: block;
}
.bnr_practice img {
	width: 100%;
	height: auto;
}

/* ----- 助成金 ----- */
section.subsidy {
	font-size: 14px;
	margin-bottom: 35px;
	border-top: 5px solid #8e437c;
	background-image: url(/images/school/bg_subsidy.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 20px 37px 14px 37px;
	text-align: center;
}
section.subsidy em {
	font-style: normal;
	color: #993d80;
	font-weight: bold;
}
section.subsidy h5.subsidy_ttl {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
section.subsidy h5.subsidy_ttl::after {
content:none !important;
}
section.subsidy .subsidy_lead {
	margin-bottom: 22px;
}
section.subsidy .subsidy_link_area {
	text-align: center;
	background-color: #fff;
	margin-bottom: 20px;
	padding: 0 0 10px;
}
section.subsidy h6.subsidy_link_ttl {
	background-color: #8e437c;
	color: #fff;
	font-weight: bold;
	padding: 8px 0;
	font-size: 14px;
}
section.subsidy .subsidy_link_txt {
	padding: 15px 0;
	margin-bottom: 0px !important;
}
section.subsidy a.subsidy_link {
	text-decoration: underline;
	display: inline-block;
	position: relative;
	color: #000;
}
section.subsidy a.subsidy_link::before {
content:'';
	width: 7px;
	height: 12px;
		position: absolute;
	left: -15px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(/images/school/arrow_pu.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
		display: block;
}
section.subsidy a.subsidy_contact {
	background-color: #f29d28;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	text-align: center;
	padding: 15px 40px;
	border-radius: 999px;
	display: inline-block;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
section.subsidy a.subsidy_contact::after {
	content: '';
	position: absolute;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 7px;
	height: 12px;
	background-image: url(/images/common/ico_arw01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
		display: block;
}
section.subsidy .subsidy_note {
	font-size: 10px;
	text-align: center;
	margin-bottom: 0px !important;
		line-height: 1.5;
}
/*# sourceMappingURL=base.css.map */
/*# sourceMappingURL=base.css.map */
/*# sourceMappingURL=base.css.map */

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