@charset "utf-8";

/** ***************************************************************************
 * ヘッダー
 * ************************************************************************* */

#header {
  padding-bottom: 9.68%;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #header {
    padding-bottom: 3%;
  }

}

/** ***************************************************************************
 * 厚生労働省
 */

#header .mhlw {
  width: 27.6vw;
  max-width: 180px;
  position: relative;
  z-index: 2;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #header .mhlw {
    width: 20.45%;
  }

}

/** ***************************************************************************
 * ロゴ
 */

#header div.logo {
  margin-top: 5px;
  margin-bottom: 5.33vw;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #header div.logo {
    margin-top: -25px;
    margin-bottom: 40px;
    padding-left: 18.08%;
    padding-right: 18.08%;
  }

}

/** ===========================================================================
 * ロゴ画像
 */

#header div.logo .image {
  width: 50.67vw;
  margin-left: auto;
  margin-right: auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #header div.logo .image {
    width: auto;
    text-align: center;
  }

}

/** ===========================================================================
 * 紹介文
 */

#header div.logo .description {
  color: #F5629B;
  font-size: 3.73vw;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #header div.logo .description {
    font-size: 1.54vw;
    font-size: 20px;
  }

}

@media print, screen and (min-width:1301px) {

  #header div.logo .description {
    font-size: 20px;
  }

}

/** ***************************************************************************
 * キャラクター
 */

#header div.character {
  max-width: none;
  margin-left: -10px;
  margin-right: -10px;
  letter-spacing: -0.4em;
  overflow: hidden;
}

#header div.character > * {
  letter-spacing: normal;
}

#header div.character div.item {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  vertical-align: bottom;
  display: inline-block;
}

#header div.character div.item.mamoru div.image {
  width: 22vw;
  margin: auto;
}

#header div.character div.item.miko div.image {
  width: 22vw;
  margin: auto;
}

#header div.character div.item .caption {
  font-size: 2.67vw;
  white-space: nowrap;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #header div.character {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  #header div.character div.item {
    width: 17.02%;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    z-index: 1;
  }

  #header div.character div.item div.image {
    width: 70% !important; /*ex 65%*/
  }

  #header div.character div.item.mamoru {
    top: 43%;
    left: 30px;
  }

  #header div.character div.item.miko {
    top: 43%;
    right: 30px;
  }

  #header div.character div.item .caption {
    font-size: 0.92vw;
  }

}

@media print, screen and (min-width:1301px) {

  #header div.character div.item {
    top: auto;
    bottom: 75px;
  }

  #header div.character div.item .caption {
    font-size: 12px;
  }

}


/** ***************************************************************************
 * ページヘッダー
 * ************************************************************************* */

/** ***************************************************************************
 * タイトル
 */

#main .page-header .title {
  text-align: center;
}
#main .page-header{
  margin-top: 30px;
}

/** ***************************************************************************
 * 注釈
 */

#main .page-header .note {
  margin-top: -1em;
  font-size: 0.714em;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #main .page-header .note {
    margin-top: 0;
    font-size: 12px;
  }

}/** ***************************************************************************
 * 共用
 * ************************************************************************* */

#main table.default > tbody > tr > th[scope="col"] {
  color: #fff;
  background-color: #F5629B;
}

#main table.default > tbody > tr > th[scope="row"] {
  background-color: #fff;
}

/** ***************************************************************************
 * タイトル
 */

#main .section-title {
  padding-bottom: 0.75em;
  color: #F5629B;
  line-height: 1.3;
  font-size: 5.33vw;
  font-weight: 500;
  text-align: left;
padding-left: 0.5em;
  background: url("../../_image/_common/hr-become.png") left bottom repeat-x;
    margin-top: 50px;
}

#main .column-title {
  margin-bottom: 20px;
  color: #F5629B;
  line-height: 1.3;
  font-size: 4.8vw;
  font-weight: 500;
  text-align: left;
}

#main .title-note {
  margin-top: -20px;
  font-size: 3.2vw;
  text-align: center;
}

#main .column-title + .title-note {
  margin-bottom: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #main .section-title {
    font-size: 28px;
  }

  #main .column-title {
    font-size: 20px;
  }

  #main .title-note {
    margin-top: -20px;
    font-size: 14px;
  }

}

/** ***************************************************************************
 * メッセージ
 */

#main .section-message {
  margin-left: auto;
  margin-right: auto;
  font-size: 3.47vw;
  display: table;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #main .section-message {
    font-size: 16px;
    text-align: center;
  }

}


/** ***************************************************************************
 * アンカーナビ
 * ************************************************************************* */

#main .anchor-nav {
  width: 100%;
  max-width: none;
  margin-top: 10px !important;
  display: table;
  border-spacing: 2.66vw;
}

#main .anchor-nav a {
  width: 25%;
  padding: 0.5em 0.125em 1.25em;
  color: #fff;
  line-height: 1.3;
  font-size: 0.857em;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: #F5629B;
}

#main .anchor-nav a:hover {
  background-color: rgba(249, 130, 187, 0.8);
}

#main .anchor-nav a::after {
  content: '\f0da';
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  font-family: icomoon;
  font-size: 1.25em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #main .anchor-nav {
    margin-bottom: -20px;
    border-spacing: 20px;
  }

  #main .anchor-nav a {
    font-size: 18px;
  }

}

/** ***************************************************************************
 * 看護職への道
 * ************************************************************************* */

/** ===========================================================================
 * タイトル
 */

#section-1 div.chart .title {
  margin-bottom: 0.5em;
  color: #F5629B;
  line-height: 1.3;
  font-size: 4.8vw;
  font-weight: 500;
  text-align: center;
}

#section-1 div.chart .title strong {
  font-weight: inherit;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #section-1 div.chart .title {
    margin-bottom: 0.5em;
    font-size: 20px;
  }

}

/** ===========================================================================
 * 図表
 */

#section-1 div.chart div.image {
  text-align: center;
}

/** ===========================================================================
 * 注釈
 */

#section-1 div.chart .note {
  margin-top: 0.75em;
  font-size: 2.66vw;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #section-1 div.chart .note {
    font-size: 12px;
    text-align: right;
  }

}

/** ***************************************************************************
 * 全国の学校
 * ************************************************************************* */

/** ***************************************************************************
 * 全国設置数
 */

/** ===========================================================================
 * タイトル
 */

#section-2 div.data-list .title {
  margin-bottom: 0.5em;
  color: #F5629B;
  line-height: 1.3;
  font-size: 4.8vw;
  font-weight: 500;
  text-align: center;
}

#section-2 div.data-list .title strong {
  font-weight: inherit;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #section-2 div.data-list .title {
    margin-bottom: 0.5em;
    font-size: 20px;
  }

}

/** ===========================================================================
 * 強調テキスト
 */

#section-2 div.data-list .strong-1 {
  color: #F5629B;
}

#section-2 div.data-list .percent {
  font-size: 5.46vw;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #section-2 div.data-list .percent {
    font-size: 24px;
  }

}

/** ===========================================================================
 * 一覧
 */

#section-2 div.data-list div.list div.item {
  max-width: none;
  margin-left: -5px;
  margin-right: -5px;
  letter-spacing: -0.4em;
  overflow: hidden;
}

#section-2 div.data-list div.list div.item > * {
  letter-spacing: normal;
}

#section-2 div.data-list div.list div.item ~ div.item {
  margin-top: 10px;
}

#section-2 div.data-list div.list div.item div.table {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 3.2vw;
  vertical-align: top;
  display: inline-block;
}

#section-2 div.data-list div.list div.item div.table table.data th[scope="row"] {
  background-color: #fff8d4;
}

#section-2 div.data-list div.list div.item .total {
  margin-top: 5px;
  color: #F5629B;
  font-size: 4.8vw;
  font-weight: 500;
  text-align: center;
}

#section-2 div.data-list .rate {
  line-height: 1.3;
}

#section-2 div.data-list .rate + .rate {
  margin-top: 10px;
}

#section-2 div.data-list .note {
  margin-top: 1em;
  font-size: 2.66vw;
  text-align: right;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #section-2 div.data-list div.list {
    max-width: none;
    margin-left: -10px;
    margin-right: -10px;
    letter-spacing: -0.4em;
    overflow: hidden;
  }

  #section-2 div.data-list div.list div.item {
    width: 50%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    vertical-align: top;
    display: inline-block;
  }

  #section-2 div.data-list div.list div.item ~ div.item {
    margin-top: 0;
  }

  #section-2 div.data-list div.list div.item div.table {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  #section-2 div.data-list div.list div.item .total {
    margin-top: 5px;
    font-size: 20px;
  }

  #section-2 div.data-list .rate {
    font-size: 16px;
  }

  #section-2 div.data-list .rate + .rate {
    margin-top: 5px;
  }

  #section-2 div.data-list .note {
    margin-top: 0;
    font-size: 12px;
  }

}

/** ***************************************************************************
 * 社会人経験者入学PRツールへ
 */

#section-2 div.button {
  text-align: right;
}

/** ***************************************************************************
 * 教育内容
 * ************************************************************************* */

/** ***************************************************************************
 * 看護師の教育内容
 */

/** ===========================================================================
 * 一覧
 */

#section-3-1 div.list {
  margin-top: 0 !important;
}

#section-3-1 div.list div.item.arrow {
  padding-top: 5.33vw;
  padding-bottom: 5.33vw;
  text-align: center;
}

#section-3-1 div.list div.item.arrow::before {
  content: '';
  margin-bottom: -7.33vw;
  border-top: 7.33vw solid #feb8d9;
  border-left: 6.33vw solid transparent;
  border-right: 6.33vw solid transparent;
  border-bottom: 7.33vw solid transparent;
  vertical-align: middle;
  display: inline-block;
}

#section-3-1 div.list table.data {
  font-size: 3.2vw;
}

#section-3-1 div.list table.data caption {
  margin-bottom: 0.25em;
  color: #F5629B;
  font-size: 4.53vw;
  font-weight: 500;
  text-align: left;
}

#section-3-1 div.list table.data caption small {
  color: #010101;
  font-size: 0.71em;
  font-weight: 300;
}

#section-3-1 div.list table.data tr.total th {
  background-color: #fed8e8;
}

#section-3-1 div.list table.data tr.total td:not(.bg) {
  background-color: #fed8e8;
}

#section-3-1 div.list table.data .bg {
  background-color: #fff8d4;
}

#section-3-1 div.list .note {
  font-size: 2.66vw;
}

#section-3-1 div.list .date {
  text-align: right;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #section-3-1 div.list {
    width: 100%;
    display: table;
  }

  #section-3-1 div.list div.item {
    width: 44%;
    vertical-align: top;
    display: table-cell;
  }

  #section-3-1 div.list div.item.arrow {
    width: 12%;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
  }

  #section-3-1 div.list div.item.arrow::before {
    margin-top: -80px;
    margin-bottom: 0;
    margin-right: -3.61vw;
    border-top: 40px solid transparent;
    border-left: 47px solid #feb8d9;
    border-right: 47px solid transparent;
    border-bottom: 40px solid transparent;
  }

  #section-3-1 div.list table.data {
    font-size: 14px;
  }

  #section-3-1 div.list table.data caption {
    font-size: 20px;
  }

  #section-3-1 div.list table.data caption small {
    vertical-align: text-bottom;
    display: inline-block;
  }

  #section-3-1 div.list .note {
    font-size: 14px;
  }

}

/** ===========================================================================
 * マンガ
 */

#section-3-1 div.manga a {
  text-decoration: none;
}

#section-3-1 div.manga a:hover {
  text-decoration: underline;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #section-3-1 div.manga {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

}

/** ---------------------------------------------------------------------------
 * 画像
 */

#section-3-1 div.manga div.image {
  text-align: center;
}

#section-3-1 div.manga div.image img {
  opacity: 1;
}

/** ---------------------------------------------------------------------------
 * 内容
 */

#section-3-1 div.manga div.content {
  min-height: 57vw;
  margin-top: -24vw;
  padding: 24.67vw 9.33vw 9.33vw 10.66vw;
  font-size: 3.2vw;
  background: url("../../_image/_common/bg-4.png") center bottom no-repeat;
  background-size: 100% 100%;
}

#section-3-1 div.manga div.content strong {
  margin-bottom: 10px;
  font-size: 4.26vw;
  text-align: center;
  display: block;
}

#section-3-1 div.manga div.content .link {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75em;
  display: table;
  position: relative;
  z-index: 1;
}

#section-3-1 div.manga div.content .link::before {
  content: '';
  width: 1.25em;
  height: 100%;
  background: url("../../_image/_common/icon-pdf.png") left 2px no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #section-3-1 div.manga div.content {
    min-height: 300px;
    margin-top: -120px;
    padding: 125px 90px 40px 80px;
    font-size: 16px;
  }

  #section-3-1 div.manga div.content strong {
    margin-bottom: 10px;
    font-size: 20px;
  }

}

/** ***************************************************************************
 * 看護師3年課程 教育内容の変遷
 */

/** ===========================================================================
 * 図表
 */

#section-3-2 div.chart div.image {
  text-align: center;
}

/** ***************************************************************************
 * 実習の指導者育成
 * ************************************************************************* */

/** ***************************************************************************
 * マンガ
 */

#section-4 div.manga a {
  text-decoration: none;
}

#section-4 div.manga a:hover {
  text-decoration: underline;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #section-4 div.manga {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

}

/** ---------------------------------------------------------------------------
 * 画像
 */

#section-4 div.manga div.image {
  text-align: center;
}

#section-4 div.manga div.image img {
  opacity: 1;
}

/** ---------------------------------------------------------------------------
 * 内容
 */

#section-4 div.manga div.content {
  min-height: 57vw;
  margin-top: -24vw;
  padding: 24.67vw 9.33vw 9.33vw 10.66vw;
  font-size: 3.2vw;
  background: url("../../_image/_common/bg-4.png") center bottom no-repeat;
  background-size: 100% 100%;
}

#section-4 div.manga div.content strong {
  margin-bottom: 10px;
  font-size: 4.26vw;
  text-align: center;
  display: block;
}

#section-4 div.manga div.content .link {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75em;
  display: table;
  position: relative;
  z-index: 1;
}

#section-4 div.manga div.content .link::before {
  content: '';
  width: 1.25em;
  height: 100%;
  background: url("../../_image/_common/icon-pdf.png") left 2px no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #section-4 div.manga div.content {
    min-height: 300px;
    margin-top: -120px;
    padding: 125px 100px 40px 100px;
    font-size: 16px;
  }

  #section-4 div.manga div.content strong {
    margin-bottom: 10px;
    font-size: 20px;
  }

}

/** ***************************************************************************
 * 図表
 */

#section-4 div.chart div.image {
  text-align: center;
}

/** ***************************************************************************
 * 会話（大）
 */

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #section-4 div.talk-large div.item.mamoru-2 {
    width: 100%;
    margin-bottom: -240px;
    text-align: left;
  }

  #section-4 div.talk-large div.item.miko-3 {
    width: 100%;
    text-align: right;
    position: relative;
    z-index: 1;
    right: -40px;
  }

}

/** ***************************************************************************
 * 看護実習向けPRツールへ
 */

#section-4 div.button {
  text-align: right;
}


/*ボタン*/
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  margin: 50px auto 30px;
}
.btn,a.btn{
    color: #fff;
    background-color:#4269FF;    
}
.btn:hover,a.btn:hover{
    color: #fff;
    background:#1536F9;
    text-decoration: none;
}
.explanation{width: 100%;border: #7E7E7E solid 1px; text-align: left;margin:30px auto; padding: 10px;font-size: 16px;}
