@charset "utf-8";


@media print,screen and (min-width : 501px) {

  #main h1{
    text-align: center;
    padding: 4px 20px;
    text-align: center;
    font-size:2.0rem;
    font-family:"MPLUSRounded1c-7";
    background-color: #fffff7;
    color: #e9546b;
  }

  #enrollment-guidelines .innerbox{
    padding: 40px 100px;
  }

  #childcare-policy{
    margin-top: 40px;
  }
  #childcare-policy h3 strong{
    display: block;
    font-size:4.4rem;
    line-height: 1.2;
    color: #ec6800;
    font-family:"MPLUSRounded1c-7";
  }
  #childcare-policy-contents{
    margin-top: 20px;
    background: url(images/policy_illust.png) bottom right no-repeat;
  }
  #childcare-policy-contents strong{
    font-size:2.0rem;
  }


  #childcare-goals{
    margin-top: 40px;
  }
  #childcare-goals h3{
    font-size:4.4rem;
    line-height: 1.2;
    font-family:"MPLUSRounded1c-7";
  }
  #childcare-goals h3 strong{
    font-family:"MPLUSRounded1c-7";
  }
  #childcare-goals ul{
    margin-top: 20px;
  }
  #childcare-goals li{
    font-size:2.4rem;
    list-style-type: disc;
    margin-left: 30px;
    font-family:"MPLUSRounded1c-5";
  }


  #disclosure-notice{
    margin-top: 40px;
  }
  #disclosure-notice li{
    margin-left: 30px;
    list-style-type: disc;
  }
  #disclosure-notice a{
    color: #004287;
  }


  #features{
    margin-top: 40px;
  }
  #features ul{
    display:flex;
    flex-wrap: wrap;
  }
  #features li{
    font-size:2.4rem;
    font-family:"mika";
    background-color: #eb6ea5;
    color: #fff;
    border-radius:30px;
    padding: 2px 20px;
    margin: 6px
  }



  #schedule{
    margin-top: 40px;
    background: url(images/blackbord.png) top center no-repeat;
    background-size: contain;
    min-height: 480px;
    padding: 40px 80px;
    color: #fff;
    font-family:"mika";
  }
  #schedule h2{
    font-size:3.0rem;
    font-family:"mika";
    color: #fff;
    background: url(images/icon_party.png) center left no-repeat;
    background-size: contain;
    padding-left: 120px;
    line-height: 2.4;
  }
  #schedule ul{
    margin-top: 30px;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto);
    grid-auto-columns: 1fr;
    column-gap: 40px;
    width: 100%;
  }
  #schedule li{
    white-space: nowrap;
    margin-top: 14px;
    font-size:2.0rem;
  }





}
@media screen and (max-width : 500px) {

  #main h1{
    text-align: center;
    padding: 4px;
    text-align: center;
    font-size:1.6rem;
    font-family:"MPLUSRounded1c-7";
    background-color: #fffff7;
    color: #e9546b;
    margin: 0;
  }


  #childcare-policy{
    margin-top: 20px;
  }
  #childcare-policy h3 strong{
    display: block;
    font-size:2.0rem;
    line-height: 1.2;
    color: #ec6800;
    font-family:"MPLUSRounded1c-7";
  }
  #childcare-policy-contents {
    background: none;
    margin-top: 10px;
  }
  #childcare-policy-contents::after {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    background: url(images/policy_illust.png) no-repeat center bottom / contain;
  }
    #childcare-policy-contents strong{
    font-size:1.6rem;
  }


  #childcare-goals{
    margin-top: 20px;
  }
  #childcare-goals h3{
    font-size:1.8rem;
    line-height: 1.0;
    font-family:"MPLUSRounded1c-7";
    text-align: center;
  }
  #childcare-goals h3 strong{
    font-family:"MPLUSRounded1c-7";
  }
  #childcare-goals ul{
    margin-top: 10px;
  }
  #childcare-goals li{
    font-size:1.4rem;
    list-style-type: disc;
    margin-left: 20px;
    font-family:"MPLUSRounded1c-5";
  }


  #disclosure-notice{
    margin-top: 20px;
  }
  #disclosure-notice li{
    margin-left: 20px;
    list-style-type: disc;
  }
  #disclosure-notice a{
    color: #004287;
  }


  #features{
    margin-top: 20px;
  }
  #features ul{
    display:flex;
    flex-wrap: wrap;
  }
  #features li{
    font-size:1.6rem;
    font-family:"mika";
    background-color: #eb6ea5;
    color: #fff;
    border-radius:30px;
    padding: 2px 10px;
    margin: 6px
  }



#schedule {
    margin-top: 20px;
    background: url(images/blackbord2.png) top center no-repeat;
    background-size: 100% 100%;
    min-height: auto;
    padding: 24px 20px 40px;
    color: #fff;
    font-family: "mika";
  }

  #schedule h2 {
    padding-left: 46px;
    font-size: 1.8rem;
    font-family: "mika";
    color: #fff;
    background: url(images/icon_party.png) left center no-repeat;
    background-size: 36px auto;
  }

  #schedule ul {
    margin-top: 10px;
    display: block;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    }

  #schedule li {
    white-space: normal;
    margin-top: 8px;
    font-size: 1.4rem;
  }


}
