body {
  background-color: #FFF7EA;
}

.myTitle01 {
  background-image: url(../img/happiness/line.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  max-width: 980px;
  padding: 0 0 54px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  color: #665352;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .myTitle01 {
    padding: 20px;
    margin-bottom: 30px;
    background-size: auto 15px;
    font-size: 20px;
    font-size: 2rem;
  }
}

#happHeader .head {
  background-color: #FFFAF4;
  padding: 15px 0 0;
  overflow: hidden;
}

#happHeader .head .container {
  position: relative;
}

#happHeader .head .title {
  margin-bottom: 15px;
  text-align: center;
}

#happHeader .head .nav {
  max-width: 548px;
  margin: 0 auto;
}

#happHeader .head .nav:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#happHeader .head .nav li {
  float: left;
  width: 50%;
}

#happHeader .head .nav a {
  display: block;
  background-color: #AAAAAA;
  padding: 16px 0;
  margin: 0 6px;
  border-radius: 5px 5px 0 0;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  #happHeader .head .nav a img {
    width: auto;
    max-width: none;
    height: 18px;
  }
}

#j_category #happHeader .head .nav .nav01 a,
#n_category #happHeader .head .nav .nav02 a {
  background-color: #FF7A80;
}

#happHeader .head .deco {
  position: absolute;
  left: -80px;
  bottom: 0;
}

@media only screen and (min-width: 1160px) {
  #happHeader .head .deco {
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  #happHeader .head .deco {
    display: none;
  }
}

#happHeader .head .mamapapa {
  position: absolute;
  right: -130px;
  bottom: 0;
}

@media only screen and (min-width: 1160px) {
  #happHeader .head .mamapapa {
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  #happHeader .head .mamapapa {
    margin-bottom: 15px;
    position: static;
    text-align: center;
  }
}

#happHeader .head .txt {
  position: absolute;
  right: -20px;
  top: 20px;
}

@media only screen and (min-width: 1160px) {
  #happHeader .head .txt {
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  #happHeader .head .txt {
    display: none;
  }
}

#happHeader .lNav {
  background-color: #FFD7D9;
  padding: 40px 0;
  display: none;
}

@media only screen and (max-width: 480px) {
  #happHeader .lNav {
    padding: 15px 0;
  }
}

#j_category #happHeader .lNav.j_category {
  display: block;
}

#happHeader .lNav.j_category ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 480px) {
  #happHeader .lNav.j_category ul {
    display: block;
    width: auto;
    padding: 0;
  }
  #happHeader .lNav.j_category ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}

#happHeader .lNav.j_category li {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 480px) {
  #happHeader .lNav.j_category li {
    display: block;
    float: left;
  }
}

#happHeader .lNav.j_category a {
  display: block;
  height: 75px;
  line-height: 75px;
  padding: 0 0 0 16px;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 1160px) {
  #happHeader .lNav.j_category a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 768px) {
  #happHeader .lNav.j_category a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 480px) {
  #happHeader .lNav.j_category a {
    padding: 0 16px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

#happHeader .lNav.j_category a:hover {
  opacity: 1;
}

#happHeader .lNav.j_category a:hover:after {
  background-position: right -75px;
}

#happHeader .lNav.j_category a:after {
  content: "";
  background-position: right 0;
  background-repeat: no-repeat;
  width: 20px;
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 480px) {
  #happHeader .lNav.j_category a:after {
    display: none;
  }
}

#happHeader .lNav.j_category .category01 a {
  background-color: #0062B1;
  z-index: 100;
}

#happHeader .lNav.j_category .category01 a:after {
  background-image: url(../img/happiness/bgCategory01.png);
}

#happHeader .lNav.j_category .category01 a:hover {
  background-color: #3F88C7;
}

#happHeader .lNav.j_category .category02 a {
  background-color: #FF7A80;
  z-index: 90;
}

#happHeader .lNav.j_category .category02 a:after {
  background-image: url(../img/happiness/bgCategory02.png);
}

#happHeader .lNav.j_category .category02 a:hover {
  background-color: #FF9CA3;
}

#happHeader .lNav.j_category .category03 a {
  background-color: #E7AF2E;
  z-index: 80;
}

#happHeader .lNav.j_category .category03 a:after {
  background-image: url(../img/happiness/bgCategory03.png);
}

#happHeader .lNav.j_category .category03 a:hover {
  background-color: #EECD4C;
}

#happHeader .lNav.j_category .category04 a {
  background-color: #FF8B66;
  z-index: 70;
}

#happHeader .lNav.j_category .category04 a:after {
  background-image: url(../img/happiness/bgCategory04.png);
}

#happHeader .lNav.j_category .category04 a:hover {
  background-color: #FFA989;
}

#happHeader .lNav.j_category .category05 a {
  background-color: #BD9D7F;
  z-index: 60;
}

#happHeader .lNav.j_category .category05 a:after {
  background-image: url(../img/happiness/bgCategory05.png);
}

#happHeader .lNav.j_category .category05 a:hover {
  background-color: #DAC1A0;
}

#happHeader .lNav.j_category .category06 a {
  background-color: #56403F;
}

#happHeader .lNav.j_category .category06 a:after {
  background-image: url(../img/happiness/bgCategory06.png);
}

#happHeader .lNav.j_category .category06 a:hover {
  background-color: #806658;
}

#happHeader .lNav.n_category {
  /* .n_category */
}

#n_category #happHeader .lNav.n_category {
  display: block;
}

#happHeader .lNav.n_category ul {
  font-size: 0;
}

#happHeader .lNav.n_category li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 10px 10px 0;
}

#happHeader .lNav.n_category a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 15px 15px 15px 50px;
  background-image: url(../img/iconCloverBlue03.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  background-color: #FFF7F7;
  border-radius: 6px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #665352;
  font-weight: bold;
  text-decoration: none;
}

#happHeader .lNav.n_category a:hover {
  background-color: #FFF5F5;
}

@media only screen and (max-width: 480px) {
  #happHeader .lNav.n_category a {
    padding: 8px 10px 8px 34px;
    background-position: 10px center;
    background-size: 16px auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#happFooter {
  /* .happFooter */
}

#happFooter .mamapapa {
  display: none;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #happFooter .mamapapa {
    display: block;
    margin-bottom: 20px;
  }
}

#happFooter .head {
  background-image: url(../img/happiness/bgFoot.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #happFooter .head {
    background-image: none;
  }
}

#happFooter .head .container {
  position: relative;
  height: 200px;
}

@media only screen and (max-width: 768px) {
  #happFooter .head .container {
    height: auto;
  }
}

#happFooter .head .pageTop {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 768px) {
  #happFooter .head .pageTop {
    position: static;
  }
}

#happFooter .head .pageTop a:hover {
  opacity: 0.8;
}

#happFooter .head .sns {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1000;
  font-size: 0;
}

@media only screen and (max-width: 768px) {
  #happFooter .head .sns {
    position: static;
    margin-bottom: 20px;
  }
}

#happFooter .head .sns li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 10px;
}

#happFooter .head .sns iframe {
  vertical-align: top !important;
}

#happFooter .foot {
  background-color: #C3E0D8;
  padding: 40px 0;
}

@media only screen and (max-width: 480px) {
  #happFooter .foot {
    padding: 20px 0;
  }
}

#happFooter .foot .inner {
  max-width: 524px;
  margin: 0 auto 30px;
  padding: 0 0 30px;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-bottom: solid 1px #333;
}

@media only screen and (max-width: 480px) {
  #happFooter .foot .inner {
    display: block;
    width: auto;
    padding: 0 10px 20px;
    margin-bottom: 20px;
  }
}

#happFooter .foot .logo, #happFooter .foot .info {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 480px) {
  #happFooter .foot .logo, #happFooter .foot .info {
    display: block;
  }
}

#happFooter .foot .logo {
  width: 220px;
}

@media only screen and (max-width: 480px) {
  #happFooter .foot .logo {
    width: auto;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  #happFooter .foot .info {
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  #happFooter .foot .info ul {
    margin-top: 10px;
  }
}

#happFooter .foot .info ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(../img/iconCloverBlue01.png);
  background-position: left 0.3em;
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
  margin: 0 10px 0 0;
}

#happFooter .foot .copyright {
  text-align: center;
  color: #6C6A6B;
  font-size: 14px;
  font-size: 1.4rem;
}

.myLine {
  background-image: url(../img/happiness/line.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 34px;
  margin-bottom: 20px;
}

.myAdvice {
  margin-bottom: 50px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .myAdvice {
    margin-bottom: 20px;
  }
}

.myEntryList {
  overflow: hidden;
  /* .myEntryList */
}

.myEntryList ul {
  margin: 0 -1.5%;
}

.myEntryList ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media only screen and (max-width: 768px) {
  .myEntryList ul {
    margin: 0 1%;
  }
}

.myEntryList li {
  float: left;
  width: 22%;
  margin: 0 1.5% 80px;
}

@media only screen and (max-width: 768px) {
  .myEntryList li {
    width: 48%;
    margin: 0 1% 20px;
  }
}

.myEntryList a {
  display: block;
  position: relative;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.1s linear;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.myEntryList .new a:before {
  content: "";
  background-image: url(../img/happiness/iconNew.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 47px auto;
  width: 47px;
  height: 74px;
  position: absolute;
  top: 10px;
  left: 10px;
}

@media only screen and (max-width: 480px) {
  .myEntryList .new a:before {
    background-size: 20px auto;
    width: 20px;
    height: 25px;
  }
}

.myEntryList .body {
  background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.5));
  padding: 140px 26px 15px;
  border-radius: 5px;
}

@media only screen and (max-width: 480px) {
  .myEntryList .body {
    padding: 60px 10px 10px;
  }
}

.myEntryList .timing {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 10px;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .myEntryList .timing {
    padding: 3px 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.myEntryList .timing.category01 {
  background-color: #0062B1;
}

.myEntryList .timing.category02 {
  background-color: #FF7A80;
}

.myEntryList .timing.category03 {
  background-color: #E7AF2E;
}

.myEntryList .timing.category04 {
  background-color: #FF8B66;
}

.myEntryList .timing.category05 {
  background-color: #BD9D7F;
}

.myEntryList .timing.category06 {
  background-color: #56403F;
}

.myEntryList .name {
  font-size: 16px;
  font-size: 1.6rem;
  text-shadow: rgba(0, 0, 0, 0.4) 0 0 6px;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .myEntryList .name {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.myEntryList .txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, 0.4) 0 0 6px;
  line-height: 1.5;
}

@media only screen and (max-width: 480px) {
  .myEntryList .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myEntryList .content {
  padding: 0 0 0 28px;
  position: relative;
  color: #C0E79D;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 480px) {
  .myEntryList .content {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.myEntryList .content:before {
  content: "";
  background-image: url(../img/happiness/iconSun.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 42px;
  height: 43px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
}

.myNewBlock {
  background-image: url(../img/happiness/bgNew.jpg);
  background-size: cover;
  background-position: center;
}

.myNewBlock_type02 {
  background-image: url(../img/happiness/bgNew02.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
}

.myNewBlock .inner {
  padding: 0 40px;
}

@media only screen and (max-width: 480px) {
  .myNewBlock .inner {
    padding: 0;
  }
}

.myNewBlock ul {
  margin: 0 -3%;
}

@media only screen and (max-width: 480px) {
  .myNewBlock ul {
    margin: 0;
  }
}

.myNewBlock li {
  width: 44%;
  margin: 0 3%;
}

@media only screen and (max-width: 480px) {
  .myNewBlock li {
    width: auto;
    margin: 0 0 20px;
    float: none;
  }
  .myNewBlock li:last-child {
    margin-bottom: 0;
  }
}

.myNewBlock .new a:before {
  background-size: auto;
  width: 59px;
  height: 74px;
  top: 18px;
  left: 15px;
}

.myNewBlock .body {
  padding-top: 336px;
}

.myNewBlock .name {
  font-size: 16px;
  font-size: 1.6rem;
}

.myNewBlock .txt {
  font-size: 21px;
  font-size: 2.1rem;
}

.modBlockEntryDetail {
  /* .modBlockEntryDetail */
}

.modBlockEntryDetail .head .top {
  margin-bottom: 16px;
}

.modBlockEntryDetail .head .category span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  vertical-align: middle;
}

@media only screen and (max-width: 480px) {
  .modBlockEntryDetail .head .category span {
    padding: 3px 6px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.modBlockEntryDetail .head .category span.category01 {
  background-color: #0062B1;
}

.modBlockEntryDetail .head .category span.category02 {
  background-color: #FF7A80;
}

.modBlockEntryDetail .head .category span.category03 {
  background-color: #E7AF2E;
}

.modBlockEntryDetail .head .category span.category04 {
  background-color: #FF8B66;
}

.modBlockEntryDetail .head .category span.category05 {
  background-color: #BD9D7F;
}

.modBlockEntryDetail .head .category span.category06 {
  background-color: #56403F;
}

.modBlockEntryDetail .head .naiyo {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(../img/happiness/iconSun02.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0 0 24px;
  margin: 0 0 0 10px;
  color: #9FCA79;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 480px) {
  .modBlockEntryDetail .head .naiyo {
    display: block;
    margin: 6px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.modBlockEntryDetail .foot {
  background-color: #DBEDE8;
}

.myAbout {
  /* .myAbout */
}

.myAbout .btnClose {
  position: absolute;
  top: 30px;
  right: 72px;
  cursor: pointer;
}

.myAbout#aboutHappinessSp .btnClose {
  top: -20px;
  right: 20px;
}

/* colorbox */
.happinessTop #cboxLoadingGraphic,
.happinessTop #cboxLoadingOverlay,
.happinessTop #cboxClose {
  display: none !important;
}

.happinessTop #cboxContent,
.happinessTop #colorbox,
.happinessTop #cboxWrapper {
  overflow: visible;
}

.happinessTop #cboxContent {
  background-color: transparent !important;
}

.myMamapapa {
  /* mamapapa */
}

.myMamapapaLeadBlock {
  margin-bottom: 40px;
  text-align: center;
  /* LeadBlock */
}

.myMamapapaAncLink {
  /* AncLink */
}

.myMamapapaAncLink ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.myMamapapaAncLink li {
  float: left;
  position: relative;
  width: 10%;
  padding: 0 9px 0 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 480px) {
  .myMamapapaAncLink li {
    width: 20%;
    margin-bottom: 6px;
  }
}

.myMamapapaAncLink li:after {
  content: "";
  background-image: radial-gradient(#e7bb4f 24%, rgba(255, 245, 243, 0) 0);
  background-size: 10px 10px;
  background-position: 0 0;
  position: absolute;
  bottom: 2px;
  top: 2px;
  right: 0;
  width: 10px;
}

@media only screen and (max-width: 480px) {
  .myMamapapaAncLink li:after {
    right: 0;
  }
}

.myMamapapaAncLink li:first-child:before {
  content: "";
  background-image: radial-gradient(#e7bb4f 24%, rgba(255, 245, 243, 0) 0);
  background-size: 10px 10px;
  background-position: 0 0;
  position: absolute;
  bottom: 2px;
  top: 2px;
  left: -8px;
  width: 10px;
}

@media only screen and (max-width: 480px) {
  .myMamapapaAncLink li:nth-child(6n):before {
    content: "";
    background-image: radial-gradient(#e7bb4f 24%, rgba(255, 245, 243, 0) 0);
    background-size: 10px 10px;
    background-position: 0 0;
    position: absolute;
    bottom: 2px;
    top: 2px;
    left: -8px;
    width: 10px;
  }
}

.myMamapapaAncLink a {
  display: block;
  padding: 25px 0;
  border-radius: 10px;
  background-color: #fff;
  font-size: 19px;
  font-size: 1.9rem;
  text-align: center;
  color: #665352;
  text-decoration: none;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .myMamapapaAncLink a {
    padding: 10px 0;
  }
}

.myMamapapaAncLink a:hover {
  background-color: rgba(249, 155, 162, 0.2);
}

.myMamapapaBlock {
  margin-bottom: 90px;
}

.myMamapapaBlock:last-child {
  margin-bottom: 0;
}

.myMamapapaTitle {
  background-image: url(../img/happiness/mamapapa/bgTitle02.jpg);
  background-position: center;
  font-weight: bold;
  /* Title */
}

.myMamapapaTitle .container {
  background-image: url(../img/happiness/mamapapa/bgTitle.png);
  background-position: left center;
  background-repeat: repeat-x;
  background-repeat: no-repeat;
  padding: 0 0 0 133px;
  display: block;
  box-sizing: border-box;
  height: 142px;
  line-height: 142px;
  font-size: 28px;
  font-size: 2.8rem;
  color: #665352;
}

@media only screen and (max-width: 480px) {
  .myMamapapaTitle .container {
    padding: 20px 0 20px 60px;
    height: auto;
    background-size: 80px auto;
    line-height: 1.5;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.myMamapapaTitle02 {
  position: relative;
  margin-bottom: 40px;
  /* Title02 */
}

@media only screen and (max-width: 480px) {
  .myMamapapaTitle02 {
    margin-bottom: 20px;
  }
}

.myMamapapaTitle02:before {
  content: "";
  background-image: url(../img/line.png);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  margin: auto;
}

.myMamapapaTitle02 span {
  display: block;
  position: relative;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  background-color: #AED6C4;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 72px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .myMamapapaTitle02 span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myMamapapaList {
  margin-bottom: 90px;
}

@media only screen and (max-width: 480px) {
  .myMamapapaList {
    margin-bottom: 30px;
  }
}

.myMamapapaList li {
  padding: 14px 14px 0;
  margin: 0 0 20px;
  border-radius: 10px;
}

@media only screen and (max-width: 480px) {
  .myMamapapaList li {
    padding: 8px 8px 0;
    margin-bottom: 10px;
    border-radius: 5px;
  }
}

.myMamapapaList li:nth-child(even) {
  background-color: #FAF1DE;
}

.myMamapapaList .btn {
  padding: 4px 40px 18px 54px;
  position: relative;
  border-bottom: dotted 2px #CEAF29;
  background-image: url(../img/iconCloverBlue04.png);
  background-position: 8px 0.3em;
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 20px;
  font-size: 2rem;
  color: #665352;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .myMamapapaList .btn {
    padding: 6px 30px 12px 40px;
    background-size: 26px auto;
    background-position: left 3px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myMamapapaList .btn:hover {
  color: #bbb;
}

@media only screen and (max-width: 480px) {
  .myMamapapaList .btn:hover {
    color: #333;
  }
}

.myMamapapaList .btn:after {
  content: "";
  position: absolute;
  top: -7px;
  bottom: 0;
  right: 15px;
  margin: auto;
  background-image: url(../img/arrowAcc.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
}

@media only screen and (max-width: 480px) {
  .myMamapapaList .btn:after {
    background-size: 18px auto;
    width: 18px;
    height: 18px;
    right: 0;
  }
}

.myMamapapaList .btn.on:after {
  background-position: 0 -29px;
}

@media only screen and (max-width: 480px) {
  .myMamapapaList .btn.on:after {
    background-position: 0 -18px;
  }
}

.myMamapapaList .detail {
  display: none;
  padding: 20px 15px 20px 54px;
  background-image: url(../img/iconCloverPink05.png);
  background-size: 29px auto;
  background-position: 8px 20px;
  background-repeat: no-repeat;
  font-size: 18px;
  font-size: 1.8rem;
  color: #665352;
}

@media only screen and (max-width: 480px) {
  .myMamapapaList .detail {
    padding: 12px 8px 12px 40px;
    background-size: 26px auto;
    background-position: left 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/*# sourceMappingURL=maps/happiness.css.map */
