@charset 'utf-8';

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

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

#local-header .heading .fukidashi_2::after {
  margin-left: 0.5em;
}

/* 見出し */
@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;
  }
}

/*==============================================================================
  OAセミナーの特長
==============================================================================*/
@media print,
screen and (min-width: 641px) {
  section.about ul.abouts {
    margin-bottom: 25px;
  }
}

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

@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: 86px;
    flex: 0 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  section.about ul.abouts>.item .content {
    padding-left: 12px;
    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;
    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;
  }
}

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

@media only screen and (max-width: 640px) {
  section.about p.note_1 {
    margin-bottom: 20px;
    text-align: left;
  }
}

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: 30px;
  }
}

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 .copy {
    margin-bottom: 5px;
  }
}

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

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

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

/*==============================================================================
  こんな方にオススメです
==============================================================================*/
@media print,
screen and (min-width: 641px) {
  section.osusume {
    margin-bottom: 80px;
  }
}

section.osusume .icon {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  section.osusume .icon {
    width: 138px;
  }
}

@media print,
screen and (min-width: 641px) {
  section.osusume h2 {
    margin-bottom: 33px;
  }
}

@media only screen and (max-width: 640px) {
  section.osusume h2 {
    margin-bottom: 14px;
  }
}

@media print,
screen and (min-width: 641px) {
  section.osusume ul.points {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 640px) {
  section.osusume ul.points {
    padding: 0 13px;
  }
}

section.osusume ul.points li {
  position: relative;
  background-color: #e6f3fa;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media print,
screen and (min-width: 641px) {
  section.osusume ul.points li {
    width: calc(50% - 10px);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 19px 1em 18px;
  }
}

@media only screen and (max-width: 640px) {
  section.osusume ul.points li {
    border-radius: 6px;
    margin-bottom: 14px;
    padding: 12px;
  }

  section.osusume ul.points li::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 13px 9px 0;
    border-color: transparent #e6f3fa transparent transparent;
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 640px) {
  section.osusume ul.points li:nth-child(even)::before {
    right: auto;
    left: 100%;
    border-width: 9px 0 9px 13px;
    border-color: transparent transparent transparent #e6f3fa;
  }
}

@media print,
screen and (min-width: 641px) {
  section.osusume ul.points li p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  section.osusume ul.points li p {
    font-size: 14px;
  }
}

/*==============================================================================
  コース一覧
==============================================================================*/

.kensyu_search_result_num i {
  font-style: normal;
}

@media print,
screen and (min-width: 641px) {
  section.course p.counter {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  section.course p.counter {
    margin-bottom: 10px;
  }
}