@charset "UTF-8";
/*　header
-------------------------------------*/
header .flower01 {
  left: -73px;
  top: 70px;
  animation: opacityFrame 2.5s forwards;
  -webkit-animation: opacityFrame 2.5s forwards;
}
header .flower02 {
  top: -24px;
  left: 145px;
  animation: opacityFrame 2.5s forwards;
  -webkit-animation: opacityFrame 2.5s forwards;
}
header .flower03 {
  top: 155px;
  right: -45px;
  animation: rotateFrame 2.5s forwards;
  -webkit-animation: rotateFrame 2.5s forwards;
}

/*　.content
-------------------------------------*/
.content {
  padding-bottom: 170px;
}
.content .lead {
  margin-bottom: 100px;
  border-right: 1px solid rgba(96, 76, 45, 0.16);
  border-left: 1px solid rgba(96, 76, 45, 0.16);
  position: relative;
}
.content .lead h3 {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 2.22;
}
.content .lead:before,
.content .lead:after,
.content h3:before,
.content h3:after {
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  position: absolute;
}
.content .lead:before,
.content h3:after {
  background: url(/images/profile/lin-lead_001.png) left top no-repeat;
  background-size: contain;
}
.content .lead:after,
.content h3:before {
  background: url(/images/profile/lin-lead_002.png) left top no-repeat;
  background-size: contain;
}
.content .lead:before {
  top: 0;
  left: -1px;
}
.content .lead:after {
  top: 0;
  right: -1px;
}
.content h3:before {
  bottom: 0;
  left: -1px;
}
.content h3:after {
  bottom: 0;
  right: -1px;
}
.content .txt {
  text-align: center;
  line-height: 2.28;
  margin-bottom: 30px;
  position: relative;
}
.content .txt p {
  text-align: center;
}
.content .sign {
  margin: 60px 0 0;
}
.content .pen {
  left: 0;
  bottom: -23px;
}
.content .cake {
  right: -53px;
  top: -116px;
}
.content .shoes {
  left: 53px;
  bottom: -110px;
}
.content .bag {
  right: 56px;
  top: -54px;
}

@media screen and (max-width: 760px) {
  /*　header
  -------------------------------------*/
  header .flower01 {
    left: -10px;
    top: 60px;
  }
  header .flower02 {
    top: -24px;
    left: 20px;
  }
  header .flower03 {
    width: 80px;
    top: 130px;
    right: -10px;
  }

  /*　.content
  -------------------------------------*/
  .content {
    padding-bottom: 0;
  }
  .content .lead {
    margin: 0 15px 50px;
  }
  .content .lead h3 {
    font-size: 14px;
    padding: 10px 0;
  }
  .content .txt {
    margin: 0 50px 30px;
    text-align: left;
  }
  .content .txt br {
    display: none;
  }
  .content .txt p {
    position: relative;
    z-index: 1;
    text-align: left;
  }
  .content .sign {
    margin: 50px 50px 20px;
    text-align: center;
    font-size: 13px;
  }
  .content .pen {
    width: 120px;
    left: -62px;
    bottom: -20px;
  }
  .content .cake {
    width: 140px;
    right: -63px;
    top: 20px;
  }
  .content .shoes {
    width: 90px;
    left: -40px;
    bottom: auto;
    top: -70px;
  }
  .content .bag {
    width: 100px;
    right: -37px;
    top: -84px;
  }
}
