body#tsubomi_club .content .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body#tsubomi_club .content .container::after {
  display: none;
}
body#tsubomi_club .content picture {
  flex-basis: 40%;
  display: block;
  position: relative;
}
body#tsubomi_club .content picture::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: -0.3125em;
  right: -0.3125em;
  width: 100%;
  height: 100%;
  border: solid 1px #ff7f00;
  -moz-border-radius: 58% 42% 60% 40%/38% 53% 47% 62%;
  -webkit-border-radius: 58%;
  border-radius: 58% 42% 60% 40%/38% 53% 47% 62%;
}
body#tsubomi_club .content picture img {
  -moz-border-radius: 58% 42% 60% 40%/38% 53% 47% 62%;
  -webkit-border-radius: 58%;
  border-radius: 58% 42% 60% 40%/38% 53% 47% 62%;
}
body#tsubomi_club .content .message {
  flex-basis: 56%;
  order: 1;
  font-size: 112.5%;
  line-height: 1.875;
}
body#tsubomi_club .content .message p + p {
  margin-top: 1.25em;
}
body#tsubomi_club .content.content01 picture {
  order: 2;
}
body#tsubomi_club .content.content02 picture {
  order: 0;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body#tsubomi_club .content .container {
    display: block;
  }
  body#tsubomi_club .content .container::after {
    display: block;
  }
  body#tsubomi_club .content picture {
    margin-bottom: 1.25em;
  }
  body#tsubomi_club .content .message {
    font-size: 87.5%;
  }
}
