@charset 'utf-8';

/* ローカルヘッダー */
@media only screen and (max-width: 640px) {
  #local-header .heading {
    padding: 25px 0 22px;
  }
}

@media only screen and (max-width: 640px) {
  #local-header .heading h1 img {
    width: 142px;
  }
}

/* 見出し */
@media print,
screen and (min-width: 641px) {
  h2.cmn-heading_1 {
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 640px) {
  h2.cmn-heading_1 {
    margin-bottom: 23px;
  }
}

@media print,
screen and (min-width: 641px) {
  h3.cmn-heading_2 {
    margin-top: -7px;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 640px) {
  h3.cmn-heading_2 {
    margin-top: -6px;
    margin-bottom: 16px;
  }
}

/* アテンション */
@media print,
screen and (min-width: 641px) {
  .cmn-box_attention_1 {
    margin-top: -40px;
    margin-bottom: 52px;
  }
}

@media only screen and (max-width: 640px) {
  .cmn-box_attention_1 {
    margin-top: -23px;
    margin-bottom: 40px;
  }
}

/* 前ページへ戻るリンク */
@media print,
screen and (min-width: 641px) {
  .back-link {
    margin-top: -37px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 640px) {
  .back-link {
    margin-bottom: 56px;
  }
}

/*==============================================================================
  モーダル
==============================================================================*/
#modalWrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(86, 113, 130, 0.2);
  z-index: 1000;
  overflow: auto;
  display: none;
}

#modalWrapper .modalInner {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* 閉じるボタン */
  /* 動画 */
}

@media print,
screen and (min-width: 641px) {
  #modalWrapper .modalInner {
    border-radius: 20px;
    padding: 60px 150px 40px;
    width: 100%;
    max-width: 860px;
  }
}

@media only screen and (max-width: 640px) {
  #modalWrapper .modalInner {
    border-radius: 10px;
    padding: 90px 18px;
    width: calc(100% - 20px);
  }
}

#modalWrapper .modalInner .button_close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

#modalWrapper .modalInner .button_close.button_bottom {
  position: relative;
  top: 0;
  right: 0;
  min-height: 30px;
  cursor: pointer;
  color: #434e54 !important;
  font-size: 16px;
}

@media print,
screen and (min-width: 641px) {
  #modalWrapper .modalInner .button_close {
    width: 60px;
    height: 60px;
  }
  #modalWrapper .modalInner .button_close.button_bottom {
    width: 150px;
    height: auto;
  }
}

@media only screen and (max-width: 640px) {
  #modalWrapper .modalInner .button_close {
    width: 50px;
    height: 50px;
  }
  #modalWrapper .modalInner .button_close.button_bottom {
    width: 150px;
    height: auto;
    padding: 10px;
  }
}

#modalWrapper .modalInner .button_close::before,
#modalWrapper .modalInner .button_close::after {
  content: "";
  display: block;
  border-radius: 4px;
  background-color: #68b7e6;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}

#modalWrapper .modalInner .button_close.button_bottom::before,
#modalWrapper .modalInner .button_close.button_bottom::after {
  content: "";
  display: block;
  border-radius: 4px;
  background-color: #none;
  position: relative;
  z-index: 10;
}

@media print,
screen and (min-width: 641px) {

  #modalWrapper .modalInner .button_close::before,
  #modalWrapper .modalInner .button_close::after {
    width: 32px;
    height: 4px;
    margin-top: -2px;
    margin-left: -15px;
  }
  #modalWrapper .modalInner .button_close.button_bottom::before,
  #modalWrapper .modalInner .button_close.button_bottom::after {
    width: 0;
    height: 0;
    margin-top: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 640px) {

  #modalWrapper .modalInner .button_close::before,
  #modalWrapper .modalInner .button_close::after {
    width: 25px;
    height: 3px;
    margin-top: -1px;
    margin-left: -10px;
  }
  #modalWrapper .modalInner .button_close.button_bottom::before,
  #modalWrapper .modalInner .button_close.button_bottom::after {
    width: 0;
    height: 0;
    margin-top: 0;
    margin-left: 0;
  }

}

#modalWrapper .modalInner .button_close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#modalWrapper .modalInner .button_close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#modalWrapper .modalInner #video {
  line-height: 1;
  position: relative;
  padding-top: 56.25%;
}

@media print,
screen and (min-width: 641px) {
  #modalWrapper .modalInner #video {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 640px) {
  #modalWrapper .modalInner #video {
    margin-bottom: 25px;
  }
}

#modalWrapper .modalInner #video>div,
#modalWrapper .modalInner #video>video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*==============================================================================
  おすすめ講座
==============================================================================*/
section.recommend {
  overflow: hidden;
  /* カルーセル */
}

@media print,
screen and (min-width: 641px) {
  section.recommend h3 {
    margin-bottom: 30px;
  }
}

section.recommend h3.-fukidashi_1::before {
  margin-right: 1.2em;
}

section.recommend h3.-fukidashi_1::after {
  margin-left: 0.6em;
}

@media print,
screen and (min-width: 641px) {
  section.recommend .btn_entry+p.cmn-p_note,
  .login_parts .btn_entry+p.cmn-p_note {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 640px) {
  section.recommend .btn_entry+p.cmn-p_note,
  .login_parts .btn_entry+p.cmn-p_note {
    margin-top: 13px;
  }
}

section.recommend .wrapper_carousel {
  position: relative;
  /* IE対策 */
  /* slick */
  /* 戻る・進むボタン */
  /* ドット */
}

@media print,
screen and (min-width: 641px) {
  section.recommend .wrapper_carousel {
    margin-bottom: 64px;
  }
}

@media only screen and (max-width: 640px) {
  section.recommend .wrapper_carousel {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 55px;
  }
}

@media print,
screen and (min-width: 641px) {

  section.recommend .wrapper_carousel::before,
  section.recommend .wrapper_carousel::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 50vw;
    background-color: #fff;
    z-index: 100;
  }

  section.recommend .wrapper_carousel::before {
    right: 100%;
  }

  section.recommend .wrapper_carousel::after {
    left: 100%;
  }
}

section.recommend .wrapper_carousel>ul {
  margin: 0 auto;
}

@media print,
screen and (min-width: 641px) {
  section.recommend .wrapper_carousel>ul {
    max-width: calc(12px + 468px + 12px);
  }
}

@media only screen and (max-width: 640px) {
  section.recommend .wrapper_carousel>ul {
    width: 87.5vw;
  }
}

@media print,
screen and (min-width: 641px) {
  section.recommend .wrapper_carousel li.item {
    padding: 0 12px 2px;
  }
}

@media only screen and (max-width: 640px) {
  section.recommend .wrapper_carousel li.item {
    padding: 0 5px 2px;
  }
}

section.recommend .wrapper_carousel li.item .cmn-box_1 {
  padding: 0;
  height: 100%;
  outline: 0;
}

section.recommend .wrapper_carousel li.item .cmn-box_1:hover {
  text-decoration: none;
}

@media print,
screen and (min-width: 641px) {
  section.recommend .wrapper_carousel li.item .cmn-box_1:hover img {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}

section.recommend .wrapper_carousel li.item .cmn-box_1 .thumb {
  overflow: hidden;
  position: relative;
}

section.recommend .wrapper_carousel li.item .cmn-box_1 .thumb img {
  max-width: none;
  width: 100%;
}

@media print,
screen and (min-width: 641px) {
  section.recommend .wrapper_carousel li.item .cmn-box_1 .thumb img {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

@media print,
screen and (min-width: 641px) {
  section.recommend .wrapper_carousel li.item .cmn-box_1 .content {
    padding: 20px 24px;
  }
}

@media only screen and (max-width: 640px) {
  section.recommend .wrapper_carousel li.item .cmn-box_1 .content {
    padding: 17px 20px 18px;
  }
}

section.recommend .wrapper_carousel li.item .cmn-box_1 .content h4 {
  text-align: left;
  line-height: 1.4;
}

@media print,
screen and (min-width: 641px) {
  section.recommend .wrapper_carousel li.item .cmn-box_1 .content h4 {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 640px) {
  section.recommend .wrapper_carousel li.item .cmn-box_1 .content h4 {
    margin-bottom: 5px;
  }
}

@media print,
screen and (min-width: 641px) {
  section.recommend .wrapper_carousel li.item .cmn-box_1 .content .cmn-p_ex {
    margin-bottom: 2px;
  }
}

@media only screen and (max-width: 640px) {
  section.recommend .wrapper_carousel li.item .cmn-box_1 .content .cmn-p_ex {
    margin-bottom: 10px;
  }
}

section.recommend .wrapper_carousel li.item .cmn-box_1 .content .tag {
  line-height: 1;
  display: inline-block;
  background-color: #daebf7;
  color: #444;
}

@media print,
screen and (min-width: 641px) {
  section.recommend .wrapper_carousel li.item .cmn-box_1 .content .tag {
    font-size: 13px;
    padding: 4px 10px;
  }
}

@media only screen and (max-width: 640px) {
  section.recommend .wrapper_carousel li.item .cmn-box_1 .content .tag {
    font-size: 11px;
    padding: 4px 8px;
  }
}

section.recommend .wrapper_carousel li.item .cmn-box_1.-mov .thumb::after {
  content: "";
  display: block;
  background: url("/sol/contents/img/kensyu/elearning1/button_play.svg") center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media print,
screen and (min-width: 641px) {
  section.recommend .wrapper_carousel li.item .cmn-box_1.-mov .thumb::after {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 640px) {
  section.recommend .wrapper_carousel li.item .cmn-box_1.-mov .thumb::after {
    width: 45px;
    height: 45px;
  }
}

section.recommend .wrapper_carousel .slick-slider {
  position: relative;
}

section.recommend .wrapper_carousel .slick-list {
  overflow: visible;
}

section.recommend .wrapper_carousel .prevButton,
section.recommend .wrapper_carousel .nextButton {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  z-index: 10;
  border-radius: 6px;
  cursor: pointer;
  background: url("/sol/contents/img/kensyu/elearning1/button_carousel_arrow.svg") center no-repeat #fff;
}

@media print,
screen and (min-width: 641px) {

  section.recommend .wrapper_carousel .prevButton,
  section.recommend .wrapper_carousel .nextButton {
    width: 48px;
    height: 68px;
    background-size: 14px;
  }
}

@media only screen and (max-width: 640px) {

  section.recommend .wrapper_carousel .prevButton,
  section.recommend .wrapper_carousel .nextButton {
    width: 30px;
    height: 40px;
    background-size: 8px;
  }
}

section.recommend .wrapper_carousel .prevButton {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section.recommend .wrapper_carousel .nextButton {
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
}

section.recommend .wrapper_carousel .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  left: 0;
}

@media print,
screen and (min-width: 641px) {
  section.recommend .wrapper_carousel .slick-dots {
    top: calc(100% + 20px);
  }
}

@media only screen and (max-width: 640px) {
  section.recommend .wrapper_carousel .slick-dots {
    top: calc(100% + 16px);
  }
}

section.recommend .wrapper_carousel .slick-dots li button {
  border: 0;
  padding: 0;
  color: transparent;
  overflow: hidden;
  border-radius: 50%;
  background-color: #d0d0d0;
  cursor: pointer;
  outline: 0;
}

@media print,
screen and (min-width: 641px) {
  section.recommend .wrapper_carousel .slick-dots li button {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
}

@media only screen and (max-width: 640px) {
  section.recommend .wrapper_carousel .slick-dots li button {
    width: 12px;
    height: 12px;
    margin: 0 7px;
  }
}

section.recommend .wrapper_carousel .slick-dots li.slick-active button {
  background-color: #68b7e6;
}

/*==============================================================================
  ELANとは？
==============================================================================*/
@media print,
screen and (min-width: 641px) {
  section.about ul.abouts {
    margin-bottom: 44px;
  }
}

@media only screen and (max-width: 640px) {
  section.about ul.abouts {
    margin-bottom: 20px;
  }
}

@media print,
screen and (min-width: 641px) {
  section.about ul.abouts>.item {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 640px) {
  section.about ul.abouts>.item {
    display: flex;
    align-items: center;
  }
}

section.about ul.abouts>.item .icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media print,
screen and (min-width: 641px) {
  section.about ul.abouts>.item .icon {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 640px) {
  section.about ul.abouts>.item .icon {
    width: 90px;
    flex: 0 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  section.about ul.abouts>.item .content {
    padding-left: 20px;
    flex: 1 1 auto;
  }
}

section.about ul.abouts>.item .content h4 {
  color: inherit;
}

@media print,
screen and (min-width: 641px) {
  section.about ul.abouts>.item .content h4 {
    line-height: 1.45;
    min-height: calc(2em * 1.45);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 640px) {
  section.about ul.abouts>.item .content h4 {
    line-height: 1.6;
    text-align: left;
  }
}

@media print,
screen and (min-width: 641px) {
  section.about ul.abouts>.item .content a:last-child {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 640px) {
  section.about ul.abouts>.item+.item {
    margin-top: 20px;
  }
}

section.about .wrapper_step {
  border: 1px solid #d0d0d0;
  border-radius: 6px;
}

@media print,
screen and (min-width: 641px) {
  section.about .wrapper_step {
    padding: 50px;
    max-width: 792px;
    margin: 43px auto 0;
  }
}

@media only screen and (max-width: 640px) {
  section.about .wrapper_step {
    padding: 20px 14px 30px;
    margin-top: 20px;
  }
}

section.about .wrapper_step h4 {
  color: inherit;
}

@media print,
screen and (min-width: 641px) {
  section.about .wrapper_step h4 {
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 640px) {
  section.about .wrapper_step h4 {
    margin-bottom: 18px;
  }
}

section.about .wrapper_step figure {
  text-align: center;
  margin: 0;
}

@media print,
screen and (min-width: 641px) {
  section.about .wrapper_step figure {
    margin-bottom: 26px;
  }
}

@media only screen and (max-width: 640px) {
  section.about .wrapper_step figure {
    margin-bottom: 17px;
  }
}

@media print,
screen and (min-width: 641px) {
  section.about .wrapper_step p.copy {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 640px) {
  section.about .wrapper_step p.copy {
    margin-bottom: 22px;
  }
}

@media print,
screen and (min-width: 641px) {
  section.about .wrapper_step .btn_entry+p.cmn-p_note {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 640px) {
  section.about .wrapper_step .btn_entry+p.cmn-p_note {
    margin-top: 8px;
  }
}

/*==============================================================================
  ELANの特徴
==============================================================================*/
@media print,
screen and (min-width: 641px) {
  section.feature ul.features>.item .header h4.-small {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  section.feature ul.features>.item.feature1 .header>.icon {
    width: 28px;
  }
}

@media only screen and (max-width: 640px) {
  section.feature ul.features>.item.feature2 .header>.icon {
    width: 30px;
  }
}

@media only screen and (max-width: 640px) {
  section.feature ul.features>.item.feature3 .header>.icon {
    width: 27px;
  }
}

/*==============================================================================
  講座の紹介
==============================================================================*/
section.kouza .cmn-box_accordion_1>.header h4 .icon {
  text-align: center;
}

@media print,
screen and (min-width: 641px) {
  section.kouza .cmn-box_accordion_1>.header h4 .icon {
    min-width: 32px;
  }
}

@media only screen and (max-width: 640px) {
  section.kouza .cmn-box_accordion_1>.header h4 .icon {
    min-width: 26px;
  }
}

@media only screen and (max-width: 640px) {
  section.kouza .cmn-box_accordion_1>.content>ul>.item+.item {
    margin-top: 15px;
  }
}

section.kouza .cmn-box_accordion_1>.content>ul>.item h5 {
  text-align: left;
}

@media print,
screen and (min-width: 641px) {
  section.kouza .cmn-box_accordion_1>.content>ul>.item h5 {
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 640px) {
  section.kouza .cmn-box_accordion_1>.content>ul>.item h5 {
    margin-bottom: 5px;
  }
}

@media print,
screen and (min-width: 641px) {
  section.kouza .cmn-box_accordion_1>.content>ul>.item ul+h5 {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 640px) {
  section.kouza .cmn-box_accordion_1>.content>ul>.item ul+h5 {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 640px) {
  section.kouza .cmn-box_accordion_1.excel>.header h4 .icon img {
    width: 21px;
  }
}

@media only screen and (max-width: 640px) {
  section.kouza .cmn-box_accordion_1.word>.header h4 .icon img {
    width: 22px;
  }
}

@media only screen and (max-width: 640px) {
  section.kouza .cmn-box_accordion_1.powerPoint>.header h4 .icon img {
    width: 25px;
  }
}

@media only screen and (max-width: 640px) {
  section.kouza .cmn-box_accordion_1.access>.header h4 .icon img {
    width: 20px;
  }
}

@media only screen and (max-width: 640px) {
  section.kouza .cmn-box_accordion_1.skill>.header h4 .icon img {
    width: 23px;
  }
}

@media only screen and (max-width: 640px) {
  section.kouza .cmn-box_accordion_1.plan>.header h4 .icon img {
    width: 26px;
  }
}

section.kouza .cmn-box_accordion_1+.btn_entry {
  margin-top: 30px;
}

@media print,
screen and (min-width: 641px) {
  section.kouza .btn_entry+p.cmn-p_note {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 640px) {
  section.kouza .btn_entry+p.cmn-p_note {
    margin-top: 8px;
  }
}
/*==============================================================================
  IF関数、VLOOKUP関数、ピボットテーブルの理解度チェックについて
==============================================================================*/
.feature4 {
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    padding: 20px;
    max-width: 792px;
    margin: 43px auto 0;
}
.feature4 > li > span{
    font-weight: bold;
    text-align: center;
    line-height: 1.9;
    color: #495d69;
    font-size: 17px;
}

/************************************************************
 * topへ戻る
 ************************************************************/

 .res14-return-top-link {
	z-index: 200;
}