@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  index.css
 style info :  資料請求
=================================================================== */
/* 共通
*****************************************************/
.document_request .hon_midashi_01 {
  margin-bottom: 20px;
}

.border_box_gold {
  padding: 40px;
  border: 4px solid #ede7cc;
}

.border_box_red {
  padding: 18px 10px;
  border: 2px solid #f00;
  margin: -30px 0 30px;
}

.inner_800 p.text {
  margin-bottom: 20px;
}

.button_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.button_gold a,
.button_navy a {
  line-height: 60px;
  font-size: 18px;
}

.w700 {
  width: 700px;
  margin: 0 auto;
}

.w740 {
  width: 740px;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .border_box_gold {
    padding: 15px;
    border: 4px solid #ede7cc;
  }
  .button_box {
    display: block;
  }
  .button_gold a,
  .button_navy a {
    line-height: 40px;
    font-size: 15px;
    line-height: 1.4;
    padding: 10px 40px;
  }
  .w700 {
    width: auto;
  }
  .border_box_gray {
    margin: 0 auto 15px auto;
    width: 95%;
  }
  .border_box_red {
    padding: 10px 5px;
    margin: -15px 0 30px;
    border: 2px solid #f00;
  }
}
/* 学部　.gakubu
*****************************************************/
.gakubu .button_box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gakubu .button_box .button_navy {
  width: 48%;
  margin-bottom: 10px;
  height: 60px;
}
.gakubu .button_box .button_navy a {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gakubu .button_box .button_navy a span {
  font-weight: 600;
}
.gakubu .button_box .button_navy a span span {
  font-size: 12px;
}

@media only screen and (max-width: 480px) {
  .gakubu .button_box .button_gold,
  .gakubu .button_gold {
    width: 100%;
    margin: 0 auto 10px auto;
  }
  .gakubu .button_navy {
    width: 100% !important;
  }
}
/* 大学院　.gs
*****************************************************/
.gs .button_box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gs .button_box .button_navy {
  width: 40%;
  margin: 0 10px;
  position: relative;
  height: 60px;
  background-position: right 10px center;
}
.gs .button_box .button_navy a {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gs .button_box .button_navy a span {
  display: block;
  line-height: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.gs .button_box .button_navy a span span {
  font-size: 12px;
}
.gs .button_box .button_navy.noevents a {
  pointer-events: none;
}
.gs .button_box .button_navy.noevents:hover,
.gs .button_box .button_navy.noevents a:hover {
  opacity: 1;
}

@media only screen and (max-width: 480px) {
  .gs .button_box .button_navy,
  .gs .button_navy {
    width: 100%;
    margin: 0 auto 10px auto;
  }
}
/* 認定看護師教育課程　.nintei
*****************************************************/
.nintei .button_navy a {
  font-size: 15px;
}
.nintei .button_box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nintei .button_box .button_navy {
  width: 45%;
  margin: 10px 10px 0;
  position: relative;
}
.nintei .button_box .button_navy.noevents a {
  pointer-events: none;
}
.nintei .button_box .button_navy.noevents:hover,
.nintei .button_box .button_navy.noevents a:hover {
  opacity: 1;
}
.nintei .button_box .button_navy span {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 14px;
}

@media only screen and (max-width: 480px) {
  .nintei .button_box .button_navy,
  .nintei .button_navy {
    width: 95%;
    margin: 0 auto 10px auto;
  }
}
/* アドビリンク　.get
*****************************************************/
.get.bgcolor_gray {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.get img {
  width: 158px;
}
.get p {
  width: 720px;
  font-size: 14px;
  line-height: 1.8;
}

@media only screen and (max-width: 480px) {
  .get.bgcolor_gray {
    padding: 20px 20px;
    display: block;
  }
  .get img {
    margin-bottom: 15px;
  }
  .get p {
    width: auto;
    font-size: 13px;
    line-height: 1.6;
  }
}
/* 個人情報の取り扱いについて　.kojin
*****************************************************/
.kojin ul {
  padding: 20px 30px;
}
.kojin ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.kojin table.kojin_table {
  width: 600px;
}
.kojin table.kojin_table thead th {
  padding: 10px;
  background-color: #53568a;
  border-bottom: 1px solid #fff;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.kojin table.kojin_table thead th:first-child {
  border-right: 1px solid #fff;
}
.kojin table.kojin_table tbody th {
  width: 140px;
  padding: 10px 5px;
  background-color: #ececec;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  text-align: center;
}

table.kojin_table tbody tr:last-child th {
  border-bottom: 1px solid #ececec;
}
table.kojin_table tbody td {
  width: 460px;
  padding: 10px 14px;
  background-color: #fff;
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
table.kojin_table tbody td a[href^=mailto] {
  text-decoration: underline;
}

@media only screen and (max-width: 480px) {
  .kojin ul {
    padding: 10px 15px;
  }
  .kojin table.kojin_table {
    width: 100%;
  }
  .kojin table.kojin_table th,
  .kojin table.kojin_table td {
    padding: 10px;
    font-size: 14px;
  }
  .kojin table.kojin_table tbody th {
    width: 100px;
  }
  .kojin table.kojin_table tbody td {
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .hon_midashi_heightauto {
    height: 54px !important;
  }
}
/*# sourceMappingURL=index.css.map */