@charset "UTF-8";
/**********************************************

児童発達支援関連ページ用設定CSS

**********************************************/
/* Responsive
-------------------------------------------- */
/**********************************************

学童（アドボコプラス）関連ページ用設定CSS

**********************************************/
/* Responsive
-------------------------------------------- */
body {
  background: #fffbf7 !important;
}

ul,
ol {
  margin-bottom: 0;
  margin-left: 0;
}

.flex-direction-nav {
  z-index: 999 !important;
}

/* Chrome画像ぼやけ対応 */
img {
  image-rendering: -webkit-optimize-contrast;
}

/* デイトピッカーがスマホで崩れてしまう対策 */
@media screen and (max-width: 767px) {
  .ui-widget-content {
    width: 300px !important;
    max-width: 80% !important;
  }
}
.post-content #contents h1,
.post-content #contents h2,
.post-content #contents h3,
.post-content #contents h4,
.post-content #contents h5,
.post-content #contents h6,
#pagetitle h2 {
  /* margin: 0;*/
}

#pagetitle.type-directinput > h1,
#pagetitle.type-directinput > h2,
#pagetitle.type-directinput > h1 > span,
#pagetitle.type-directinput > h2 > span,
#standardheader #menunavigation > li > a,
#compactheader #quicknavigation > li > a,
#header_sp_all #header_sp_all > div > .list-menunavigation-sp-1st > li > a {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 500 !important;
}
#pagetitle.type-directinput > h1::after,
#pagetitle.type-directinput > h2::after,
#pagetitle.type-directinput > h1 > span::after,
#pagetitle.type-directinput > h2 > span::after,
#standardheader #menunavigation > li > a::after,
#compactheader #quicknavigation > li > a::after,
#header_sp_all #header_sp_all > div > .list-menunavigation-sp-1st > li > a::after {
  display: none;
}

/*--------------------------------------------
  共通クラス
---------------------------------------------*/
.is-sp {
  display: block !important;
}

.is-pc {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
  .is-pc {
    display: block !important;
  }
}
.is-inline {
  display: inline;
}

.is-block {
  display: block;
}

.is-inline-block {
  display: inline-block;
}

.is-none {
  display: none;
}

.txt-underline {
  text-decoration: underline;
}

.txt-bold {
  font-weight: bold;
}

.txt-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .txt-center-sp {
    text-align: center;
  }
  .txt-left-sp {
    text-align: left;
  }
}
/* HKL_WEBMGT-535 FY25-10月：施設詳細・園のご紹介４枚目以降の画像がちいさくなってしまう：class付与の暫定処理 */
img.is-full {
  width: 100% !important;
}

/*--------------------------------------------
  リンク
---------------------------------------------*/
body a {
  /* transition: color 0.2s; */
  color: #333333;
  text-decoration: none;
}

body a img {
  transition: all 0.25s;
}

/* 別窓遷移 */
body a[target*=_blank]:not(img):after {
  padding-left: 5px;
  content: url("/wp-content/images/kidslife-nursery/icon_windows.png");
}

body a.noicon:after {
  padding-left: 0;
  content: none !important;
}

a.link-underline {
  text-decoration: underline;
}

a.link-blue {
  color: #004cca;
}

.link-button {
  display: inline-block;
  margin: 20px 6px;
  font-size: 1.2em;
  line-height: 1.42;
}
.link-button img {
  image-rendering: -webkit-optimize-contrast;
}
.link-button {
  padding: 1.1em 2.2em;
  font-weight: normal;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-radius: 2.2em;
  vertical-align: bottom;
  box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.2) inset;
  color: #fff;
  background-color: #ed6d00;
  background-image: linear-gradient(0deg, #d16d16, #ed6d00);
  border-color: #ac5508;
}

.link-button.disabled {
  color: #252730;
  background-color: #E6EAEF;
  background-image: linear-gradient(0deg, #E6EAEF, #f2f4f7);
  border-color: #c7d0db;
}

a.link-button {
  cursor: pointer;
  user-select: none;
}

a.link-button:hover {
  opacity: 0.9;
}

.link-attention-warp {
  background: #cbe8fb;
  padding: 0.5em 0.25em;
}

.link-attention {
  color: #008ece;
  font-weight: bold;
}

.link-attention-warp-green {
  background: transparent;
}

.link-attention-warp-green .link-attention {
  color: inherit;
}

::selection {
  background: #ffc6cc;
}

::-moz-selection {
  background: #ffc6cc;
}

/* カードリンク */
.link-card-warp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.link-card {
  color: #333333 !important;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 14px;
  background: url(/wp-content/images/kidslife-nursery/arrow_rightbottom_brightyellow.png) no-repeat right 3px bottom 3px #ffffff;
  background-size: 7px;
  border-left: 4px solid #ffa200;
  padding: 10px 15px;
}

@media screen and (min-width: 768px) {
  .link-card {
    width: calc(33.3% - 20px);
    min-height: 4em;
  }
}
@media screen and (max-width: 767px) {
  .link-card {
    margin-bottom: 40px;
  }
}
/* コラム下階層　カテゴリータグ共通設定 */
ul.list-categorytabs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 0;
  align-items: center;
}

ul.list-categorytabs li {
  margin-right: 10px;
  margin-bottom: 0;
  text-align: center;
}

ul.list-categorytabs li:last-child {
  margin-right: 0;
}

ul.list-categorytabs li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 196px;
  height: 48px;
  color: #ED6D00;
  text-decoration: none;
  margin-bottom: 0 !important;
  background-size: 100% auto;
  position: relative;
  border: #ED6D00 3px solid;
  border-radius: 9px;
}

ul.list-categorytabs li:nth-child(2) a {
  color: #FFAF47;
  border-color: #FFAF47;
}

ul.list-categorytabs li:nth-child(3) a {
  color: #FFC230;
  border-color: #FFC230;
}

ul.list-categorytabs li:nth-child(4) a {
  color: #6AB7EB;
  border-color: #6AB7EB;
}

ul.list-categorytabs li:nth-child(5) a {
  color: #AAC272;
  border-color: #AAC272;
}

ul.list-categorytabs li a.active,
ul.list-categorytabs li a:hover {
  opacity: 0.7;
  background: #ED6D00;
  color: #FFF !important;
  text-decoration: none;
}

ul.list-categorytabs li:nth-child(2) a.active,
ul.list-categorytabs li:nth-child(2) a:hover {
  background: #FFAF47;
}

ul.list-categorytabs li:nth-child(3) a.active,
ul.list-categorytabs li:nth-child(3) a:hover {
  background: #FFC230;
}

ul.list-categorytabs li:nth-child(4) a.active,
ul.list-categorytabs li:nth-child(4) a:hover {
  background: #6AB7EB;
}

ul.list-categorytabs li:nth-child(5) a.active,
ul.list-categorytabs li:nth-child(5) a:hover {
  background: #AAC272;
}

/* 施設一覧タブ */
.tab-list {
  width: 100%;
  overflow: hidden;
  display: flex;
  border-bottom: 2px solid #ffa200;
}

.tab-list__inner {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  display: flex;
  width: calc(100% - 330px);
}

.tab-list__item {
  width: 12.5%;
  box-sizing: border-box;
  padding: 0;
  border-top: 2px solid #ffa200;
  background: #ffffff;
}

ul:not(.tab-list__inner-other) .tab-list__item:first-child {
  border-left: 2px solid #ffa200;
  border-radius: 6px 0 0 0;
}

ul:not(.tab-list__inner-other) .tab-list__item:last-child {
  border-right: 2px solid #ffa200;
  border-radius: 0 6px 0 0;
}

.line-1 .tab-list__item {
  width: 100%;
}

.line-2 .tab-list__item {
  width: 50%;
}

.line-3 .tab-list__item {
  width: 33.3333333333%;
}

.line-4 .tab-list__item {
  width: 25%;
}

.line-5 .tab-list__item {
  width: 20%;
}

.line-6 .tab-list__item {
  width: 16.6666666667%;
}

.line-7 .tab-list__item {
  width: 14.2857142857%;
}

.line-8 .tab-list__item {
  width: 12.5%;
}

/* 児童発達支援・学童分離 */
.tab-list__inner-other {
  border: none;
  justify-content: right;
  width: 330px !important;
}

.tab-list__inner-other .tab-list__item {
  width: 154px;
  margin-left: 10px;
}

.tab-list__txt {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 46px;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  cursor: pointer;
  color: #ffa200;
}

ul:not(.tab-list__inner-other) .tab-list__txt.active,
ul:not(.tab-list__inner-other) .tab-list__txt:hover {
  color: #fff;
  background: #ffa200;
}
ul:not(.tab-list__inner-other) .tab-list__txt.active::before,
ul:not(.tab-list__inner-other) .tab-list__txt:hover::before {
  background-image: url("/wp-content/images/kidslife-nursery/arrow_down_facilitytabs_white.png");
}

.tab-list__txt::before {
  content: "";
  position: absolute;
  left: calc(50% - 5px);
  bottom: 3px;
  width: 10px;
  height: 10px;
  background: url("/wp-content/images/kidslife-nursery/arrow_down_facilitytabs_orange.png");
  background-size: contain;
}

.tab-list__item:not(:first-child) .tab-list__txt:not(.active)::after {
  content: "";
  position: absolute;
  height: 80%;
  width: 2px;
  left: -2px;
  top: 10%;
  background: #ffa200;
}

.tab-list__item-jihatsu,
.tab-list__item-gakudou {
  border: solid 2px #65AD6E;
  border-bottom: none;
  background-image: url("/wp-content/images/kidslife-nursery/icon_aibeingkids.png");
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: left 7px center;
  border-radius: 6px 6px 0 0 !important;
}
.tab-list__item-jihatsu:hover,
.tab-list__item-gakudou:hover {
  filter: brightness(1.15);
  text-decoration: none;
}
.tab-list__item-jihatsu .tab-list__txt,
.tab-list__item-gakudou .tab-list__txt {
  padding: 4px 10px 10px 43px;
  color: inherit;
  white-space: nowrap;
  line-height: 1.3;
  height: 53px;
  text-align: center;
}
@media (max-width: 767px) {
  .tab-list__item-jihatsu .tab-list__txt,
  .tab-list__item-gakudou .tab-list__txt {
    padding-top: 2px;
    height: 45px;
  }
}
.tab-list__item-jihatsu .tab-list__txt::after, .tab-list__item-jihatsu .tab-list__txt::before,
.tab-list__item-gakudou .tab-list__txt::after,
.tab-list__item-gakudou .tab-list__txt::before {
  content: none !important;
}

.tab-list__item-gakudou {
  border: solid 2px #15B8EC;
  border-bottom: none;
  background-image: url("/wp-content/images/kidslife-nursery/icon_advocoplus.png");
}
@media (max-width: 767px) {
  .tab-list__item:not(:first-child) .tab-list__txt:not(.active)::after {
    width: 1px;
    left: -1px;
  }
  .tab-list__inner {
    width: 100%;
  }
  .tab-list__inner-other {
    display: none;
  }
}
.links-list {
  display: none;
}
@media (max-width: 767px) {
  .links-list {
    display: block;
    font-size: 1.4rem;
  }
  .links-list .links-list__inner .links-list__item {
    position: relative;
    display: block;
    margin-top: 10px;
    padding: 10px 10px 10px 52px;
    background: #ffffff;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 10px center;
  }
  .links-list .links-list__inner .links-list__item-jihatsu {
    border: solid 2px #65AD6E;
    background-image: url("/wp-content/images/kidslife-nursery/icon_aibeingkids.png");
  }
  .links-list .links-list__inner .links-list__item-gakudou {
    border: solid 2px #15B8EC;
    background-image: url("/wp-content/images/kidslife-nursery/icon_advocoplus.png");
  }
  .links-list .links-list__inner .links-list__item::after {
    content: url("/wp-content/images/kidslife-nursery/icon_windows.png");
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .links-list .links-list__inner .links-list__item a[target*=_blank]:not(img):after {
    content: none;
  }
}

/* 市区町村で絞り込む */
.area-select-box {
  width: 100%;
  font-size: 1.2em;
  padding: 20px 0 0;
}

.area-select-box__select {
  margin: 0 0 0 20px;
}

.blog-logo a,
.blog-logo img {
  height: 51px;
}

/* 横幅767px以下 */
@media screen and (max-width: 767px) {
  /* 文字折り返し設定 */
  * {
    word-break: break-all !important;
    word-wrap: break-word !important;
  }
  ::selection {
    background: #ffc6cc;
  }
  ::-moz-selection {
    background: #ffc6cc;
  }
  /*--------------------------------------------

  	デフォルト設定

  ---------------------------------------------*/
  /* html */
  html {
    /* min-width: 1024px; */
    height: 100%;
  }
  /* body */
  body {
    position: relative;
    width: 100%;
    font-family: Helvetica, Arial, Doroid Sans, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 62.5%;
    color: #333333;
    padding-top: 65px;
    -webkit-text-size-adjust: 100% !important;
  }
  /* form関連 */
  input[type=text],
  input[type=password],
  input[type=tel],
  input[type=email],
  textarea,
  select {
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Helvetica, Arial, Doroid Sans, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
    /*font-size: 14px;
          color: #333333;*/
    border: 1px solid #999999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  input {
    font-family: Helvetica, Arial, Doroid Sans, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  }
  input::-webkit-input-placeholder {
    color: #cccccc;
    font-weight: normal;
  }
  input:-ms-input-placeholder {
    color: #cccccc;
    font-weight: normal;
  }
  input::-moz-placeholder {
    color: #cccccc;
    font-weight: normal;
  }
  label {
    font-weight: normal !important;
    margin-bottom: 0;
    max-width: 100%;
  }
  input[type=radio].radio {
    min-height: 0;
    display: inline-block;
  }
  /* ボタン初期設定 */
  button {
    background: none;
    border: none;
    font-family: Helvetica, Arial, Doroid Sans, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
    /* font-size: 18px; */
    /* font-weight: bold; */
    cursor: pointer;
    padding: 0;
  }
  p,
  table tr td {
    line-height: 1.75em;
  }
  p,
  dl,
  h1,
  h2,
  h3,
  h4 {
    margin: 0;
  }
  h1,
  h2,
  h3,
  h4 {
    line-height: 1em;
  }
  small {
    font-size: 1.2rem;
  }
  /* imgタグレスポンシブ対応 */
  img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
  /* .device01 PCレイアウトは非表示 */
  .device01 {
    display: none !important;
  }
  /*--------------------------------------------
  	リンク
  ---------------------------------------------*/
  a {
    /* transition: color 0.2s; */
    color: #333333;
    text-decoration: none;
  }
  a:hover {
    /* transition: color 0.2s; */
    text-decoration: underline;
  }
  a:hover img {
    text-decoration: none;
  }
  .type-buttonlinenone a:hover {
    text-decoration: none;
  }
  a img {
    transition: all 0.25s;
  }
  a:hover img {
    opacity: 0.8;
    transition: all 0.25s;
  }
  /* 別窓遷移 */
  a[target*=_blank]:not(img):after {
    padding-left: 5px;
    content: url("/wp-content/images/kidslife-nursery/icon_windows.png");
  }
  /*--------------------------------------------
    ビジュアルエディタ
  ---------------------------------------------*/
  .editor-wrap p,
  .editor-wrap ul,
  .editor-wrap ol {
    font-size: 1.4rem !important;
  }
  /*--------------------------------------------
  	レイアウト
  ---------------------------------------------*/
  /* 内 1024px固定値 */
  .inner-frame {
    min-width: 320px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* 右カラムメイン */
  .layout-2clm-right > .sub-clm {
    margin-top: 20px;
  }
  /* 2カラムリスト 余白20px 中央寄せ配置 */
  .listlayout-2clm-middle20-inlinecenter {
    font-size: 0;
    text-align: center;
  }
  .listlayout-2clm-middle20-inlinecenter > li {
    margin-top: 15px;
  }
  .listlayout-2clm-middle20-inlinecenter > li:first-child {
    margin-top: 0;
  }
  .listlayout-2clm-middle20-inlinecenter.type-infodetail {
    margin: 20px 0;
  }
  /* 3カラムリスト 余白20px */
  .listlayout-3clm-middle20 > li {
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .listlayout-3clm-middle20 > li:first-child {
    padding-top: 0;
  }
  .listlayout-3clm-middle20 > li:last-child {
    padding-bottom: 0;
  }
  .listlayout-3clm-middle20.type-infodetail {
    margin: 20px 0;
  }
  .listlayout-3clm-middle20.type-infodetail > li img {
    display: block;
    width: 100%;
  }
  /* .inner-frame内4カラム配置リスト　余白20px */
  .listlayout-4clm-middle20 > li {
    margin-top: 10px;
  }
  .listlayout-4clm-middle20 > li:first-child {
    margin-top: 0;
  }
  .listlayout-4clm-middle20 > li:hover > a {
    text-decoration: none;
  }
  /*--------------------------------------------
    基本構成パーツ
   ---------------------------------------------*/
  /*--------------------------------------------
    ヘッダー
   ---------------------------------------------*/
  #header_sp_all {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  #standardheader,
  #compactheader {
    display: none;
  }
  #header_sp {
    position: relative;
    height: 65px;
    border-bottom: 1px solid #cccccc;
    background: #FFF;
  }
  #header_sp::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    z-index: 1;
    background: #ee740d;
  }
  #header_sp > h1.logo {
    position: absolute;
    left: 10px;
    top: 17px;
  }
  .blog-logo a,
  .blog-logo img {
    height: 33px;
  }
  /* ヘッダーアイコン */
  #menunavigation_sp li {
    position: relative;
  }
  #menunavigation_sp li::after {
    position: absolute;
    top: calc(50% - 28px);
    left: 50%;
    font-size: 30px;
    pointer-events: none;
    transform: translateX(-50%);
  }
  /* お知らせ */
  #menunavigation_sp li#menu-01::after {
    content: "\f0a1";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #f4b4d0;
  }
  /* 採用情報 | ex.園ブログ */
  #menunavigation_sp li#menu-02::after {
    content: "\f007";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #cdb4f4;
  }
  /* 保育理念 */
  #menunavigation_sp li#menu-03::after {
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #ffbc62;
  }
  /* 保育環境 */
  #menunavigation_sp li#menu-04::after {
    content: "\f518";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #f5b090;
  }
  /* 保育園一覧 */
  #menunavigation_sp li#menu-05::after {
    content: "\f5a0";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #f3d52b;
  }
  /* 子育てコラム */
  #menunavigation_sp li#menu-06::after {
    content: "\f02d";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #c0db81;
  }
  /* 入園のご案内 */
  #menunavigation_sp li#menu-07::after {
    content: "\f06c";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #81dbb6;
  }
  /* 園見学のご案内 */
  #menunavigation_sp li#menu-08::after {
    content: "\f554";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #668ada;
  }
  /* お問い合わせ */
  #menunavigation_sp li#menu-09::after {
    content: "\f1d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #81c0ea;
  }
  /* 資料請求 */
  #menunavigation_sp li#menu-10::after {
    content: "\f15c";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #FAABC9;
  }
  /* バナーリスト */
  .list-banners-header {
    position: absolute;
    right: 54px;
    top: 10px;
  }
  .list-banners-header > li {
    display: inline-block;
    margin-left: 10px;
    height: 46.5px;
  }
  .list-banners-header > li:first-child {
    margin-left: 0;
  }
  .list-banners-header > li img {
    height: 46.5px;
  }
  /* MENUスイッチ */
  #switch_spnavigation {
    position: absolute;
    width: 40px;
    height: 50px;
    right: 10px;
    bottom: 0;
    cursor: pointer;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 22px;
    height: 15px;
    top: 7px;
  }
  .menu-trigger span {
    position: absolute;
    left: 7px;
    width: 22px;
    height: 3px;
    background-color: #ee740d;
    border-radius: 20px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 7px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 14px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 12px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(2px) rotate(-315deg);
    transform: translateY(2px) rotate(-315deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(9px) rotate(315deg);
    transform: translateY(9px) rotate(315deg);
  }
  .menu-trigger > p {
    position: absolute;
    width: 35px;
    bottom: -20px;
    color: #000000;
    font-size: 7px;
    text-align: center;
  }
  .menu-trigger > p img {
    width: 24px;
  }
  .menu-trigger > p#open {
    display: none;
  }
  .menu-trigger > p#open img {
    width: 26px;
  }
  /*--------------------------------------------
    メニューナビゲーション
   ---------------------------------------------*/
  #menunavigation_sp {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #fff5eb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* メインコンテンツリンクリスト */
  .list-menunavigation-sp-1st > li {
    float: left;
    width: 50%;
    padding-right: 5px;
    padding-bottom: 10px;
    text-align: center;
    box-sizing: border-box;
  }
  .list-menunavigation-sp-1st > li#menu-02, .list-menunavigation-sp-1st > li#menu-09 {
    display: none;
  }
  .list-menunavigation-sp-1st > li:nth-child(2n) {
    padding-left: 5px;
    padding-right: 0;
  }
  .list-menunavigation-sp-1st > li > a {
    display: block;
    padding: 50px 0 10px;
    background: #ffffff;
    border: #FFD9B3 1px solid;
    border-radius: 10px;
    text-decoration: none !important;
  }
  /* 外部リンクリスト */
  .list-menunavigation-sp-2nd > li {
    margin-bottom: 10px;
  }
  .list-menunavigation-sp-2nd > li > a {
    display: block;
    padding: 15px;
    color: #333;
    background: #ffffff;
    border: #FFD9B3 1px solid;
    border-radius: 10px;
  }
  /*--------------------------------------------
    フッター
   ---------------------------------------------*/
  #footer {
    font-family: Helvetica, Arial, Doroid Sans, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
    background: #FFF;
  }
  #footer * {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.4;
    font-feature-settings: normal;
  }
  /* ユーティリティリンク */
  .list-utilitylinks-footer {
    font-size: 0;
    text-align: center;
    background: #ed6d00;
    padding: 10px 0;
  }
  .list-utilitylinks-footer > li {
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
  }
  .list-utilitylinks-footer > li > a {
    color: #ffffff;
  }
  .list-utilitylinks-footer > li:before {
    content: "｜";
    margin-left: 10px;
    margin-right: 10px;
  }
  .list-utilitylinks-footer > li:first-child:before {
    content: "";
    margin-left: 0;
    margin-right: 0;
  }
  /* フッター内ロゴ＋SNS */
  #logo_bottom {
    padding: 15px 0;
    text-align: center;
    border-top: #EE740D 5px solid;
  }
  #logo_bottom > h1 {
    margin-bottom: 20px;
    padding: 0 20px;
  }
  #logo_bottom .logo_eruboshi > img {
    display: inline-block;
    margin-bottom: 10px;
    width: 60%;
  }
  #logo_bottom .logo_eruboshi:after {
    display: none;
  }
  #logo_bottom .logo_eruboshi > p {
    font-size: 12px;
    text-align: center;
  }
  #logo_bottom > .wrapper-snsbuttons {
    margin-bottom: 20px;
  }
  /* 下部　外部リンク */
  .list-otherlinks-footer {
    font-size: 0;
  }
  .list-otherlinks-footer > li {
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
    font-size: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* copyright */
  #copyright {
    padding-bottom: 20px;
    text-align: center;
    font-size: 10px;
  }
  /*--------------------------------------------
    バナーリンクリスト（TOP）
   ---------------------------------------------*/
  #relationlinks {
    font-size: 1.4rem;
    padding: 30px 0;
    background: #fffbf7;
  }
  #relationlinks * {
    letter-spacing: 0;
    line-height: 1.125;
  }
  #relationlinks a {
    display: block;
  }
  #footer .relationlinks__ttl {
    display: block;
    width: 100%;
    max-width: 1044px;
    color: #EE740D;
    font-size: 1.4em;
    font-style: normal;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    padding: 0 10px 30px;
    margin: 0 auto;
  }
  .list-banners-titlewhite {
    margin: 0 auto;
    padding: 0;
    width: 241px;
    min-width: 241px;
  }
  .list-banners-titlewhite > li {
    position: relative;
    width: 241px;
    margin-top: 20px;
  }
  .list-banners-titlewhite > li:first-child {
    margin-top: 0;
  }
  /* 法人シール有の場合 */
  .list-banners-titlewhite > li.type-corporation:after {
    position: absolute;
    width: 31px;
    height: 31px;
    right: 5px;
    top: 5px;
    content: url("/wp-content/images/kidslife-nursery/mark_corporation.png");
  }
  .list-banners-titlewhite > li > a > dl {
    position: relative;
    margin: 0;
  }
  .list-banners-titlewhite > li > a > dl > dt {
    position: absolute;
    width: 100%;
    color: #000;
    font-weight: normal;
    padding: 10px 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    z-index: 100;
  }
  .list-banners-titlewhite > li:hover > a > dl > dt {
    text-decoration: underline;
  }
  .list-banners-titlewhite > li > a > dl > dd {
    margin: 0;
    overflow: hidden;
  }
  .list-banners-titlewhite > li > a > dl > dd > img {
    display: block;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
  }
  .list-banners-titlewhite > li:hover > a > dl > dd > img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  /* targetアイコン調整 */
  .list-banners-titlewhite > li > a[target*=_blank]:after {
    padding-left: 0;
    content: "";
  }
  .list-banners-titlewhite > li > a[target*=_blank] > dl > dt {
    padding-left: 0;
  }
  .list-banners-titlewhite > li > a[target*=_blank] > dl > dt:after {
    padding-left: 5px;
    content: url("/wp-content/images/kidslife-nursery/icon_windows.png");
  }
  /*--------------------------------------------
    パンくずリスト
   ---------------------------------------------*/
  .breadcrumb {
    line-height: 1.6;
    padding: 5px 10px;
    background: transparent;
  }
  .breadcrumb a {
    color: #333333;
    text-decoration: underline;
    margin: 0 3px;
  }
  /*--------------------------------------------
    ページトップ
   ---------------------------------------------*/
  #pagetop {
    display: none !important;
  }
  /*--------------------------------------------
    コンテンツ
   ---------------------------------------------*/
  #contents {
    min-height: 450px;
  }
  #site-content.wrapper {
    margin-left: 0;
  }
  #site-content .content,
  #site-content .content.thin {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  #site-content .post-inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #site-content .post-content ul {
    list-style: none !important;
    margin-left: 0;
  }
  #column-category .post-content h1,
  #column-category .post-content h2,
  #column-category .post-content h3,
  #column-category .post-content h4,
  #column-category .post-content h5,
  #column-category .post-content h6 {
    margin: 0 !important;
  }
  /*--------------------------------------------
    汎用パーツ
   ---------------------------------------------*/
  /*--------------------------------------------
    テキストボックス
   ---------------------------------------------*/
  /* スクロールバーつきテキスト */
  .box-textscroll {
    height: 160px;
    margin: 40px 0;
    padding: 18px;
    border: 1px solid #e5e5e5;
    overflow-y: scroll;
    background-color: #ffffff;
  }
  .box-textscroll > p {
    margin-top: 25px;
  }
  .box-textscroll > p:first-child {
    margin-top: 0;
  }
  /*--------------------------------------------
    斜線ボックス
   ---------------------------------------------*/
  .box-diagonalborder {
    background: url("/wp-content/images/kidslife-nursery/line_diagonal_red.png") repeat left top;
    padding: 4px;
    margin-top: 20px;
  }
  .box-diagonalborder > dl {
    background-color: #fff5eb;
    padding: 30px;
    text-align: center;
  }
  .box-diagonalborder > dl > dt {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .box-diagonalborder > dl > dd > ul > li {
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  /*--------------------------------------------
  	ボタン
  ---------------------------------------------*/
  /* ライトオレンジ線　角丸ボタン */
  .button-round-lightorange__bk {
    display: inline-block;
    width: 90px;
    height: 43px;
    line-height: 37px;
    font-size: 12px;
    text-align: center;
    border: 3px solid #ffbc62;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    background: #ffffff;
    transition: opacity 0.25s;
  }
  .button-round-lightorange {
    display: inline-block;
    min-width: 90px;
    max-width: 300px;
    width: auto;
    color: #333 !important;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    padding: 8px 10px;
    border: 3px solid #ffbc62;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 300px;
    transition: opacity 0.25s;
    background: #FFF url("/wp-content/images/kidslife-nursery/arrow_lightorangebutton.gif") no-repeat left 15px center;
  }
  .button-round-lightorange > span {
    padding-left: 20px;
  }
  .button-round-lightorange:hover {
    opacity: 0.7;
    transition: opacity 0.25s;
  }
  /* ライトオレンジ線　角丸ボタン フリーサイズ */
  .button-round-lightorange.type-free {
    width: auto;
    height: auto;
    line-height: 1.5em;
    padding: 8px 25px;
    text-decoration: none !important;
  }
  .button-round-lightorange.type-dl {
    background: #fff url("/wp-content/images/kidslife-nursery/icon_download_red.png") right 20px center;
    background-size: 19px 19px;
    background-repeat: no-repeat;
    padding-right: 64px;
  }
  /* ライトオレンジ線　角丸ボタン 施設詳細用サイズ */
  .button-round-lightorange.type-facility {
    min-width: 1px;
    max-width: 100%;
    width: 310px;
  }
  .button-round-lightorange.type-prev {
    /* 「前へ」アイコンの場合 */
    width: 90px;
    min-width: 1px;
    background: #FFF;
  }
  .button-round-lightorange.type-prev > span {
    padding: 0 0 0 20px;
    background: url("/wp-content/images/kidslife-nursery/arrow_lightorangebutton_prev.png") no-repeat left center;
  }
  .button-round-lightorange.type-next {
    /* 「次へ」アイコンの場合 */
    width: 90px;
    min-width: 1px;
    background: #FFF;
  }
  .button-round-lightorange.type-next > span {
    padding: 0 20px 0 0;
    background: url("/wp-content/images/kidslife-nursery/arrow_lightorangebutton.gif") no-repeat right center;
  }
  .button-round-lightorange.type-newest {
    width: 110px;
    min-width: 1px;
    padding: 11px 10px 11px 20px;
  }
  /* ボタン　スカイブルー */
  .button-round-skyblue {
    width: 250px;
    height: 42px;
    color: #333;
    font-size: 16px;
    text-align: center;
    border: 3px solid #81c0ea;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    background: #ffffff;
    transition: opacity 0.25s;
  }
  .button-round-skyblue > span {
    padding-left: 10px;
    background: url("/wp-content/images/kidslife-nursery/arrow_skybluetext.png") no-repeat left center;
  }
  .button-round-skyblue:hover {
    opacity: 0.7;
    transition: opacity 0.25s;
  }
  /* ライトオレンジ線　角丸ボタン */
  .button-round-bgorange {
    width: 240px;
    height: 43px;
    color: #333;
    line-height: 37px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: 3px solid #ed6d00;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    background: #ed6d00;
    transition: opacity 0.25s;
  }
  .button-round-bgorange > span {
    padding-left: 10px;
    background: url("/wp-content/images/kidslife-nursery/arrow_white.png") no-repeat left center;
  }
  .button-round-bgorange:hover {
    opacity: 0.7;
    transition: opacity 0.25s;
  }
  /* targetアイコン付きボタン */
  .wrapper-button-blank > a[target*=_blank]:after {
    padding-left: 0;
    content: "";
  }
  .wrapper-button-blank > a > button > span {
    padding-left: 0;
    background: none;
  }
  .wrapper-button-blank > a > button > span:after {
    padding-left: 5px;
    content: url("/wp-content/images/kidslife-nursery/icon_windows.png");
  }
  /*--------------------------------------------
    ボタン配置用
   ---------------------------------------------*/
  /* 上30px 下50px */
  .wrapper-button-t30b50 {
    text-align: center;
    margin: 5% auto 13% auto;
  }
  /* 上30px 下100px */
  .wrapper-button-t30b100 {
    text-align: center;
    margin: 5% auto 26% auto;
  }
  /* 上20px 下10px */
  .wrapper-button-t20b10 {
    text-align: center;
    padding: 20px 0 10px 0;
  }
  /* 上40px 下10px */
  .wrapper-button-t40b10 {
    text-align: center;
    padding: 40px 0 10px 0;
  }
  /*--------------------------------------------
    タイトル
   ---------------------------------------------*/
  /* h1 太字オレンジ 404 */
  .title-1-orangebold {
    font-size: 20px;
    font-weight: bold;
    color: #ed6d00;
    margin-bottom: 15px;
  }
  /* h3 タイトル右テキストリンク付与用 */
  .title-3-img {
    display: block;
    text-align: center;
    width: 100%;
  }
  .news-title-3-img {
    display: block;
    text-align: center;
    margin-top: 80px;
  }
  .title-3-withrightlink {
    text-align: center;
  }
  .title-3-withrightlink > span {
    display: none;
  }
  /* 各コンテンツ下部配置　もっと見るリンク（SPのみ） */
  .link-viewmore {
    padding-top: 15px;
    text-align: center;
    font-size: 16px;
  }
  .link-viewmore > a {
    padding-left: 15px;
  }
  /* アイコン　ライトオレンジの場合 */
  .link-viewmore.type-lightorange > a {
    background: url("/wp-content/images/kidslife-nursery/arrow_lightorangetext.png") no-repeat left center;
  }
  /* アイコン　やまぶきいろの場合 */
  .link-viewmore.type-brightyellow > a {
    background: url("/wp-content/images/kidslife-nursery/arrow_brightyellowtext.png") no-repeat left center;
  }
  /* アイコン　スカイブルーの場合 */
  .link-viewmore.type-skyblue > a {
    background: url("/wp-content/images/kidslife-nursery/arrow_skybluetext.png") no-repeat left center;
  }
  /* アイコン　緑の場合 */
  .link-viewmore.type-green > a {
    background: url("/wp-content/images/kidslife-nursery/arrow_greentext.png") no-repeat left center;
  }
  /* お知らせ記事詳細　オレンジ下線タイトル */
  #contents .title-2-underorangeline,
  .single #contents .title-2-underorangeline,
  #cts_02 .title-2-underorangeline,
  #cts_04 .title-2-underorangeline,
  .facility-contents .title-2-underorangeline {
    position: relative;
    /*line-height: 28px;
          font-size: 18px;*/
    margin-bottom: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 3px solid #ed6d00;
  }
  /* 右に日付がある場合 */
  #contents .title-2-underorangeline > span,
  .single #contents .title-2-underorangeline > span,
  #cts_02 .title-2-underorangeline > span,
  #cts_04 .title-2-underorangeline > span,
  .facility-contents .title-2-underorangeline > span {
    display: block;
    text-align: right;
    /*font-size: 14px;*/
    color: #7f7f7f;
    right: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #contents .title-2-underorangeline > span.horizontal,
  .single #contents .title-2-underorangeline > span.horizontal,
  #cts_02 .title-2-underorangeline > span.horizontal,
  #cts_04 .title-2-underorangeline > span.horizontal,
  .facility-contents .title-2-underorangeline > span.horizontal {
    float: right;
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  /* h3 お知らせ小見出しタイトル */
  .title-3-dottedorangeline {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4em;
    border-bottom: 2px dotted #ffc272;
    font-weight: bold;
  }
  /* h3 太字オレンジ */
  .title-3-orangebold {
    font-size: 20px;
    font-weight: bold;
    color: #ed6d00;
    margin-bottom: 20px;
  }
  /*--------------------------------------------
    ページタイトル
   ---------------------------------------------*/
  #pagetitle {
    position: relative;
    min-height: 90px;
    padding: 10px 0;
  }
  #pagetitle > h2 {
    position: relative;
  }
  /* ピンク背景のとき */
  #pagetitle.type-pink {
    background: url("/wp-content/images/kidslife-nursery/bg_pink.png") repeat left top;
  }
  /* オレンジ背景のとき */
  #pagetitle.type-orange {
    background: url("/wp-content/images/kidslife-nursery/bg_orange.png") repeat left top;
  }
  /* 朱色背景のとき */
  #pagetitle.type-red {
    background: url("/wp-content/images/kidslife-nursery/bg_red.png") repeat left top;
  }
  /* 黄色背景のとき */
  #pagetitle.type-yellow {
    background: url("/wp-content/images/kidslife-nursery/bg_yellow.png") repeat left top;
  }
  /* 緑背景のとき */
  #pagetitle.type-green {
    background: url("/wp-content/images/kidslife-nursery/bg_green.png") repeat left top;
  }
  /* 青背景のとき */
  #pagetitle.type-blue {
    background: url("/wp-content/images/kidslife-nursery/bg_blue.png") repeat left top;
  }
  /* メインタイトルが画像のとき */
  #pagetitle.type-wrapimage {
    height: auto;
    padding: 0;
  }
  #pagetitle.type-wrapimage h2 {
    position: relative;
    left: 0;
    top: 50;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    margin-top: 0 !important;
  }
  #pagetitle.type-wrapimage img {
    display: block;
    width: 100%;
  }
  #pagetitle.type-directinput {
    padding-bottom: 10px !important;
  }
  #pagetitle.type-directinput > h1,
  #pagetitle.type-directinput > h2 {
    padding-top: 39px;
    margin-bottom: 0;
    background: url("/wp-content/images/kidslife-nursery/facility/pagetitle_flags.png") no-repeat center top;
    text-align: center;
    /*font-size: 3.4vh;*/
    width: 100%;
    letter-spacing: 0;
    line-height: 1.3;
  }
  #pagetitle.type-directinput > h1 > span,
  #pagetitle.type-directinput > h2 > span {
    display: block;
    color: #ffa200;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 5px;
  }
  #pagetitle .inner-frame img {
    display: block;
    margin: 0 auto;
  }
  /*--------------------------------------------
    ページタイトル下　キャプション
   ---------------------------------------------*/
  #pagecaption,
  #pagecaption-nufd {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  /*--------------------------------------------
    キービジュアル（下層ページメインビジュアル）
   ---------------------------------------------*/
  /* コラムカテゴリ別INDEXの場合 */
  #herovisual.no-image {
    margin-bottom: 35px;
  }
  /*--------------------------------------------
    コンテンツタイトル＋キャプション
   ---------------------------------------------*/
  .list-contentstitle-withcaption {
    margin-bottom: 35px;
  }
  .list-contentstitle-withcaption > li:first-child {
    margin-bottom: 35px;
    text-align: center;
  }
  /*--------------------------------------------
    ページャ
   ---------------------------------------------*/
  .pagenavigation {
    margin: 20px 0;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .list-pagenavigation-parts {
    position: relative;
  }
  .list-pagenavigation-parts > li:first-child {
    position: absolute;
    width: 20px;
    height: 27px;
    left: 10px;
    top: 0;
  }
  /* 前へ */
  .list-pagenavigation-parts > li:first-child .button-round-lightorange {
    width: 20px;
    height: 27px;
    min-width: auto;
    background: url("/wp-content/images/kidslife-nursery/slider_prev.png") no-repeat left center;
    border: none;
    text-indent: -9999px;
  }
  .list-pagenavigation-parts > li:first-child .button-round-lightorange span {
    background-image: none;
  }
  /* ページ番号 */
  /* 次へ */
  .list-pagenavigation-parts > li:last-child {
    position: absolute;
    width: 20px;
    height: 27px;
    right: 10px;
    top: 0;
  }
  .list-pagenavigation-parts > li:last-child .button-round-lightorange {
    width: 20px;
    height: 27px;
    min-width: auto;
    background: url("/wp-content/images/kidslife-nursery/slider_next.png") no-repeat right center;
    border: none;
    text-indent: -9999px;
  }
  .list-pagenavigation-parts > li:last-child .button-round-lightorange span {
    background-image: none;
  }
  .list-pagenavigation-parts > li a {
    text-decoration: none !important;
  }
  /* ページ番号リスト */
  .list-pagericons {
    font-size: 0;
    text-align: center;
  }
  .list-pagericons > li {
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
  }
  .list-pagericons > li:first-child {
    margin-left: 0;
  }
  .list-pagericons > li > a {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    font-weight: bold;
    border-radius: 20px;
    background: #ffffff;
    border: 2px solid #ffbc62;
    transition: opacity 0.25s;
    text-decoration: none !important;
  }
  .list-pagericons > li.active > a {
    border-color: #ed6d00;
    background: #ed6d00;
    color: #ffffff;
  }
  .list-pagericons > li > a:hover {
    text-decoration: none;
    transition: opacity 0.25s;
    opacity: 0.85;
  }
  /*--------------------------------------------
    タブ
   ---------------------------------------------*/
  .list-tabs {
    border-bottom: 2px solid #ed6d00;
    margin-left: -10px;
    margin-right: -10px;
  }
  .list-tabs > li {
    float: left;
    height: 45px;
    line-height: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px 6px 0 0;
    text-align: center;
    background-color: #ffeddd;
    font-size: 12px;
    cursor: pointer;
  }
  /* 表示中ページ */
  .list-tabs > li.displaypage,
  .list-tabs > li.active {
    background-color: #ed6d00;
    color: #ffffff;
    font-weight: bold;
  }
  /* 矢印設定 */
  /* 未閲覧ページデフォルト */
  .list-tabs > li > div {
    display: inline-block;
    padding-right: 25px;
    background: url("/wp-content/images/kidslife-nursery/arrow_down_tabs_default.png") no-repeat right center;
  }
  /* 閲覧中ページデフォルト */
  .list-tabs > li.displaypage > div {
    background: url("/wp-content/images/kidslife-nursery/arrow_down_tabs_displaypage.png") no-repeat right center;
  }
  .list-tabs > li.active > div {
    background: url("/wp-content/images/kidslife-nursery/arrow_up_tabs_displaypage.png") no-repeat right center;
  }
  /* 2カラム */
  .list-tabs.type-2clm > li {
    width: 100%;
  }
  /* アイコン設定 */
  /* MAP 未閲覧 */
  .list-tabs > li.icon-map > div > span {
    padding-left: 25px;
  }
  /* MAP 閲覧中 */
  .list-tabs > li.displaypage.icon-map > div > span {
    background: url("/wp-content/images/kidslife-nursery/icon_map_active.png") no-repeat left center;
  }
  /* 一覧 未閲覧 */
  .list-tabs > li.icon-lists > div > span {
    padding-left: 25px;
    background: url("/wp-content/images/kidslife-nursery/icon_lists_default.png") no-repeat left center;
  }
  /* 一覧 閲覧中 */
  .list-tabs > li.icon-lists.active > div > span,
  .list-tabs > li.icon-lists.displaypage > div > span {
    background: url("/wp-content/images/kidslife-nursery/icon_lists_active.png") no-repeat left center;
  }
  /*--------------------------------------------
    背景色
   ---------------------------------------------*/
  /* 薄黄色 */
  .bg-creamyellow {
    background-color: #fffbf7;
  }
  /*--------------------------------------------
    文字位置
   ---------------------------------------------*/
  /* 中央 */
  .ta-center {
    text-align: center;
  }
  /* 右寄せ */
  .ta-right {
    text-align: right;
  }
  /*--------------------------------------------
    外余白
   ---------------------------------------------*/
  /* 上20px */
  .mg-top-20 {
    margin-top: 20px !important;
  }
  /* 上50px */
  .mg-top-50 {
    margin-top: 50px !important;
  }
  /* 下50px */
  .mg-bottom-50 {
    margin-bottom: 50px !important;
  }
  /* コンテンツ包括 */
  .wrapper-contents-5 {
    margin-bottom: 5px !important;
  }
  .wrapper-contents-10 {
    margin-bottom: 10px !important;
  }
  .wrapper-contents-15 {
    margin-bottom: 15px !important;
  }
  .wrapper-contents-20 {
    margin-bottom: 20px !important;
  }
  .wrapper-contents-25 {
    margin-bottom: 25px !important;
  }
  .wrapper-contents-30 {
    margin-bottom: 30px !important;
  }
  .wrapper-contents-35 {
    margin-bottom: 35px !important;
  }
  .wrapper-contents-40 {
    margin-bottom: 40px !important;
  }
  .wrapper-contents-45 {
    margin-bottom: 45px !important;
  }
  .wrapper-contents-50 {
    margin-bottom: 50px !important;
  }
  .wrapper-contents-55 {
    margin-bottom: 55px !important;
  }
  .wrapper-contents-60 {
    margin-bottom: 60px !important;
  }
  .wrapper-contents-65 {
    margin-bottom: 65px !important;
  }
  .wrapper-contents-70 {
    margin-bottom: 70px !important;
  }
  .wrapper-contents-75 {
    margin-bottom: 75px !important;
  }
  .wrapper-contents-80 {
    margin-bottom: 80px !important;
  }
  .wrapper-contents-85 {
    margin-bottom: 85px !important;
  }
  .wrapper-contents-90 {
    margin-bottom: 90px !important;
  }
  .wrapper-contents-95 {
    margin-bottom: 95px !important;
  }
  .wrapper-contents-100 {
    margin-bottom: 100px !important;
  }
  /*--------------------------------------------
    文字装飾
   ---------------------------------------------*/
  .fw-bold {
    font-weight: bold;
  }
  /* タイトル点線リスト */
  dl.list-titlelink-dottedorange,
  ul.list-titlelink-dottedorange {
    font-size: 14px;
  }
  dl.list-titlelink-dottedorange > dt,
  ul.list-titlelink-dottedorange > li {
    font-size: 16px;
    padding-left: 15px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #ffc272;
    background: url("/wp-content/images/kidslife-nursery/arrow_lightorangetext.png") no-repeat left 5px;
    line-height: 1;
  }
  dl.list-titlelink-dottedorange > dd {
    font-size: 0;
  }
  dl.list-titlelink-dottedorange > dd > ul > li {
    display: inline-block;
    font-size: 14px;
    width: 20%;
    margin: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul.list-titlelinks-3clm > li {
    margin-bottom: 20px;
  }
  /* ニュース用サムネイルリスト */
  .list-thumbnail-news {
    width: 290px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .list-thumbnail-news .img-box {
    width: 110px;
    height: 140px;
    margin-right: 20px;
    overflow: hidden;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
    border-radius: 6px;
  }
  .list-thumbnail-news .text-box {
    width: calc(100% - 130px);
    line-height: 20px;
  }
  /* カテゴリラベル */
  .list-thumbnail-news .text-box span {
    display: block;
    width: 160px;
    height: 20px;
    margin-bottom: 10px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
  }
  .list-thumbnail-news .text-box .label-base {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 26px;
    margin-bottom: 10px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    position: relative;
  }
  .list-thumbnail-news .label-base::before,
  .list-thumbnail-news .label-base::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    z-index: 1;
  }
  .list-thumbnail-news .label-base::before {
    left: 0;
    border-width: 13px 0px 13px 10px;
    border-color: transparent transparent transparent #FFFBF7;
    border-style: solid;
  }
  .list-thumbnail-news .label-base::after {
    top: 0;
    right: 0;
    border-width: 13px 10px 13px 0px;
    border-color: transparent #FFFBF7 transparent transparent;
    border-style: solid;
  }
  /* お知らせ */
  .list-thumbnail-news .text-box .label-news {
    background-color: #A4C45C;
    /*background: url("/wp-content/images/kidslife-nursery/label_news.png") no-repeat center center;*/
  }
  /* イベント */
  .list-thumbnail-news .text-box .label-event {
    background-color: #A0A0A0;
    /*background: url("/wp-content/images/kidslife-nursery/label_event.png") no-repeat center center;*/
  }
  /* リリース */
  .list-thumbnail-news .text-box .label-release {
    background-color: #75BAED;
    /*background: url("/wp-content/images/kidslife-nursery/label_release.png") no-repeat center center;*/
  }
  /* 日付 */
  .list-thumbnail-news .text-box span.date-news {
    font-weight: bold;
    margin-bottom: 10px;
    color: inherit;
    text-align: left;
  }
  .list-thumbnail-news .text-box span.date-news.icon-new:after {
    content: url("/wp-content/images/kidslife-nursery/label_new.png");
    display: inline-block;
    margin-left: 10px;
    line-height: 1;
    width: 78px;
    height: 15px;
    vertical-align: -2px;
  }
  /*--------------------------------------------
  	子育てコラムKids Life
  ---------------------------------------------*/
  /* 背景パターン設置　コンテンツ配置リスト */
  .listlayout-1clm-alternatelybg {
    background: url("/wp-content/images/kidslife-nursery/bg_list_alternatelybg_01.gif") repeat left top;
  }
  .listlayout-1clm-alternatelybg > ul > li {
    padding: 15px 0;
  }
  /* コンテンツタイトル */
  .listlayout-1clm-alternatelybg > ul > li > h2 {
    padding-top: 13%;
    margin-bottom: 10%;
    text-align: center;
  }
  .listlayout-1clm-alternatelybg > ul > li:first-child {
    padding-top: 0;
  }
  .listlayout-1clm-alternatelybg > ul > li:nth-child(2n) {
    background: url("/wp-content/images/kidslife-nursery/bg_list_alternatelybg_02.gif") repeat left top;
  }
  /* 下線ボックス内タイトル */
  .listlayout-1clm-alternatelybg > ul > li h3.title-3-withrightlink {
    margin-bottom: -2px;
  }
  /* 角丸影付き　サムネイルリスト */
  dl.list-thumbnail-pictureframe {
    min-height: 108px;
    margin-top: 20px;
    padding: 10px;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  dl.list-thumbnail-pictureframe > dt {
    position: relative;
    float: left;
    /*width: 140px;*/
    width: 90px;
    height: 84px;
  }
  dl.list-thumbnail-pictureframe > dt > span {
    display: block;
    /*width: 140px;*/
    width: 90px;
    height: 84px;
    overflow: hidden;
  }
  dl.list-thumbnail-pictureframe > dt > span > img {
    display: block;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
    position: relative;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  dl.list-thumbnail-pictureframe:hover > dt > span > img {
    -webkit-transform: scale(1.1) translate(-45%, -50%);
    -moz-transform: scale(1.1) translate(-45%, -50%);
    -o-transform: scale(1.1) translate(-45%, -50%);
    -ms-transform: scale(1.1) translate(-45%, -50%);
    transform: scale(1.1) translate(-45%, -50%);
  }
  /* フォトフレーム */
  /*dl.list-thumbnail-pictureframe>dt:before {
         position: absolute;
         content: url("/wp-content/images/kidslife-nursery/photoframe_lefttop.png");
         top: -8px;
         left: -8px;
         z-index: 100;
     }

     dl.list-thumbnail-pictureframe>dt:after {
         position: absolute;
         content: url("/wp-content/images/kidslife-nursery/photoframe_rightbottom.png");
         bottom: -13px;
         right: -9px;
         z-index: 100;
     }*/
  dl.list-thumbnail-pictureframe > dd {
    position: relative;
    /*padding-left: 150px;*/
    padding-left: 100px;
  }
  dl.list-thumbnail-pictureframe > dd > ul > li {
    padding-bottom: 5px;
  }
  dl.list-thumbnail-pictureframe > dd > ul > li:last-child {
    padding-bottom: 0;
    margin-top: 5px;
    color: #7f7f7f;
    font-weight: bold;
  }
  dl.list-thumbnail-pictureframe:hover > dd > ul > li {
    text-decoration: underline;
  }
  dl.list-thumbnail-pictureframe:hover > dd > ul > li:last-child {
    text-decoration: none;
  }
  dl.list-thumbnail-pictureframe > dd > ul > li:last-child > span {
    display: inline-block;
    vertical-align: middle;
  }
  /* NEWラベル */
  dl.list-thumbnail-pictureframe > dd > ul > li:last-child.icon-new:after {
    display: inline-block;
    vertical-align: middle;
    content: url("/wp-content/images/kidslife-nursery/label_new.png");
    margin-left: 10px;
  }
  /* ライトオレンジのとき */
  dl.list-thumbnail-pictureframe > dd > ul.type-lightorange > li {
    background: url("/wp-content/images/kidslife-nursery/dottedborder_lightorange.png") repeat-x left bottom;
  }
  dl.list-thumbnail-pictureframe > dd > ul.type-lightorange > li:last-child {
    background: url("/wp-content/images/kidslife-nursery/arrow_rightbottom_lightorange.png") no-repeat right center;
  }
  /* やまぶきいろのとき */
  dl.list-thumbnail-pictureframe > dd > ul.type-brightyellow > li {
    background: url("/wp-content/images/kidslife-nursery/dottedborder_brightyellow.png") repeat-x left bottom;
  }
  dl.list-thumbnail-pictureframe > dd > ul.type-brightyellow > li:last-child {
    background: url("/wp-content/images/kidslife-nursery/arrow_rightbottom_brightyellow.png") no-repeat right center;
  }
  /* スカイブルーのとき */
  dl.list-thumbnail-pictureframe > dd > ul.type-skyblue > li {
    background: url("/wp-content/images/kidslife-nursery/dottedborder_skyblue.png") repeat-x left bottom;
  }
  dl.list-thumbnail-pictureframe > dd > ul.type-skyblue > li:last-child {
    background: url("/wp-content/images/kidslife-nursery/arrow_rightbottom_skyblue.png") no-repeat right center;
  }
  /* 緑のとき */
  dl.list-thumbnail-pictureframe > dd > ul.type-green > li {
    background: url("/wp-content/images/kidslife-nursery/dottedborder_green.png") repeat-x left bottom;
  }
  dl.list-thumbnail-pictureframe > dd > ul.type-green > li:last-child {
    background: url("/wp-content/images/kidslife-nursery/arrow_rightbottom_green.png") no-repeat right center;
  }
  /* カテゴリ選択タブ */
  /*ul.list-categorytabs {
         padding: 10px 0;
     }

     ul.list-categorytabs>li {
         float: left;
         width: 50%;
         margin-bottom: 5px;
         -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
         -ms-box-sizing: border-box;
         box-sizing: border-box;
     }

     ul.list-categorytabs>li:nth-child(2n+1) {
         padding-right: 5px;
     }

     ul.list-categorytabs>li:nth-child(2n) {
         padding-left: 5px;
     }

     ul.list-categorytabs>li img {
         width: 100%;
     }*/
  ul.list-categorytabs {
    width: 100%;
    justify-content: left;
    margin-bottom: 5px;
    padding: 10px 0;
    padding-bottom: 0;
  }
  ul.list-categorytabs li {
    height: auto;
    width: 48%;
    margin-bottom: 5px !important;
    margin-right: 4%;
  }
  ul.list-categorytabs li:nth-child(even) {
    margin-right: 0;
  }
  ul.list-categorytabs li a {
    width: 100%;
    height: 11.5625vw;
  }
  /*--------------------------------------------
  	お知らせ
  ---------------------------------------------*/
  ul.list-news {
    margin-top: 0;
  }
  ul.list-news.type-lightorange > li {
    padding: 20px 0;
    border-bottom: #ffc272 dotted 2px;
  }
  ul.list-news.type-lightorange > li:hover > a {
    text-decoration: none;
  }
  /* width設定 */
  ul.list-news > li > a > .list-thumbnail-news {
    width: auto;
  }
  /*--------------------------------------------
  	詳細記事
  ---------------------------------------------*/
  /* コンテンツ上余白指定 */
  #contents.type-pdtopon {
    padding-top: 20px;
  }
  /* 白枠BOX */
  .box-infodetail {
    padding: 20px 10px;
    background: #ffffff;
  }
  /* 記事1コンテンツ包括用 */
  .wrapper-infodetail-contents {
    padding-bottom: 20px;
  }
  /* リンク項目用リスト */
  ul.list-links-infodetail {
    margin-top: 10px;
  }
  ul.list-links-infodetail > li > a {
    text-decoration: underline;
  }
  /* 画像1点中央配置用 */
  .wrapper-infodetailimg-1clm {
    text-align: center;
    margin: 40px 0;
  }
  .wrapper-infodetailimg-1clm img {
    width: 100%;
  }
  /* PDF資料リスト */
  ul.list-4clm-pdffiles {
    width: 300px;
    margin: 20px auto 30px auto;
  }
  ul.list-4clm-pdffiles > li {
    width: 300px;
    height: 66px;
    border: 3px solid #ffbc62;
    border-radius: 6px;
    background: #ffffff;
    text-align: center;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transition: opacity 0.25s;
  }
  ul.list-4clm-pdffiles > li:hover {
    opacity: 0.7;
    transition: opacity 0.25s;
  }
  ul.list-4clm-pdffiles > li:first-child {
    margin-top: 0;
  }
  ul.list-4clm-pdffiles > li > a {
    position: relative;
    display: block;
    height: 100%;
  }
  ul.list-4clm-pdffiles > li > a[target*=_blank]:not(img):after {
    padding-left: 0;
    content: "";
  }
  ul.list-4clm-pdffiles > li > a > div {
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* PDF資料のダウンロード */
  h2.title-2-underorangeline.pdf {
    margin-top: 20px;
  }
  /* PDFアイコン */
  ul.list-4clm-pdffiles > li > a > div > span:before {
    content: url("/wp-content/images/kidslife-nursery/icon_pdf.png");
    margin-right: 10px;
  }
  .post.single.category-news img.alignleft,
  .post.single.category-news .alignleft img,
  .post.single.category-news img.aligncenter,
  .post.single.category-news .aligncenter img,
  .post.single.category-news img.alignright,
  .post.single.category-news .alignright img,
  .post.single.category-news img.alignnone,
  .post.single.category-news .alignnone img {
    border: none;
    padding: 0;
  }
  .post-type-archive-column #pagetitle.type-directinput > h1,
  .category-syokuiku #pagetitle.type-directinput > h1,
  .category-pickup-ehon #pagetitle.type-directinput > h1,
  .category-learn #pagetitle.type-directinput > h1,
  .category-medical-care #pagetitle.type-directinput > h1 {
    /* padding-top: 55px; */
  }
  .PC {
    display: none !important;
  }
  .SP {
    display: block !important;
  }
  .tab-list__txt {
    line-height: 32px;
    height: 36px;
    font-size: 1.4rem;
    border-radius: 0;
  }
  /*--------------------------------------------
  	  フォーム用に本体サイトから取得したプライバシーポリシー
  	---------------------------------------------*/
  .form-pp {
    height: 50vw;
  }
}
/* 横幅768px以上 */
@media screen and (min-width: 768px) {
  /* 文字折り返し設定 */
  * {
    word-break: break-all !important;
    word-wrap: break-word !important;
  }
  ::selection {
    background: #ffc6cc;
  }
  ::-moz-selection {
    background: #ffc6cc;
  }
  /*--------------------------------------------
    デフォルト設定
   ---------------------------------------------*/
  /* html */
  html {
    min-width: 1044px;
    height: 100%;
  }
  /* body */
  body {
    position: relative;
    width: 100%;
    font-family: Helvetica, Arial, Doroid Sans, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
    font-size: 14px;
    color: #333333;
    -webkit-text-size-adjust: 100% !important;
    padding-top: 155px;
  }
  body.page-template-template-noheader,
  body.page-template-template-aibe-ing-kids-noheader {
    padding-top: 0 !important;
  }
  /*
  body.type-compact {
  	padding-top: 74px;
  }
  */
  /* form関連 */
  input[type=text],
  input[type=password],
  input[type=tel],
  input[type=email],
  textarea,
  select {
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Helvetica, Arial, Doroid Sans, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
    font-size: 14px;
    color: #333333;
    border: 1px solid #999999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  input {
    font-family: Helvetica, Arial, Doroid Sans, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  }
  input::-webkit-input-placeholder {
    color: #cccccc;
    font-weight: normal;
  }
  input:-ms-input-placeholder {
    color: #cccccc;
    font-weight: normal;
  }
  input::-moz-placeholder {
    color: #cccccc;
    font-weight: normal;
  }
  label {
    font-weight: normal !important;
    margin-bottom: 0;
    max-width: 100%;
  }
  input[type=radio].radio {
    min-height: 0;
    display: inline-block;
  }
  /* ボタン初期設定 */
  button {
    background: none;
    border: none;
    font-family: Helvetica, Arial, Doroid Sans, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
    cursor: pointer;
    padding: 0;
  }
  p,
  table tr td {
    line-height: 1.75em;
  }
  p,
  dl,
  h1,
  h2,
  h3,
  h4 {
    margin: 0;
  }
  h1,
  h2,
  h3,
  h4 {
    line-height: 1em;
  }
  small {
    font-size: 12px;
  }
  /* imgタグレスポンシブ対応 */
  img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
  /* .device02 spレイアウトは非表示 */
  .device02 {
    display: none !important;
  }
  /*--------------------------------------------
    リンク
   ---------------------------------------------*/
  body a:hover {
    color: #999;
    text-decoration: none;
  }
  body a:hover img {
    text-decoration: none;
  }
  .type-buttonlinenone a:hover {
    text-decoration: none;
  }
  body a:hover img {
    opacity: 0.8;
    transition: all 0.25s;
  }
  /*--------------------------------------------
    レイアウト
   ---------------------------------------------*/
  /* 内 1024px固定値 */
  .inner-frame {
    width: 1024px;
    margin: 0 auto;
  }
  /* 右カラムメイン */
  .layout-2clm-right > .main-clm {
    float: right;
    width: 734px;
  }
  .layout-2clm-right > .sub-clm {
    float: left;
    width: 260px;
  }
  /* 2カラムリスト 余白20px 中央寄せ配置 */
  .listlayout-2clm-middle20-inlinecenter {
    font-size: 0;
    text-align: center;
  }
  .listlayout-2clm-middle20-inlinecenter > li {
    display: inline-block;
    padding-left: 10px;
  }
  .listlayout-2clm-middle20-inlinecenter > li:first-child {
    padding-right: 10px;
    padding-left: 0;
  }
  .listlayout-2clm-middle20-inlinecenter.type-infodetail {
    margin: 40px 0;
  }
  /* 3カラムリスト 余白20px */
  .listlayout-3clm-middle20 > li {
    float: left;
    width: 33.3%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .listlayout-3clm-middle20 > li:first-child {
    padding-left: 0;
  }
  .listlayout-3clm-middle20 > li:last-child {
    padding-right: 0;
  }
  .listlayout-3clm-middle20.type-infodetail {
    margin: 40px 0;
  }
  .listlayout-3clm-middle20.type-infodetail > li img {
    display: block;
  }
  /* .inner-frame内4カラム配置リスト　余白20px */
  .listlayout-4clm-middle20 > li {
    float: left;
    width: 241px;
    margin-left: 10px;
  }
  .listlayout-4clm-middle20 > li:first-child {
    margin-left: 0;
  }
  .listlayout-4clm-middle20 > li:hover > a {
    text-decoration: none;
  }
  /*--------------------------------------------
    基本構成パーツ
   ---------------------------------------------*/
  /*--------------------------------------------
    header
   ---------------------------------------------*/
  #header {
    position: fixed;
    width: 100%;
    top: 0;
    padding-top: 5px;
    background: #ffffff;
    border-top: solid 20px #EE740D;
    z-index: 1000;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    /*transform: translateY(-80px);*/
  }
  body.page-template-template-noheader #header,
  body.page-template-template-aibe-ing-kids-noheader #header {
    position: relative;
    height: auto;
    border-top: solid 4px #EE740D;
    padding-bottom: 10px;
  }
  body.type-compact #header {
    border-top: solid 4px #EE740D;
  }
  .header-menu {
    width: 1024px;
    margin: 0 auto;
    position: relative;
  }
  .description-area {
    position: absolute;
    top: -23px;
    font-size: 11px;
    color: #fff;
  }
  .header-menu ul.main-menu,
  .logo-area {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .links-area {
    width: 37%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  #standardheader .links-area img,
  #standardheader .links-area a {
    color: #333;
    margin-top: 0.4em;
  }
  .links-area img {
    height: 46px;
  }
  .logo-area {
    align-items: flex-start;
  }
  .logo-area p {
    width: 330px;
  }
  .header-menu .main-menu li {
    margin-top: 15px;
  }
  .header-menu .main-menu:before {
    display: none;
  }
  #header_sp_all {
    display: none;
  }
  #standardheader {
    height: 132px;
  }
  body.page-template-template-noheader #standardheader,
  body.page-template-template-aibe-ing-kids-noheader #standardheader {
    height: auto;
  }
  #header.type-compact #standardheader:not(.no-header-menu) {
    display: none;
  }
  /* ロゴ */
  #header .wrapper-header-top > h1 {
    float: left;
    height: 93px;
    line-height: 93px;
  }
  #header .wrapper-header-top > h1 img {
    display: block;
    float: left;
    width: 190px;
    height: 60px;
    margin-right: 20px;
    padding-top: 20px;
  }
  #header .wrapper-header-top > h1 > p {
    float: left;
    height: 93px;
    line-height: 93px;
    font-weight: normal;
    font-size: 12px;
    color: #333333;
  }
  /* バナーリスト */
  .list-banners-header {
    float: left;
    font-size: 0;
    margin-top: 25px;
    margin-left: 20px;
  }
  .list-banners-header > li {
    display: inline-block;
    margin-left: 20px;
  }
  .list-banners-header > li:first-child {
    margin-left: 0;
  }
  /* 別ウィンドウリンクリスト */
  .list-utilitylinks-header {
    float: right;
    font-size: 0;
    height: 93px;
    line-height: 93px;
  }
  .list-utilitylinks-header > li {
    display: inline-block;
    font-size: 12px;
    margin-left: 20px;
  }
  .list-utilitylinks-header > li:first-child {
    margin-left: 0;
  }
  /* ヘッダーアイコン */
  .main-menu li,
  #compactheader #quicknavigation li {
    position: relative;
  }
  .main-menu li::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 40px;
    pointer-events: none;
    z-index: -1;
    transform: translateX(-50%);
  }
  #compactheader #quicknavigation li::after {
    position: absolute;
    top: calc(50% - 14px);
    left: 50%;
    font-size: 30px;
    z-index: -1;
    pointer-events: none;
    transform: translateX(-50%);
  }
  /* お知らせ */
  .main-menu li#menu-01::after,
  #compactheader #quicknavigation li#menu-01::after {
    content: "\f0a1";
    font-family: "Font Awesome 5 Free";
    font-weight: 510;
    color: #f4b4d0;
  }
  /* 採用情報 | ex.園ブログ */
  .main-menu li#menu-02::after,
  #compactheader #quicknavigation li#menu-02::after {
    content: "\f007";
    font-family: "Font Awesome 5 Free";
    font-weight: 510;
    color: #cdb4f4;
  }
  /* 保育理念 */
  .main-menu li#menu-03::after,
  #compactheader #quicknavigation li#menu-03::after {
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-weight: 510;
    color: #ffbc62;
  }
  /* 保育環境 */
  .main-menu li#menu-04::after,
  #compactheader #quicknavigation li#menu-04::after {
    content: "\f518";
    font-family: "Font Awesome 5 Free";
    font-weight: 510;
    color: #f5b090;
  }
  /* 保育園一覧 */
  .main-menu li#menu-05::after,
  #compactheader #quicknavigation li#menu-05::after {
    content: "\f5a0";
    font-family: "Font Awesome 5 Free";
    font-weight: 510;
    color: #f3d52b;
  }
  /* 子育てコラム */
  .main-menu li#menu-06::after,
  #compactheader #quicknavigation li#menu-06::after {
    content: "\f02d";
    font-family: "Font Awesome 5 Free";
    font-weight: 510;
    color: #c0db81;
  }
  /* 入園のご案内 */
  .main-menu li#menu-07::after,
  #compactheader #quicknavigation li#menu-07::after {
    content: "\f06c";
    font-family: "Font Awesome 5 Free";
    font-weight: 510;
    color: #81dbb6;
  }
  /* 園見学のご案内 */
  .main-menu li#menu-08::after,
  #compactheader #quicknavigation li#menu-08::after {
    content: "\f554";
    font-family: "Font Awesome 5 Free";
    font-weight: 510;
    color: #668ada;
  }
  /* お問い合わせ */
  .main-menu li#menu-09::after,
  #compactheader #quicknavigation li#menu-09::after {
    content: "\f1d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 510;
    color: #81c0ea;
  }
  /* 資料請求 */
  .main-menu li#menu-10::after,
  #compactheader #quicknavigation li#menu-10::after {
    content: "\f15c";
    font-family: "Font Awesome 5 Free";
    font-weight: 510;
    color: #FAABC9;
  }
  /*--------------------------------------------
    コンパクトヘッダー
   ---------------------------------------------*/
  #compactheader {
    display: none;
    height: 115px;
    padding: 0;
  }
  #header.type-compact #compactheader {
    display: block;
  }
  #compactheader h1 {
    width: 340px;
    height: 50px;
    margin-bottom: 7px;
    text-align: center;
  }
  #compactheader h1 img {
    width: 100%;
  }
  /* 簡易版メニューナビゲーション */
  #compactheader #quicknavigation {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 52px;
    margin-bottom: 0;
  }
  #compactheader #quicknavigation > li {
    width: 120px;
    height: 72px;
    padding-left: 2px;
    background: url("/wp-content/images/kidslife-nursery/compactnavi_border.png") no-repeat left center;
  }
  #compactheader #quicknavigation > li:last-child::before {
    content: "";
    height: 100%;
    width: 2px;
    position: absolute;
    right: 0;
    background: url("/wp-content/images/kidslife-nursery/compactnavi_border.png") no-repeat right center;
  }
  #compactheader #quicknavigation > li > a {
    display: block;
    border-bottom: 3px solid #ffffff;
    text-align: center;
    height: 58px;
    color: #767676;
  }
  /* お知らせ */
  #compactheader #quicknavigation > li#menu-01:hover > a,
  #compactheader #quicknavigation > li#menu-01.active > a {
    border-color: #f4b4d0;
  }
  /* 園ブログ */
  #compactheader #quicknavigation > li#menu-02:hover > a,
  #compactheader #quicknavigation > li#menu-02.active > a {
    border-color: #cdb4f4;
  }
  /* 保育理念 */
  #compactheader #quicknavigation > li#menu-03:hover > a,
  #compactheader #quicknavigation > li#menu-03.active > a {
    border-color: #ffbc62;
  }
  /* 保育環境 */
  #compactheader #quicknavigation > li#menu-04:hover > a,
  #compactheader #quicknavigation > li#menu-04.active > a {
    border-color: #f5b090;
  }
  /* 保育園一覧 */
  #compactheader #quicknavigation > li#menu-05:hover > a,
  #compactheader #quicknavigation > li#menu-05.active > a {
    border-color: #f3d52b;
  }
  /* 子育てコラム */
  #compactheader #quicknavigation > li#menu-06:hover > a,
  #compactheader #quicknavigation > li#menu-06.active > a {
    border-color: #c0db81;
  }
  /* 入園のご案内 */
  #compactheader #quicknavigation > li#menu-07:hover > a,
  #compactheader #quicknavigation > li#menu-07.active > a {
    border-color: #81dbb6;
  }
  /* 園見学のご案内 */
  #compactheader #quicknavigation > li#menu-08:hover > a,
  #compactheader #quicknavigation > li#menu-08.active > a {
    border-color: #668ada;
  }
  /* お問い合せ */
  #compactheader #quicknavigation > li#menu-09:hover > a,
  #compactheader #quicknavigation > li#menu-09.active > a {
    border-color: #81c0ea;
  }
  /* 資料請求 */
  #compactheader #quicknavigation > li#menu-10:hover > a,
  #compactheader #quicknavigation > li#menu-10.active > a {
    border-color: #FAABC9;
  }
  /*--------------------------------------------
    メニューナビゲーション
   ---------------------------------------------*/
  #menunavigation > li {
    position: relative;
    width: 120px;
    padding-left: 2px;
    background: url("/wp-content/images/kidslife-nursery/menunavi_border.png") no-repeat left center;
  }
  #menunavigation > li:last-child::before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    right: 0;
    top: 0;
    background: url("/wp-content/images/kidslife-nursery/menunavi_border.png") no-repeat right center;
  }
  #menunavigation > li > a {
    display: block;
    height: 65px;
    border-bottom: 3px solid #ffffff;
    text-align: center;
  }
  /* お知らせ */
  #menunavigation > li#menu-01:hover > a,
  #menunavigation > li#menu-01.active > a {
    border-color: #f4b4d0;
  }
  /* 園ブログ */
  #menunavigation > li#menu-02:hover > a,
  #menunavigation > li#menu-02.active > a {
    border-color: #cdb4f4;
  }
  /* 保育理念 */
  #menunavigation > li#menu-03:hover > a,
  #menunavigation > li#menu-03.active > a {
    border-color: #ffbc62;
  }
  /* 保育環境 */
  #menunavigation > li#menu-04:hover > a,
  #menunavigation > li#menu-04.active > a {
    border-color: #f5b090;
  }
  /* 保育園一覧 */
  #menunavigation > li#menu-05:hover > a,
  #menunavigation > li#menu-05.active > a {
    border-color: #f3d52b;
  }
  /* 子育てコラム */
  #menunavigation > li#menu-06:hover > a,
  #menunavigation > li#menu-06.active > a {
    border-color: #c0db81;
  }
  /* 入園のご案内 */
  #menunavigation > li#menu-07:hover > a,
  #menunavigation > li#menu-07.active > a {
    border-color: #81dbb6;
  }
  /* 園見学のご案内 */
  #menunavigation > li#menu-08:hover > a,
  #menunavigation > li#menu-08.active > a {
    border-color: #668ada;
  }
  /* お問い合せ */
  #menunavigation > li#menu-09:hover > a,
  #menunavigation > li#menu-09.active > a {
    border-color: #81c0ea;
  }
  /* 資料請求 */
  #menunavigation > li#menu-10:hover > a,
  #menunavigation > li#menu-10.active > a {
    border-color: #FAABC9;
  }
  /*--------------------------------------------
    フッター
   ---------------------------------------------*/
  #footer {
    font-family: Helvetica, Arial, Doroid Sans, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
    background: #FFF;
  }
  #footer * {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.6;
    font-feature-settings: normal;
  }
  /* ユーティリティリンク */
  .list-utilitylinks-footer {
    font-size: 0;
    text-align: center;
    background: #ed6d00;
    padding: 10px 0;
  }
  .list-utilitylinks-footer > li {
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
  }
  .list-utilitylinks-footer > li > a {
    color: #ffffff;
  }
  .list-utilitylinks-footer > li:before {
    content: "｜";
    margin-left: 10px;
    margin-right: 10px;
  }
  .list-utilitylinks-footer > li:first-child:before {
    content: "";
    margin-left: 0;
    margin-right: 0;
  }
  /* フッター内ロゴ＋SNS */
  #logo_bottom {
    padding: 30px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: #EE740D 5px solid;
  }
  #logo_bottom > h1 {
    display: inline-block;
    margin-right: 20px;
    vertical-align: bottom;
  }
  #logo_bottom .logo_eruboshi {
    width: 250px;
    margin-left: 20px;
  }
  #logo_bottom .logo_eruboshi:after {
    display: none;
  }
  #logo_bottom .logo_eruboshi > p {
    font-size: 12px;
    text-align: center;
  }
  #logo_bottom > .wrapper-snsbuttons {
    display: inline-block;
    vertical-align: bottom;
  }
  /* 下部　外部リンク */
  .list-otherlinks-footer {
    font-size: 0;
    text-align: center;
  }
  .list-otherlinks-footer > li {
    display: inline-block;
    font-size: 12px;
  }
  .list-otherlinks-footer > li:before {
    content: "｜";
    margin-left: 10px;
    margin-right: 10px;
  }
  .list-otherlinks-footer > li:first-child:before {
    content: "";
    margin-left: 0;
    margin-right: 0;
  }
  .list-otherlinks-footer a {
    color: #333333 !important;
  }
  /* copyright */
  #copyright {
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
  }
  /*--------------------------------------------
    バナーリンクリスト（TOP）
   ---------------------------------------------*/
  #relationlinks {
    font-size: 1.4rem;
    padding: 30px 0;
    background: #fffbf7;
  }
  #relationlinks * {
    letter-spacing: 0;
    line-height: 1.125;
  }
  #relationlinks a {
    display: block;
  }
  #footer .relationlinks__ttl {
    display: block;
    width: 100%;
    max-width: 1044px;
    color: #EE740D;
    font-size: 1.4em;
    font-style: normal;
    font-weight: bold;
    line-height: 1.4;
    padding: 0 10px 30px;
    margin: 0 auto;
  }
  .list-banners-titlewhite > li {
    position: relative;
    float: left;
    width: 241px;
    margin-left: 20px;
  }
  .list-banners-titlewhite li:first-child {
    margin-left: 0 !important;
  }
  /* 法人シール有の場合 */
  .list-banners-titlewhite > li.type-corporation:after {
    position: absolute;
    width: 31px;
    height: 31px;
    right: 5px;
    top: 5px;
    content: url("/wp-content/images/kidslife-nursery/mark_corporation.png");
  }
  .list-banners-titlewhite > li > a > dl {
    position: relative;
    margin: 0;
  }
  .list-banners-titlewhite > li > a > dl > dt {
    position: absolute;
    width: 100%;
    color: #000;
    font-weight: normal;
    padding: 10px 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    z-index: 100;
  }
  .list-banners-titlewhite > li:hover > a > dl > dt {
    text-decoration: underline;
  }
  .list-banners-titlewhite > li > a > dl > dd {
    margin: 0;
    overflow: hidden;
  }
  .list-banners-titlewhite > li > a > dl > dd > img {
    display: block;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
  }
  .list-banners-titlewhite > li:hover > a > dl > dd > img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  /* targetアイコン調整 */
  .list-banners-titlewhite > li > a[target*=_blank]:after {
    padding-left: 0;
    content: "";
  }
  .list-banners-titlewhite > li > a[target*=_blank] > dl > dt {
    padding-left: 0;
  }
  .list-banners-titlewhite > li > a[target*=_blank] > dl > dt:after {
    padding-left: 5px;
    content: url("/wp-content/images/kidslife-nursery/icon_windows.png");
  }
  /*--------------------------------------------
    パンくずリスト
   ---------------------------------------------*/
  .breadcrumb {
    padding: 6px 0;
    width: 1024px;
    margin: 12px auto 2px;
    background: transparent;
  }
  .breadcrumb a {
    color: #333333;
    text-decoration: underline;
    margin: 0 5px;
  }
  /*--------------------------------------------
    ページトップ
   ---------------------------------------------*/
  #pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
  }
  #pagetop:hover {
    opacity: 0.8;
    transition: all 0.25s;
  }
  /*--------------------------------------------
    コンテンツ
   ---------------------------------------------*/
  #contents {
    min-height: 700px;
  }
  /*--------------------------------------------
    汎用パーツ
   ---------------------------------------------*/
  /*--------------------------------------------
    下線ボックス
   ---------------------------------------------*/
  /* オレンジ線背景 */
  .box-underborder-orange {
    padding-bottom: 3px;
    background: url("/wp-content/images/kidslife-nursery/border_orange.png") repeat-x bottom left;
  }
  /* ライトオレンジ線背景 */
  .box-underborder-lightorange {
    padding-bottom: 3px;
    background: url("/wp-content/images/kidslife-nursery/border_lightorange.png") repeat-x bottom left;
  }
  /* やまぶきいろ線背景 */
  .box-underborder-brightyellow {
    padding-bottom: 3px;
    background: url("/wp-content/images/kidslife-nursery/border_brightyellow.png") repeat-x bottom left;
  }
  /* スカイブルー線背景 */
  .box-underborder-skyblue {
    padding-bottom: 3px;
    background: url("/wp-content/images/kidslife-nursery/border_skyblue.png") repeat-x bottom left;
  }
  /* 緑線背景 */
  .box-underborder-green {
    padding-bottom: 3px;
    background: url("/wp-content/images/kidslife-nursery/border_green.png") repeat-x bottom left;
  }
  /*--------------------------------------------
    テキストボックス
   ---------------------------------------------*/
  /* スクロールバーつきテキストボックス */
  .box-textscroll {
    height: 209px;
    margin: 40px 0;
    padding: 18px;
    border: 1px solid #e5e5e5;
    overflow-y: scroll;
    background-color: #ffffff;
  }
  .box-textscroll > p {
    margin-top: 25px;
  }
  .box-textscroll > p:first-child {
    margin-top: 0;
  }
  /*--------------------------------------------
    斜線ボックス
   ---------------------------------------------*/
  .box-diagonalborder {
    background: url("/wp-content/images/kidslife-nursery/line_diagonal_red.png") repeat left top;
    padding: 4px;
  }
  .box-diagonalborder > dl {
    background-color: #fff5eb;
    padding: 50px 30px;
  }
  .box-diagonalborder > dl > dt {
    float: left;
    padding-right: 40px;
  }
  /*--------------------------------------------
  	ボタン
  ---------------------------------------------*/
  /* ライトオレンジ線　角丸ボタン */
  .button-round-lightorange {
    display: inline-block;
    min-width: 240px;
    max-width: 400px;
    width: auto;
    color: #333 !important;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    padding: 8px 25px;
    border: 3px solid #ffbc62;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 300px;
    transition: opacity 0.25s;
    background: #FFF url("/wp-content/images/kidslife-nursery/arrow_lightorangebutton.gif") no-repeat left 15px center;
  }
  .button-round-lightorange > span {
    padding-left: 20px;
  }
  .button-round-lightorange:hover {
    opacity: 0.7;
    transition: opacity 0.25s;
  }
  /* ライトオレンジ線　角丸ボタン フリーサイズ */
  .button-round-lightorange.type-free {
    width: auto;
    height: auto;
    line-height: 1.5em;
    padding: 8px 50px;
    border-radius: 30px;
    text-decoration: none !important;
  }
  .button-round-lightorange.type-dl {
    background: #fff url("/wp-content/images/kidslife-nursery/icon_download_red.png") right 20px center;
    background-size: 19px 19px;
    background-repeat: no-repeat;
    padding-right: 64px;
  }
  /* ライトオレンジ線　角丸ボタン 右矢印 */
  .button-round-lightorange.type-right-arrow {
    position: relative;
    background-image: none;
  }
  .button-round-lightorange.type-right-arrow::before {
    content: "\f054";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    color: #ffbc62;
    transform: translateY(-50%);
  }
  /* ライトオレンジ線　角丸ボタン 施設詳細用サイズ */
  .button-round-lightorange.type-facility {
    min-width: 1px;
    max-width: 100%;
    width: 310px;
  }
  .button-round-lightorange.type-prev {
    /* 「前へ」アイコンの場合 */
    width: 200px;
    min-width: 1px;
    background: #FFF;
  }
  .button-round-lightorange.type-prev > span {
    padding: 0 0 0 20px;
    background: url("/wp-content/images/kidslife-nursery/arrow_lightorangebutton_prev.png") no-repeat left center;
  }
  .button-round-lightorange.type-next {
    /* 「次へ」アイコンの場合 */
    width: 200px;
    min-width: 1px;
    background: #FFF;
  }
  .button-round-lightorange.type-next > span {
    padding: 0 20px 0 0;
    background: url("/wp-content/images/kidslife-nursery/arrow_lightorangebutton.gif") no-repeat right center;
  }
  /* ボタン　スカイブルー */
  .button-round-skyblue {
    width: 330px;
    height: 42px;
    font-size: 16px;
    text-align: center;
    border: 3px solid #81c0ea;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    background: #ffffff;
    transition: opacity 0.25s;
  }
  .button-round-skyblue > span {
    padding-left: 10px;
    background: url("/wp-content/images/kidslife-nursery/arrow_skybluetext.png") no-repeat left center;
  }
  .button-round-skyblue:hover {
    opacity: 0.7;
    transition: opacity 0.25s;
  }
  /* ライトオレンジ線　角丸ボタン */
  .button-round-bgorange {
    width: 240px;
    height: 43px;
    line-height: 37px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: 3px solid #ed6d00;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    background: #ed6d00;
    transition: opacity 0.25s;
  }
  .button-round-bgorange > span {
    padding-left: 10px;
    background: url("/wp-content/images/kidslife-nursery/arrow_white.png") no-repeat left center;
  }
  .button-round-bgorange:hover {
    opacity: 0.7;
    transition: opacity 0.25s;
  }
  /* targetアイコン付きボタン */
  .wrapper-button-blank > a[target*=_blank]:after {
    padding-left: 0;
    content: "";
  }
  .wrapper-button-blank > a > button > span {
    padding-left: 0;
    background: none;
  }
  .wrapper-button-blank > a > button > span:after {
    padding-left: 5px;
    content: url("/wp-content/images/kidslife-nursery/icon_windows.png");
  }
  .wrapper-button-blank > a > button > span.arrow {
    /*
    padding-left: 10px;
    background: url("/wp-content/images/kidslife-nursery/arrow_lightorangebutton.gif") no-repeat left center;
    */
  }
  /*--------------------------------------------
    ボタン配置用
   ---------------------------------------------*/
  /* 上30px 下50px */
  .wrapper-button-t30b50 {
    text-align: center;
    margin: 30px auto 50px auto;
  }
  /* 上30px 下100px */
  .wrapper-button-t30b100 {
    text-align: center;
    margin: 30px auto 100px auto;
  }
  /* 上20px 下10px */
  .wrapper-button-t20b10 {
    text-align: center;
    padding: 20px 0 10px 0;
  }
  /* 上40px 下10px */
  .wrapper-button-t40b10 {
    text-align: center;
    padding: 40px 0 10px 0;
  }
  /*--------------------------------------------
    タイトル
   ---------------------------------------------*/
  /* h1 太字オレンジ 404 */
  .title-1-orangebold {
    font-size: 30px;
    font-weight: bold;
    color: #ed6d00;
    margin-bottom: 20px;
  }
  /* h3 タイトル右テキストリンク付与用 */
  .title-3-withrightlink {
    position: relative;
  }
  .title-3-withrightlink > span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 16px;
    font-weight: normal;
    padding-left: 15px;
  }
  /* アイコン　ライトオレンジの場合 */
  .title-3-withrightlink.type-lightorange > span {
    background: url("/wp-content/images/kidslife-nursery/arrow_lightorangetext.png") no-repeat left center;
  }
  /* アイコン　やまぶきいろの場合 */
  .title-3-withrightlink.type-brightyellow > span {
    background: url("/wp-content/images/kidslife-nursery/arrow_brightyellowtext.png") no-repeat left center;
  }
  /* アイコン　スカイブルーの場合 */
  .title-3-withrightlink.type-skyblue > span {
    background: url("/wp-content/images/kidslife-nursery/arrow_skybluetext.png") no-repeat left center;
  }
  /* アイコン　緑の場合 */
  .title-3-withrightlink.type-green > span {
    background: url("/wp-content/images/kidslife-nursery/arrow_greentext.png") no-repeat left center;
  }
  /* お知らせ記事詳細　オレンジ下線タイトル */
  #contents .title-2-underorangeline,
  .single #contents .title-2-underorangeline,
  #cts_02 .title-2-underorangeline,
  #cts_04 .title-2-underorangeline,
  .facility-contents .title-2-underorangeline {
    position: relative;
    /*font-size: 24px;*/
    margin-bottom: 20px;
    /*font-weight: bold;*/
    padding-bottom: 10px;
    border-bottom: 3px solid #ed6d00;
  }
  /* 右に日付がある場合 */
  #contents .title-2-underorangeline > span,
  .single #contents .title-2-underorangeline > span,
  #cts_02 .title-2-underorangeline > span,
  #cts_04 .title-2-underorangeline > span,
  .facility-contents .title-2-underorangeline > span {
    position: absolute;
    font-size: 14px;
    color: #7f7f7f;
    right: 0;
  }
  /* h3 お知らせ小見出しタイトル */
  .title-3-dottedorangeline {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    border-bottom: 2px dotted #ffc272;
    font-weight: bold;
  }
  /* h3 太字オレンジ */
  .title-3-orangebold {
    font-size: 22px;
    font-weight: bold;
    color: #ed6d00;
    margin-bottom: 20px;
  }
  /*--------------------------------------------
    ページタイトル
   ---------------------------------------------*/
  #pagetitle {
    position: relative;
    height: 152px;
  }
  #pagetitle h1.inner-frame,
  #pagetitle h2.inner-frame {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    margin: 0 auto;
  }
  /* ピンク背景のとき */
  #pagetitle.type-pink {
    background: url("/wp-content/images/kidslife-nursery/bg_pink.png") repeat left top;
  }
  /* オレンジ背景のとき */
  #pagetitle.type-orange {
    background: url("/wp-content/images/kidslife-nursery/bg_orange.png") repeat left top;
  }
  /* 朱色背景のとき */
  #pagetitle.type-red {
    background: url("/wp-content/images/kidslife-nursery/bg_red.png") repeat left top;
  }
  /* 黄色背景のとき */
  #pagetitle.type-yellow {
    background: url("/wp-content/images/kidslife-nursery/bg_yellow.png") repeat left top;
  }
  /* 緑背景のとき */
  #pagetitle.type-green {
    background: url("/wp-content/images/kidslife-nursery/bg_green.png") repeat left top;
  }
  /* 青背景のとき */
  #pagetitle.type-blue {
    background: url("/wp-content/images/kidslife-nursery/bg_blue.png") repeat left top;
  }
  /* メインタイトルが画像のとき */
  #pagetitle.type-wrapimage {
    background: #FFF6E4;
    text-align: center;
  }
  #pagetitle.type-wrapimage img {
    display: block;
    margin: 0 auto;
  }
  #pagetitle.type-directinput > h1,
  #pagetitle.type-directinput > h2 {
    padding-top: 46px;
    /*font-size: 36px;
          background: url("/wp-content/images/kidslife-nursery/facility/pagetitle_flags.png") no-repeat center 24px;*/
    background: url("/wp-content/images/kidslife-nursery/facility/pagetitle_flags.png") no-repeat center top;
    text-align: center;
    /*line-height: 2.2em;*/
  }
  #pagetitle.type-directinput > h1 > span,
  #pagetitle.type-directinput > h2 > span {
    display: block;
    color: #ffa200;
    font-size: 20px;
    line-height: 1;
  }
  /*--------------------------------------------
    ページタイトル下　キャプション
   ---------------------------------------------*/
  #pagecaption,
  #pagecaption-nufd {
    padding: 20px 0;
  }
  /*--------------------------------------------
    キービジュアル（下層ページメインビジュアル）
   ---------------------------------------------*/
  #herovisual {
    margin-bottom: 35px;
  }
  /* コラムカテゴリ別INDEXの場合 */
  #herovisual.no-image {
    margin-bottom: 35px;
  }
  /*--------------------------------------------
    コンテンツタイトル＋キャプション
   ---------------------------------------------*/
  .title-3-img {
    display: block;
    text-align: center;
  }
  .news-title-3-img {
    display: block;
    text-align: center;
    margin-top: 80px;
  }
  .list-contentstitle-withcaption {
    margin-bottom: 35px;
  }
  .list-contentstitle-withcaption h4 {
    text-align: center;
  }
  .list-contentstitle-withcaption h4 img {
    margin: 0 auto;
  }
  .list-contentstitle-withcaption > li:first-child {
    margin-bottom: 35px;
    text-align: center;
  }
  .list-contentstitle > li:first-child {
    padding-top: 40px;
    margin-bottom: 50px;
    text-align: center;
  }
  /*--------------------------------------------
    ページャ
   ---------------------------------------------*/
  .pagenavigation {
    margin: 40px 0;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  .list-pagenavigation-parts {
    position: relative;
    height: 43px;
  }
  .list-pagenavigation-parts > li {
    position: absolute;
    height: 43px;
  }
  /* 前へ */
  .list-pagenavigation-parts > li:first-child {
    left: 80px;
  }
  /* ページ番号 */
  .list-pagenavigation-parts > li:nth-child(2) {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  /* 次へ */
  .list-pagenavigation-parts > li:last-child {
    right: 80px;
  }
  /* ページ番号リスト */
  .list-pagericons {
    font-size: 0;
  }
  .list-pagericons > li {
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
  }
  .list-pagericons > li:first-child {
    margin-left: 0;
  }
  .list-pagericons > li > a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
    border-radius: 40px;
    background: #ffffff;
    border: 2px solid #ffbc62;
    transition: opacity 0.25s;
  }
  .list-pagericons > li.active > a {
    border-color: #ed6d00;
    background: #ed6d00;
    color: #ffffff;
  }
  .list-pagericons > li > a:hover {
    text-decoration: none;
    transition: opacity 0.25s;
    opacity: 0.85;
  }
  /*--------------------------------------------
    タブ
   ---------------------------------------------*/
  .list-tabs {
    border-bottom: 2px solid #ed6d00;
  }
  .list-tabs > li {
    float: left;
    height: 55px;
    line-height: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px 6px 0 0;
    text-align: center;
    background-color: #ffeddd;
    font-size: 16px;
    cursor: pointer;
  }
  /* 表示中ページ */
  .list-tabs > li.displaypage,
  .list-tabs > li:hover,
  .list-tabs > li.active {
    background-color: #ed6d00;
    color: #ffffff;
    font-weight: bold;
  }
  /* 矢印設定 */
  /* 未閲覧ページデフォルト */
  .list-tabs > li > div {
    display: inline-block;
    padding-right: 25px;
    background: url("/wp-content/images/kidslife-nursery/arrow_down_tabs_default.png") no-repeat right center;
  }
  /* 閲覧中ページデフォルト */
  .list-tabs > li:hover > div,
  .list-tabs > li.displaypage > div {
    background: url("/wp-content/images/kidslife-nursery/arrow_down_tabs_displaypage.png") no-repeat right center;
  }
  .list-tabs > li.active > div {
    background: url("/wp-content/images/kidslife-nursery/arrow_up_tabs_displaypage.png") no-repeat right center;
  }
  /* 2カラム */
  .list-tabs.type-2clm > li {
    width: 1024px;
  }
  /* アイコン設定 */
  /* MAP 未閲覧 */
  .list-tabs > li.icon-map > div > span {
    padding-left: 25px;
  }
  /* MAP 閲覧中 */
  .list-tabs > li.displaypage.icon-map > div > span {
    background: url("/wp-content/images/kidslife-nursery/icon_map_active.png") no-repeat left center;
  }
  /* 一覧 未閲覧 */
  .list-tabs > li.icon-lists > div > span {
    padding-left: 25px;
    background: url("/wp-content/images/kidslife-nursery/icon_lists_default.png") no-repeat left center;
  }
  /* 一覧 閲覧中 */
  .list-tabs > li.icon-lists.active > div > span,
  .list-tabs > li.icon-lists:hover > div > span,
  .list-tabs > li.icon-lists.displaypage > div > span {
    background: url("/wp-content/images/kidslife-nursery/icon_lists_active.png") no-repeat left center;
  }
  /*--------------------------------------------
    背景色
   ---------------------------------------------*/
  /* 薄黄色 */
  .bg-creamyellow {
    background-color: #fffbf7;
  }
  /*--------------------------------------------
    文字位置
   ---------------------------------------------*/
  /* 中央 */
  .ta-center {
    text-align: center;
  }
  .ta-center p {
    text-align: center;
  }
  #news-archive .ta-center {
    padding: 3em 0;
  }
  /* 右寄せ */
  .ta-right {
    text-align: right;
  }
  .ta-right p {
    text-align: right;
  }
  /* 左寄せ */
  .ta-left {
    text-align: left;
  }
  .ta-left p {
    text-align: left;
  }
  /*--------------------------------------------
    外余白
   ---------------------------------------------*/
  /* 上20px */
  .mg-top-20 {
    margin-top: 20px !important;
  }
  /* 上50px */
  .mg-top-50 {
    margin-top: 50px !important;
  }
  /* 下50px */
  .mg-bottom-50 {
    margin-bottom: 50px !important;
  }
  /* コンテンツ包括 */
  .wrapper-contents-5 {
    margin-bottom: 5px !important;
  }
  .wrapper-contents-10 {
    margin-bottom: 10px !important;
  }
  .wrapper-contents-15 {
    margin-bottom: 15px !important;
  }
  .wrapper-contents-20 {
    margin-bottom: 20px !important;
  }
  .wrapper-contents-25 {
    margin-bottom: 25px !important;
  }
  .wrapper-contents-30 {
    margin-bottom: 30px !important;
  }
  .wrapper-contents-35 {
    margin-bottom: 35px !important;
  }
  .wrapper-contents-40 {
    margin-bottom: 40px !important;
  }
  .wrapper-contents-45 {
    margin-bottom: 45px !important;
  }
  .wrapper-contents-50 {
    margin-bottom: 50px !important;
  }
  .wrapper-contents-55 {
    margin-bottom: 55px !important;
  }
  .wrapper-contents-60 {
    margin-bottom: 60px !important;
  }
  .wrapper-contents-65 {
    margin-bottom: 65px !important;
  }
  .wrapper-contents-70 {
    margin-bottom: 70px !important;
  }
  .wrapper-contents-75 {
    margin-bottom: 75px !important;
  }
  .wrapper-contents-80 {
    margin-bottom: 80px !important;
  }
  .wrapper-contents-85 {
    margin-bottom: 85px !important;
  }
  .wrapper-contents-90 {
    margin-bottom: 90px !important;
  }
  .wrapper-contents-95 {
    margin-bottom: 95px !important;
  }
  .wrapper-contents-100 {
    margin-bottom: 100px !important;
  }
  /*--------------------------------------------
    文字装飾
   ---------------------------------------------*/
  .fw-bold {
    font-weight: bold;
  }
  /*--------------------------------------------
    content
   ---------------------------------------------*/
  #site-content.wrapper {
    margin-left: 0;
    position: relative;
  }
  #site-content .content,
  #site-content .content.thin {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  #site-content .post-inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #site-content .post-content ul {
    list-style: none !important;
  }
  #news-archive .post-content {
    width: 1024px;
    margin: 0 auto;
  }
  #news-archive .post-content a {
    text-decoration: none;
  }
  #news-archive .post-content a:hover {
    opacity: 0.7;
  }
  #column-archive .post-content ul {
    display: flex;
    flex-wrap: wrap;
  }
  /* ニュース用サムネイルリスト */
  .list-thumbnail-news {
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .list-thumbnail-news img {
    display: block;
    width: 140px;
    height: 80px;
    overflow: hidden;
    border-radius: 6px;
    margin-right: 20px;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
  }
  .object-fit-img {
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .list-thumbnail-news:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .list-thumbnail-news .text-box {
    width: 80%;
  }
  .list-thumbnail-news .text-box .date-news {
    line-height: 20px;
  }
  .list-news.type-lightorange li {
    padding: 20px 0;
    border-bottom: #ffc272 dotted 2px;
  }
  /* カテゴリラベル */
  .list-thumbnail-news span {
    display: block;
    width: 160px;
    height: 20px;
    margin-bottom: 10px;
    line-height: 20px;
    color: #fff;
    text-align: center;
  }
  .list-thumbnail-news .label-base {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 30px;
    margin-bottom: 10px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    position: relative;
  }
  .list-thumbnail-news .label-base::before,
  .list-thumbnail-news .label-base::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    z-index: 1;
  }
  .list-thumbnail-news .label-base::before {
    left: 0;
    border-width: 15px 0px 15px 10px;
    border-color: transparent transparent transparent #FFFBF7;
    border-style: solid;
  }
  .list-thumbnail-news .label-base::after {
    top: 0;
    right: 0;
    border-width: 15px 10px 15px 0px;
    border-color: transparent #FFFBF7 transparent transparent;
    border-style: solid;
  }
  /* お知らせ */
  .list-thumbnail-news .text-box .label-news {
    background-color: #A4C45C;
    /*background: url("/wp-content/images/kidslife-nursery/label_news.png") no-repeat center center;*/
  }
  /* イベント */
  .list-thumbnail-news .text-box .label-event {
    background-color: #A0A0A0;
    /*background: url("/wp-content/images/kidslife-nursery/label_event.png") no-repeat center center;*/
  }
  /* リリース */
  /* 日付 */
  .list-thumbnail-news .date-news {
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
  }
  /* 新着の場合 */
  .list-thumbnail-news .icon-new:after {
    content: url("/wp-content/images/kidslife-nursery/label_new.png");
    display: inline-block;
    margin-left: 10px;
    line-height: 1;
    width: 78px;
    height: 15px;
    vertical-align: -2px;
  }
  /*--------------------------------------------
  	コンテンツタイトル＋キャプション
  ---------------------------------------------*/
  .list-contentstitle-withcaption {
    margin-bottom: 35px;
  }
  .list-contentstitle-withcaption > li:first-child {
    margin-bottom: 35px;
    text-align: center;
  }
  #column-category .list-contentstitle-withcaption li {
    margin: 0 auto 35px;
  }
  .list-contentstitle > li:first-child {
    padding-top: 40px;
    margin-bottom: 50px;
    text-align: center;
  }
  /*--------------------------------------------
  	ページャ
  ---------------------------------------------*/
  .pagenavigation {
    margin: 40px 0;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  ul.list-pagenavigation-parts {
    position: relative;
    height: 43px;
  }
  ul.list-pagenavigation-parts > li {
    position: absolute;
    height: 43px;
  }
  /* 前へ */
  ul.list-pagenavigation-parts > li:first-child {
    left: 80px;
  }
  /* ページ番号 */
  ul.list-pagenavigation-parts > li:nth-child(2) {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  /* 次へ */
  ul.list-pagenavigation-parts > li:last-child {
    right: 80px;
  }
  /* ページ番号リスト */
  ul.list-pagericons {
    font-size: 0;
  }
  ul.list-pagericons > li {
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
  }
  ul.list-pagericons > li:first-child {
    margin-left: 0;
  }
  ul.list-pagericons > li > a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
    border-radius: 40px;
    background: #ffffff;
    border: 2px solid #ffbc62;
    transition: opacity 0.25s;
  }
  ul.list-pagericons > li.active > a {
    border-color: #ed6d00;
    background: #ed6d00;
    color: #ffffff;
  }
  ul.list-pagericons > li > a:hover {
    text-decoration: none;
    transition: opacity 0.25s;
    opacity: 0.85;
  }
  /*--------------------------------------------
  	子育てコラムKids Life
  ---------------------------------------------*/
  /*--------------------------------------------
  	INDEX
  ---------------------------------------------*/
  /* カテゴリ選択タブ */
  /*ul.list-categorytabs {
         padding: 20px 0;
         margin-left: 0 !important;
     }

     ul.list-categorytabs>li {
         float: left;
         width: 196px;
         height: 40px;
         margin-left: 10px;
     }

     ul.list-categorytabs>li:first-child {
         margin-left: 0;
     }*/
  /* コラムカード一覧 ※ul.listlayout-4clm-middle20 をカスタマイズ */
  #columnlist.listlayout-4clm-middle20 > li {
    /*height: 283px;*/
    height: 333px;
    margin-bottom: 25px;
  }
  #columnlist.listlayout-4clm-middle20 > li:nth-child(5),
  #columnlist.listlayout-4clm-middle20 > li:nth-child(9) {
    margin-left: 0;
  }
  #columnlist.listlayout-4clm-middle20 .list-thumbnail-pictureframe > dd > ul {
    position: relative;
    display: block;
    margin-left: 0;
  }
  dl.list-thumbnail-pictureframe > dd > ul > li:last-child > span {
    display: inline-block;
    vertical-align: middle;
  }
  /* 「食育」セット ライトオレンジ */
  #columnlist.listlayout-4clm-middle20 .type-syokuiku .list-thumbnail-pictureframe > dd > ul:before {
    position: absolute;
    top: -40px;
    left: -5px;
    content: url("/wp-content/images/kidslife-nursery/column/label_recipe.png");
  }
  #columnlist.listlayout-4clm-middle20 .type-syokuiku .list-thumbnail-pictureframe > dd > ul > li {
    background: url("/wp-content/images/kidslife-nursery/dottedborder_lightorange.png") no-repeat center bottom;
    /*height: 75px;*/
    height: 105px;
  }
  #columnlist.listlayout-4clm-middle20 .type-syokuiku .list-thumbnail-pictureframe > dd > ul > li:last-child {
    background: url("/wp-content/images/kidslife-nursery/arrow_rightbottom_lightorange.png") no-repeat right center;
    height: 30px;
  }
  /* 「絵本」セット やまぶきいろ */
  #columnlist.listlayout-4clm-middle20 .type-pickup-ehon .list-thumbnail-pictureframe > dd > ul:before {
    position: absolute;
    top: -40px;
    left: -5px;
    content: url("/wp-content/images/kidslife-nursery/column/label_pickupehon.png");
  }
  #columnlist.listlayout-4clm-middle20 .type-pickup-ehon .list-thumbnail-pictureframe > dd > ul > li {
    background: url("/wp-content/images/kidslife-nursery/dottedborder_brightyellow.png") no-repeat center bottom;
    /*height: 75px;*/
    height: 105px;
  }
  #columnlist.listlayout-4clm-middle20 .type-pickup-ehon .list-thumbnail-pictureframe > dd > ul > li:last-child {
    background: url("/wp-content/images/kidslife-nursery/arrow_rightbottom_brightyellow.png") no-repeat right center;
    height: 30px;
  }
  /* 「学び」セット スカイブルー */
  #columnlist.listlayout-4clm-middle20 .type-learn .list-thumbnail-pictureframe > dd > ul:before {
    position: absolute;
    top: -40px;
    left: -5px;
    content: url("/wp-content/images/kidslife-nursery/column/label_learn.png");
  }
  #columnlist.listlayout-4clm-middle20 .type-learn .list-thumbnail-pictureframe > dd > ul > li {
    background: url("/wp-content/images/kidslife-nursery/dottedborder_skyblue.png") no-repeat center bottom;
    /*height: 75px;*/
    height: 105px;
  }
  #columnlist.listlayout-4clm-middle20 .type-learn .list-thumbnail-pictureframe > dd > ul > li:last-child {
    background: url("/wp-content/images/kidslife-nursery/arrow_rightbottom_skyblue.png") no-repeat right center;
    height: 30px;
  }
  /* 「病気」セット スカイブルー */
  #columnlist.listlayout-4clm-middle20 .type-medical-care .list-thumbnail-pictureframe > dd > ul:before {
    position: absolute;
    top: -40px;
    left: -5px;
    content: url("/wp-content/images/kidslife-nursery/column/label_medical.png");
  }
  #columnlist.listlayout-4clm-middle20 .type-medical-care .list-thumbnail-pictureframe > dd > ul > li {
    background: url("/wp-content/images/kidslife-nursery/dottedborder_green.png") no-repeat center bottom;
    /*height: 75px;*/
    height: 105px;
  }
  #columnlist.listlayout-4clm-middle20 .type-medical-care .list-thumbnail-pictureframe > dd > ul > li:last-child {
    background: url("/wp-content/images/kidslife-nursery/arrow_rightbottom_green.png") no-repeat right center;
    height: 30px;
  }
  /*--------------------------------------------
  	子育てコラムKids Life
  ---------------------------------------------*/
  /* 背景パターン設置　コンテンツ配置リスト */
  .listlayout-1clm-alternatelybg {
    background: url("/wp-content/images/kidslife-nursery/bg_list_alternatelybg_01.gif") repeat left top;
  }
  .listlayout-1clm-alternatelybg > ul > li {
    padding: 40px 0;
  }
  /* コンテンツタイトル */
  .listlayout-1clm-alternatelybg > h2 {
    padding-top: 60px;
    margin-bottom: 40px;
    text-align: center;
  }
  .listlayout-1clm-alternatelybg > ul > li:first-child {
    padding-top: 0;
  }
  .listlayout-1clm-alternatelybg > ul > li:nth-child(2n) {
    background: url("/wp-content/images/kidslife-nursery/bg_list_alternatelybg_02.gif") repeat left top;
  }
  /* 下線ボックス内タイトル */
  .listlayout-1clm-alternatelybg > ul > li h3.title-3-withrightlink {
    margin-bottom: -2px;
  }
  /* 角丸影付き　サムネイルリスト */
  dl.list-thumbnail-pictureframe {
    width: 238px;
    /*height: 283px;*/
    height: 313px;
    margin-top: 20px;
    padding: 10px;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  dl.list-thumbnail-pictureframe > dt {
    position: relative;
    margin-bottom: 10px;
  }
  dl.list-thumbnail-pictureframe > dt > span {
    display: block;
    width: 218px;
    height: 130px;
    overflow: hidden;
  }
  dl.list-thumbnail-pictureframe > dt > span > img {
    display: block;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
    position: relative;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  dl.list-thumbnail-pictureframe:hover > dt > span > img {
    -webkit-transform: scale(1.1) translate(-45%, -50%);
    -moz-transform: scale(1.1) translate(-45%, -50%);
    -o-transform: scale(1.1) translate(-45%, -50%);
    -ms-transform: scale(1.1) translate(-45%, -50%);
    transform: scale(1.1) translate(-45%, -50%);
  }
  /* フォトフレーム */
  /*dl.list-thumbnail-pictureframe>dt:before {
         position: absolute;
         content: url("/wp-content/images/kidslife-nursery/photoframe_lefttop.png");
         top: -8px;
         left: -8px;
         z-index: 100;
     }

     dl.list-thumbnail-pictureframe>dt:after {
         position: absolute;
         content: url("/wp-content/images/kidslife-nursery/photoframe_rightbottom.png");
         bottom: -13px;
         right: -9px;
         z-index: 100;
     }*/
  dl.list-thumbnail-pictureframe > dd {
    position: relative;
  }
  dl.list-thumbnail-pictureframe > dd > ul > li {
    padding-bottom: 20px;
    height: 105px;
  }
  dl.list-thumbnail-pictureframe > dd > ul > li:last-child {
    padding-bottom: 0;
    margin-top: 10px;
    color: #7f7f7f;
    font-weight: bold;
  }
  dl.list-thumbnail-pictureframe:hover > dd > ul > li {
    text-decoration: underline;
  }
  dl.list-thumbnail-pictureframe:hover > dd > ul > li:last-child {
    text-decoration: none;
  }
  dl.list-thumbnail-pictureframe > dd > ul > li:last-child > span {
    display: inline-block;
    vertical-align: middle;
  }
  /* NEWラベル */
  dl.list-thumbnail-pictureframe > dd > ul > li:last-child.icon-new:after {
    content: url("/wp-content/images/kidslife-nursery/label_new.png");
    display: inline-block;
    margin-left: 10px;
    line-height: 1;
    width: 78px;
    height: 15px;
    vertical-align: -2px;
  }
  /* ライトオレンジのとき */
  dl.list-thumbnail-pictureframe > dd > ul.type-lightorange > li {
    background: url("/wp-content/images/kidslife-nursery/dottedborder_lightorange.png") no-repeat center bottom;
    /*height: 75px;*/
  }
  dl.list-thumbnail-pictureframe > dd > ul.type-lightorange > li:last-child {
    background: url("/wp-content/images/kidslife-nursery/arrow_rightbottom_lightorange.png") no-repeat right center;
    height: 30px;
  }
  /* やまぶきいろのとき */
  dl.list-thumbnail-pictureframe > dd > ul.type-brightyellow > li {
    background: url("/wp-content/images/kidslife-nursery/dottedborder_brightyellow.png") no-repeat center bottom;
    /*height: 75px;*/
  }
  dl.list-thumbnail-pictureframe > dd > ul.type-brightyellow > li:last-child {
    background: url("/wp-content/images/kidslife-nursery/arrow_rightbottom_brightyellow.png") no-repeat right center;
    height: 30px;
  }
  /* スカイブルーのとき */
  dl.list-thumbnail-pictureframe > dd > ul.type-skyblue > li {
    background: url("/wp-content/images/kidslife-nursery/dottedborder_skyblue.png") no-repeat center bottom;
    /*height: 75px;*/
  }
  dl.list-thumbnail-pictureframe > dd > ul.type-skyblue > li:last-child {
    background: url("/wp-content/images/kidslife-nursery/arrow_rightbottom_skyblue.png") no-repeat right center;
    height: 30px;
  }
  /* 緑のとき */
  dl.list-thumbnail-pictureframe > dd > ul.type-green > li {
    background: url("/wp-content/images/kidslife-nursery/dottedborder_green.png") no-repeatc center bottom;
    /*height: 75px;*/
  }
  dl.list-thumbnail-pictureframe > dd > ul.type-green > li:last-child {
    background: url("/wp-content/images/kidslife-nursery/arrow_rightbottom_green.png") no-repeat right center;
    height: 30px;
  }
  .column-date {
    display: inline-block;
  }
  .main-menu .current-menu-item:before,
  .main-menu .current_page_item:before {
    content: none !important;
  }
  /* タイトル点線リスト */
  dl.list-titlelink-dottedorange,
  ul.list-titlelink-dottedorange {
    font-size: 14px;
  }
  dl.list-titlelink-dottedorange > dt,
  ul.list-titlelink-dottedorange > li {
    font-size: 16px;
    padding-left: 15px !important;
    padding-bottom: 10px;
    border-bottom: 2px dotted #ffc272;
    background: url("/wp-content/images/kidslife-nursery/arrow_lightorangetext.png") no-repeat left 5px;
    line-height: 1;
  }
  dl.list-titlelink-dottedorange > dd {
    font-size: 0;
  }
  dl.list-titlelink-dottedorange > dd > ul > li {
    display: inline-block;
    font-size: 14px;
    width: 20%;
    margin: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul.list-titlelinks-3clm {
    position: absolute;
    width: 482px;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul.list-titlelinks-3clm > li {
    float: left;
    width: 33.3%;
    padding-right: 15px;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul.list-titlelinks-3clm > li:last-child {
    padding-right: 0;
  }
  /* 一覧へのリンク配置 */
  dl.list-title-underorangeline > dt > span {
    position: absolute;
    padding-left: 15px;
    right: 0;
    bottom: 10px;
    font-weight: normal;
    background: url("/wp-content/images/kidslife-nursery/arrow_lightorangebutton.gif") no-repeat left center;
  }
  .post.single.category-news img.alignleft,
  .post.single.category-news .alignleft img,
  .post.single.category-news img.aligncenter,
  .post.single.category-news .aligncenter img,
  .post.single.category-news img.alignright,
  .post.single.category-news .alignright img,
  .post.single.category-news img.alignnone,
  .post.single.category-news .alignnone img {
    border: none;
    padding: 0;
  }
  .post-type-archive-column #pagetitle.type-directinput > h1,
  .category-syokuiku #pagetitle.type-directinput > h1,
  .category-pickup-ehon #pagetitle.type-directinput > h1,
  .category-learn #pagetitle.type-directinput > h1,
  .category-medical-care #pagetitle.type-directinput > h1 {
    /* padding-top: 65px; */
  }
  .PC {
    display: block !important;
  }
  .SP {
    display: none !important;
  }
  /*--------------------------------------------
  	  フォーム用に本体サイトから取得したプライバシーポリシー
  	---------------------------------------------*/
  .form-pp {
    height: 50vh;
  }
}
/* 共通設定 */
#contents {
  padding-bottom: 55px;
}
#contents .anchor-target {
  display: block;
  position: relative;
  padding-top: 150px;
  margin-top: -150px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #contents .anchor-target {
    padding-top: 80px;
    margin-top: -80px;
  }
}

/* コンテンツ */
.wrapper-detail-contents .wrapper-detail-message * {
  text-align: center;
  margin: 40px 0 0 !important;
}

.wrapper-detail-contents .wrapper-detail-message p {
  font-size: 2.2rem !important;
  font-weight: bold;
}

.wrapper-detail-contents .wrapper-detail-message h5 {
  color: #ed6d00;
  font-size: 3rem !important;
  margin-bottom: 40px !important;
  line-height-step: 1.6;
}

/* コラム・投稿一覧 */
.list-thumbnail-pictureframe .column-date {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

/*--------------------------------------------
  form関連
---------------------------------------------*/
.desing-form input[type=text],
.desing-forminput[type=password],
.desing-form input[type=tel],
.desing-form input[type=email],
.desing-form textarea,
.desing-form select {
  outline: none;
  display: block;
  width: 100%;
  height: 58px;
  border-radius: 8px;
  background-color: #ffffff;
  padding-left: 18px;
  padding-right: 18px;
  border: 1px solid #DDDDDD;
  margin-bottom: 20px;
  box-shadow: 3px 0px 10px 0px rgba(46, 61, 98, 0.1);
  font-size: 1.8rem;
}

.desing-form select {
  color: #4f4f4f;
}

.desing-form select option {
  color: #333333;
}

.desing-form select > option:first-child {
  display: none;
}

/*--------------------------------------------
  フォーム用に本体サイトから取得したプライバシーポリシー
---------------------------------------------*/
.form-pp {
  width: 100%;
  margin-bottom: 3rem;
}

.form-pp__inner {
  width: 100% !important;
  height: 100%;
  overflow: auto;
  border: #dad5cb 2px solid;
}

/*--------------------------------------------
  ビジュアルエディタ
---------------------------------------------*/
.editor-wrap p,
.editor-wrap ul,
.editor-wrap ol {
  font-size: 1.7rem;
}

/* リスト */
.editor-wrap ul {
  list-style-type: disc;
  padding-left: 1.5em;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}

.editor-wrap ol {
  list-style-type: decimal;
  padding-left: 1.5em;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}

/* 画像揃え */
.editor-wrap img.alignnone {
  text-align: inherit;
}

.editor-wrap img.alignleft {
  float: left;
}

.editor-wrap img.aligncenter {
  margin: 0 auto;
  display: block;
}

.editor-wrap img.alignright {
  float: right;
}

/*--------------------------------------------
  「つながり保育」ローカルナビゲーション
---------------------------------------------*/
#footer .footer-grid-nav {
  width: 100%;
  font-size: 1.4rem;
  background: #FFF;
  border-top: 2px dotted #ffc272;
}
#footer .footer-grid-nav * {
  letter-spacing: 0;
  line-height: 1.125;
  margin: 0;
}
#footer .footer-grid-nav__inner {
  max-width: 1044px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 10px 20px;
}
#footer .footer-grid-nav__ttl {
  display: block;
  color: #EE740D;
  font-size: 1.4em;
  font-style: normal;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0 30px;
}
@media screen and (max-width: 767px) {
  #footer .footer-grid-nav__ttl {
    text-align: center;
  }
}
#footer .footer-grid-nav__sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  #footer .footer-grid-nav__sp-br {
    display: inline;
  }
}
#footer .footer-grid-nav__list {
  display: grid;
  grid-template-columns: 1fr 21.5% 21.5% 21.5%;
  margin: -7px;
}
@media screen and (max-width: 767px) {
  #footer .footer-grid-nav__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
#footer .footer-grid-nav__item {
  padding: 7px;
}
@media screen and (max-width: 767px) {
  #footer .footer-grid-nav__item {
    width: 50%;
  }
}
#footer .footer-grid-nav__item:first-child {
  grid-row: 1/3;
  grid-column: 1/2;
  padding: 7px 21px 7px 7px;
}
@media screen and (max-width: 767px) {
  #footer .footer-grid-nav__item:first-child {
    width: 100%;
    padding: 7px;
  }
}
#footer .footer-grid-nav__link {
  display: block;
  width: 100%;
  color: #000;
}
#footer .footer-grid-nav__link:hover .footer-grid-nav__img {
  transform: scale(1.1) rotate(0.0001deg);
}
#footer .footer-grid-nav__content {
  width: 100%;
}
#footer .footer-grid-nav__img-frame {
  width: 100%;
}
#footer .footer-grid-nav__img {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 6px;
  transform: scale(1) rotate(0.0001deg);
  transition: transform 0.2s ease-in-out;
}
#footer .footer-grid-nav__heading {
  padding: 10px 0 0;
  margin: 0;
  text-align: center;
}
#footer .footer-grid-nav__txt {
  display: inline-block;
  position: relative;
  color: #000;
  font-size: 1.1em;
  font-weight: normal;
  padding: 0 0 0 10px;
}
#footer .footer-grid-nav__txt::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  width: 0;
  height: 0;
  border: 5px transparent solid;
  border-left: 5px #EE740D solid;
}

/* 改行コントロールクラス */
@media screen and (max-width: 767px) {
  .br__pc {
    display: none;
  }
}
.br__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br__sp {
    display: block;
  }
}

/* HKL_WEBMGT-488 FY25-01月：【KL】：子育てコラムの体裁・並び順調整 */
.column-list {
  width: 100%;
  max-width: 1024px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .column-list {
    width: 90%;
    margin: 0 auto;
  }
}
.column-list__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  margin: -7px;
}
@media screen and (max-width: 767px) {
  .column-list__list {
    margin: 0;
  }
}
.column-list__item {
  width: 25%;
  padding: 7px;
}
@media screen and (max-width: 767px) {
  .column-list__item {
    width: 100%;
    padding: 20px 0 0;
  }
}
.column-list__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 10px 40px;
  border-radius: 6px;
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.1);
  background: #FFF no-repeat right 10px bottom 12px/10px 10px;
  /* 「食育」セット ライトオレンジ */
}
.type-syokuiku .column-list__link {
  background-image: url("/wp-content/images/kidslife-nursery/arrow_rightbottom_lightorange.png");
}
.column-list__link {
  /* 「絵本」セット やまぶきいろ */
}
.type-pickup-ehon .column-list__link {
  background-image: url("/wp-content/images/kidslife-nursery/arrow_rightbottom_brightyellow.png");
}
.column-list__link {
  /* 「学び」セット スカイブルー */
}
.type-learn .column-list__link {
  background-image: url("/wp-content/images/kidslife-nursery/arrow_rightbottom_skyblue.png");
}
.column-list__link {
  /* 「病気」セット グリーン */
}
.type-medical-care .column-list__link {
  background-image: url("/wp-content/images/kidslife-nursery/arrow_rightbottom_green.png");
}
@media (any-hover: hover) {
  .column-list__link:hover .column-list__thumb {
    transform: scale(1.1) translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .column-list__link {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .column-list__content {
    display: flex;
    align-items: center;
  }
}
.column-list__img {
  display: block;
  position: relative;
  width: 100%;
  height: 130px;
  margin: 0 0 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column-list__img {
    width: 90px;
    height: 84px;
    margin: 0;
  }
}
.column-list__thumb {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: scale(1) translate(-50%, -50%);
  transform-origin: top left;
  transition: transform 0.2s linear;
}
.column-list__thumb img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  backface-visibility: hidden;
}
.column-list__heading {
  position: relative;
}
.column-list__heading::before {
  display: inline-block;
  position: absolute;
  top: -40px;
  left: -5px;
}
.column-list__heading {
  /* 「食育」セット ライトオレンジ */
}
.type-syokuiku .column-list__heading:not(.noflag)::before {
  content: url("/wp-content/images/kidslife-nursery/column/label_recipe.png");
}
.column-list__heading {
  /* 「絵本」セット やまぶきいろ */
}
.type-pickup-ehon .column-list__heading:not(.noflag)::before {
  content: url("/wp-content/images/kidslife-nursery/column/label_pickupehon.png");
}
.column-list__heading {
  /* 「学び」セット スカイブルー */
}
.type-learn .column-list__heading:not(.noflag)::before {
  content: url("/wp-content/images/kidslife-nursery/column/label_learn.png");
}
.column-list__heading {
  /* 「病気」セット グリーン */
}
.type-medical-care .column-list__heading:not(.noflag)::before {
  content: url("/wp-content/images/kidslife-nursery/column/label_medical.png");
}
@media screen and (max-width: 767px) {
  .column-list__heading {
    width: calc(100% - 90px);
    padding: 0 0 0 10px;
  }
  .column-list__heading::before {
    display: none;
  }
}
/*

ul.list-2clm-aboutcontents>li {
	float: right;
	width: 633px;
}

ul.list-2clm-aboutcontents>li:first-child {
	float: left;
	width: 330px;
}

dl.list-centertitle-link {}

dl.list-centertitle-link>dt {
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 6px;
	position: relative;
	z-index: 1;
}

dl.list-centertitle-link>dt>img {
	transition: transform 0.2s linear;
	border-radius: 6px;
}

ul.list-2clm-aboutcontents>li:hover>a>dl.list-centertitle-link>dt>img,
ul.list-2clm-aboutcontents>li>ul.listlayout-3clm-middle20>li:hover>a>dl.list-centertitle-link>dt>img {
	transform: scale(1.1);
}

dl.list-centertitle-link>dd {
	text-align: center;
	margin-bottom: 25px;
}

dl.list-centertitle-link>dd>span {
	display: inline-block;
	padding-left: 10px;
	background: url("../../../wp-content/images/kidslife-nursery/arrow_lightorangebutton.gif") no-repeat left center;
}

ul.list-2clm-aboutcontents>li>ul.listlayout-3clm-middle20 {}

ul.list-2clm-aboutcontents>li>ul.listlayout-3clm-middle20>li {
	padding: 0;
}

ul.list-2clm-aboutcontents>li>ul.listlayout-3clm-middle20>li dl.list-centertitle-link {
	width: 200px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	ul.list-2clm-aboutcontents {
		padding: 20px;
		padding-bottom: 0;
		margin-top: 40px;
		background: #ffffff;
		border-top: 2px dotted #ffaf47;
		border-bottom: 2px dotted #ffaf47;
	}

	ul.list-2clm-aboutcontents>li {}

	ul.list-2clm-aboutcontents>li:first-child {}

	dl.list-centertitle-link {}

	dl.list-centertitle-link>dt {
		margin-bottom: 10px;
		overflow: hidden;
		border-radius: 6px;
	}

	dl.list-centertitle-link>dt>img {
		width: 100%;
		-moz-transition: -moz-transform 0.2s linear;
		-webkit-transition: -webkit-transform 0.2s linear;
		-o-transition: -o-transform 0.2s linear;
		-ms-transition: -ms-transform 0.2s linear;
		transition: transform 0.2s linear;
		border-radius: 6px;
	}

	ul.list-2clm-aboutcontents>li:hover>a>dl.list-centertitle-link>dt>img,
	ul.list-2clm-aboutcontents>li>ul.listlayout-3clm-middle20>li:hover>a>dl.list-centertitle-link>dt>img {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	dl.list-centertitle-link>dd {
		text-align: center;
		margin-bottom: 25px;
	}

	dl.list-centertitle-link>dd>span {
		display: inline-block;
		padding-left: 15px;
		background: url("/wp-content/images/kidslife-nursery/arrow_lightorangebutton.gif") no-repeat left center;
	}

	ul.list-2clm-aboutcontents>li>ul.listlayout-3clm-middle20 {}

	ul.list-2clm-aboutcontents>li>ul.listlayout-3clm-middle20>li {
		float: left;
		width: 50%;
		padding: 0;
	}

	ul.list-2clm-aboutcontents>li>ul.listlayout-3clm-middle20>li:nth-child(2n+1) {
		padding-right: 5px;
	}

	ul.list-2clm-aboutcontents>li>ul.listlayout-3clm-middle20>li:nth-child(2n) {
		padding-left: 5px;
	}

	ul.list-2clm-aboutcontents>li>ul.listlayout-3clm-middle20>li ul.list-2clm-aboutcontents>li>ul.listlayout-3clm-middle20>li dl.list-centertitle-link {}
}

*/
/*--------------------------------------------
  共通パーツ
---------------------------------------------*/
/* リンク集 */
.links-list li {
  display: flex;
  align-items: center;
  border-bottom: 2px dotted #ffc170;
  padding: 16px 0;
  line-height: 1.6;
}
.links-list li > div.nowrap {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .links-list li {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .links-list li {
    flex-direction: column;
  }
}
.links-list {
  /* ファイルダウンロード */
}
.links-list__dl li > div.nowrap {
  text-align: left;
}
@media (max-width: 767px) {
  .links-list__dl li > div.nowrap {
    width: 100%;
  }
}
.links-list__dl li > div.link-list-fle {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .links-list__dl li > div.link-list-fle {
    width: 50%;
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .links-list__dl li > div.link-list-fle {
    width: 100%;
    padding: 16px 10px 0;
  }
}
.links-list__dl a {
  position: relative;
  padding-right: 32px;
}
.links-list__dl a::after {
  content: "" !important;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0px;
  top: calc(50% - 7px);
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 0;
}
.links-list__dl a.icon-dl-red::after {
  background-image: url(/wp-content/images/kidslife-nursery/icon_download_red.png);
}
.links-list__dl a.icon-dl-green::after {
  background-image: url(/wp-content/images/kidslife-nursery/icon_download_green.png);
}
.links-list__dl a.icon-dl-blue::after {
  background-image: url(/wp-content/images/kidslife-nursery/icon_download_blue.png);
}