/***********************************************************
 * Search
 **********************************************************/
.lp-za3_search {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.lp-za3_search_row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-za3_search_col + .lp-za3_search_col {
  margin-left: 10px;
}

.lp-za3_search_label {
  font-weight: bold;
}

.lp-za3_search_field {
  width: 100%;
  padding: .5em;
}

/***********************************************************
 * Wrapper
 **********************************************************/
.lp-za3 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.lp-za3 + .lp-za3  {
  margin-top: 30px;
}

.lp-za3_inner {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and ( max-width: 413px ) {
  .lp-za3 {
    font-size: 12px;
  }
}

/***********************************************************
 * title
 **********************************************************/

.lp-za3_titleA{
  display: inline-block;
  position: relative;
}

.lp-za3_titleA_shadow {
  background: #cfc63b;
  position: absolute;
  top: 0;
  left: 0;
  right: 5%;
  bottom: 0;
  transform-origin: left bottom;
  transform: skew( 0, -5deg );
}

.lp-za3_titleA_content {
  line-height: 1.4;
  color: #5f4f39;
  background: #ff0;
  font-weight: 700;
  padding: 0.625em 1.25em;
  transform: skew( 0, -7deg );
  transform-origin: left top;
}
@media screen and ( max-width: 413px ) {
  .lp-za3_titleA{
    font-size: 12px;
  }
}

/***********************************************************
 * Letter
 **********************************************************/

.lp-za3_letter {
  margin-top: -25px;
  border: 5px solid #eee;
  padding: 5px;
  width: 93%;
  margin-left: auto;
  margin-right: auto;
}
.lp-za3_letter_rule {
  background: url(https://mcwu.jp/images/lp/pattern.png);
  padding: 5px;
}
.lp-za3_letter_body {
  background-color: white;
  padding-bottom: 40%;
}

/***********************************************************
 * Envelope
 **********************************************************/

.lp-za3_envelope {
  position: relative;
  margin-top: -46%;
  background: url(https://mcwu.jp/images/lp/parts_01.png) no-repeat;
  background-size: 100%;
}
.lp-za3_envelope::before {
  content: "";
  display: block;
  padding-top: 60%;
}


/***********************************************************
 * Reply
 **********************************************************/
.lp-za3_rep {
  position: relative;
  margin-top: -47%;
}
.lp-za3_rep::before {
  content: "";
  display: block;
  float: left;
  padding-top: 47%;
}
.lp-za3_rep::after {
  content: "";
  display: block;
  clear: both;
}

/* title -------------------------------------------------*/
.lp-za3_rep_titleWrapper {
  width: 60%;
  margin-left: 39%;
}

.lp-za3_rep_title {
  background: url(https://mcwu.jp/images/lp/parts_02.png) no-repeat;
  display: flex;
  background-size: contain;
  padding-left: 7%;
  padding-top: 2%;
  color: #fff;
  align-items: center;
}
.lp-za3_rep_title::before {
  content: "";
  display: block;
  padding-top: 20.53%;
  float: left;
}
.lp-za3_rep_title::after {
  content: "";
  display: block;
  clear: both;
}

.lp-za3_rep_title span {
  transform: skew( 0,-3deg );
  display: inline-block;
}

@media screen and ( max-width: 413px ) {
  .lp-za3_rep_titleWrapper {
    margin-bottom: 3%;
    position: relative;
    margin-left: 4%;
    width: 90%;
    z-index: 1;
  }
}


/* picture -----------------------------------------------*/

.lp-za3_rep_picture {
  position: absolute;
  width: 30%;
  margin-left: 8%;
  margin-top: -30px;
  background-color: #eee;
  transform: rotate(5deg);
}

.lp-za3_rep_picture img {
  position: relative;
  top: 10px;
  border: 3px solid #fff;
  outline: 1px solid #eee;
  width: 100%;
  transform: rotate(-15deg);
  transform-origin: left bottom;
}

@media screen and ( max-width: 413px ) {
  .lp-za3_rep_picture {
    position: relative;
    width: 30%;
    margin-left: 15%;
    margin-top: 0;
  }
}

/* body --------------------------------------------------*/

.lp-za3_rep_body {
  position: relative;
  margin-top: 1%;
  box-sizing: border-box;
  width: 57%;
  margin-left: 41%;
  background: #befffd;
  border-radius: 10px;
  padding: .5em 1em;
}
.lp-za3_rep_body::before {
  content: "";
  position: absolute;
  top: 3.4%;
  left: -23px;
  border-right: 23px solid #befffd;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  position: absolute;
  transform: skew( 0, 43deg );
}

@media screen and ( max-width: 413px ) {
  .lp-za3_rep_body {
    margin-top: 3%;
    margin-left: 0;
    width: 100%;
  }

  .lp-za3_rep_body::before {
    content: none;
  }

  .lp-za3_rep_body::after {
    content: "";
    position: absolute;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 23px solid #befffd;
    right: 40%;
    top: -23px;
    transform: skew( 43deg, 0 );
  }
}
