@charset "utf-8";

/* =================================================
  奨学金制度のご案内（scholarship）
================================================= */

  /* メリットの多い職業の 〜 大きいもの現状です。
  ---------------------------------------- */
  #scholarship02 .row_common02 .copy .txt {
    width: 100%;
  }
  @media only screen and (max-width: 767px) {
    #scholarship02 .row_common02 .copy .txt {
      padding-left: 0;
      text-align: center;
    }
  }

  /* 奨学金について
  ---------------------------------------- */
  @media only screen and (max-width: 767px) {
    #scholarship03 .row_scholarship04 .col:not(:last-child) {
      margin-bottom: 14vw;
    }
  }

  /* 奨学金制度の流れ
  ---------------------------------------- */
  #scholarship04 .list_scholarship01 {
		margin: 0 auto;
	}
  #scholarship04 .list_scholarship01 li:nth-child(-n+3) {
    margin-bottom: 60px;
  }
  #scholarship04 .hotline {
    display: flex;
    justify-content: center;
    gap: 24px;
  }
  #scholarship04 .hotline_tel,
  #scholarship04 .hotline_web {
    width: calc(50% - 12px);
    max-width: 360px;
  }
  #scholarship04 .hotline_tel a,
  #scholarship04 .hotline_web a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 60px;
    padding: 0;
    text-align: center;
        color: #fff;
  }
  #scholarship04 .hotline_web a {
    background:#9AC62C;
    color: #fff;
    font-size: 125%;
    letter-spacing: .1em;
    line-height: 1;
  }
  @media only screen and (max-width: 767px) {
    #scholarship04 .list_scholarship01 {
      margin: 0 auto;
    }	.list_scholarship01 li:nth-child(-n+3) {
      margin-bottom: 60px;
    }
    #scholarship04 .hotline {
      display: block;
    }
    #scholarship04 .hotline_tel,
    #scholarship04 .hotline_web {
      width: calc(500 / 750* 100vw);
      max-width: 350px;
      margin: 0 auto;
    }
    #scholarship04 .hotline_tel {
      margin-bottom: 4.5vw;
    }
    #scholarship04 .hotline_web a {
      font-size: 90%;
    }
  }

  /* 歯科衛生士養成校に通う学生さんたちへ
  ---------------------------------------- */
  #scholarship-message .l_ttl_common01 span {
    line-height: 1.4;
    padding-bottom: 8px;
  }
  #scholarship-message .row_common02 .copy .txt {
    width: 100%;
  }
  #scholarship-message .row_default01 {
    margin-bottom: 40px;
  }
  @media only screen and (max-width: 767px) {
    #scholarship-message .row_common02 .copy .txt {
      padding-left: 0;
      text-align: center;
    }
    #scholarship-message .row_default01 {
      margin-bottom: 5vw;
    }
  }

