
@charset "utf-8";

/*********************************************************
 parts
*********************************************************/
.headerLp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 71px;
  padding: 0 16px;
  border-bottom: solid 1px #D1D1D1;
  background-color: #FFFFFF;
}
.headerLp__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
.headerLp__logo {
    width: 80px;
    height: 45px;
    margin-left: 8px;
    background-image: url("../images/common/logo_glico.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}


/* top */
#Wrapper{
  background-image: url(/icreobabyfoodseminar/assets/images/Content-Main_bg.png);
  background-repeat: repeat;
  background-position: top center;
  padding: 0 0 1% 0;
}

#Wrapper #Hero {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: url("/icreobabyfoodseminar/assets/images/icreo_main_bg.png");
}

#Content-Main{
  max-width: 990px;
  margin: 5% auto 0;
}

#Content-Main main .container{
  padding: 0 0 4%;
}

#Content-Main main .container h3{
  margin: 0 0 5%;
}

#Content-Main main .container p{
  margin: 0 0 5%;
}

#Content-Main main .container span{
  font-weight: bold;
  font-size: 120%;
  color: #00489D;
}

#Content-Main main .outline{
  display: block;
  position: relative;
  width: calc(100% - 10%);
  position: relative;
  background-color: #FFFFFF;
  border-radius: 45px;
  border: solid 2px #00489D;
  padding: 15% 3% 3% 3%;
  margin: 0 auto;
}

.outline h3{
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
    
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  
  position: absolute;
  top: -3%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.outline_list{
text-align: left;
margin: 2% 0 0;
}

.outline_list h4{
  margin: 0 0 2%;
  padding-bottom: 1%;
  border-bottom: dotted 1px #00489D;
  color: #00489D;
  font-size: 120%;
}

.outline_list h4 img {
width: 21%;
}

.outline_list li{
  margin: 0 0 4%;
}

.outline_list ul.list_s li{
  padding-left:1em;
  text-indent:-1em;
  margin: 0 0 0%;
}

.outline span{
  font-weight: bold;
  color: red;
}

#btnarea{
  width: 100%;
  margin: 0 0 3%;
  /*display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
}

.btnarea_con{
width: 100%;
margin: 0 0 3%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

.btnarea_con h4{
  width: 100%;
  font-weight: bold;
  margin: 0 0 2%;
  color: #00489D;
  font-size: 120%;
}

.btnarea_con h4.mb{
  margin: 0 0 2%;
}

.btnarea_con p{
  width: 90%;
  color: red;
  padding-left:2em;
  text-indent:-1em;
  font-size: 80%;
  text-align: left;
  line-height: 120%;
  margin: 0 0 3%;
}

#program_con{
  width: 100%;
margin: 0 0 3%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

.program_con01{
  width: 28%;
  font-size: 85%;
  border: solid 1px #00489D;
  padding: 2%;
}

.program_con02{
  width: 28%;
  font-size: 85%;
  border: solid 1px #00489D;
  padding: 2%;
}

.program_con03{
  width: 28%;
  font-size: 85%;
  border: solid 1px #00489D;
  padding: 2%;
}

.program_cap{
  font-size: 70%;
}

.tit{
  background: #00489D;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 4% 2% 4% 2%;
  line-height: 140%;
}

.tit span{
  font-size: 115%;
  color: #FFFFFF;
  line-height: 110%;
}


.cap{
font-size: 90%;
}

.attention{
  font-size: 85%;
  font-weight: bold;
  border: 2px solid #E5005A;
  padding: 1%;
  margin: 0% 0 2% 0;
  text-align: left;
  background-color: #FFFFDB;
}


.lineup-home {
  display: block;
  position: relative;
  width: calc(100% - 10%);
  position: relative;
  background-color: #FFFFE3;
  border-radius: 45px;
  -webkit-transition: opacity ease-out .4s;
  transition: opacity ease-out .4s;
  padding: 3% 3% 3% 3%;
  margin: 0% auto 10% auto;

  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
}


.lineup-home figure {
  flex-basis: calc(50% - 1rem);
  margin: 4% 0 0 0;
}

.lineup-home h3{
  margin: 0 auto 5% auto;
}

.btn-secondary {
	margin: 0px 0 1%;
	width: 50%;
  text-align: center;
  font-size: 95%;
}

.btn-secondary a {
  width: 85%;
  display: inline-block;
  text-align: center;
  background-color: #00489D;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  padding: 2.2% 32px 2% 16px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 2%;
}
  
.btn-secondary a:before {
	font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -13px;
  font-weight: normal;
}
  
.btn-secondary a:hover {
	opacity: 0.8;
}

.btn-secondary_l {
	margin: 0px auto 1%;
	width: 100%;
  text-align: center;
  font-size: 95%;
}

.btn-secondary_l a {
  width: 80%;
  display: inline-block;
  text-align: center;
  background-color: #00489D;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  padding: 2.2% 32px 2% 16px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 2%;
}
  
.btn-secondary_l a:before {
	font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -13px;
  font-weight: normal;
}
  
.btn-secondary_l a:hover {
	opacity: 0.8;
}


.iquality_con{
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0% auto 5%;

  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; 
}

.iquality_main h3{
  width: 100%;
  margin: 10% 0 2% 0;
}

.iquality_main h3 img{
  width: 18%;
}
.iquality_main h4{
  width: 100%;
} 

.item01{
  width: 30%;
 }
 
.item02{
   margin-left: 2%;
   width: 60%;
   text-align: left;
  }

ul.iquality_ten_con{
  width: 852px;
  margin: 0 auto;
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5% auto;
}

ul.iquality_ten_con h3{
  margin: 0 0 3%;
}

.ten_item01{
 width: 13%;
}

.ten_item02{
  margin-left: 2%;
  width: 44%;
  text-align: left;
}

.ten_item02 p.cap{
  font-size: 80%;
  line-height: 120%;
}

.ten_item02 ul{
        margin: 3% 0 0;
}

.ten_item02 ul.list_s li{
        padding-left:1.5em;
        text-indent:-1.5em;
        margin: 0 0 0;
}

.ten_item02 ul.list_s2 li{
  padding-left:1em;
  text-indent:-1em;
  margin: 0 0 0;
}

.ten_item02 ul.list_s2 span{
  color: #E5005A;
}
.ten_item03{
  width: 41%;
}


.ten_item002{
  margin-left: 2%;
  width: 35%;
  margin-right: 1%;
  text-align: left;
}

.ten_item002 p.cap{
  font-size: 80%;
  line-height: 120%;
}

.ten_item002 ul{
        margin: 3% 0 0;
}

.ten_item002 ul.list_s li{
        padding-left:1.5em;
        text-indent:-1.5em;
        margin: 0 0 0;
}

.ten_item002 ul.list_s2 li{
  padding-left:1em;
  text-indent:-1em;
  margin: 0 0 0;
}

.ten_item002 ul.list_s2 span{
  color: #E5005A;
}

.ten_item003{
  width: 49%;
}

.ten_item003 img{
  width: 100%;
}

.ribbon{
  margin-top: 5%;
}

span.suptext {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}



.footerLp {
  border-top: solid 1px #D1D1D1;
}
.footerLp__responsive {
    position: relative;
}
.footerLp-bottom {
    position: relative;
    max-width: 1366px;
    max-width: none;
    margin: 0 auto;
    padding: 20px 0 25px;
    font-size: 10px;
}
.footerLp-bottom__copy {
    font-size: 12%px;
    letter-spacing: 0;
    text-align: center;
}


.pageup {
  position: absolute;
  display: block;
  width: 88px;
  height: 88px;
  bottom: 20px;
  right: 60px;
}
.pageup--a {
    background-image: url("../images/common/pageup.png");
}
.pageup--left {
    right: initial;
    left: 30px;
}
.fix-bar {
  position: fixed;
  width: 100%;
  right: 0%;
  bottom: 0;
  z-index: 100;
}
.fix-bar .pageup {
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.fix-bar.show .pageup {
    opacity: 1;
  }




@media screen and (max-width: 1200px) {
  ul.iquality_ten_con {
    width: 85%;
  }

  .btnarea_con{
  width: 100%;
  }
  .btnarea_con h4{
    font-weight: bold;
    margin: 5% 0 2%;
    font-size: 120%;
  }
  
  .btnarea_con h4.mb{
    margin: 0 0 0%;
  }
  /*.btn-secondary a {
    width: 90%;
  }*/

}


@media screen and (max-width: 981px) {
}

@media screen and (max-width: 798px) {
  /*.btnarea_con h4.mb {
    margin: 0 0 22%;
}
.btnarea_con h4{
  font-size: 85%;
}*/
}

@media screen and (max-width: 640px) {
#Content-Main {
    width: 96%;
    margin: 5% auto 0 auto;;
}

#Content-Main main .container h3{
    margin: 0 0 5%;
}

#Content-Main main .outline{
    display: block;
    position: relative;
    /*width: calc(100% - 25px);*/
    position: relative;
    background-color: #FFFFFF;
    border-radius: 15px;
    cursor: pointer;
    -webkit-transition: opacity ease-out .4s;
    transition: opacity ease-out .4s;
    padding: 15% 3% 3% 3%;
    margin: 0% auto 0% auto;
}
  
.outline h3{
    width: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
      
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    position: absolute;
    top: -1.2%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  
}
.outline_list{
  text-align: left;
  margin: 2% 0 0;
}

.outline_list h4{
    margin: 0 0 2%;
    padding-bottom: 1%;
}

.outline_list h4.program img{
  width: 90%;
  margin-bottom: 1%;
}

.outline_list h4 img{
      width: 30%;
      margin-bottom: 1%;
}
    
.outline_list li{
    margin: 0 0 4%;
}


.program_con01{
  width: 100%;
  margin: 0 0 4%;
}

.program_con02{
  width: 100%;
  margin: 0 0 4%;
}

.program_con03{
  width: 100%;
  margin: 0 0 4%;
}

.btnarea_con{
  width: 100%;
  }
  
  .btnarea_con h4{
    font-weight: bold;
    margin: 5% 0 2%;
    font-size: 120%;
  }
  
  .btnarea_con h4.mb{
    margin: 0 0 0%;
  }
  
  .btnarea_con p{
    width: 90%;
    color: red;
    padding-left:2em;
    text-indent:-1em;
    font-size: 80%;
    text-align: left;
    line-height: 120%;
    margin: 0 0 2%;
  }

.btn-secondary {
	margin:0px auto 0%;
	width: 100%;
  text-align: center;
}

.btn-secondary a {
  width: 80%;
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  padding: 4.2% 32px 4% 16px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 2%;
}
  
.btn-secondary a:before {
	font-family: "FontAwesome";
    content: "\f061";
    position: absolute;
    right: 16px;
    top: 60%;
    margin-top: -13px;
    font-weight: normal;
}
  
.btn-secondary a:hover {
	opacity: 0.8;
}

.btn-secondary_l a:before {
	font-family: "FontAwesome";
    content: "\f061";
    position: absolute;
    right: 16px;
    top: 60%;
    margin-top: -13px;
    font-weight: normal;
}


.lineup-home {
    display: block;
    position: relative;
    /*width: calc(100% - 25px);*/
    position: relative;
    background-color: #FFFFE3;
    border-radius: 15px;
    cursor: pointer;
    -webkit-transition: opacity ease-out .4s;
    transition: opacity ease-out .4s;
    padding: 3% 3% 3% 3%;
    margin: 0% auto 10% auto;
  
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
}

.lineup-home figure {
    flex-basis: calc(54% - 1rem);
    margin: 3% 0 5% 0;
}
  
.lineup-home h3{
    margin: 0 auto 4% auto;
}

.lineup-home p{
  text-align: left;
}

.iquality_con{
    width: 96%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0% auto 5%;
    -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center; 
}
  
.iquality_main h3{
    width: 96%;
    margin: 10% auto 4% auto;
}
  
.iquality_main h3 img{
    width: 30%;
}
.iquality_main h4{
    width: 90%;
    margin: 0% auto 5% auto;
} 
  
.item01{
    width: 50%;
    margin: 0 auto 2%;
}

.item01 img{
    width: 100%;
}
   
.item02{
  width: 100%;
  text-align: left;
  margin: 0 auto 10% auto;
}

ul.iquality_ten_con{
    width: 96%;
    margin: 0 auto;
    display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 5% auto;
}
  
.ten_item01{
   width: 100%;
   margin: 0 0 0 0;
}

.ten_item01 img{
    width: 20%;
}
  
.ten_item02{
    width: 100%;
    text-align: left;
    margin: 0 0 4% 0;
    order: 2;
}

.ten_item02 img{
  width: 100%;
  margin: 0 0 2% 0;
}
  
.ten_item03{
    width: 60%;
    margin: 5% auto 5%;
    order: 1;
}

.ten_item03 img{
    width: 100%;
}

.ten_item002{
  width: 100%;
  text-align: left;
  margin: 0 0 4% 0;
  order: 2;
}

.ten_item002 img{
width: 100%;
margin: 0 0 2% 0;
}

.ten_item003{
  width: 100%;
  margin: 5% auto 5%;
  order: 1;
}

.ten_item003 img{
  width: 100%;
}


img.ribbon{
    order: 3;
}

.footerLp-bottom {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 25px;
  font-size: 10px;
}

.pageup {
  right: calc(100vw / 750 * 20);
  width: calc(100vw / 750 * 118);
  height: calc(100vw / 750 * 118);
  bottom: 55px;
}


.pageup--a {
  background-image: url(../images/common/pageup.png);
  background-size: 100%;
}

}



