@charset "UTF-8";

/* ==========================================================================
   TOPページ以外共通
========================================================================== */
/* スマホ用メニューアイコンの位置調整 */
.nav-global__icon {
  top: 5px;
}

/*---*/

/* ==========================================================================
   Uppertxt
========================================================================== */
#uppertxt {
  padding: 0 20px 40px;
}
#uppertxt p {
  font-size: 1.3rem;
}
@media screen and (min-width: 767px) {
  #uppertxt {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px 60px;
  }
  #uppertxt p {
    font-size: 1.6rem;
  }
}

/* ==========================================================================
   Itemtable
========================================================================== */
.itemtable-inner {
  padding: 0 20px 60px;
}
.itemtable-title {
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
  margin: 0 0 15px;
  padding: 0 20px;
  position: relative;
}
.itemtable-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/preparation-item/childcare/itemtable_title_frame.png) no-repeat;
  background-size: contain;
}
.itemtable-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/preparation-item/childcare/itemtable_title_frame.png) no-repeat;
  background-size: contain;
  transform: scale(-1, 1);
}
.itemtable-icon-ex {
  margin: 0 0 8px;
}
.itemtable-icon-ex li {
  padding: 0 0 2px;
  font-size: 1.2rem;
}
.itemtable-icon-ex span {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0 10px;
  margin: 0 10px 0 0;
  height: 16px;
  line-height: 16px;
  border-radius: 16px;
}
.itemtable-icon-ex span.icon01 {
  background-color: #eeab3a;
}
.itemtable-icon-ex span.icon02 {
  background-color: #f09cb3;
}
.itemtable-icon-ex span.icon03 {
  background-color: #7793c2;
}
.table-scroll {
  overflow-x: scroll;
  width: 100%;
}
.itemtable-inner table {
  min-width: 600px;
  background-color: #fff;
}
.itemtable-inner tr:nth-child(odd) {
  background-color: #fbf8e7;
}
.itemtable-inner th {
  border: 1px solid #f2a902;
  padding: 5px 10px;
  background-color: #f2e098;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  vertical-align: middle;
  white-space: nowrap;
}
.itemtable-inner td {
  border: 1px solid #f2a902;
  padding: 5px 10px;
  font-size: 1.2rem;
  line-height: 1.4;
  vertical-align: middle;
  height: 60px;
}
.itemtable-inner td.item {
  font-size: 1.3rem;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
}
.itemtable-inner td.num {
  text-align: center;
  white-space: nowrap;
}
.itemtable-inner td.point {
  line-height: 1.8;
}
.itemtable-inner td span {
  padding-left: 60px;
  display: inline-block;
  position: relative;
}
.itemtable-inner td span::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% - 25px);
  left: 0;
  width: 50px;
  height:50px;
}
.itemtable-inner td span .icons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 5px;
}
.itemtable-inner td span .icons li {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0 10px;
  margin: 0 5px 0 0;
  height: 16px;
  line-height: 16px;
  border-radius: 16px;
}
.itemtable-inner td span .icons .icon01 {
  background-color: #eeab3a;
}
.itemtable-inner td span .icons .icon02 {
  background-color: #f09cb3;
}
.itemtable-inner td span .icons .icon03 {
  background-color: #7793c2;
}
@media screen and (min-width: 767px) {
  .itemtable-inner {
    max-width: 900px;
    margin: 0 auto;
  }
  .itemtable-title {
    font-size: 2rem;
    margin: 0 0 25px;
    padding: 0 30px;
  }
  .itemtable-icon-ex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
  }
  .itemtable-icon-ex li {
    margin: 0 25px 0 0;
    padding: 0;
    font-size: 1.4rem;
  }
  .itemtable-icon-ex span {
    font-size: 1.4rem;
    height: 18px;
    line-height: 18px;
    border-radius: 18px;
  }
  .itemtable-inner th {
    padding: 10px 10px 7px;
    font-size: 1.4rem;
  }
  .itemtable-inner td {
    padding: 10px 20px;
    font-size: 1.4rem;
    height: 110px;
  }
  .itemtable-inner td.item {
  font-size: 1.6rem;
	  padding: 10px 25px 10px 20px;
  }
  .itemtable-inner td span {
    padding-left: 110px;
  }
  .itemtable-inner td span::before {
    top: calc(50% - 40px);
    left: 0;
    width: 80px;
    height:80px;
  }
  .itemtable-inner td span .icons li {
    font-size: 1.4rem;
    height: 18px;
    line-height: 18px;
    border-radius: 18px;
  }
}

/* --- 以下、各テーブルのイメージ指定 --- */

/*01*/
#itemtable01 table span.item01::before {
  background: url(../images/preparation-item/childcare/item01_01.png) no-repeat center center;
  background-size: contain;
}
#itemtable01 table span.item02::before {
  background: url(../images/preparation-item/childcare/item01_02.png) no-repeat center center;
  background-size: contain;
}
#itemtable01 table span.item03::before {
  background: url(../images/preparation-item/childcare/item01_03.png) no-repeat center center;
  background-size: contain;
}
#itemtable01 table span.item04::before {
  background: url(../images/preparation-item/childcare/item01_04.png) no-repeat center center;
  background-size: contain;
}
#itemtable01 table span.item05::before {
  background: url(../images/preparation-item/childcare/item01_05.png) no-repeat center center;
  background-size: contain;
}
#itemtable01 table span.item06::before {
  background: url(../images/preparation-item/childcare/item01_06.png) no-repeat center center;
  background-size: contain;
}
#itemtable01 table span.item07::before {
  background: url(../images/preparation-item/childcare/item01_07.png) no-repeat center center;
  background-size: contain;
}
#itemtable01 table span.item08::before {
  background: url(../images/preparation-item/childcare/item01_08.png) no-repeat center center;
  background-size: contain;
}
#itemtable01 table span.item09::before {
  background: url(../images/preparation-item/childcare/item01_09.png) no-repeat center center;
  background-size: contain;
}
#itemtable01 table span.item10::before {
  background: url(../images/preparation-item/childcare/item01_10.png) no-repeat center center;
  background-size: contain;
}
#itemtable01 table span.item11::before {
  background: url(../images/preparation-item/childcare/item01_11.png) no-repeat center center;
  background-size: contain;
}
#itemtable01 table span.item12::before {
  background: url(../images/preparation-item/childcare/item01_12.png) no-repeat center center;
  background-size: contain;
}
#itemtable01 table span.item13::before {
  background: url(../images/preparation-item/childcare/item01_13.png) no-repeat center center;
  background-size: contain;
}
#itemtable01 table span.item14::before {
  background: url(../images/preparation-item/childcare/item01_14.png) no-repeat center center;
  background-size: contain;
}
#itemtable01 table span.item15::before {
  background: url(../images/preparation-item/childcare/item01_15.png) no-repeat center center;
  background-size: contain;
}




/* ==========================================================================
   Recommend
========================================================================== */
.recommend-inner {
  padding: 0 20px 0;
}
.recommend-title {
  font-size: 1.8rem;
  margin: 0 auto;
  text-align: center;
}
.recommend-links li {
  width: 227px;
  margin: 20px auto 0;
}
.recommend-links li p {
  font-size: 1.2rem;
  margin: 5px auto 0;
  text-align: center;
	text-decoration: underline;
}
.recommend-links li a:hover img {
  opacity: 0.7;
}
.recommend-links li a:hover p {
  color: #ed7c94;
}
@media screen and (min-width: 767px) {
  .recommend-title {
    font-size: 2.4rem;
  }
  .recommend-links {
    max-width: 772px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .recommend-links li {
    width: calc(50% - 12px);
  }
  .recommend-links li p {
    font-size: 1.4rem;
    margin: 10px auto 0;
    text-decoration: underline;
  }
}

/*---*/