@charset "utf-8";


/*=======================================================
	商品の選び方
=======================================================*/
.lead-cont{
  margin: 50px 0 30px;
  padding: 0;
  font-size: 1.8rem;
  text-align: center;
}
.select-question{
  margin: 0 0 25px;
  color: #d10065;
  font-size: 2.0rem;
  text-align: center;
}
.select-cont > div{
  margin: 15px 0 0;
  padding: 40px 40px;
  box-sizing: border-box;
  border: 1px solid #d10065;
}
.select-q{
  display: block;
  text-align: center;
}
.select-q img{
  margin-top: -65px ;
  margin-bottom: 23px;
}
.select_answer li{
  margin: 10px 0;
  padding-bottom: 5px;
  padding-left: 25px;
  border-bottom: 2px solid #fff;
  background: url(../img/ico_off.png) no-repeat left 0.2em;
  font-size: 1.6rem;
  line-height: 1.6;
  transition: all  0.3s ease;
}
.osusume h2{
  margin: 25px 0 30px;
  color: #d10065;
  font-size: 2.8rem;
  text-align: center;
}
.select_answer li.check{
  border-bottom: 2px dotted #ffb3b3;
  background: url(../img/ico_on.png) no-repeat left 0.2em;
}
.item-cont > div{
  padding: 50px;
  display: none;
  border: 1px solid #c2c2c2;
  opacity: 0;
  text-align: center;
}
.select-item__ttl{
  margin: 0 0 20px;
  display: none;
  opacity: 0;
  font-size: 2.0rem;
}
.select-item__ttl.show{
  display: block;
  opacity: 1;
  animation: fadeIn 0.1s ease-in 0s forwards;
}
@keyframes fadeIn{
  0%{
    display: none;
    opacity: 0;
  }
  1%{
    display: block;
    opacity: 0;
  }
  100%{
    display: block;
    opacity: 1;
  }
}
.select-item__wrap{
  display: flex;
  justify-content: center;
}
.item-cont > div.show{
  padding: 50px;
  display: block;
  border: 1px solid #c2c2c2;
  opacity: 1;
  text-align: center;
  animation: fadeIn 0.1s ease-in 0s forwards;
}
.item-cont > div.show > div{
  text-align: center;
}
.item-cont > div.show > div img{
  margin: 0;
}
.item-cont > div h4{
  padding: 5px 0 0;
  font-size: 1.4rem;
}
.osusume-header{
  text-align: center;
}
.select-output{
  height: 1px;
  opacity: 0;
}
.osusume-text{
  padding: 30px;
  border: 1px solid #ccc;
  color: #575757;
  font-size: 1.8rem;
}
.osusume-text.hide{
  display: none;
}
.arrow{
  margin: 15px 0 0;
  text-align: center;
}
.packagecheck{
  margin: 30px 0 0;
  padding: 10px 20px 0;
  background-color: #ffe2e7;
}
.natura-item__info{
  padding: 20px 0 0;
}
.natura-item__info + .natura-item__info{
  padding: 5px 0 0;
}
.natura-item__info a{
  margin: 0 0 3px;
  padding: 10px 15px 10px 5px;
  display: inline-block;
  width: 12em;
  background: url(../img/linkarrow.png) no-repeat 96% center;
  background-color: #de2047;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.natura-item__info a:hover{
  opacity: 0.8;
}
.natura-item__info.chokotto a{
  background-color: #ea5f00;
}
.natura-item__info.powerful a{
  background-color: #463b37;
}
.packagecheck_box2 p{
  margin-bottom: 0;
}


/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media screen and (min-width: 701px){
  .select-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .select-cont > div{
    margin: 15px 0 0;
    padding: 40px 40px 30px;
    box-sizing: border-box;
    width: 32%;
    border: 1px solid #d10065;
  }
  .select-question{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2em;
  }
  .packagecheck{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .packagecheck_box2{
    padding-left: 30px;
  }
}
/* スマホ----------------------------- */
@media screen and (max-width: 700px){
  .lead-cont{
    margin: 40px 0 20px;
    padding: 0;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.8;
  }
  .item-cont > div{
    padding: 15px;
  }
  .select-item__wrap{
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .select-item__wrap > div{
    width: 34%;
  }
  .item-cont > div h4{
    padding-top: 2px;
    height: 2.5em;
    line-height: 1.2;
  }
  .select-question{
    margin: 0 0 15px;
    font-size: 1.7rem;
  }
  .select-cont > div{
    margin: 30px 0 0;
    padding: 20px 20px;
    box-sizing: border-box;
    border: 1px solid #d10065;
  }
  .select-q img{
    margin-top: -41px;
    margin-bottom: 15px;
    width: 59px;
  }
  .packagecheck{
    margin: 30px 0 0;
    padding: 15px;
  }
  .packagecheck_box2{
    padding-top: 15px;
  }
  .item-cont > div.show{
    padding: 20px 5px 5px;
  }
  .select_answer li{
    margin: 5px 0;
  }
}
