@charset "utf-8";
/* CSS Document */

/* -----------------------------------
  リセット
----------------------------------- */

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

a {
  outline: none;
  color: rgba(0,0,0,1);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:link, a:visited {
  color: rgba(0,0,0,1);
  text-decoration: none;
}

a:hover {
  opacity: 0.85;
  color: rgba(0,0,0,1);
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
}


blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

table {
  border-spacing: 0;
}

img {
  max-width: 100%;
  width /***/: auto;
  height: auto;
  vertical-align: bottom;
}

/* For modern browsers */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/* -----------------------------------
  @font
----------------------------------- */

@font-face {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"),
  url("fonts/icomoon.ttf") format("truetype"),
  url("fonts/icomoon.woff") format("woff"),
  url("fonts/icomoon.svg#icomoon") format("svg");
}

[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* -----------------------------------
  全体設定
----------------------------------- */

html {
  overflow: auto;
  font-size: 62.5%;
}

body {
  position: relative;
  color: #000;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", san-serif;
  font-size: 1.6rem;
  line-height: 1.75em;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
}

#inline-news section {
  padding: 0;
}

#inline-news .inner {
  position: relative;
}

#inline-news .slick-box {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ccc;
}

#inline-news .slick-box li {
  position: relative;
  border-top: 1px solid #ccc;
  opacity: 1;
  transition: all 0.4s ease 0s;
}

#inline-news .slick-box li.is-hidden {
  height: 0;
  margin: 0;
  border: 0;
  opacity: 0;
  transition: all 0.4s ease 0s;
}

#inline-news .slick-box li.is-hidden a {
  display: none;
}

#inline-news .slick-box a {
  display: block;
  padding: 1em 0;
  color: #222;
}

#inline-news .slick-box a h3 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

#inline-news .slick-box a p {
  display: block;
  color: #999;
  font-size: 1.3rem;
}

#inline-news .slick-box a p span {
  position: relaitve;
  padding: 0 1.2em 0 0;
}

#inline-news .slick-box a p span:after {
  color: #222;
}

#inline-news .slick-box a p span.icon01 {
  color: #f93;
}

#inline-news .slick-box a p span.icon01:after {
  content: 'お知らせ'
}

#inline-news .slick-box a p span.icon02 {
  color: #51dcfe;
}

#inline-news .slick-box a p span.icon02:after {
  content: '進学情報'
}

#inline-news .slick-box a p span.icon03 {
  color: rgba(184, 210, 0, 1);
}

#inline-news .slick-box a p span.icon03:after {
  content: '生活デザイン'
}

#inline-news .slick-box a p span.icon04 {
  color: rgba(0, 185, 239, 1);
}

#inline-news .slick-box a p span.icon04:after {
  content: '食物栄養'
}

#inline-news .slick-box a p span.icon05 {
  color: rgba(232, 79, 150, 1);
}

#inline-news .slick-box a p span.icon05:after {
  content: '幼児教育'
}

#inline-news .news_arrow {
  text-align: center;
}

#inline-news .news_arrow a {
  display: inline-block;
  position: relative;
  width: 200px;
  padding: 1.2rem 0;
  color: #fff;
  background: #222;
  font-weight: 700;
  font-family: "icomoon", "Yu Gothic", san-serif;
  border-radius: 9999px;
}


#inline-news form {
  text-align: center;
}

.news-button {
  text-align: center;
}

.news-button img {
  cursor: pointer;
}

.close.news-button {
  display: none;
}

@media only screen and (max-width: 459px) {

  #news .slick-box a h3 {
    line-height: 1.5;
  }

  #inline-news .news_arrow a {
    width: 160px;
  }

}
