@charset "utf-8";
/* CSS Document */
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
}
p {
  margin: 10px;
  padding: 5px 0;
}
/*サイドバナー*/
ul.coopbn {
  display: flex;
	margin-top: 50px;
}
#sidebn li,
ul.coopbn li{margin: 0 6px 0 0;}

/*一行目部分共通*/
.title li:first-child {
  text-align: center;
  margin-bottom: 10px;
  padding: 1.25em 2.375em;
  font-weight: bold;
font-size: 1.3rem;
  border-radius: 10px;
}
/*育児制度など*/
.seido li:first-child {/*1行目*/
  background-color: #ffd152;
}
.seido li:nth-child(2) {/*2行目*/
  text-align: left;
}
/*充実した環境*/
.list-height li:first-child {/*1行目*/
  background-color: #bfe4fb;
}
.list-height li:nth-child(2) {/*2行目*/
  min-height: 100px;
  text-align: left;
}

/*看護学校*/
#kango a {
  text-decoration: none;
  color: #333;
}
/*阪奈看護１行目*/
#hannakango li:first-child {
  background-color: #fdb3c6;
}
/*四条畷看護１行目*/
#shijonawatekango li:first-child {
  background-color: #bfe4fb;
}

/*福利厚生背景画像*/
.page-header {
  position: relative;
  color: #0a0a0a;
  text-align: center;
  background: url(../images/bg_fukuri.jpg) no-repeat 50% center;
  background-size: cover;
  min-height: 25rem;/*画像高さ*/
  margin-bottom: 30px;
}
/*福利厚生背景画像の上の色（白20%）*/
.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.2;
  width: 100%;
  height: 100%;
}
/*福利厚生の文字*/
.page-header h1 {
  font-size: 1.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;
}
/*サイドバナーの位置解除*/
#sidem {
  clear: both;
  float: inherit
}
/*項目タイトル*/
h2 {
  border-top: 2px solid #dc143c;
  border-bottom: 1px solid #f5f5f5;
  font-weight: bold;
  margin-top: 2.0rem;
  margin-bottom: 1.0rem;
  padding: 0.5rem 0;
  font-size: 1.5rem;
}

/*カラム □□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□ */
.col_2, .col_3, .col_4 {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  color: #333; /* 文字の色 */
  text-align: center; /* 内容は中央配置 */
  margin: 15px 0　30px 0;
}
.col_2 div img, .col_3 div img, .col_4 div img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.col_2 > div {
  width: 46%;
  padding: 10px;
}
.col_3 > div {
  width: 30.3%;
  padding: 10px;
}
.col_4 > div {
  width: 22%;
  padding: 10px;
}
/*カラムの480pxサイズ*/
@media screen and (max-width: 480px) {
  .col_2 > div, .col_3 > div, .col_4 > div,title {
    width: 100%;
  }
}
/*カラムここまで□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□ */
@media screen and (max-width: 480px) {
#welfarefacilities {
  margin: 0 13px;
  /*width: 100%;	スマホはマージン効かないので使わない*/
}
html, body {
  overflow-x: hidden;
  overflow-y: scroll;
}
}