.sp {
  display: block !important; }

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

.pc {
  display: block !important; }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

.container-happyBaby {
  background: #EA8F96; }

@media screen and (max-width: 767px) {
  .container-happyBaby {
    padding-bottom: 60px; } }

@media screen and (max-width: 767px) {
  .container-happyBaby .global-footer .pagetop {
    bottom: 70px !important; } }

@media screen and (min-width: 768px) {
  .container-happyBaby .global-footer .pagetop {
    right: 60px !important; } }

@media screen and (max-width: 767px) {
  .container-happyBaby .trackList {
    margin-top: 10px; } }

.container-happyBaby .trackList li {
  color: #fff; }

.container-happyBaby .trackList li a {
  color: #fff; }

.container-happyBaby .sidebar {
  position: fixed;
  z-index: 11; }

@media screen and (min-width: 768px) {
  .container-happyBaby .sidebar {
    right: 0;
    top: 235px; } }

@media screen and (max-width: 767px) {
  .container-happyBaby .sidebar {
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 767px) {
  .container-happyBaby .sideba-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; } }

.container-happyBaby .sideba-item > a {
  text-align: center;
  background: #fff;
  position: relative;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  font-family: fot-tsukuardgothic-std, sans-serif; }

@media screen and (max-width: 767px) {
  .container-happyBaby .sideba-item > a {
    display: block;
    font-size: 0; } }

@media screen and (min-width: 768px) {
  .container-happyBaby .sideba-item > a {
    width: 50px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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; } }

@media screen and (max-width: 767px) {
  .container-happyBaby .sideba-item > a.shop {
    border-right: 1px solid #E08990; } }

@media screen and (min-width: 768px) {
  .container-happyBaby .sideba-item > a.shop {
    border-radius: 10px 0px 0px 0px;
    margin-bottom: 2px; } }

.container-happyBaby .sideba-item > a.faq sp {
  border-left: 1px solid #E08990; }

@media screen and (min-width: 768px) {
  .container-happyBaby .sideba-item > a.faq {
    border-radius: 0px 0px 0px 10px; } }

@media screen and (min-width: 768px) {
  .container-happyBaby .sideba-item > a.faq > span {
    line-height: 1.2;
    position: relative;
    top: -6px;
    font-size: 18px; } }

.container-happyBaby .sideba-item > a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #EA8F96 transparent transparent transparent;
  position: absolute;
  right: 20px;
  bottom: 25px; }

@media screen and (min-width: 768px) {
  .container-happyBaby .sideba-item > a:before {
    right: auto;
    left: 50%;
    bottom: 15px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

.container-happyBaby .sideba-item > a:hover {
  background: #fae9ea; }

.container-happyBaby .sideba-item > a > span {
  font-size: 18px;
  font-weight: bold;
  color: #EA8F96;
  line-height: 22px; }

@media screen and (max-width: 767px) {
  .container-happyBaby .sideba-item > a > span {
    font-size: 16px;
    line-height: 60px;
    display: inline-block;
    letter-spacing: 1.6px; } }

.page-happyBaby.sec {
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 3px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec {
    margin: 0; }
  .page-happyBaby.sec .l-inner {
    padding: 0 20px; } }

.page-happyBaby.sec a {
  -webkit-transition: .3s ease;
  transition: .3s ease; }

.page-happyBaby.sec a:hover {
  opacity: .7; }

.page-happyBaby.sec figure {
  margin: 0; }

.page-happyBaby.sec .txt-caution {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .txt-caution {
    font-size: 14px;
    text-align: left;
    padding-left: 15px; } }

.page-happyBaby.sec .txt-caution:before {
  top: 1px; }

.page-happyBaby.sec .hpb-ttl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  color: #fff;
  padding-bottom: 30px;
  margin-bottom: 50px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .hpb-ttl {
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 26px; } }

.page-happyBaby.sec .hpb-ttl:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  border-radius: 10px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .hpb-ttl:before {
    width: 30px;
    height: 2px; } }

.page-happyBaby.sec .l-mv {
  position: relative;
  padding: 65px 0 80px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .l-mv {
    padding-top: 0; } }

.page-happyBaby.sec .mv-ttl {
  font-family: fot-tsukubrdgothic-std, sans-serif; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .mv-ttl {
    text-align: center; } }

.page-happyBaby.sec .mv-ttl > .subtxt {
  background: #FC717C;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  padding: 0 15px;
  line-height: 40px;
  font-size: 22px;
  margin-right: 10px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .mv-ttl > .subtxt {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px; } }

.page-happyBaby.sec .mv-subttl {
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

@media screen and (min-width: 768px) {
  .page-happyBaby.sec .mv-subttl {
    width: 700px;
    text-align: right;
    margin-top: 30px; } }

.page-happyBaby.sec .mv-subttl > span {
  width: 100%; }

.page-happyBaby.sec .mv-subttl > span.sub {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .mv-subttl > span.sub {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    display: block;
    margin: 25px 0 55px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.page-happyBaby.sec .mv-subttl > span.img {
  position: absolute;
  top: 0;
  left: -5px;
  text-align: left; }

.ie .page-happyBaby.sec .mv-subttl > span.img {
  top: -10px;
  left: -10px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .mv-subttl > span.img {
    top: 100px; } }

.page-happyBaby.sec .mv-subttl > span.caution {
  font-size: 16px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .mv-subttl > span.caution {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right; } }

.page-happyBaby.sec .mv-subttl > strong {
  width: 100%; }

.page-happyBaby.sec .mv-subttl > strong.ttl {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 70px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .mv-subttl > strong.ttl {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 38px;
    line-height: 49px;
    text-align: center;
    margin-top: 15px; } }

@media screen and (min-width: 768px) {
  .page-happyBaby.sec .mv-img {
    position: absolute;
    top: 20px;
    right: -50px; } }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .mv-img {
    margin: 25px 0 0 20%;
    text-align: center; } }

.page-happyBaby.sec .mv-img > img {
  width: 285px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .mv-img > img {
    width: 220px; } }

.page-happyBaby.sec .btn-list {
  margin-top: 30px; }

@media screen and (min-width: 768px) {
  .page-happyBaby.sec .btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 768px) {
  .page-happyBaby.sec .btn-list-item {
    -ms-flex-preferred-size: 345px;
        flex-basis: 345px;
    max-width: 345px; } }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .btn-list-item + .btn-list-item {
    margin-top: 10px; } }

@media screen and (min-width: 768px) {
  .page-happyBaby.sec .btn-list-item + .btn-list-item {
    margin-left: 30px; } }

.page-happyBaby.sec .btn-list-item > a {
  display: block;
  font-size: 26px;
  color: #E08990;
  width: 100%;
  line-height: 54px;
  background: #fff;
  text-align: center;
  position: relative;
  border-radius: 100px;
  border: 2px solid #fff;
  font-weight: bold; }

.ie .page-happyBaby.sec .btn-list-item > a {
  line-height: 46px;
  padding-top: 8px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .btn-list-item > a {
    font-size: 20px;
    line-height: 50px; } }

.page-happyBaby.sec .btn-list-item > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #E08990 transparent transparent transparent;
  position: absolute;
  top: 23px;
  right: 25px; }

.page-happyBaby.sec .btn-list-item > a:hover {
  opacity: 1;
  color: #fff;
  background: #FC717C; }

.page-happyBaby.sec .btn-list-item > a:hover:after {
  border-color: #fff transparent transparent; }

.page-happyBaby.sec .program-section {
  padding: 80px 0 125px;
  background: #FC717C; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .program-section {
    padding-bottom: 50px; } }

.page-happyBaby.sec .program-caution {
  text-align: center; }

.page-happyBaby.sec .program-step {
  max-width: 800px;
  margin: 0 auto; }

.page-happyBaby.sec .program-step-item {
  margin-top: 50px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .program-step-item:first-child {
    margin-top: 30px; } }

.page-happyBaby.sec .program-step-item-ttl {
  color: #fff;
  text-align: center;
  line-height: 60px;
  background: #EA8F96;
  margin-bottom: 30px;
  font-size: 26px;
  border-radius: 10px; }

.ie .page-happyBaby.sec .program-step-item-ttl {
  line-height: 50px;
  padding-top: 10px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .program-step-item-ttl {
    font-size: 20px;
    line-height: 40px; } }

.page-happyBaby.sec .l-program-substep-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.page-happyBaby.sec .l-program-substep-item + .l-program-substep-item {
  margin-top: 70px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .l-program-substep-item + .l-program-substep-item {
    margin-top: 50px; } }

.page-happyBaby.sec .l-program-substep-item-no {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  max-width: 100px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .l-program-substep-item-no {
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
    max-width: 70px; } }

.page-happyBaby.sec .l-program-substep-item-data {
  -ms-flex-preferred-size: calc(100% - 100px);
      flex-basis: calc(100% - 100px);
  max-width: calc(100% - 100px);
  padding-left: 20px;
  position: relative; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .l-program-substep-item-data {
    -ms-flex-preferred-size: calc(100% - 70px);
        flex-basis: calc(100% - 70px);
    max-width: calc(100% - 70px);
    padding-left: 10px;
    letter-spacing: 3px; } }

.page-happyBaby.sec .substep-card {
  position: relative; }

.page-happyBaby.sec .substep-card.substep01:before, .page-happyBaby.sec .substep-card.substep02:before {
  content: "";
  display: inline-block;
  background-image: -webkit-radial-gradient(#fff 30%, transparent 30%);
  background-image: radial-gradient(#fff 30%, transparent 30%);
  background-size: 7px 7px;
  width: 7px;
  position: absolute;
  left: 47px;
  top: 90px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .substep-card.substep01:before, .page-happyBaby.sec .substep-card.substep02:before {
    left: 32px;
    top: 70px; } }

.page-happyBaby.sec .substep-card.substep01:after, .page-happyBaby.sec .substep-card.substep02:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12.5px 0 12.5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 38px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .substep-card.substep01:after, .page-happyBaby.sec .substep-card.substep02:after {
    border-width: 10px 8px 0 8px;
    left: 27px; } }

.page-happyBaby.sec .substep-card.substep01:before {
  height: 200px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .substep-card.substep01:before {
    height: calc(100% - 40px); } }

@media screen and (min-width: 768px) {
  .page-happyBaby.sec .substep-card.substep01:after {
    top: 285px; } }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .substep-card.substep01:after {
    top: calc(100% + 30px); } }

.page-happyBaby.sec .substep-card.substep02:before {
  height: 250px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .substep-card.substep02:before {
    height: calc(100% + 30px); } }

.page-happyBaby.sec .substep-card.substep02:after {
  top: 330px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .substep-card.substep02:after {
    top: calc(100% + 100px); } }

.page-happyBaby.sec .substep-card-no {
  height: 100px;
  border-radius: 100px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .substep-card-no {
    height: 70px; } }

.page-happyBaby.sec .substep-card-no > span {
  display: block;
  color: #FC717C;
  font-weight: bold; }

.ie .page-happyBaby.sec .substep-card-no > span {
  position: relative;
  top: 5px;
  left: 3px; }

.page-happyBaby.sec .substep-card-no > span.step {
  font-size: 20px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .substep-card-no > span.step {
    font-size: 16px; } }

.page-happyBaby.sec .substep-card-no > span.no {
  font-size: 40px;
  line-height: 1; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .substep-card-no > span.no {
    font-size: 30px;
    letter-spacing: 0; } }

.page-happyBaby.sec .substep-card-ttl {
  font-size: 40px;
  color: #fff;
  letter-spacing: 4px;
  margin: 30px 0; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .substep-card-ttl {
    font-size: 30px;
    margin: 20px 0 15px; } }

.page-happyBaby.sec .substep-card-txt {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 30px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .substep-card-txt {
    margin-bottom: 15px; } }

.page-happyBaby.sec .substep-card-txt > a {
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid #fff; }

@media screen and (min-width: 768px) {
  .page-happyBaby.sec .substep-card-txt > a {
    display: inline-block; }
  .ie .page-happyBaby.sec .substep-card-txt > a {
    line-height: 1; } }

@media screen and (min-width: 768px) {
  .page-happyBaby.sec .substep-card-img {
    position: absolute;
    right: 0;
    top: -100px; } }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .substep-card-img {
    margin-top: 30px; } }

.page-happyBaby.sec .substep-card-img > img {
  width: 180px; }

.page-happyBaby.sec .substep-card-caution > li {
  display: block;
  line-height: 24px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .substep-card-caution > li {
    line-height: 22px;
    font-size: 12px; } }

.page-happyBaby.sec .substep-card-box {
  position: relative;
  margin-top: 90px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .substep-card-box {
    margin-top: 30px; } }

@media screen and (min-width: 768px) {
  .page-happyBaby.sec .substep-card-box-img {
    position: absolute;
    top: -65px;
    right: 0; } }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .substep-card-box-img {
    text-align: center; } }

.page-happyBaby.sec .substep-card-box-img > img {
  width: 215px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .substep-card-box-img > img {
    width: 180px; } }

.page-happyBaby.sec .substep-card-box-txt {
  max-width: 580px;
  padding: 50px 110px 50px 50px;
  color: #fff;
  line-height: 30px;
  font-size: 18px;
  border: 2px dashed #FFFFFF;
  border-radius: 10px;
  background: #EA8F96 0% 0% no-repeat padding-box;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .substep-card-box-txt {
    padding: 35px 20px 30px;
    font-size: 16px;
    margin-top: -20px; } }

.page-happyBaby.sec .shop-section {
  padding: 80px 0 90px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .shop-section {
    padding: 50px 0; } }

@media screen and (min-width: 768px) {
  .page-happyBaby.sec .l-shop-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .l-shop-block {
    width: 315px;
    margin: 0 auto; } }

@media screen and (min-width: 768px) {
  .page-happyBaby.sec .l-shop-list.shop01 {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    max-width: 300px; } }

@media screen and (min-width: 768px) {
  .page-happyBaby.sec .l-shop-list.shop02 {
    -ms-flex-preferred-size: 350px;
        flex-basis: 350px;
    max-width: 350px; } }

@media screen and (min-width: 768px) {
  .page-happyBaby.sec .l-shop-list.shop03 {
    -ms-flex-preferred-size: 260px;
        flex-basis: 260px;
    max-width: 260px; } }

.page-happyBaby.sec .shop-list * {
  color: #fff; }

.page-happyBaby.sec .shop-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.page-happyBaby.sec .shop-list-item-name {
  font-weight: bold;
  font-size: 14px;
  position: relative;
  padding-left: 15px;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  max-width: 100px; }

@media screen and (min-width: 768px) {
  .page-happyBaby.sec .shop-list-item-name {
    font-size: 18px;
    -ms-flex-preferred-size: 110px;
        flex-basis: 110px;
    max-width: 110px;
    letter-spacing: 1px; } }

.page-happyBaby.sec .shop-list-item-name:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 8px;
  left: 0; }

.page-happyBaby.sec .shop-list-item-data {
  -ms-flex-preferred-size: calc(100% - 100px);
      flex-basis: calc(100% - 100px);
  max-width: calc(100% - 100px); }

@media screen and (min-width: 768px) {
  .page-happyBaby.sec .shop-list-item-data {
    -ms-flex-preferred-size: calc(100% - 110px);
        flex-basis: calc(100% - 110px);
    max-width: calc(100% - 110px); } }

.page-happyBaby.sec .shop-list-item-data > li > a {
  display: block; }

.page-happyBaby.sec .shop-list-item-data > li > a > span.shopname {
  display: inline-block;
  font-size: 14px;
  border-bottom: 1px dotted #fff;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 1.6px; }

@media screen and (min-width: 768px) {
  .page-happyBaby.sec .shop-list-item-data > li > a > span.shopname {
    font-size: 16px; } }

@media screen and (max-width: 375px) {
  .page-happyBaby.sec .shop-list-item-data > li > a > span.shopname {
    font-size: 3.73333vw; } }

.page-happyBaby.sec .shop-list-item-data > li > a > span.new {
  font-size: 8px;
  color: #EA8F96;
  background: #fff;
  display: inline-block;
  line-height: 25px;
  width: 25px;
  border-radius: 100px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  margin-left: 3px;
  font-weight: bold; }

.ie .page-happyBaby.sec .shop-list-item-data > li > a > span.new {
  line-height: 21px;
  padding-top: 4px; }

.page-happyBaby.sec .faq-section {
  background: #FC717C;
  padding: 80px 0; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .faq-section {
    padding: 50px 0; } }

.page-happyBaby.sec .faq-list {
  max-width: 800px;
  margin: 0 auto; }

.page-happyBaby.sec .faq-list-item {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #FFFFFF; }

.page-happyBaby.sec .faq-list-item + .faq-list-item {
  margin-top: 30px; }

.page-happyBaby.sec .faq-list-item-ttl {
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 1.5;
  padding: 20px 80px 20px 30px;
  position: relative;
  color: #fff;
  background: #EA8F96;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .faq-list-item-ttl {
    font-size: 16px;
    padding: 15px 50px 15px 20px;
    letter-spacing: 1.4px; } }

.page-happyBaby.sec .faq-list-item-ttl:hover {
  cursor: pointer; }

.page-happyBaby.sec .faq-list-item-ttl:before, .page-happyBaby.sec .faq-list-item-ttl:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .faq-list-item-ttl:before, .page-happyBaby.sec .faq-list-item-ttl:after {
    right: 15px; } }

.page-happyBaby.sec .faq-list-item-ttl:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: .3s ease;
  transition: .3s ease; }

.page-happyBaby.sec .faq-list-item-ttl.is-show:after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0); }

.page-happyBaby.sec .faq-list-item-data {
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
  color: #EA8F96;
  padding: 20px 40px 25px 30px;
  background: #fff;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  display: none; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .faq-list-item-data {
    font-size: 14px;
    padding: 15px 20px;
    letter-spacing: 1.4px; } }

.page-happyBaby.sec .app-section {
  background: #fff;
  padding: 50px 0; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .app-section {
    padding: 30px 20px; } }

.page-happyBaby.sec .l-app-block {
  margin-bottom: 30px; }

@media screen and (min-width: 768px) {
  .page-happyBaby.sec .l-app-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.page-happyBaby.sec .app-img {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  max-width: 150px;
  margin-right: 30px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .app-img {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
    max-width: 80px;
    margin: 0 auto; } }

.page-happyBaby.sec .app-ttl {
  font-size: 18px;
  color: #E08990;
  font-weight: bold;
  letter-spacing: 1.8px;
  line-height: 30px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .app-ttl {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px; } }

.page-happyBaby.sec .app-txt {
  color: #E08990;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0; }

@media screen and (min-width: 768px) {
  .page-happyBaby.sec .app-txt {
    text-align: center; } }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .app-txt {
    font-size: 12px; } }

.page-happyBaby.sec .app-list {
  margin-top: 30px; }

@media screen and (min-width: 768px) {
  .page-happyBaby.sec .app-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 768px) {
  .page-happyBaby.sec .app-list-item {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    max-width: 200px;
    margin-right: 30px; } }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .app-list-item {
    margin: 0 auto;
    width: 200px; }
  .page-happyBaby.sec .app-list-item:nth-child(2) {
    margin-top: 10px; } }

.page-happyBaby.sec .app-list-item > a {
  display: block; }

.page-happyBaby.sec .bottom-section {
  padding: 50px 0; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .bottom-section {
    text-align: center;
    padding: 20px 20px 100px 20px; } }

.page-happyBaby.sec .bottom-txt-caution {
  color: #fff;
  margin-bottom: 60px;
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .bottom-txt-caution {
    font-size: 12px;
    text-align: left;
    margin-bottom: 50px; } }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .bottom-txt-caution .txt-caution {
    font-size: 12px; } }

@media screen and (min-width: 768px) {
  .page-happyBaby.sec .l-bottom-block {
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-bottom: 60px;
    min-width: 1180px; } }

.page-happyBaby.sec .bottom-logo {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  max-width: 250px; }

@media screen and (min-width: 768px) {
  .page-happyBaby.sec .bottom-logo {
    margin-bottom: 30px; } }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .bottom-logo {
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@media screen and (min-width: 768px) {
  .page-happyBaby.sec .bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 3; } }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .bottom-list {
    margin-bottom: 30px; } }

.page-happyBaby.sec .bottom-list-item {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  max-width: 250px;
  margin: 0 15px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .bottom-list-item {
    margin: 0 auto 20px; } }

.page-happyBaby.sec .bottom-list-item > a {
  display: block; }

.page-happyBaby.sec .bottom-list-item > a:hover {
  opacity: 1; }

.page-happyBaby.sec .bottom-list-item > a > span {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px; }

@media screen and (min-width: 768px) {
  .page-happyBaby.sec .bottom-sns > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .bottom-sns > a > span {
    display: block;
    text-align: center; } }

.page-happyBaby.sec .bottom-sns > a > span.txt {
  color: #fff;
  text-align: center;
  margin-right: 10px;
  font-weight: bold;
  font-size: 14px; }

@media screen and (max-width: 767px) {
  .page-happyBaby.sec .bottom-sns > a > span.txt {
    margin-bottom: 15px; } }

.page-happyBaby.sec .bottom-share {
  margin-top: 30px; }

.page-happyBaby.sec .bottom-share-ttl {
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  font-family: itc-american-typewriter, serif; }

.page-happyBaby.sec .sns-list {
  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; }

.page-happyBaby.sec .sns-list-item {
  margin: 0 15px; }

.page-happyBaby.sec .sns-list-item > a {
  display: block; }

/* !!------------------------------------ */
/* !! 20220224追加 */
.page-happyBaby.sec .topic-txt {
	display: block;
	font-size: 26px;
	color: #E08990;
	width: 100%;
	line-height: 54px;
	background: #fff;
	text-align: center;
	position: relative;
	border-radius: 100px;
	border: 2px solid #fff;
	font-weight: bold;
	margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
	.page-happyBaby.sec .topic-txt {
		font-size: 5.3vw;
		line-height: 1.4;
		padding: 15px 20px;
	}
}
.page-happyBaby.sec .topic-txt:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 8px 0 8px;
	border-color: #E08990 transparent transparent transparent;
	position: absolute;
	top: 23px;
	right: 25px;
}
@media screen and (max-width: 767px) {
	.page-happyBaby.sec .topic-txt:before {
		content: "";
		width: 2px;
		height: 50px;
		background: #fff;
		position: absolute;
		bottom: -50px;
		left: 50%;
		transform: translate(-50%,0);
	}
	.page-happyBaby.sec .topic-txt:after {
		border-color: #fff transparent transparent transparent;
		top: auto;
		right: calc(50% - 8px);
		bottom: -52px;
	}
}
.page-happyBaby.sec .attention-section {
	padding-top: 130px;
	margin-top: -50px;
}
@media screen and (max-width: 767px) {
	.page-happyBaby.sec .attention-section {
		padding-top: 100px;
	}
}
.page-happyBaby.sec .attention-section .l-inner {
	border: 2px solid #fff;
	padding: 50px;
	border-radius: 10px;
}
@media screen and (max-width: 767px) {
	.page-happyBaby.sec .attention-section .l-inner {
		width: calc(100% - 40px);
		margin: 0 auto;
		padding: 20px;
	}
}
@media screen and (max-width: 767px) {
	.page-happyBaby.sec .attention-section .hpb-ttl {
		font-size: 4.7vw;
		text-align: justify;		
		line-height: 1.4;
	}
}
.page-happyBaby.sec .lead-txt {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.page-happyBaby.sec .lead-txt {
		font-size: 4.2vw;
		line-height: 1.6;
		text-align: justify;
	}	
}
.page-happyBaby.sec .ttl-h4 {
	font-size: 24px;
	color: #fff;
	line-height: 1;
	padding: 40px 0 15px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 2px solid #fff;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.page-happyBaby.sec .ttl-h4 {
		font-size: 4.4vw;
		line-height: 1.4;
		padding: 30px 0 10px;
		text-align: justify;
		display: block;
	}	
}
.page-happyBaby.sec .attention-list-item {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	position: relative;
}
@media screen and (max-width: 767px) {
	.page-happyBaby.sec .attention-list-item {
		font-size: 3.7vw;
		line-height: 1.6;
		margin-bottom: 15px;
		text-indent: -1em;
		padding-left: 1em;
	}	
}
.page-happyBaby.sec .attention-list-item:last-child {
	font-size: 18px;
	margin-top: 10px;
	padding-left: 70px;
}
@media screen and (max-width: 767px) {
	.page-happyBaby.sec .attention-list-item:last-child {
		font-size: 4.8vw;
		text-indent: 0;
		padding-left: 60px;
		margin-bottom: 0;
	}
}
.page-happyBaby.sec .attention-list-item:last-child:before {
	content: "";
	width: 50px;
	height: 2px;
	background: #fff;
	border-radius: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
.page-happyBaby.sec .attention-list-item:last-child:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 50%;
	left: 50px;
	transform: translate(0,-50%);
}
@media screen and (max-width: 767px) {
	.page-happyBaby.sec .attention-list-item:last-child:after {
		border-width: 5px 0 5px 5px;
	}
}